Bug 43124
Summary: | Acer AO722 freezes after auto login | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Aurele Theriault (aureletheriault) |
Component: | x86-64 | Assignee: | platform_x86_64 (platform_x86_64) |
Status: | RESOLVED INSUFFICIENT_DATA | ||
Severity: | normal | CC: | alan, jlee |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.4.0-030400rc3-generic | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg output
dmidecode output lspci -vvnn output /proc/interrupts output /proc/mtrr output ver_linux output dmesg output when AO722 freezes dmesg output dmesg output when AO722 does NOT freeze |
Description
Aurele Theriault
2012-04-19 03:41:47 UTC
Created attachment 72956 [details]
dmesg output
Created attachment 72957 [details]
dmidecode output
Created attachment 72958 [details]
lspci -vvnn output
Created attachment 72959 [details]
/proc/interrupts output
Created attachment 72960 [details]
/proc/mtrr output
Created attachment 72961 [details]
ver_linux output
Created attachment 72988 [details]
dmesg output when AO722 freezes
Created attachment 72989 [details]
dmesg output
Created attachment 72990 [details]
dmesg output when AO722 does NOT freeze
Here is a simpler way to reproduce this problem Prerequisites: 1-on battery power; no AC Adapter 2-no wired network connection 3-active WiFi connection 4-power on 5-set BIOS boot sequence: 1 . HDD0 6-power off Test #1: freezes; dmesg output attached file 'dmesg-FREEZE' 1-power on 2-F12 select HDD0 3-boot 4-freezes 5-power off Test #2: OK no freezing; dmesg output attached file 'dmesg-OK' 1-power on 2-F12 select Network 3-boots 4-keeps working 5-shutdown (In reply to comment #10) > Here is a simpler way to reproduce this problem > ... Hi Aurele, Please help to check does this issue causes by acer-wmi, please add acer-wmi driver to blacklist in /etc/modprobe.d and try to reproduce issue. thanks Performed test listed on 2012-04-19 19:09:03 COLD BOOT with: Linux AOU1204 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux Result: identical. performed system update then COLD BOOT with: Linux AOU1204 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:52:48 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux Result: identical. added blacklist acer-wmi COLD BOOT again; Result: identical. It appears that this problem is not caused by acer-wmi. Aurele, thanks for your testing (In reply to comment #12) ... > > added blacklist acer-wmi > > COLD BOOT again; > Result: identical. > > It appears that this problem is not caused by acer-wmi. I asked because the system message stop on before acer_wmi load. Per success dmesg on comment#10: ... [ 7.446975] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000 <=== freeze here [ 7.500828] acer_wmi: Acer Laptop ACPI-WMI Extras [ 7.500875] acer_wmi: Function bitmap for Communication Button: 0x1 [ 7.500889] acer_wmi: Brightness must be controlled by acpi video driver [ 7.529154] input: Acer WMI hotkeys as /devices/virtual/input/input8 [ 7.584031] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9 Have the following questions: + Does this issue also happen on runlevel 3 ? When system doesn't launch X-window? + Per dmesg log, does it always freeze before acer_wmi load? or it's random freeze on any driver message in dmesg? Thanks |