You are not logged in.

#301 2014-06-21 19:49:11

parchedas
Member
From: Cambridge, UK
Registered: 2013-06-01
Posts: 74

Re: Acer C720/C720P Chromebook

vilefridge wrote:
tidux wrote:

I just installed the linux-c720 package, and the touchpad isn't working.  Wasn't that the entire point of making the package?

It's not working for me either, and I do have xf86-input-synaptics installed.  Has anyone modified the cros-haswell-modules.sh script for 3.15 kernel compatibility?  That seemed like a much more elegant solution to me.

Hi tidux, the linux-c720 and linux-chromebook are no ordinary packages, they are complete kernels that you need to boot into to use, are you doing that? They are definitely a more elegant way than hacking at a currently installed kernel like that script does.

Offline

#302 2014-06-21 20:33:44

navigium
Member
Registered: 2011-12-10
Posts: 4

Re: Acer C720/C720P Chromebook

parchedas wrote:

Hi tidux, the linux-c720 and linux-chromebook are no ordinary packages, they are complete kernels that you need to boot into to use, are you doing that? They are definitely a more elegant way than hacking at a currently installed kernel like that script does.

Good point, maybe I should have mentioned this. But it's not only hacking the current kernel. linux-c720 is based on Linux 3.16 rc1.

With linux-c720 the touchpad works for me but suspend/resume and the touchscreen don't. Still have to figure out a way to solve this.

Offline

#303 2014-06-21 20:43:17

parchedas
Member
From: Cambridge, UK
Registered: 2013-06-01
Posts: 74

Re: Acer C720/C720P Chromebook

navigium wrote:
parchedas wrote:

Hi tidux, the linux-c720 and linux-chromebook are no ordinary packages, they are complete kernels that you need to boot into to use, are you doing that? They are definitely a more elegant way than hacking at a currently installed kernel like that script does.

Good point, maybe I should have mentioned this. But it's not only hacking the current kernel. linux-c720 is based on Linux 3.16 rc1.

With linux-c720 the touchpad works for me but suspend/resume and the touchscreen don't. Still have to figure out a way to solve this.

I can't comment on linux-c720 but resume should work with my linux-chromebook with tpm_tis.force=1. Touchscreen should work with my linux-mainline-chromebook, that I mentioned a few posts back, I haven't put it on the AUR yet, probably will for rc2.

Offline

#304 2014-06-22 04:45:32

helmingstay
Member
Registered: 2014-06-14
Posts: 5

Re: Acer C720/C720P Chromebook

smogon wrote:
helmingstay wrote:

I had this happen several times on HP14 Falco while dual-booting ubuntu and chromebook.  In my case, the cause appeared to be running the battery completely down.  Is it possible that you had some sort of power disruption?

In the past, I reset by going into chrome.  Now that I'm single-booting into Arch, this kinda terrifies me.  I wonder if it's possible to boot the Arch install media (2013-10-01) and *then* arch-chroot into the chrome recovery media to do the recovery.

Also, maybe the following programs can be run under Arch (and therefore be added to the install media image for a quick restore)?

# chromeos-firmwareupdate --sb_extract /tmp
# flashrom -w /tmp/bios.bin -i RW_LEGACY

R.e. power, I've also had the "battery stops charging" problem.  No idea what caused it, and it magically reset/fixed itself after a week or so when the battery finally drained to absolute zero.  In short, some of the firmware on these seems pretty shaky.

I tried re flashing Seabios.  I'm wondering if my write protect screw has come loose and is causing the reboot.  I tend to pick it up with one hand on the side that the screw is on.  I've now lost my system instal for the 4th time though so I'll be using crouton from now on. 

In my case there is now way to get to the install media, if I could i would also be able to boot from the hard disk and there would be no problem.  My issue isn't a corrupt bios, dev_boot_legacy/usb get reset to =0 instead of =1.

Right.  Duh.
One difference between the models is that HP14 Falco doesn't have a write protect screw, just a keyboard combo, which I don't think I ever hit other than the first time I turned on dev-mode.  So I've encountered the same issue, apparently independently.  But it seems that a hard/power-driven reboot is a common feature (I regularly soft-reboot with reload-power 2-finger salute and never encounter this issue).

My understanding was that *non*-legacy, default boot method for the chromebook used UEFI.  I tried to get get arch to boot on this machine via native UEFI with no luck.  I don't really understand what the default boot process actually is.  What is handling the "Disk does not contain Chrome" message, and booting the recovery image, and is there any way to hijack it??

Offline

#305 2014-06-22 09:18:43

navigium
Member
Registered: 2011-12-10
Posts: 4

Re: Acer C720/C720P Chromebook

parchedas wrote:

I can't comment on linux-c720 but resume should work with my linux-chromebook with tpm_tis.force=1. Touchscreen should work with my linux-mainline-chromebook, that I mentioned a few posts back, I haven't put it on the AUR yet, probably will for rc2.

I can't confirm this. I installed your package, updated grub to boot the new kernel and set tpm_tis.force=1. Still doesn't suspend. Since I'm not really used to all this systemd stuff, I have to figure out where to get useful debug info.

Offline

#306 2014-06-22 10:13:09

kschwarz
Member
Registered: 2014-04-27
Posts: 17

Re: Acer C720/C720P Chromebook

@parchedas sorry for my late respond. I have tried your mainline kernel and since my webcam is not recognized anymore. My touchscreen works partly but lost its click abilaty and suspend works as it should.

Last edited by kschwarz (2014-06-22 19:28:20)

Offline

#307 2014-06-22 20:36:03

masmullin
Member
Registered: 2014-04-10
Posts: 28

Re: Acer C720/C720P Chromebook

I haven't been able to get either linux-c720 nor linux-chomebook repos to work properly for me (linux-c720 stalls on boot saying something about wifi-menu, and linux-chromebook runs out of space while compiling).

So I've created a github repo that patches up the current kernel to add touchpad and touchscreen support.  It adds a patch to replace patches 3078481 and 3078491, and includes a modified script which previously worked for the 3.14 kernel.

https://github.com/masmullin2000/arch-c720p.git

Unlike the previous iterations of the patching script, this does not use the tmp directory to download and compile, so you'll have to clean up for yourself.

Tested on 3.15.1

usage
git clone https://github.com/masmullin2000/arch-c720p.git
cd arch-c720p.git
sudo sh ./touch.sh

Offline

#308 2014-06-22 21:07:11

vilefridge
Member
Registered: 2006-11-02
Posts: 95

Re: Acer C720/C720P Chromebook

masmullin wrote:

So I've created a github repo that patches up the current kernel to add touchpad and touchscreen support.  It adds a patch to replace patches 3078481 and 3078491, and includes a modified script which previously worked for the 3.14 kernel.

Confirmed working for me on 3.15.1.  Thank you very much for sharing this.  I wasn't able to get linux-c720 (aur) working for me either, and with your script, my touchpad is back in business smile  Are you planning to keep it up to date in future releases of the stable kernels?

Edit: except the backlight-fix which doesn't seem to be included; the backlight can't be manipulated with xorg-backlight.

Last edited by vilefridge (2014-06-22 21:17:24)

Offline

#309 2014-06-22 21:20:18

masmullin
Member
Registered: 2014-04-10
Posts: 28

Re: Acer C720/C720P Chromebook

vilefridge wrote:

Confirmed working for me on 3.15.1.  Thank you very much for sharing this.  I wasn't able to get linux-c720 (aur) working for me either, and with your script, my touchpad is back in business smile  Are you planning to keep it up to date in future releases of the stable kernels?

You're welcome.  I had to create the patch and update the script for my own purposes, and figured I'd be a bit of a cock if I didn't share.  If I ever have to make changes to get my computer to work, I'll for sure upload them to the github.

Offline

#310 2014-06-22 22:51:59

kschwarz
Member
Registered: 2014-04-27
Posts: 17

Re: Acer C720/C720P Chromebook

@masmullin  your patch is working for me too just the backlight doesn't.

Offline

#311 2014-06-23 01:44:54

DoctorSamulus
Member
Registered: 2010-11-04
Posts: 53

Re: Acer C720/C720P Chromebook

@masmullin: Does this work for the non touchscreen version of the C720 too? I can't build linux-c720 either, I'm on i686, kernel 3.15.1-1.

Offline

#312 2014-06-23 02:14:15

masmullin
Member
Registered: 2014-04-10
Posts: 28

Re: Acer C720/C720P Chromebook

kschwarz wrote:

@masmullin  your patch is working for me too just the backlight doesn't.

Try now.  I've added the backlight patch originally found here (https://bugs.freedesktop.org/attachment.cgi?id=101223).  It allows me to toggle the brightness on gnome (I have no idea what app does that though).

@DoctorSamulus: I don't know if it will work for a 686 c720.  Please let me know if it does.

Offline

#313 2014-06-23 06:29:37

DoctorSamulus
Member
Registered: 2010-11-04
Posts: 53

Re: Acer C720/C720P Chromebook

I installed the latest version. It works great on the i686 C720. Backlight too thanks.

Offline

#314 2014-06-23 21:39:29

parchedas
Member
From: Cambridge, UK
Registered: 2013-06-01
Posts: 74

Re: Acer C720/C720P Chromebook

kschwarz wrote:

@parchedas sorry for my late respond. I have tried your mainline kernel and since my webcam is not recognized anymore. My touchscreen works partly but lost its click abilaty and suspend works as it should.

Try rc2, rc1 had a usb autosuspend bug that affect the webcam, although I did not actually check if it worked or not, mine definitely works now with rc2 anyway. How is your clickabililty @pegasus21?

Offline

#315 2014-06-23 21:59:45

parchedas
Member
From: Cambridge, UK
Registered: 2013-06-01
Posts: 74

Re: Acer C720/C720P Chromebook

navigium wrote:

I can't confirm this. I installed your package, updated grub to boot the new kernel and set tpm_tis.force=1. Still doesn't suspend. Since I'm not really used to all this systemd stuff, I have to figure out where to get useful debug info.

Hmm, interesting, just to confirm

cat /sys/module/tpm_tis/parameters/force

returns Y? Are you 32 or 64bit?

Offline

#316 2014-06-23 22:04:41

parchedas
Member
From: Cambridge, UK
Registered: 2013-06-01
Posts: 74

Re: Acer C720/C720P Chromebook

I have added linux-mainline-chromebook to the AUR for anyone who is interested. It adds touchscreen support for c720P
https://aur.archlinux.org/pkgbase/linux … hromebook/

Offline

#317 2014-06-24 09:42:22

pegasus21
Member
Registered: 2014-06-15
Posts: 17

Re: Acer C720/C720P Chromebook

parchedas wrote:
kschwarz wrote:

@parchedas sorry for my late respond. I have tried your mainline kernel and since my webcam is not recognized anymore. My touchscreen works partly but lost its click abilaty and suspend works as it should.

Try rc2, rc1 had a usb autosuspend bug that affect the webcam, although I did not actually check if it worked or not, mine definitely works now with rc2 anyway. How is your clickabililty @pegasus21?

I'll test it once I get home.

As for the webcam, I did not test it previously hence I do not know if it worked either.

Offline

#318 2014-06-24 14:27:24

pegasus21
Member
Registered: 2014-06-15
Posts: 17

Re: Acer C720/C720P Chromebook

Ok, I've tested the things below.

Brightness - Ok
Suspend - Works fine even more than twice and able to shutdown/restart
Touchscreen - Initially working fine but after awhile, not working. Seems similar to r1 kernel. Tried to reload cyapa module but to no avail. A reboot solves it but I suspect only till it acts up again.
Touchpad - Ok
Camera - No idea how to get it working but it's detected and guvcview turns on the led indicator
Sound - Ok
Wifi - Ok
Bluetooth - Ok

I'm seeing a lot of ongoing messages in dmesg which I assume is related to the touchscreen since it's not working at this stage.

[ 3254.701051] i2c-designware-pci 0000:00:15.2: timeout waiting for bus ready
[ 3254.701060] atmel_mxt_ts 8-004a: __mxt_read_reg: i2c transfer failed (-110)
[ 3254.701064] atmel_mxt_ts 8-004a: Failed to read message

Last edited by pegasus21 (2014-06-24 15:38:16)

Offline

#319 2014-06-25 13:06:04

timjefferies
Member
Registered: 2014-01-08
Posts: 5

Re: Acer C720/C720P Chromebook

parchedas wrote:

I have added linux-mainline-chromebook to the AUR for anyone who is interested. It adds touchscreen support for c720P
https://aur.archlinux.org/pkgbase/linux … hromebook/

I tried installing this with yaourt, but i'm seeing this...Any ideas?

 INSTALL /tmp/yaourt-tmp-tim/aur-linux-mainline-chromebook/pkg/linux-mainline-chromebook/lib/firmware/sb16/ima_adpcm_capture.csp
  DEPMOD  3.16.0-1-mainline-chromebook
depmod: WARNING: found 2 modules in dependency cycles!
depmod: WARNING: /tmp/yaourt-tmp-tim/aur-linux-mainline-chromebook/pkg/linux-mainline-chromebook/lib/modules/3.16.0-1-mainline-chromebook/kernel/drivers/net/phy/libphy.ko.gz in dependency cycle!
depmod: WARNING: /tmp/yaourt-tmp-tim/aur-linux-mainline-chromebook/pkg/linux-mainline-chromebook/lib/modules/3.16.0-1-mainline-chromebook/kernel/drivers/of/of_mdio.ko.gz in dependency cycle!
/tmp/yaourt-tmp-tim/aur-linux-mainline-chromebook/./PKGBUILD: line 106:  9221 Segmentation fault      (core dumped) depmod -b "${pkgdir}" -F System.map "${_kernver}"
==> ERROR: A failure occurred in package_linux-mainline-chromebook().
    Aborting...
==> ERROR: Makepkg was unable to build linux-mainline-chromebook.
==> Restart building linux-mainline-chromebook ? [y/N]
==> --------------------------------------------------
==> 

Offline

#320 2014-06-25 23:42:12

dhead
Member
Registered: 2012-09-26
Posts: 190

Re: Acer C720/C720P Chromebook

It looks like I'm getting much less freezes (well nothing, but just changed to it today) with UXA.

I've tried SNA (allot of freezes) Glamor (much less) with linux-chromebook 3.15.1 and with both of them I'm still getting freezes, I don't have to do something special, just run the desktop.

Is it just me ?

Anyone recognize a related Intel/DRM open issue at freedesktop.org ?

Offline

#321 2014-06-25 23:49:04

parchedas
Member
From: Cambridge, UK
Registered: 2013-06-01
Posts: 74

Re: Acer C720/C720P Chromebook

timjefferies wrote:

I tried installing this with yaourt, but i'm seeing this...Any ideas?

 INSTALL /tmp/yaourt-tmp-tim/aur-linux-mainline-chromebook/pkg/linux-mainline-chromebook/lib/firmware/sb16/ima_adpcm_capture.csp
  DEPMOD  3.16.0-1-mainline-chromebook
depmod: WARNING: found 2 modules in dependency cycles!
depmod: WARNING: /tmp/yaourt-tmp-tim/aur-linux-mainline-chromebook/pkg/linux-mainline-chromebook/lib/modules/3.16.0-1-mainline-chromebook/kernel/drivers/net/phy/libphy.ko.gz in dependency cycle!
depmod: WARNING: /tmp/yaourt-tmp-tim/aur-linux-mainline-chromebook/pkg/linux-mainline-chromebook/lib/modules/3.16.0-1-mainline-chromebook/kernel/drivers/of/of_mdio.ko.gz in dependency cycle!
/tmp/yaourt-tmp-tim/aur-linux-mainline-chromebook/./PKGBUILD: line 106:  9221 Segmentation fault      (core dumped) depmod -b "${pkgdir}" -F System.map "${_kernver}"
==> ERROR: A failure occurred in package_linux-mainline-chromebook().
    Aborting...
==> ERROR: Makepkg was unable to build linux-mainline-chromebook.
==> Restart building linux-mainline-chromebook ? [y/N]
==> --------------------------------------------------
==> 

Looks like a bug http://permalink.gmane.org/gmane.linux.network/321063 hopefully they'll fix it by rc3.

Offline

#322 2014-06-25 23:51:41

parchedas
Member
From: Cambridge, UK
Registered: 2013-06-01
Posts: 74

Re: Acer C720/C720P Chromebook

pegasus21 wrote:

Ok, I've tested the things below.

Brightness - Ok
Suspend - Works fine even more than twice and able to shutdown/restart
Touchscreen - Initially working fine but after awhile, not working. Seems similar to r1 kernel. Tried to reload cyapa module but to no avail. A reboot solves it but I suspect only till it acts up again.
Touchpad - Ok
Camera - No idea how to get it working but it's detected and guvcview turns on the led indicator
Sound - Ok
Wifi - Ok
Bluetooth - Ok

I'm seeing a lot of ongoing messages in dmesg which I assume is related to the touchscreen since it's not working at this stage.

[ 3254.701051] i2c-designware-pci 0000:00:15.2: timeout waiting for bus ready
[ 3254.701060] atmel_mxt_ts 8-004a: __mxt_read_reg: i2c transfer failed (-110)
[ 3254.701064] atmel_mxt_ts 8-004a: Failed to read message

Yeah that's the touchscreen, so you only see those once it has stopped working, correct?

Offline

#323 2014-06-26 00:00:37

alex@arch
Member
Registered: 2014-06-25
Posts: 1

Re: Acer C720/C720P Chromebook

masmullin wrote:

I haven't been able to get either linux-c720 nor linux-chomebook repos to work properly for me (linux-c720 stalls on boot saying something about wifi-menu, and linux-chromebook runs out of space while compiling).

So I've created a github repo that patches up the current kernel to add touchpad and touchscreen support.  It adds a patch to replace patches 3078481 and 3078491, and includes a modified script which previously worked for the 3.14 kernel.

https://github.com/masmullin2000/arch-c720p.git

Unlike the previous iterations of the patching script, this does not use the tmp directory to download and compile, so you'll have to clean up for yourself.

Tested on 3.15.1

usage
git clone https://github.com/masmullin2000/arch-c720p.git
cd arch-c720p.git
sudo sh ./touch.sh

Thank you this is the only option I found to get toucpad working on c720 kernel 3.15.1-1-ARCH

Offline

#324 2014-06-26 10:31:40

pegasus21
Member
Registered: 2014-06-15
Posts: 17

Re: Acer C720/C720P Chromebook

parchedas wrote:
pegasus21 wrote:

Ok, I've tested the things below.

Brightness - Ok
Suspend - Works fine even more than twice and able to shutdown/restart
Touchscreen - Initially working fine but after awhile, not working. Seems similar to r1 kernel. Tried to reload cyapa module but to no avail. A reboot solves it but I suspect only till it acts up again.
Touchpad - Ok
Camera - No idea how to get it working but it's detected and guvcview turns on the led indicator
Sound - Ok
Wifi - Ok
Bluetooth - Ok

I'm seeing a lot of ongoing messages in dmesg which I assume is related to the touchscreen since it's not working at this stage.

[ 3254.701051] i2c-designware-pci 0000:00:15.2: timeout waiting for bus ready
[ 3254.701060] atmel_mxt_ts 8-004a: __mxt_read_reg: i2c transfer failed (-110)
[ 3254.701064] atmel_mxt_ts 8-004a: Failed to read message

Yeah that's the touchscreen, so you only see those once it has stopped working, correct?

That's right. The i2c messages only appear once the touchscreen isn't working.

Offline

#325 2014-06-26 17:13:02

scot14
Member
Registered: 2014-06-02
Posts: 123

Re: Acer C720/C720P Chromebook

I'm working on a permanent patch for the backlight issue described at https://bugs.freedesktop.org/show_bug.cgi?id=79813

The patch works by creating an exception for the Acer C720, Dell 11, HP 14, and Toshiba CB35 Chromebooks. I'd appreciate anyone testing it and reporting back here with which machine it worked/failed on.

Also, if you contact me directly with your name, email, and which machine you have (either through the bug report or the forum here) before I submit the patch to the intel mailing list, I'll include you as Tested-by.

Patch against 3.16-rc2: https://bugs.freedesktop.org/attachment.cgi?id=101813

Thanks!

Offline

Board footer

Powered by FluxBB