Since some time I have the following behaviour:
I work on my laptop on battery some time. Plug in the power, and system freezes. (Clicking mouse/keyboard - no reaction).
Once I unplug the power; the system unfreezes (and it has "queued" the meanwhile clicks and actions which get performed upon power unplug.)
/var/log/messages shows the following:
Code:
Dec 19 00:18:47 siddie-new kernel: [41499.279659] keyboard: can't emulate rawmode for keycode 240
Dec 19 00:18:47 siddie-new kernel: [41499.279684] keyboard: can't emulate rawmode for keycode 240
Dec 19 00:18:54 siddie-new kernel: [41506.607768] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro,commit=600
Dec 19 00:18:54 siddie-new kernel: [41506.656956] keyboard: can't emulate rawmode for keycode 240
Dec 19 00:18:54 siddie-new kernel: [41506.656981] keyboard: can't emulate rawmode for keycode 240
It is not easily reproducible but happens frequently (since some time - i.e. maybe with some of the last kernels, can not however precisely say which one - current kernel is 3.1-5.slh.3-aptosid-amd64 ).
Code:
root@siddie-new:/home/manul# lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 18)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 06)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06)
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
04:00.0 Ethernet controller: Atheros Communications Inc. AR8131 Gigabit Ethernet (rev c0)
3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
3f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
3f:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
3f:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
I'll provide more info as requested.
Any clue? |