You are not logged in.
Hi, I have a Chromebook C720p 2go.
i do this command without remove the write protect screw
# set_gbb_flags.sh 0×489
but seabios seems to work.
this command :
#crosssystem
give this result at line
ecfw_act = RW
Its wrong ? or it's ok ?
Offline
Hi, I have a Chromebook C720p 2go.
i do this command without remove the write protect screw
# set_gbb_flags.sh 0×489but seabios seems to work.
this command :
#crosssystemgive this result at line
ecfw_act = RWIts wrong ? or it's ok ?
Does it continue to work after reboot? Maybe YMMV, but with me this caused to SeaBIOS to become corrupted.
Offline
yes, no problem at this moment.
And how to recover Seabios ?
this command it's ok ? http://www.chromium.org/chromium-os/dev … esn-t-Work
You can safely reset the copy of SeaBIOS in your flash by running (as root):
# chromeos-firmwareupdate --sb_extract /tmp
# flashrom -w /tmp/bios.bin -i RW_LEGACY
Offline
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!
https://github.com/masmullin2000/arch-c720p is using scot14's patch now.
Offline
masmullin, thanks! The patch has been submitted at http://lists.freedesktop.org/archives/i … 48115.html
Offline
Guys? can some1 here point me in the right direction ;p alot of ppl atleast seems to got their systems up in here ;p
https://bbs.archlinux.org/viewtopic.php?id=183590
Edit got system up and running now, needed to setup time and date BEFORE installing/updating with "pacman -S archlinux-keyring" then i could format system and pacstrap the new system
Last edited by BultiZ (2014-07-02 02:10:21)
Offline
Guys? can some1 here point me in the right direction ;p alot of ppl atleast seems to got their systems up in here ;p
https://bbs.archlinux.org/viewtopic.php?id=183590
Edit got system up and running now, needed to setup time and date BEFORE installing/updating with "pacman -S archlinux-keyring" then i could format system and pacstrap the new system
Cool, what command did you use? Was it:
# hwclock --systohc --utc
I'm also compiling a "tutorial" style guide to install Arch on the C720 in my blog. Since I've installed mine a while ago, I need to update the steps to take.
Last edited by nariox (2014-07-02 20:53:34)
Offline
Guys is anybody having issues with mapping the hotkeys on the C720? more specifically the F9 and F10 (volume up / down ) keys.
I followed the guide exactly as according the wiki regarding the hotkeys mapping section, the problem is that I can't get the F9 and F10 (volume up / down ) keys to do what they are supposed to do, they only works to unmute. I have had the same result with either Sxhkd and xbindkeys.
Any idea?
Thanks
Last edited by Latrina (2014-07-02 20:37:09)
Sun Netra T1 DC200 (x6 cluster) OpenBSD 5.4; Sun Ultra 5 OpenBSD 5.4; Futro S500 FreeBSD 10.0; Chromebook c720 ArchLinux; etc
Offline
Offline
You saved my butt dude ... Big thumb up for you.
Sun Netra T1 DC200 (x6 cluster) OpenBSD 5.4; Sun Ultra 5 OpenBSD 5.4; Futro S500 FreeBSD 10.0; Chromebook c720 ArchLinux; etc
Offline
BultiZ wrote:Guys? can some1 here point me in the right direction ;p alot of ppl atleast seems to got their systems up in here ;p
https://bbs.archlinux.org/viewtopic.php?id=183590
Edit got system up and running now, needed to setup time and date BEFORE installing/updating with "pacman -S archlinux-keyring" then i could format system and pacstrap the new system
Cool, what command did you use? Was it:
# hwclock --systohc --utc
I'm also compiling a "tutorial" style guide to install Arch on the C720 in my blog. Since I've installed mine a while ago, I need to update the steps to take.
timedatectl was used to setup time, when pacstrap finished i started using utc again, i think it was like that :-P
Offline
nariox wrote:BultiZ wrote:Guys? can some1 here point me in the right direction ;p alot of ppl atleast seems to got their systems up in here ;p
https://bbs.archlinux.org/viewtopic.php?id=183590
Edit got system up and running now, needed to setup time and date BEFORE installing/updating with "pacman -S archlinux-keyring" then i could format system and pacstrap the new system
Cool, what command did you use? Was it:
# hwclock --systohc --utc
I'm also compiling a "tutorial" style guide to install Arch on the C720 in my blog. Since I've installed mine a while ago, I need to update the steps to take.
timedatectl was used to setup time, when pacstrap finished i started using utc again, i think it was like that :-P
So you entered the time manually? e.g.
# timedatectl set-time "yyyy-MM-dd hh:mm:ss"
I wonder if running
ntpd -qg
would work as well. Maybe we should put that in the wiki.
Offline
BultiZ wrote:nariox wrote:Cool, what command did you use? Was it:
# hwclock --systohc --utc
I'm also compiling a "tutorial" style guide to install Arch on the C720 in my blog. Since I've installed mine a while ago, I need to update the steps to take.
timedatectl was used to setup time, when pacstrap finished i started using utc again, i think it was like that :-P
So you entered the time manually? e.g.
# timedatectl set-time "yyyy-MM-dd hh:mm:ss"
I wonder if running
ntpd -qg
would work as well. Maybe we should put that in the wiki.
Yes thats correct, hwclock showed year 2055 on all formats before i set that :-)
Offline
Guys another question regarding keys mapping. Is there a way to map the poweron button to call the restart / suspend / logoff panel anytime that it gets pressed? I am using cinnamon as DE.
Thanks
Last edited by Latrina (2014-07-03 06:11:43)
Sun Netra T1 DC200 (x6 cluster) OpenBSD 5.4; Sun Ultra 5 OpenBSD 5.4; Futro S500 FreeBSD 10.0; Chromebook c720 ArchLinux; etc
Offline
Having some issues getting suspend/resume to work properly on my C720P 4GB, using the linux-c720 kernel found in the AUR.
I also followed the steps mentioned on the wiki page for getting suspend to work.
Suspending on lid close only seems to randomly work, suspending using systemctl suspend does work reliably.
The problem in both situations is that it when it does suspend, it instantly resumes. Sound/touchpad/keyboard do work after resuming.
dmesg:
[ 209.089186] PM: Syncing filesystems ... done.
[ 209.101432] PM: Preparing system for mem sleep
[ 209.101543] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 209.102836] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 209.104021] PM: Entering mem sleep
[ 209.104036] Suspending console(s) (use no_console_suspend to debug)
[ 209.104266] wlp1s0: deauthenticating from 00:24:01:76:3e:5f by local choice (Reason: 3=DEAUTH_LEAVING)
[ 209.121228] cfg80211: Calling CRDA to update world regulatory domain
[ 209.214297] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 209.214406] sd 0:0:0:0: [sda] Stopping disk
[ 209.489745] PM: suspend of devices complete after 385.609 msecs
[ 209.500733] PM: late suspend of devices complete after 10.985 msecs
[ 209.501269] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI
[ 209.514392] PM: noirq suspend of devices complete after 13.658 msecs
[ 209.514674] ACPI: Preparing to enter system sleep state S3
[ 209.515092] PM: Saving platform NVS memory
[ 209.515093] Disabling non-boot CPUs ...
[ 209.515123] intel_pstate CPU 1 exiting
[ 209.516348] kvm: disabling virtualization on CPU1
[ 209.516404] smpboot: CPU 1 is now offline
[ 209.522942] ACPI: Low-level resume complete
[ 209.523003] PM: Restoring platform NVS memory
[ 209.523386] Enabling non-boot CPUs ...
[ 209.523428] x86: Booting SMP configuration:
[ 209.523430] smpboot: Booting Node 0 Processor 1 APIC 0x2
[ 209.536000] kvm: enabling virtualization on CPU1
[ 209.538208] Intel pstate controlling: cpu 1
[ 209.538278] CPU1 is up
[ 209.540121] ACPI: Waking up from system sleep state S3
[ 209.552539] pci 0000:00:1d.0: Refused to change power state, currently in D3
[ 209.552726] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI
[ 209.552811] PM: noirq resume of devices complete after 12.511 msecs
[ 209.553043] PM: early resume of devices complete after 0.208 msecs
[ 209.555873] snd_hda_intel 0000:00:03.0: irq 64 for MSI/MSI-X
[ 209.556095] snd_hda_intel 0000:00:1b.0: irq 65 for MSI/MSI-X
[ 209.556154] ath: phy0: ASPM enabled: 0x43
[ 209.569124] sd 0:0:0:0: [sda] Starting disk
[ 209.876008] usb 1-3: reset high-speed USB device number 2 using xhci_hcd
[ 209.876108] xhci_hcd 0000:00:14.0: Setup ERROR: setup context command for slot 1.
[ 209.876123] usb 1-3: hub failed to enable device, error -22
[ 209.889059] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 209.889912] ata1.00: configured for UDMA/100
[ 210.035847] usb 1-3: reset high-speed USB device number 2 using xhci_hcd
[ 210.035872] xhci_hcd 0000:00:14.0: Setup ERROR: setup context command for slot 1.
[ 210.035876] usb 1-3: hub failed to enable device, error -22
[ 210.195768] usb 1-3: reset high-speed USB device number 2 using xhci_hcd
[ 210.258926] ------------[ cut here ]------------
[ 210.258950] WARNING: CPU: 0 PID: 626 at drivers/gpu/drm/i915/intel_panel.c:714 pch_enable_backlight+0x1ba/0x200 [i915]()
[ 210.258951] cpu backlight already enabled
[ 210.258988] Modules linked in: ctr ccm snd_hda_codec_hdmi ecb ath3k btusb uvcvideo bluetooth videobuf2_vmalloc videobuf2_memops videobuf2_core v4l2_common videodev 6lowpan_iphc tpm_infineon arc4 joydev mousedev ath9k led_class isl29018(C) ath9k_common industrialio cyapa ath9k_hw regmap_i2c coretemp hwmon intel_rapl iTCO_wdt x86_pkg_temp_thermal intel_powerclamp iTCO_vendor_support ath mac80211 kvm_intel kvm i915 crct10dif_pclmul crc32_pclmul crc32c_intel snd_hda_codec_realtek chromeos_laptop cfg80211 snd_hda_codec_generic ghash_clmulni_intel cryptd microcode rfkill snd_hda_intel pcspkr snd_hda_controller evdev serio_raw snd_hda_codec i2c_algo_bit i2c_i801 drm_kms_helper snd_hwdep snd_pcm fan lpc_ich mfd_core snd_timer shpchp snd drm i2c_designware_pci i2c_designware_core thermal soundcore battery
[ 210.259003] ac tpm_tis tpm i2c_core intel_gtt processor video button ext4 crc16 mbcache jbd2 sd_mod crc_t10dif crct10dif_common atkbd libps2 ahci libahci libata scsi_mod ehci_pci ehci_hcd xhci_hcd usbcore usb_common i8042 serio
[ 210.259006] CPU: 0 PID: 626 Comm: kworker/u4:29 Tainted: G WC 3.16.0-rc3-c720 #1
[ 210.259007] Hardware name: Acer Peppy, BIOS 04/30/2014
[ 210.259012] Workqueue: events_unbound async_run_entry_fn
[ 210.259015] 0000000000000009 ffff880078b1b930 ffffffff814c3396 ffff880078b1b978
[ 210.259017] ffff880078b1b968 ffffffff810579cd ffff88007a910000 ffff880175f46c00
[ 210.259019] 0000000000000003 0000000080000000 ffff88017585a338 ffff880078b1b9c8
[ 210.259020] Call Trace:
[ 210.259026] [<ffffffff814c3396>] dump_stack+0x4d/0x6f
[ 210.259031] [<ffffffff810579cd>] warn_slowpath_common+0x7d/0xa0
[ 210.259034] [<ffffffff81057a3c>] warn_slowpath_fmt+0x4c/0x50
[ 210.259046] [<ffffffffa060d39a>] pch_enable_backlight+0x1ba/0x200 [i915]
[ 210.259056] [<ffffffffa060db02>] intel_panel_enable_backlight+0x82/0xe0 [i915]
[ 210.259066] [<ffffffffa0601145>] intel_edp_backlight_on+0xd5/0x140 [i915]
[ 210.259076] [<ffffffffa05f9d03>] intel_enable_ddi+0xb3/0x100 [i915]
[ 210.259088] [<ffffffffa05e2231>] haswell_crtc_enable+0x561/0xa20 [i915]
[ 210.259100] [<ffffffffa05b5124>] ? i915_gem_object_pin_to_display_plane+0x94/0x1d0 [i915]
[ 210.259112] [<ffffffffa05e4a32>] __intel_set_mode+0x842/0x1670 [i915]
[ 210.259123] [<ffffffffa05e9e48>] intel_modeset_setup_hw_state+0x868/0xd10 [i915]
[ 210.259135] [<ffffffffa05cf150>] ? hsw_write64+0x190/0x190 [i915]
[ 210.259143] [<ffffffffa02dec49>] ? drm_modeset_lock_all_crtcs+0x49/0x70 [drm]
[ 210.259150] [<ffffffffa058d39e>] __i915_drm_thaw+0x12e/0x1b0 [i915]
[ 210.259157] [<ffffffffa058dc68>] i915_resume+0x28/0x50 [i915]
[ 210.259165] [<ffffffffa058dca5>] i915_pm_resume+0x15/0x20 [i915]
[ 210.259168] [<ffffffff812b6794>] pci_pm_resume+0x64/0xb0
[ 210.259171] [<ffffffff812b6730>] ? pci_pm_thaw+0xa0/0xa0
[ 210.259175] [<ffffffff8136942c>] dpm_run_callback+0x4c/0x150
[ 210.259178] [<ffffffff8136a05a>] device_resume+0xea/0x220
[ 210.259181] [<ffffffff813692c0>] ? pm_dev_dbg+0x80/0x80
[ 210.259184] [<ffffffff8136a1ad>] async_resume+0x1d/0x50
[ 210.259186] [<ffffffff8107f7f7>] async_run_entry_fn+0x37/0x130
[ 210.259189] [<ffffffff81072e38>] process_one_work+0x168/0x450
[ 210.259192] [<ffffffff8107345b>] worker_thread+0x6b/0x550
[ 210.259194] [<ffffffff810733f0>] ? init_pwq.part.22+0x10/0x10
[ 210.259197] [<ffffffff810797bb>] kthread+0xdb/0x100
[ 210.259200] [<ffffffff810796e0>] ? kthread_create_on_node+0x180/0x180
[ 210.259203] [<ffffffff814c8cbc>] ret_from_fork+0x7c/0xb0
[ 210.259206] [<ffffffff810796e0>] ? kthread_create_on_node+0x180/0x180
[ 210.259207] ---[ end trace 6b2bf101984bd4a3 ]---
[ 210.267526] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88007b1fb240
[ 210.337702] PM: resume of devices complete after 784.783 msecs
[ 210.337949] PM: Finishing wakeup.
[ 210.337951] Restarting tasks ... done.
[ 210.355623] usb 1-4: USB disconnect, device number 6
[ 210.362305] ehci-pci 0000:00:1d.0: Refused to change power state, currently in D3
[ 210.362468] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 210.362474] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[ 210.362503] ehci-pci 0000:00:1d.0: can't setup: -19
[ 210.362508] ehci-pci 0000:00:1d.0: USB bus 3 deregistered
[ 210.362616] ehci-pci 0000:00:1d.0: init 0000:00:1d.0 fail, -19
[ 211.315631] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 211.378615] cfg80211: Calling CRDA to update world regulatory domain
[ 211.682101] usb 1-4: new full-speed USB device number 7 using xhci_hcd
[ 211.857035] usb 1-4: string descriptor 0 malformed (err = -61), defaulting to 0x0409
[ 211.895882] usb 1-4: USB disconnect, device number 7
[ 212.205313] usb 1-4: new full-speed USB device number 8 using xhci_hcd
[ 212.380087] usb 1-4: string descriptor 0 malformed (err = -61), defaulting to 0x0409
[ 213.938819] wlp1s0: authenticate with 00:24:01:76:3e:5f
[ 213.953330] wlp1s0: send auth to 00:24:01:76:3e:5f (try 1/3)
[ 213.955299] wlp1s0: authenticated
[ 213.958376] wlp1s0: associate with 00:24:01:76:3e:5f (try 1/3)
[ 213.962276] wlp1s0: RX AssocResp from 00:24:01:76:3e:5f (capab=0x431 status=0 aid=6)
[ 213.962379] wlp1s0: associated
[ 366.141901] PM: Syncing filesystems ... done.
[ 366.144600] PM: Preparing system for mem sleep
[ 366.144710] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 366.145959] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 366.147125] PM: Entering mem sleep
[ 366.147141] Suspending console(s) (use no_console_suspend to debug)
[ 366.147345] wlp1s0: deauthenticating from 00:24:01:76:3e:5f by local choice (Reason: 3=DEAUTH_LEAVING)
[ 366.165840] cfg80211: Calling CRDA to update world regulatory domain
[ 366.256494] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 366.256579] sd 0:0:0:0: [sda] Stopping disk
[ 366.535217] PM: suspend of devices complete after 388.002 msecs
[ 366.546264] PM: late suspend of devices complete after 11.045 msecs
[ 366.546835] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI
[ 366.559897] PM: noirq suspend of devices complete after 13.630 msecs
[ 366.560179] ACPI: Preparing to enter system sleep state S3
[ 366.560598] PM: Saving platform NVS memory
[ 366.560600] Disabling non-boot CPUs ...
[ 366.560629] intel_pstate CPU 1 exiting
[ 366.561837] kvm: disabling virtualization on CPU1
[ 366.561867] smpboot: CPU 1 is now offline
[ 366.568505] ACPI: Low-level resume complete
[ 366.568566] PM: Restoring platform NVS memory
[ 366.568949] Enabling non-boot CPUs ...
[ 366.568992] x86: Booting SMP configuration:
[ 366.568993] smpboot: Booting Node 0 Processor 1 APIC 0x2
[ 366.581565] kvm: enabling virtualization on CPU1
[ 366.583778] Intel pstate controlling: cpu 1
[ 366.583851] CPU1 is up
[ 366.585696] ACPI: Waking up from system sleep state S3
[ 366.598077] pci 0000:00:1d.0: Refused to change power state, currently in D3
[ 366.598169] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI
[ 366.598329] PM: noirq resume of devices complete after 12.457 msecs
[ 366.598568] PM: early resume of devices complete after 0.212 msecs
[ 366.601403] snd_hda_intel 0000:00:03.0: irq 66 for MSI/MSI-X
[ 366.601627] snd_hda_intel 0000:00:1b.0: irq 67 for MSI/MSI-X
[ 366.601692] ath: phy0: ASPM enabled: 0x43
[ 366.614673] sd 0:0:0:0: [sda] Starting disk
[ 366.921580] usb 1-3: reset high-speed USB device number 2 using xhci_hcd
[ 366.921594] xhci_hcd 0000:00:14.0: Setup ERROR: setup context command for slot 1.
[ 366.921596] usb 1-3: hub failed to enable device, error -22
[ 366.934589] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 366.935315] ata1.00: configured for UDMA/100
[ 367.081328] usb 1-3: reset high-speed USB device number 2 using xhci_hcd
[ 367.081398] xhci_hcd 0000:00:14.0: Setup ERROR: setup context command for slot 1.
[ 367.081402] usb 1-3: hub failed to enable device, error -22
[ 367.241381] usb 1-3: reset high-speed USB device number 2 using xhci_hcd
[ 367.304457] ------------[ cut here ]------------
[ 367.304482] WARNING: CPU: 1 PID: 639 at drivers/gpu/drm/i915/intel_panel.c:714 pch_enable_backlight+0x1ba/0x200 [i915]()
[ 367.304482] cpu backlight already enabled
[ 367.304519] Modules linked in: ctr ccm snd_hda_codec_hdmi ecb ath3k btusb uvcvideo bluetooth videobuf2_vmalloc videobuf2_memops videobuf2_core v4l2_common videodev 6lowpan_iphc tpm_infineon arc4 joydev mousedev ath9k led_class isl29018(C) ath9k_common industrialio cyapa ath9k_hw regmap_i2c coretemp hwmon intel_rapl iTCO_wdt x86_pkg_temp_thermal intel_powerclamp iTCO_vendor_support ath mac80211 kvm_intel kvm i915 crct10dif_pclmul crc32_pclmul crc32c_intel snd_hda_codec_realtek chromeos_laptop cfg80211 snd_hda_codec_generic ghash_clmulni_intel cryptd microcode rfkill snd_hda_intel pcspkr snd_hda_controller evdev serio_raw snd_hda_codec i2c_algo_bit i2c_i801 drm_kms_helper snd_hwdep snd_pcm fan lpc_ich mfd_core snd_timer shpchp snd drm i2c_designware_pci i2c_designware_core thermal soundcore battery
[ 367.304533] ac tpm_tis tpm i2c_core intel_gtt processor video button ext4 crc16 mbcache jbd2 sd_mod crc_t10dif crct10dif_common atkbd libps2 ahci libahci libata scsi_mod ehci_pci ehci_hcd xhci_hcd usbcore usb_common i8042 serio
[ 367.304537] CPU: 1 PID: 639 Comm: kworker/u4:42 Tainted: G WC 3.16.0-rc3-c720 #1
[ 367.304538] Hardware name: Acer Peppy, BIOS 04/30/2014
[ 367.304543] Workqueue: events_unbound async_run_entry_fn
[ 367.304546] 0000000000000009 ffff880078b5f930 ffffffff814c3396 ffff880078b5f978
[ 367.304548] ffff880078b5f968 ffffffff810579cd ffff88007a910000 ffff880175f46c00
[ 367.304550] 0000000000000003 0000000080000000 ffff88017585a338 ffff880078b5f9c8
[ 367.304551] Call Trace:
[ 367.304557] [<ffffffff814c3396>] dump_stack+0x4d/0x6f
[ 367.304562] [<ffffffff810579cd>] warn_slowpath_common+0x7d/0xa0
[ 367.304565] [<ffffffff81057a3c>] warn_slowpath_fmt+0x4c/0x50
[ 367.304576] [<ffffffffa060d39a>] pch_enable_backlight+0x1ba/0x200 [i915]
[ 367.304586] [<ffffffffa060db02>] intel_panel_enable_backlight+0x82/0xe0 [i915]
[ 367.304597] [<ffffffffa0601145>] intel_edp_backlight_on+0xd5/0x140 [i915]
[ 367.304607] [<ffffffffa05f9d03>] intel_enable_ddi+0xb3/0x100 [i915]
[ 367.304619] [<ffffffffa05e2231>] haswell_crtc_enable+0x561/0xa20 [i915]
[ 367.304631] [<ffffffffa05b5124>] ? i915_gem_object_pin_to_display_plane+0x94/0x1d0 [i915]
[ 367.304643] [<ffffffffa05e4a32>] __intel_set_mode+0x842/0x1670 [i915]
[ 367.304655] [<ffffffffa05e9e48>] intel_modeset_setup_hw_state+0x868/0xd10 [i915]
[ 367.304666] [<ffffffffa05cf150>] ? hsw_write64+0x190/0x190 [i915]
[ 367.304674] [<ffffffffa02dec49>] ? drm_modeset_lock_all_crtcs+0x49/0x70 [drm]
[ 367.304681] [<ffffffffa058d39e>] __i915_drm_thaw+0x12e/0x1b0 [i915]
[ 367.304689] [<ffffffffa058dc68>] i915_resume+0x28/0x50 [i915]
[ 367.304696] [<ffffffffa058dca5>] i915_pm_resume+0x15/0x20 [i915]
[ 367.304701] [<ffffffff812b6794>] pci_pm_resume+0x64/0xb0
[ 367.304703] [<ffffffff812b6730>] ? pci_pm_thaw+0xa0/0xa0
[ 367.304708] [<ffffffff8136942c>] dpm_run_callback+0x4c/0x150
[ 367.304711] [<ffffffff8136a05a>] device_resume+0xea/0x220
[ 367.304714] [<ffffffff813692c0>] ? pm_dev_dbg+0x80/0x80
[ 367.304717] [<ffffffff8136a1ad>] async_resume+0x1d/0x50
[ 367.304719] [<ffffffff8107f7f7>] async_run_entry_fn+0x37/0x130
[ 367.304722] [<ffffffff81072e38>] process_one_work+0x168/0x450
[ 367.304725] [<ffffffff8107345b>] worker_thread+0x6b/0x550
[ 367.304727] [<ffffffff810733f0>] ? init_pwq.part.22+0x10/0x10
[ 367.304730] [<ffffffff810797bb>] kthread+0xdb/0x100
[ 367.304733] [<ffffffff810796e0>] ? kthread_create_on_node+0x180/0x180
[ 367.304736] [<ffffffff814c8cbc>] ret_from_fork+0x7c/0xb0
[ 367.304739] [<ffffffff810796e0>] ? kthread_create_on_node+0x180/0x180
[ 367.304740] ---[ end trace 6b2bf101984bd4a4 ]---
[ 367.313128] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88007b1fb240
[ 367.383172] PM: resume of devices complete after 784.729 msecs
[ 367.383422] PM: Finishing wakeup.
[ 367.383424] Restarting tasks ... done.
[ 367.394582] usb 1-4: USB disconnect, device number 8
[ 367.411129] ehci-pci 0000:00:1d.0: Refused to change power state, currently in D3
[ 367.411297] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 367.411304] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[ 367.411334] ehci-pci 0000:00:1d.0: can't setup: -19
[ 367.411339] ehci-pci 0000:00:1d.0: USB bus 3 deregistered
[ 367.411449] ehci-pci 0000:00:1d.0: init 0000:00:1d.0 fail, -19
[ 368.287789] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 368.727698] usb 1-4: new full-speed USB device number 9 using xhci_hcd
[ 368.902828] usb 1-4: string descriptor 0 malformed (err = -61), defaulting to 0x0409
[ 368.941781] usb 1-4: USB disconnect, device number 9
[ 369.250951] usb 1-4: new full-speed USB device number 10 using xhci_hcd
[ 369.425767] usb 1-4: string descriptor 0 malformed (err = -61), defaulting to 0x0409
[ 370.980958] wlp1s0: authenticate with 00:24:01:76:3e:5f
[ 370.994639] wlp1s0: send auth to 00:24:01:76:3e:5f (try 1/3)
[ 370.996580] wlp1s0: authenticated
[ 370.997206] wlp1s0: associate with 00:24:01:76:3e:5f (try 1/3)
[ 371.001260] wlp1s0: RX AssocResp from 00:24:01:76:3e:5f (capab=0x431 status=0 aid=6)
[ 371.001365] wlp1s0: associated
Been trying to get this to work for the past couple of hours, any help would be appreciated. Thanks.
Offline
So what is the current recommended way to get the touchpad to work? Tons of conflicting information. linux-c720 works, it doesn't work. You should use this patch or this patch. I'm not sure what I need to do.
If I try linux-c720 is there anything I need to do more than install it from AUR?
Last edited by fisher-lebo (2014-07-03 15:18:17)
Offline
So what is the current recommended way to get the touchpad to work? Tons of conflicting information. linux-c720 works, it doesn't work. You should use this patch or this patch. I'm not sure what I need to do.
If I try linux-c720 is there anything I need to do more than install it from AUR?
I can tell you my experience with 3.16.0-rc3-c720 and so far so good. Touchpad works, suspension and resume works too, although as according to the dev the blacklight module might die, however this didn't happen to me so far.
Once compiled and installed the kernel, you will have to re generate another ramdisk for the newly installed kernel, and that would be
# mkinitcpio -p linux-c720
and lastly you will need to regenerate the grub configuration
# grub-mkconfig -o /boot/grub/grub.cfg
My advise is try it urself, if for some reason it doesn't work for you, report the problem you are facing and revert back to stock.
Later.
Sun Netra T1 DC200 (x6 cluster) OpenBSD 5.4; Sun Ultra 5 OpenBSD 5.4; Futro S500 FreeBSD 10.0; Chromebook c720 ArchLinux; etc
Offline
fisher-lebo wrote:So what is the current recommended way to get the touchpad to work? Tons of conflicting information. linux-c720 works, it doesn't work. You should use this patch or this patch. I'm not sure what I need to do.
If I try linux-c720 is there anything I need to do more than install it from AUR?
I can tell you my experience with 3.16.0-rc3-c720 and so far so good. Touchpad works, suspension and resume works too, although as according to the dev the blacklight module might die, however this didn't happen to me so far.
Once compiled and installed the kernel, you will have to re generate another ramdisk for the newly installed kernel, and that would be
# mkinitcpio -p linux-c720
and lastly you will need to regenerate the grub configuration
# grub-mkconfig -o /boot/grub/grub.cfg
My advise is try it urself, if for some reason it doesn't work for you, report the problem you are facing and revert back to stock.
Later.
I can't get it to build, something about 'no space left on device'. Does this have anything to do with my partioning? I have 1 MB set aside as a BIOS boot partition, the remaining part of the disk as one big /, and then there is an additional 1007K of free space. If this is relevant, what is the right way to allocate partions?
That's what confuses me is the wide variety of reports on the same piece of hardware. No single approach seems to work for everyone.
Last edited by fisher-lebo (2014-07-03 19:26:06)
Offline
Latrina wrote:fisher-lebo wrote:So what is the current recommended way to get the touchpad to work? Tons of conflicting information. linux-c720 works, it doesn't work. You should use this patch or this patch. I'm not sure what I need to do.
If I try linux-c720 is there anything I need to do more than install it from AUR?
I can tell you my experience with 3.16.0-rc3-c720 and so far so good. Touchpad works, suspension and resume works too, although as according to the dev the blacklight module might die, however this didn't happen to me so far.
Once compiled and installed the kernel, you will have to re generate another ramdisk for the newly installed kernel, and that would be
# mkinitcpio -p linux-c720
and lastly you will need to regenerate the grub configuration
# grub-mkconfig -o /boot/grub/grub.cfg
My advise is try it urself, if for some reason it doesn't work for you, report the problem you are facing and revert back to stock.
Later.
I can't get it to build, something about 'no space left on device'.
That's what confuses me is the wide variety of reports on the same piece of hardware. No single approach seems to work for everyone.
Does this have anything to do with my partioning? I have 1 MB set aside as a BIOS boot partition, the remaining part of the disk as one big /, and then there is an additional 1007K of free space.
Have you set a specific BUILDDIR in /etc/makepkg.conf ? If yes make sure that this one isn't running out of space.
If not, make sure the partition where you are building the kernel isn't running out of space.
Additionally, cleaning up /tmp might be a good idea.
Sun Netra T1 DC200 (x6 cluster) OpenBSD 5.4; Sun Ultra 5 OpenBSD 5.4; Futro S500 FreeBSD 10.0; Chromebook c720 ArchLinux; etc
Offline
I changed TMPDIR in /etc/yaourt to a folder in my home directory and I still am getting "no space" errors when I try to build linux-c720.
Offline
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
This worked for me. Great job.
I hope a future kernel update makes this all unecessary. This seems like an amazing arch machine for the money.
Offline
Having some issues getting suspend/resume to work properly on my C720P 4GB, using the linux-c720 kernel found in the AUR.
I also followed the steps mentioned on the wiki page for getting suspend to work.
Suspending on lid close only seems to randomly work, suspending using systemctl suspend does work reliably.
The problem in both situations is that it when it does suspend, it instantly resumes. Sound/touchpad/keyboard do work after resuming.dmesg:
...
Been trying to get this to work for the past couple of hours, any help would be appreciated. Thanks.
Made some slight progress on this.
I've gotten manually suspending/resuming from a terminal to work consistently with the "linux-mainline-chromebook" package from the AUR.
Suspending on lid close only works after manually suspending one time. After manually suspending once, suspending/resuming on lid close/open works as it should.
Anyone have an idea what might be causing this?
Offline
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.shThis worked for me. Great job.
I hope a future kernel update makes this all unecessary. This seems like an amazing arch machine for the money.
Update on this. Worked mostly okay for several minutes (except when I closed and reopened the lid, the touchpad stopped working - probably a suspend issue mentioned in the wiki). However, after a reboot my touchpad has stopped working entirely. Specifically, I heard what sounded almost like a fuse popping, so I'm concerned something might have burned out, but I can't tell because my entire experience with the touchpad has been flaky. Edit: touchpad works fine after wiping arch and reinstalling chromeos. Still no solution.
Hard to beat for the money, but if anyone is considering getting this machine to install arch I might wait until some of these little issues are resolved.
Last edited by fisher-lebo (2014-07-04 00:13:47)
Offline
Chromebook-mainline in AUR solved most of my module problems and problems, now its just some basic app configs and TLP or some alternative to get awsome battery life left to do :-)
Last edited by BultiZ (2014-07-04 00:31:12)
Offline
fisher-lebo wrote: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.shThis worked for me. Great job.
I hope a future kernel update makes this all unecessary. This seems like an amazing arch machine for the money.
Update on this. Worked mostly okay for several minutes (except when I closed and reopened the lid, the touchpad stopped working - probably a suspend issue mentioned in the wiki). However, after a reboot my touchpad has stopped working entirely.
Specifically, I heard what sounded almost like a fuse popping, so I'm concerned something might have burned out, but I can't tell because my entire experience with the touchpad has been flaky. Edit: touchpad works fine after wiping arch and reinstalling chromeos. Still no solution.
Hard to beat for the money, but if anyone is considering getting this machine to install arch I might wait until some of these little issues are resolved.
Sorry to hear about your touchpad worries. I suggest you immediately put chromeOS back on your c720 and see how that is running (there is a method to dual boot btw... its really handy). If the touchpad is still broken, you should be able to make a warrenty claim (I'd suggest not mentioning that you were running linux). If the touchpad is good, give arch another try, but do the suspend disabling stuff that's listed on the wiki page. The kernel modules compiled via that github are *only* to work on the touchpad/touchscreen and backlight.
I didn't write any of these patches, nor did I write the script. I'm just a guy who wants my c720 to work, so I fiddled with the script a bit to get it working for me and figured I'd be a jerk if I didn't share. I'm actually kind of worried that I'm violating copyright, so please give both kudos and blame to the original author... whomever that is (I have absolutely no idea).
As for things getting easier with newer kernels, the opposite is true. Bitrot is causing some of these patches to not apply well; which is why I had to fiddle with the script. and the touchscreen patch doesn't apply at all on 3.16 due to many, many advances. I have a 3.16 branch which grabs a kernel with advances rolled back for the atmel_mxt_ts.c file in order to apply the touchscreen patch... but this is REALLY sub-optimal.
I have no idea why these patches aren't going into Linus' kernel main. But I'm pretty concerned as many of these patches are from october 2013, so I figure they should be in by now.
Offline