FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Debian > Debian Kernel

 
 
LinkBack Thread Tools
 
Old 06-22-2012, 08:19 AM
Eugen Dedu
 
Default Bug#677016: resume failu kobject_add_internal failed for BAT0 with -EEXIST

On 12/06/12 06:02, Jonathan Nieder wrote:

Eugen Dedu wrote:


Here it is: another freeze during resume, with kernel 3.3 too.


Thanks for the quick feedback. (As a reminder to myself, the message
is

BUG: unable to handle kernel paging request at fffffff(lens flare)
IP: [<ffffffff810514c7>] kthread_data+0x7/0xc
PGD 1607067 PUD 1608067 PMD 0
Oops: 0000 [#2] SMP
CPU 0
[...]
Code: 3f 48 c1 e5 03 48 c1 e0 06 48 8d b0 50 54 40 81 29 ee e8 62 c0 00 00 81 4b 14 00 00 00 04 41 59 5b 5d c3 48 8b 87 a0 02 00 00<48> 8b 40 f8 c8 48 3b 3d 95 43 72 00 75 08 0f bf 87 6a 06 00 00
[...]
Fixing recursive fault but reboot is needed!

Call trace involves trying to handle a page fault in
led_trigger_unregister, called by power_supply_unregister, called by
acpi_battery_notify. The first oops looks similar but scrolled off
the screen. This is a 3.3.y kernel with virtualbox modules loaded.)

Ideas for moving forward:

- please attach:
- full "dmesg" output from a normal boot
- "acpidump" output
- see Documentation/power/basic-pm-debugging.txt from [1] or the
kernel-doc-3.2 package. Does suspend-to-disk work? Do pm_test
modes work? Are any warnings shown at suspend time that can be
captured using a serial console or netconsole with
no_console_suspend? Does unloading the "battery" module before
suspend avoid trouble?


(I still do not understand why my previous messages do not appear at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677016.)


Here it is:

First, note that I have indeed a problem with the battery, since the
icon of gnome is not working properly: it shows an empty battery, whice
it is fully loaded, or viceversa. However, its tooltip (showing
percentage of battery) is correct.


snoopy:/home/ededu# echo reboot > /sys/power/disk
snoopy:/home/ededu# echo disk > /sys/power/state
[screen got black for ~2 secs, it shows "Cannot find swap device, try
swapon -a.
Cannot get swap writer" - which is normal since I do not
have one - and afterwards comes back]

bash: echo: write error: No such device
snoopy:/home/ededu#

I tested it for 20 times in a row and it worked each time.

Afterwards, I tested:
snoopy:~# echo platform > /sys/power/disk
snoopy:~# echo disk > /sys/power/state
bash: echo: write error: No such device
snoopy:~#

for 15 times in a row and it worked each time too.

As a side note, the link http://en.opensuse.org/s2ram at the bottom of
http://www.kernel.org/doc/Documentation/power/basic-pm-debugging.txt is
not valid anymore.


I tried:
snoopy:~# echo freezer >/sys/power/pm_test
snoopy:~# echo mem > /sys/power/state
and
snoopy:~# s2ram
KMS graphics driver is in use, skipping quirks.

and they worked 10 times in a row.

The same for:
snoopy:~# echo devices >/sys/power/pm_test
snoopy:~# for i in `seq 10`; do echo mem > /sys/power/state; done

It works too:
snoopy:~# echo platform >/sys/power/pm_test ; for i in `seq 10`; do echo
mem > /sys/power/state; s2ram; done


[s2ram prints: "KMS graphics driver is in use, skipping quirks."

This works too:
snoopy:~# echo processors >/sys/power/pm_test ; for i in `seq 10`; do
echo mem > /sys/power/state; s2ram; done


This works too:
snoopy:~# echo core >/sys/power/pm_test ; for i in `seq 10`; do echo mem
> /sys/power/state; sleep 2; s2ram; sleep 2; done


This works too:
snoopy:~# echo none >/sys/power/pm_test ; for i in `seq 10`; do echo mem
> /sys/power/state; sleep 2; s2ram; sleep 2; done


As all this worked, I have not tried unloading battery module before
suspend2ram.


I have not tried either using a serial console either...

What should I do?

--
Eugen



--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 4FE42A9B.70706@pu-pm.univ-fcomte.fr">http://lists.debian.org/4FE42A9B.70706@pu-pm.univ-fcomte.fr
 
Old 06-22-2012, 03:42 PM
Jonathan Nieder
 
Default Bug#677016: resume failu kobject_add_internal failed for BAT0 with -EEXIST

Eugen Dedu wrote:

> # echo reboot > /sys/power/disk
> # echo disk > /sys/power/state
> [screen got black for ~2 secs, it shows "Cannot find swap device,
> try swapon -a.
Cannot get swap writer" - which is normal since I do
> not have one - and afterwards comes back]
> bash: echo: write error: No such device

Yeah, suspend-to-disk requires swap.

[...]
> This works too:
> # echo none >/sys/power/pm_test ; for i in `seq 10`; do echo mem > /sys/power/state; sleep 2; s2ram; sleep 2; done

Hm. What tool do you normally use to suspend to RAM?



--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/20120622154242.GH4730@burratino
 
Old 06-22-2012, 03:46 PM
Eugen Dedu
 
Default Bug#677016: resume failu kobject_add_internal failed for BAT0 with -EEXIST

On 22/06/12 17:42, Jonathan Nieder wrote:

Eugen Dedu wrote:


# echo reboot> /sys/power/disk
# echo disk> /sys/power/state
[screen got black for ~2 secs, it shows "Cannot find swap device,
try swapon -a.
Cannot get swap writer" - which is normal since I do
not have one - and afterwards comes back]
bash: echo: write error: No such device


Yeah, suspend-to-disk requires swap.

[...]

This works too:
# echo none>/sys/power/pm_test ; for i in `seq 10`; do echo mem> /sys/power/state; sleep 2; s2ram; sleep 2; done


Hm. What tool do you normally use to suspend to RAM?


Just closing the monitor lid on the laptop.

--
Eugen



--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 4FE4933C.9050009@pu-pm.univ-fcomte.fr">http://lists.debian.org/4FE4933C.9050009@pu-pm.univ-fcomte.fr
 
Old 06-22-2012, 03:48 PM
Jonathan Nieder
 
Default Bug#677016: resume failu kobject_add_internal failed for BAT0 with -EEXIST

Eugen Dedu wrote:
> On 22/06/12 17:42, Jonathan Nieder wrote:

>> Hm. What tool do you normally use to suspend to RAM?
>
> Just closing the monitor lid on the laptop.

If you explicitly run "pm-suspend", does it produce the same bad
behavior?



--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/20120622154820.GI4730@burratino
 
Old 06-22-2012, 03:59 PM
Eugen Dedu
 
Default Bug#677016: resume failu kobject_add_internal failed for BAT0 with -EEXIST

On 22/06/12 17:48, Jonathan Nieder wrote:

Eugen Dedu wrote:

On 22/06/12 17:42, Jonathan Nieder wrote:



Hm. What tool do you normally use to suspend to RAM?


Just closing the monitor lid on the laptop.


If you explicitly run "pm-suspend", does it produce the same bad
behavior?


Just tested the following and it worked:

snoopy:~# pm-suspend
snoopy:~# cat /sys/power/disk
platform shutdown [reboot]
snoopy:~# cat /sys/power/state
mem disk
snoopy:~# echo none >/sys/power/pm_test ; for i in `seq 20`; do
pm-suspend; sleep 2; done


As I said in the first e-mail, the freeze appears each 1-20 suspend
actions. I wonder if I am not unlucky during these tests. However, I
made several dozens of tests until now, more than the maximum number of
suspends during normal working on the laptop.


--
Eugen



--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 4FE49663.2030206@pu-pm.univ-fcomte.fr">http://lists.debian.org/4FE49663.2030206@pu-pm.univ-fcomte.fr
 
Old 06-22-2012, 04:29 PM
Jonathan Nieder
 
Default Bug#677016: resume failu kobject_add_internal failed for BAT0 with -EEXIST

Eugen Dedu wrote:

> As I said in the first e-mail, the freeze appears each 1-20 suspend
> actions. I wonder if I am not unlucky during these tests.

That's possible. The only way I would know to test is to make a
habit of using "pm-suspend" instead of closing the lid and seeing if
it happens again.

But I suspect this is an ACPI support bug elsewhere (effect of lid
switch). Can you easily reproduce it by opening and closing the lid
a bunch of times?

Attaching the dmesg and acpidump output you sent before, since it
doesn't seem to have hit the bug log.

Thanks,
Jonathan
et to 64 bytes
[ 0.268220] reserve RAM buffer: 000000000009f000 - 000000000009ffff
[ 0.268223] reserve RAM buffer: 00000000dd04d400 - 00000000dfffffff
[ 0.268337] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.268343] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.268348] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.276034] Switching to clocksource hpet
[ 0.277966] pnp: PnP ACPI init
[ 0.277980] ACPI: bus type pnp registered
[ 0.290757] pnp 00:00: [bus 00-ff]
[ 0.290760] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.290763] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.290765] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.290767] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.290769] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[ 0.290771] pnp 00:00: [mem 0xe0000000-0xf7ffffff window]
[ 0.290775] pnp 00:00: [mem 0xfc000000-0xfebfffff window]
[ 0.290777] pnp 00:00: [mem 0xfec10000-0xfecfffff window]
[ 0.290779] pnp 00:00: [mem 0xfed1c000-0xfed1ffff window]
[ 0.290781] pnp 00:00: [mem 0xfed90000-0xfed9ffff window]
[ 0.290784] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.290786] pnp 00:00: [mem 0xfeda7000-0xfedfffff window]
[ 0.290788] pnp 00:00: [mem 0xfee10000-0xff9fffff window]
[ 0.290790] pnp 00:00: [mem 0xffc00000-0xffdfffff window]
[ 0.290862] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.290889] pnp 00:01: [irq 12]
[ 0.290914] pnp 00:01: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.290931] pnp 00:02: [io 0x0060]
[ 0.290933] pnp 00:02: [io 0x0064]
[ 0.290935] pnp 00:02: [io 0x0062]
[ 0.290937] pnp 00:02: [io 0x0066]
[ 0.290942] pnp 00:02: [irq 1]
[ 0.290966] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.290982] pnp 00:03: [io 0x0070-0x0071]
[ 0.290988] pnp 00:03: [irq 8]
[ 0.290990] pnp 00:03: [io 0x0072-0x0077]
[ 0.291015] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.291033] pnp 00:04: [io 0x0061]
[ 0.291035] pnp 00:04: [io 0x0063]
[ 0.291037] pnp 00:04: [io 0x0065]
[ 0.291038] pnp 00:04: [io 0x0067]
[ 0.291064] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.291080] pnp 00:05: [io 0x002e-0x002f]
[ 0.291082] pnp 00:05: [io 0x0c80-0x0caf]
[ 0.291084] pnp 00:05: [io 0x0cc0-0x0cff]
[ 0.291135] system 00:05: [io 0x0c80-0x0caf] has been reserved
[ 0.291138] system 00:05: [io 0x0cc0-0x0cff] could not be reserved
[ 0.291141] system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.291159] pnp 00:06: [dma 4]
[ 0.291161] pnp 00:06: [io 0x0000-0x000f]
[ 0.291163] pnp 00:06: [io 0x0080-0x0085]
[ 0.291165] pnp 00:06: [io 0x0087-0x008f]
[ 0.291167] pnp 00:06: [io 0x00c0-0x00df]
[ 0.291169] pnp 00:06: [io 0x0010-0x001f]
[ 0.291171] pnp 00:06: [io 0x0090-0x0091]
[ 0.291173] pnp 00:06: [io 0x0093-0x009f]
[ 0.291201] pnp 00:06: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.291217] pnp 00:07: [io 0x00f0-0x00ff]
[ 0.291223] pnp 00:07: [irq 13]
[ 0.291249] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.291289] pnp 00:08: [mem 0xfed00000-0xfed003ff]
[ 0.291335] system 00:08: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.291339] system 00:08: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.304336] pnp 00:09: [mem 0xfed40000-0xfed44fff]
[ 0.304339] pnp 00:09: [io 0x0cb0-0x0cbb]
[ 0.304385] system 00:09: [io 0x0cb0-0x0cbb] has been reserved
[ 0.304388] system 00:09: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.304391] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.306984] pnp 00:0a: [io 0x0900-0x092f]
[ 0.306986] pnp 00:0a: [io 0x0931-0x0933]
[ 0.306988] pnp 00:0a: [io 0x0935-0x097f]
[ 0.306989] pnp 00:0a: [io 0x0092]
[ 0.306991] pnp 00:0a: [io 0x00b2-0x00b3]
[ 0.306993] pnp 00:0a: [io 0x0020-0x0021]
[ 0.306995] pnp 00:0a: [io 0x00a0-0x00a1]
[ 0.306997] pnp 00:0a: [irq 0 disabled]
[ 0.306999] pnp 00:0a: [io 0x04d0-0x04d1]
[ 0.307001] pnp 00:0a: [io 0x1000-0x1005]
[ 0.307002] pnp 00:0a: [io 0x1008-0x100f]
[ 0.307071] system 00:0a: [io 0x0900-0x092f] has been reserved
[ 0.307074] system 00:0a: [io 0x0931-0x0933] has been reserved
[ 0.307077] system 00:0a: [io 0x0935-0x097f] has been reserved
[ 0.307080] system 00:0a: [io 0x04d0-0x04d1] has been reserved
[ 0.307082] system 00:0a: [io 0x1000-0x1005] has been reserved
[ 0.307085] system 00:0a: [io 0x1008-0x100f] has been reserved
[ 0.307088] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.307106] pnp 00:0b: [io 0xf400-0xf4fe]
[ 0.307108] pnp 00:0b: [io 0x0086]
[ 0.307110] pnp 00:0b: [io 0x1006-0x1007]
[ 0.307112] pnp 00:0b: [io 0x100a-0x1059]
[ 0.307114] pnp 00:0b: [io 0x1060-0x107f]
[ 0.307115] pnp 00:0b: [io 0x1080-0x10bf]
[ 0.307117] pnp 00:0b: [io 0x1100-0x111f]
[ 0.307119] pnp 00:0b: [io 0x1010-0x102f]
[ 0.307121] pnp 00:0b: [io 0x0809]
[ 0.307186] system 00:0b: [io 0xf400-0xf4fe] has been reserved
[ 0.307189] system 00:0b: [io 0x1006-0x1007] has been reserved
[ 0.307192] system 00:0b: [io 0x100a-0x1059] could not be reserved
[ 0.307195] system 00:0b: [io 0x1060-0x107f] has been reserved
[ 0.307197] system 00:0b: [io 0x1080-0x10bf] has been reserved
[ 0.307200] system 00:0b: [io 0x1100-0x111f] has been reserved
[ 0.307203] system 00:0b: [io 0x1010-0x102f] has been reserved
[ 0.307205] system 00:0b: [io 0x0809] has been reserved
[ 0.307208] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.325951] pnp 00:0c: [mem 0x00000000-0x0009efff]
[ 0.325953] pnp 00:0c: [mem 0x0009f000-0x0009ffff]
[ 0.325955] pnp 00:0c: [mem 0x000c0000-0x000cffff]
[ 0.325958] pnp 00:0c: [mem 0x000e0000-0x000fffff]
[ 0.325960] pnp 00:0c: [mem 0x00100000-0xdd04d3ff]
[ 0.325962] pnp 00:0c: [mem 0xdd04d400-0xddafffff]
[ 0.325964] pnp 00:0c: [mem 0xddb00000-0xddbfffff]
[ 0.325966] pnp 00:0c: [mem 0xffe00000-0xffffffff]
[ 0.325968] pnp 00:0c: [mem 0xffa00000-0xffbfffff]
[ 0.325970] pnp 00:0c: [mem 0xfec00000-0xfec0ffff]
[ 0.325972] pnp 00:0c: [mem 0xfee00000-0xfee0ffff]
[ 0.325974] pnp 00:0c: [mem 0xfed20000-0xfed3ffff]
[ 0.325976] pnp 00:0c: [mem 0xfed45000-0xfed8ffff]
[ 0.325978] pnp 00:0c: [mem 0xfeda0000-0xfeda3fff]
[ 0.325980] pnp 00:0c: [mem 0xfeda4000-0xfeda4fff]
[ 0.325982] pnp 00:0c: [mem 0xfeda5000-0xfeda5fff]
[ 0.325984] pnp 00:0c: [mem 0xfeda6000-0xfeda6fff]
[ 0.325986] pnp 00:0c: [mem 0xfed1c800-0xfed1cfff]
[ 0.325988] pnp 00:0c: [mem 0xfed18000-0xfed1bfff]
[ 0.325990] pnp 00:0c: [mem 0xf8000000-0xfbffffff]
[ 0.326073] system 00:0c: [mem 0x00000000-0x0009efff] could not be reserved
[ 0.326076] system 00:0c: [mem 0x0009f000-0x0009ffff] could not be reserved
[ 0.326079] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
[ 0.326082] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.326085] system 00:0c: [mem 0x00100000-0xdd04d3ff] could not be reserved
[ 0.326088] system 00:0c: [mem 0xdd04d400-0xddafffff] could not be reserved
[ 0.326091] system 00:0c: [mem 0xddb00000-0xddbfffff] has been reserved
[ 0.326094] system 00:0c: [mem 0xffe00000-0xffffffff] could not be reserved
[ 0.326097] system 00:0c: [mem 0xffa00000-0xffbfffff] has been reserved
[ 0.326100] system 00:0c: [mem 0xfec00000-0xfec0ffff] could not be reserved
[ 0.326103] system 00:0c: [mem 0xfee00000-0xfee0ffff] has been reserved
[ 0.326106] system 00:0c: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.326108] system 00:0c: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.326111] system 00:0c: [mem 0xfeda0000-0xfeda3fff] has been reserved
[ 0.326114] system 00:0c: [mem 0xfeda4000-0xfeda4fff] has been reserved
[ 0.326117] system 00:0c: [mem 0xfeda5000-0xfeda5fff] has been reserved
[ 0.326120] system 00:0c: [mem 0xfeda6000-0xfeda6fff] has been reserved
[ 0.326123] system 00:0c: [mem 0xfed1c800-0xfed1cfff] has been reserved
[ 0.326126] system 00:0c: [mem 0xfed18000-0xfed1bfff] has been reserved
[ 0.326128] system 00:0c: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.326132] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.328302] pnp: PnP ACPI: found 13 devices
[ 0.328304] ACPI: ACPI bus type pnp unregistered
[ 0.335192] PCI: max bus depth: 2 pci_try_num: 3
[ 0.335252] pci 0000:00:1e.0: BAR 15: can't assign mem pref (size 0x4000000)
[ 0.335256] pci 0000:00:1e.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.335260] pci 0000:00:1c.2: BAR 14: assigned [mem 0xf0200000-0xf03fffff]
[ 0.335264] pci 0000:00:1c.2: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
[ 0.335267] pci 0000:00:1c.2: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.335271] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf0600000-0xf07fffff 64bit pref]
[ 0.335274] pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.335278] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0800000-0xf09fffff]
[ 0.335281] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf0a00000-0xf0bfffff 64bit pref]
[ 0.335285] pci 0000:00:1c.0: BAR 13: assigned [io 0x5000-0x5fff]
[ 0.335287] pci 0000:00:1c.0: PCI bridge to [bus 0b-0b]
[ 0.335291] pci 0000:00:1c.0: bridge window [io 0x5000-0x5fff]
[ 0.335297] pci 0000:00:1c.0: bridge window [mem 0xf0800000-0xf09fffff]
[ 0.335302] pci 0000:00:1c.0: bridge window [mem 0xf0a00000-0xf0bfffff 64bit pref]
[ 0.335309] pci 0000:00:1c.1: PCI bridge to [bus 0c-0c]
[ 0.335313] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
[ 0.335319] pci 0000:00:1c.1: bridge window [mem 0xf6900000-0xf69fffff]
[ 0.335324] pci 0000:00:1c.1: bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
[ 0.335331] pci 0000:00:1c.2: PCI bridge to [bus 0d-0d]
[ 0.335334] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
[ 0.335340] pci 0000:00:1c.2: bridge window [mem 0xf0200000-0xf03fffff]
[ 0.335345] pci 0000:00:1c.2: bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
[ 0.335353] pci 0000:00:1c.3: PCI bridge to [bus 0e-0f]
[ 0.335356] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
[ 0.335362] pci 0000:00:1c.3: bridge window [mem 0xf6600000-0xf68fffff]
[ 0.335367] pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
[ 0.335377] pci 0000:03:01.0: BAR 0: assigned [mem 0xf4000000-0xf4000fff]
[ 0.335388] pci 0000:03:01.0: BAR 16: can't assign mem (size 0x4000000)
[ 0.335396] pci 0000:03:01.0: BAR 15: can't assign mem pref (size 0x4000000)
[ 0.335399] pci 0000:03:01.0: BAR 14: assigned [io 0x2000-0x20ff]
[ 0.335401] pci 0000:03:01.0: BAR 13: assigned [io 0x2400-0x24ff]
[ 0.335404] pci 0000:03:01.0: CardBus bridge to [bus 04-07]
[ 0.335406] pci 0000:03:01.0: bridge window [io 0x2400-0x24ff]
[ 0.335410] pci 0000:03:01.0: bridge window [io 0x2000-0x20ff]
[ 0.335415] pci 0000:00:1e.0: PCI bridge to [bus 03-04]
[ 0.335418] pci 0000:00:1e.0: bridge window [io 0x2000-0x2fff]
[ 0.335424] pci 0000:00:1e.0: bridge window [mem 0xf6500000-0xf65fffff]
[ 0.335474] pci 0000:00:1e.0: setting latency timer to 64
[ 0.335486] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.335488] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.335490] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.335492] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[ 0.335495] pci_bus 0000:00: resource 8 [mem 0xe0000000-0xf7ffffff]
[ 0.335497] pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfebfffff]
[ 0.335499] pci_bus 0000:00: resource 10 [mem 0xfec10000-0xfecfffff]
[ 0.335501] pci_bus 0000:00: resource 11 [mem 0xfed1c000-0xfed1ffff]
[ 0.335503] pci_bus 0000:00: resource 12 [mem 0xfed90000-0xfed9ffff]
[ 0.335506] pci_bus 0000:00: resource 13 [mem 0xfed40000-0xfed44fff]
[ 0.335508] pci_bus 0000:00: resource 14 [mem 0xfeda7000-0xfedfffff]
[ 0.335510] pci_bus 0000:00: resource 15 [mem 0xfee10000-0xff9fffff]
[ 0.335512] pci_bus 0000:00: resource 16 [mem 0xffc00000-0xffdfffff]
[ 0.335515] pci_bus 0000:0b: resource 0 [io 0x5000-0x5fff]
[ 0.335517] pci_bus 0000:0b: resource 1 [mem 0xf0800000-0xf09fffff]
[ 0.335519] pci_bus 0000:0b: resource 2 [mem 0xf0a00000-0xf0bfffff 64bit pref]
[ 0.335522] pci_bus 0000:0c: resource 0 [io 0x4000-0x4fff]
[ 0.335524] pci_bus 0000:0c: resource 1 [mem 0xf6900000-0xf69fffff]
[ 0.335526] pci_bus 0000:0c: resource 2 [mem 0xf0600000-0xf07fffff 64bit pref]
[ 0.335529] pci_bus 0000:0d: resource 0 [io 0x3000-0x3fff]
[ 0.335531] pci_bus 0000:0d: resource 1 [mem 0xf0200000-0xf03fffff]
[ 0.335533] pci_bus 0000:0d: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
[ 0.335535] pci_bus 0000:0e: resource 0 [io 0xd000-0xdfff]
[ 0.335538] pci_bus 0000:0e: resource 1 [mem 0xf6600000-0xf68fffff]
[ 0.335540] pci_bus 0000:0e: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
[ 0.335542] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
[ 0.335544] pci_bus 0000:03: resource 1 [mem 0xf6500000-0xf65fffff]
[ 0.335547] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
[ 0.335549] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
[ 0.335551] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.335553] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
[ 0.335555] pci_bus 0000:03: resource 8 [mem 0xe0000000-0xf7ffffff]
[ 0.335557] pci_bus 0000:03: resource 9 [mem 0xfc000000-0xfebfffff]
[ 0.335560] pci_bus 0000:03: resource 10 [mem 0xfec10000-0xfecfffff]
[ 0.335562] pci_bus 0000:03: resource 11 [mem 0xfed1c000-0xfed1ffff]
[ 0.335564] pci_bus 0000:03: resource 12 [mem 0xfed90000-0xfed9ffff]
[ 0.335566] pci_bus 0000:03: resource 13 [mem 0xfed40000-0xfed44fff]
[ 0.335568] pci_bus 0000:03: resource 14 [mem 0xfeda7000-0xfedfffff]
[ 0.335571] pci_bus 0000:03: resource 15 [mem 0xfee10000-0xff9fffff]
[ 0.335573] pci_bus 0000:03: resource 16 [mem 0xffc00000-0xffdfffff]
[ 0.335575] pci_bus 0000:04: resource 0 [io 0x2400-0x24ff]
[ 0.335577] pci_bus 0000:04: resource 1 [io 0x2000-0x20ff]
[ 0.335636] NET: Registered protocol family 2
[ 0.335778] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.336891] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.340617] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.341090] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.341093] TCP reno registered
[ 0.341103] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.341140] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.341298] NET: Registered protocol family 1
[ 0.341317] pci 0000:00:02.0: Boot video device
[ 0.341588] PCI: CLS 64 bytes, default 64
[ 0.341640] Unpacking initramfs...
[ 0.389824] Freeing initrd memory: 2428k freed
[ 0.390587] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.390591] Placing 64MB software IO TLB between ffff8800d9047000 - ffff8800dd047000
[ 0.390593] software IO TLB at phys 0xd9047000 - 0xdd047000
[ 0.391079] audit: initializing netlink socket (disabled)
[ 0.391096] type=2000 audit(1339400732.384:1): initialized
[ 0.403403] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.404211] VFS: Disk quotas dquot_6.5.2
[ 0.404242] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.404314] msgmni has been set to 7833
[ 0.404487] alg: No test for stdrng (krng)
[ 0.404519] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.404523] io scheduler noop registered
[ 0.404525] io scheduler deadline registered
[ 0.404542] io scheduler cfq registered (default)
[ 0.404689] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[ 0.404816] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[ 0.404939] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[ 0.405062] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[ 0.405150] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.405172] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.405174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.405465] acpiphp: Slot [1] registered
[ 0.405558] intel_idle: MWAIT substates: 0x3122220
[ 0.405560] intel_idle: does not run on family 6 model 23
[ 0.405599] GHES: HEST is not enabled!
[ 0.405657] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.406145] Linux agpgart interface v0.103
[ 0.406232] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[ 0.406307] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 0.407302] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[ 0.407431] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[ 0.407562] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.408159] i8042: Warning: Keylock active
[ 0.411245] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.411252] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.411386] mousedev: PS/2 mouse device common for all mice
[ 0.411432] rtc_cmos 00:03: RTC can wake from S4
[ 0.411554] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 0.411583] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.411594] cpuidle: using governor ladder
[ 0.411595] cpuidle: using governor menu
[ 0.411802] TCP cubic registered
[ 0.411846] NET: Registered protocol family 10
[ 0.412318] Mobile IPv6
[ 0.412326] NET: Registered protocol family 17
[ 0.412330] Registering the dns_resolver key type
[ 0.412459] PM: Hibernation image not present or could not be loaded.
[ 0.412471] registered taskstats version 1
[ 0.413179] rtc_cmos 00:03: setting system clock to 2012-06-11 07:45:33 UTC (1339400733)
[ 0.413225] Initializing network drop monitor service
[ 0.414474] Freeing unused kernel memory: 564k freed
[ 0.414600] Write protecting the kernel read-only data: 6144k
[ 0.414741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.418397] Freeing unused kernel memory: 644k freed
[ 0.420854] Freeing unused kernel memory: 636k freed
[ 0.433146] udevd[49]: starting version 175
[ 0.472028] SCSI subsystem initialized
[ 0.486771] libata version 3.00 loaded.
[ 0.487399] ahci 0000:00:1f.2: version 3.0
[ 0.487464] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
[ 0.487522] ahci: SSS flag set, parallel bus scan disabled
[ 0.487559] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
[ 0.487563] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems sxs
[ 0.487568] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.513855] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.513858] ACPI: Thermal Zone [THM] (46 C)
[ 0.515327] scsi0 : ahci
[ 0.515448] scsi1 : ahci
[ 0.515515] scsi2 : ahci
[ 0.515578] scsi3 : ahci
[ 0.515646] scsi4 : ahci
[ 0.515822] scsi5 : ahci
[ 0.516072] ata1: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1c900 irq 44
[ 0.516076] ata2: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1c980 irq 44
[ 0.516078] ata3: DUMMY
[ 0.516080] ata4: DUMMY
[ 0.516083] ata5: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1cb00 irq 44
[ 0.516086] ata6: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1cb80 irq 44
[ 1.008024] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.009798] ata1.00: ATA-7: SAMSUNG SSD PB22-JS3 FDE 2.5" 256GB, VBM9LD1Q, max UDMA/100
[ 1.009801] ata1.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[ 1.012407] ata1.00: configured for UDMA/100
[ 1.012531] scsi 0:0:0:0: Direct-Access ATA SAMSUNG SSD PB22 VBM9 PQ: 0 ANSI: 5
[ 1.388021] Refined TSC clocksource calibration: 2526.999 MHz.
[ 1.388025] Switching to clocksource tsc
[ 1.504016] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.506215] ata2.00: ATAPI: TEAC DVD-ROM DV18SA, D.0D, max UDMA/100
[ 1.509813] ata2.00: configured for UDMA/100
[ 1.525095] scsi 1:0:0:0: CD-ROM TEAC DVD-ROM DV18SA D.0D PQ: 0 ANSI: 5
[ 1.844016] ata5: SATA link down (SStatus 0 SControl 300)
[ 2.164014] ata6: SATA link down (SStatus 0 SControl 300)
[ 2.168507] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[ 2.168642] sd 0:0:0:0: [sda] Write Protect is off
[ 2.168645] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.168667] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.169350] sda: sda1
[ 2.169570] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.689607] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[ 2.689610] EXT4-fs (sda1): write access will be enabled during recovery
[ 3.236850] EXT4-fs (sda1): orphan cleanup on readonly fs
[ 3.236859] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 14549677
[ 3.236923] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 13764864
[ 3.236940] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 14553693
[ 3.236955] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 14550457
[ 3.237157] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 14549673
[ 3.237174] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 13779193
[ 3.237216] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 14553660
[ 3.237230] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 13779196
[ 3.237265] EXT4-fs (sda1): 8 orphan inodes deleted
[ 3.237267] EXT4-fs (sda1): recovery complete
[ 3.307692] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 3.761317] udevd[324]: starting version 175
[ 3.854789] ACPI: AC Adapter [AC] (on-line)
[ 3.857738] Monitor-Mwait will be used to enter C-1 state
[ 3.859150] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[ 3.872524] Monitor-Mwait will be used to enter C-2 state
[ 3.875470] ACPI: Lid Switch [LID]
[ 3.883021] Monitor-Mwait will be used to enter C-3 state
[ 3.883029] Marking TSC unstable due to TSC halts in idle
[ 3.883044] ACPI: acpi_idle registered with cpuidle
[ 3.883899] e1000e: Intel(R) PRO/1000 Network Driver - 1.5.1-k
[ 3.883901] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
[ 3.883972] e1000e 0000:00:19.0: setting latency timer to 64
[ 3.884149] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
[ 3.887958] Switching to clocksource hpet
[ 3.890823] usbcore: registered new interface driver usbfs
[ 3.890856] usbcore: registered new interface driver hub
[ 3.902988] usbcore: registered new device driver usb
[ 3.910081] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.921842] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.925463] iTCO_vendor_support: vendor-support=0
[ 3.943341] input: PC Speaker as /devices/platform/pcspkr/input/input2
[ 3.948387] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[ 3.962054] ACPI: Battery Slot [BAT0] (battery present)
[ 3.962087] ACPI: Battery Slot [BAT1] (battery absent)
[ 3.962206] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
[ 3.962213] ACPI: Power Button [PBTN]
[ 3.962260] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
[ 3.962263] ACPI: Sleep Button [SBTN]
[ 3.963360] wmi: Mapper loaded
[ 3.965488] sdhci: Secure Digital Host Controller Interface driver
[ 3.965491] sdhci: Copyright(c) Pierre Ossman
[ 3.965701] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[ 3.965801] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x1060)
[ 3.965858] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 3.975343] sdhci-pci 0000:03:01.2: SDHCI controller found [1180:0822] (rev 21)
[ 3.976400] mmc0: no vmmc regulator found
[ 3.977427] Registered led device: mmc0::
[ 3.981386] mmc0: SDHCI controller on PCI [0000:03:01.2] using DMA
[ 3.983668] [drm] Initialized drm 1.1.0 20060810
[ 3.985482] cfg80211: Calling CRDA to update world regulatory domain
[ 4.009144] sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[ 4.009148] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 4.009278] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 4.030096] Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[ 4.030099] Copyright(c) 2003-2011 Intel Corporation
[ 4.030172] iwlwifi 0000:0c:00.0: pci_resource_len = 0x00002000
[ 4.030175] iwlwifi 0000:0c:00.0: pci_resource_base = ffffc90000654000
[ 4.030177] iwlwifi 0000:0c:00.0: HW Revision ID = 0x0
[ 4.030259] iwlwifi 0000:0c:00.0: irq 46 for MSI/MSI-X
[ 4.030309] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEBUG disabled
[ 4.030311] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[ 4.030313] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[ 4.030315] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
[ 4.030317] iwlwifi 0000:0c:00.0: CONFIG_IWLWIFI_P2P disabled
[ 4.030323] iwlwifi 0000:0c:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
[ 4.030380] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
[ 4.052061] iwlwifi 0000:0c:00.0: device EEPROM VER=0x11f, CALIB=0x4
[ 4.052064] iwlwifi 0000:0c:00.0: Device SKU: 0xF0
[ 4.062543] iwlwifi 0000:0c:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[ 4.064093] firewire_ohci: Added fw-ohci device 0000:03:01.1, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x11
[ 4.064148] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:024f]
[ 4.064178] yenta_cardbus 0000:03:01.0: CardBus bridge to [bus 04-07]
[ 4.064181] yenta_cardbus 0000:03:01.0: bridge window [io 0x2400-0x24ff]
[ 4.064186] yenta_cardbus 0000:03:01.0: bridge window [io 0x2000-0x20ff]
[ 4.064192] yenta_cardbus 0000:03:01.0: bridge window [mem 0xf1000000-0xf13fffff]
[ 4.064197] yenta_cardbus 0000:03:01.0: bridge window [mem 0xf1400000-0xf17fffff]
[ 4.066484] input: Dell WMI hotkeys as /devices/virtual/input/input5
[ 4.080322] iwlwifi 0000:0c:00.0: loaded firmware version 8.83.5.1 build 33692
[ 4.080528] Registered led device: phy0-led
[ 4.084495] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:26:b9:b9:46:a5
[ 4.084499] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[ 4.084522] e1000e 0000:00:19.0: eth0: MAC: 7, PHY: 8, PBA No: 4003FF-0FF
[ 4.084586] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 4.084591] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 4.084617] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 4.084652] ehci_hcd 0000:00:1a.7: debug port 1
[ 4.088548] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 4.089132] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfed1c400
[ 4.100260] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 4.100287] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.100290] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.100292] usb usb1: Product: EHCI Host Controller
[ 4.100294] usb usb1: Manufacturer: Linux 3.3.0-trunk-amd64 ehci_hcd
[ 4.100296] usb usb1: SerialNumber: 0000:00:1a.7
[ 4.100429] hub 1-0:1.0: USB hub found
[ 4.100433] hub 1-0:1.0: 6 ports detected
[ 4.102288] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 4.102291] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 4.102301] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 4.102335] ehci_hcd 0000:00:1d.7: debug port 1
[ 4.106217] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 4.107492] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000
[ 4.116038] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 4.116085] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.116088] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.116090] usb usb2: Product: EHCI Host Controller
[ 4.116092] usb usb2: Manufacturer: Linux 3.3.0-trunk-amd64 ehci_hcd
[ 4.116094] usb usb2: SerialNumber: 0000:00:1d.7
[ 4.116223] hub 2-0:1.0: USB hub found
[ 4.116228] hub 2-0:1.0: 6 ports detected
[ 4.116867] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 4.116872] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 4.116882] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 4.116916] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f60
[ 4.116956] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.116959] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.116961] usb usb3: Product: UHCI Host Controller
[ 4.116963] usb usb3: Manufacturer: Linux 3.3.0-trunk-amd64 uhci_hcd
[ 4.116964] usb usb3: SerialNumber: 0000:00:1a.0
[ 4.118268] hub 3-0:1.0: USB hub found
[ 4.118274] hub 3-0:1.0: 2 ports detected
[ 4.118372] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 4.118376] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 4.118384] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 4.118428] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f80
[ 4.118467] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.118469] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.118471] usb usb4: Product: UHCI Host Controller
[ 4.118473] usb usb4: Manufacturer: Linux 3.3.0-trunk-amd64 uhci_hcd
[ 4.118475] usb usb4: SerialNumber: 0000:00:1a.1
[ 4.119580] hub 4-0:1.0: USB hub found
[ 4.119586] hub 4-0:1.0: 2 ports detected
[ 4.119681] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 4.119685] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 4.119694] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 4.119725] uhci_hcd 0000:00:1a.2: irq 22, io base 0x00006fa0
[ 4.119762] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.119765] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.119767] usb usb5: Product: UHCI Host Controller
[ 4.119769] usb usb5: Manufacturer: Linux 3.3.0-trunk-amd64 uhci_hcd
[ 4.119771] usb usb5: SerialNumber: 0000:00:1a.2
[ 4.119947] hub 5-0:1.0: USB hub found
[ 4.119951] hub 5-0:1.0: 2 ports detected
[ 4.120065] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 4.120069] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 4.120079] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 4.120106] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f00
[ 4.120141] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.120144] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.120146] usb usb6: Product: UHCI Host Controller
[ 4.120148] usb usb6: Manufacturer: Linux 3.3.0-trunk-amd64 uhci_hcd
[ 4.120149] usb usb6: SerialNumber: 0000:00:1d.0
[ 4.120320] hub 6-0:1.0: USB hub found
[ 4.120324] hub 6-0:1.0: 2 ports detected
[ 4.120401] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 4.120404] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 4.120411] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 4.120439] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f20
[ 4.120475] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.120477] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.120479] usb usb7: Product: UHCI Host Controller
[ 4.120481] usb usb7: Manufacturer: Linux 3.3.0-trunk-amd64 uhci_hcd
[ 4.120483] usb usb7: SerialNumber: 0000:00:1d.1
[ 4.121706] hub 7-0:1.0: USB hub found
[ 4.121711] hub 7-0:1.0: 2 ports detected
[ 4.121795] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 4.121799] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 4.121807] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 4.121835] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
[ 4.121872] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.121875] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.121877] usb usb8: Product: UHCI Host Controller
[ 4.121879] usb usb8: Manufacturer: Linux 3.3.0-trunk-amd64 uhci_hcd
[ 4.121881] usb usb8: SerialNumber: 0000:00:1d.2
[ 4.122050] hub 8-0:1.0: USB hub found
[ 4.122054] hub 8-0:1.0: 2 ports detected
[ 4.122608] i915 0000:00:02.0: setting latency timer to 64
[ 4.129532] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 4.158198] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[ 4.158201] [drm] MTRR allocation failed. Graphics performance may suffer.
[ 4.159159] i915 0000:00:02.0: irq 47 for MSI/MSI-X
[ 4.159170] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 4.159171] [drm] Driver supports precise vblank timestamp query.
[ 4.161652] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem: owns=io+mem
[ 4.192799] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0cb8, PCI irq 19
[ 4.192803] yenta_cardbus 0000:03:01.0: Socket status: 30000006
[ 4.192807] pci_bus 0000:03: Raising subordinate bus# of parent bus (#03) from #04 to #07
[ 4.192816] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [io 0x2000-0x2fff]
[ 4.192819] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0xf6500000-0xf65fffff]
[ 4.192822] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf6500000-0xf65fffff: excluding 0xf65f0000-0xf65fffff
[ 4.227540] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xcffff 0xe0000-0xfffff
[ 4.227577] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff
[ 4.227612] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff
[ 4.564228] firewire_core: created device fw0: GUID 434fc000066e5490, S400
[ 4.648195] usb 1-6: new high-speed USB device number 4 using ehci_hcd
[ 4.680356] dell_wmi: Received unknown WMI event (0x11)
[ 4.730676] fbcon: inteldrmfb (fb0) is primary device
[ 4.856453] usb 1-6: New USB device found, idVendor=0c45, idProduct=63f0
[ 4.856457] usb 1-6: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 4.856460] usb 1-6: Product: Integrated_Webcam_2M
[ 4.856462] usb 1-6: Manufacturer: M092S-R00-0204-SD18A
[ 5.083446] Console: switching to colour frame buffer device 240x75
[ 5.090665] fb0: inteldrmfb frame buffer device
[ 5.090666] drm: registered panic notifier
[ 5.109626] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input6
[ 5.126801] Linux media interface: v0.10
[ 5.132055] Linux video capture interface: v2.00
[ 5.132112] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input7
[ 5.134268] acpi device:3e: registered as cooling_device2
[ 5.134760] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input8
[ 5.135099] ACPI: Video Device [VID1] (multi-head: yes rom: no post: no)
[ 5.135122] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[ 5.135251] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 5.135361] snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
[ 5.142499] uvcvideo: Found UVC 1.00 device Integrated_Webcam_2M (0c45:63f0)
[ 5.150855] input: Integrated_Webcam_2M as /devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6:1.0/input/input9
[ 5.150963] usbcore: registered new interface driver uvcvideo
[ 5.150965] USB Video Class driver (1.1.1)
[ 5.152020] usb 3-1: new full-speed USB device number 2 using uhci_hcd
[ 5.171668] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input10
[ 5.181362] HDMI status: Codec=2 Pin=3 Presence_Detect=0 ELD_Valid=0
[ 5.181443] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 5.181522] input: HDA Intel Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 5.181589] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 5.181658] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 5.181726] input: HDA Intel Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 5.328972] usb 3-1: New USB device found, idVendor=0a5c, idProduct=4500
[ 5.328977] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.328980] usb 3-1: Product: BCM2046B1
[ 5.328983] usb 3-1: Manufacturer: Broadcom
[ 5.332042] hub 3-1:1.0: USB hub found
[ 5.333963] hub 3-1:1.0: 3 ports detected
[ 5.399113] dell_wmi: Received unknown WMI event (0x11)
[ 5.432910] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 5.479747] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 5.516848] loop: module loaded
[ 5.576036] usb 5-1: new full-speed USB device number 2 using uhci_hcd
[ 5.755781] usb 5-1: New USB device found, idVendor=0a5c, idProduct=5800
[ 5.755784] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.755786] usb 5-1: Product: 5880
[ 5.755788] usb 5-1: Manufacturer: Broadcom Corp
[ 5.755790] usb 5-1: SerialNumber: 0123456789ABCD
[ 5.755884] usb 5-1: config 0 descriptor??
[ 5.779928] WARNING! power/level is deprecated; use power/control instead
[ 6.008035] usb 6-2: new low-speed USB device number 2 using uhci_hcd
[ 6.181162] usb 6-2: New USB device found, idVendor=1c4f, idProduct=0003
[ 6.181166] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.181168] usb 6-2: Product: Usb Mouse
[ 6.181170] usb 6-2: Manufacturer: SIGMACHIP
[ 6.214501] input: SIGMACHIP Usb Mouse as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0/input/input16
[ 6.214955] generic-usb 0003:1C4F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [SIGMACHIP Usb Mouse] on usb-0000:00:1d.0-2/input0
[ 6.215191] usbcore: registered new interface driver usbhid
[ 6.215193] usbhid: USB HID core driver
[ 6.257976] usb 3-1.1: new full-speed USB device number 3 using uhci_hcd
[ 6.379983] usb 3-1.1: New USB device found, idVendor=413c, idProduct=8157
[ 6.379987] usb 3-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 6.387223] input: HID 413c:8157 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input17
[ 6.387385] generic-usb 0003:413C:8157.0002: input,hidraw1: USB HID v1.11 Keyboard [HID 413c:8157] on usb-0000:00:1a.0-1.1/input0
[ 6.461990] usb 3-1.2: new full-speed USB device number 4 using uhci_hcd
[ 6.586981] usb 3-1.2: New USB device found, idVendor=413c, idProduct=8158
[ 6.586984] usb 3-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 6.595258] input: HID 413c:8158 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input18
[ 6.595376] generic-usb 0003:413C:8158.0003: input,hidraw2: USB HID v1.11 Mouse [HID 413c:8158] on usb-0000:00:1a.0-1.2/input0
[ 6.721433] vboxdrv: Found 2 processor cores.
[ 6.722037] vboxdrv: fAsync=0 offMin=0x1ac offMax=0x5188
[ 6.722098] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[ 6.722100] vboxdrv: Successfully loaded version 4.1.16_Debian (interface 0x00190000).
[ 6.786523] vboxpci: IOMMU not found (not registered)
[ 6.945982] usb 3-1.3: new full-speed USB device number 5 using uhci_hcd
[ 7.078974] usb 3-1.3: New USB device found, idVendor=413c, idProduct=8156
[ 7.078979] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.078982] usb 3-1.3: Product: Dell Wireless 370 Bluetooth Mini-card
[ 7.078985] usb 3-1.3: Manufacturer: Dell Computer Corp
[ 7.101675] Bluetooth: Core ver 2.16
[ 7.101700] NET: Registered protocol family 31
[ 7.101701] Bluetooth: HCI device and connection manager initialized
[ 7.101704] Bluetooth: HCI socket layer initialized
[ 7.101706] Bluetooth: L2CAP socket layer initialized
[ 7.101713] Bluetooth: SCO socket layer initialized
[ 7.106395] usbcore: registered new interface driver btusb
[ 7.139234] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 7.139237] Bluetooth: BNEP filters: protocol multicast
[ 7.216589] Bluetooth: RFCOMM TTY layer initialized
[ 7.216601] Bluetooth: RFCOMM socket layer initialized
[ 7.216607] Bluetooth: RFCOMM ver 1.11
[ 7.357288] lp: driver loaded but no devices found
[ 7.360132] ppdev: user-space parallel port driver
[ 7.670356] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
[ 7.685866] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input19
[ 7.724099] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
[ 7.724705] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 7.726823] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
[ 7.729889] iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
[ 7.845039] iwlwifi 0000:0c:00.0: L1 Enabled; Disabling L0S
[ 7.848028] iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
[ 7.896583] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 9.512951] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
[ 9.512963] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
[ 9.514525] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 20.000032] eth0: no IPv6 routers present
[ 20.884125] wlan0: authenticate with 00:0b:86:a6:92:18 (try 1)
[ 20.896264] wlan0: authenticated
[ 20.911024] wlan0: associate with 00:0b:86:a6:92:18 (try 1)
[ 20.914720] wlan0: RX AssocResp from 00:0b:86:a6:92:18 (capab=0x431 status=0 aid=2)
[ 20.914724] wlan0: associated
[ 20.914729] wlan0: moving STA 00:0b:86:a6:92:18 to state 1
[ 20.914731] wlan0: moving STA 00:0b:86:a6:92:18 to state 2
[ 20.925329] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 21.187003] Intel AES-NI instructions are not detected.
[ 21.228289] wlan0: moving STA 00:0b:86:a6:92:18 to state 3
[ 25.980357] usb 6-2: USB disconnect, device number 2
[ 28.240334] usb 6-2: new low-speed USB device number 3 using uhci_hcd
[ 28.412391] usb 6-2: New USB device found, idVendor=1c4f, idProduct=0003
[ 28.412401] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 28.412408] usb 6-2: Product: Usb Mouse
[ 28.412413] usb 6-2: Manufacturer: SIGMACHIP
[ 28.428756] input: SIGMACHIP Usb Mouse as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0/input/input20
[ 28.429127] generic-usb 0003:1C4F:0003.0004: input,hidraw0: USB HID v1.10 Mouse [SIGMACHIP Usb Mouse] on usb-0000:00:1d.0-2/input0
[ 31.096039] wlan0: no IPv6 routers present
[ 37.848105] usb 3-1: USB disconnect, device number 2
[ 37.848114] usb 3-1.1: USB disconnect, device number 3
[ 37.868464] usb 3-1.2: USB disconnect, device number 4
[ 37.871960] usb 3-1.3: USB disconnect, device number 5
[ 7302.938541] dell_wmi: Received unknown WMI event (0x11)
DSDT @ 0xdd052400
0000: 44 53 44 54 0b 6d 00 00 02 30 49 4e 54 34 33 30 DSDT.m...0INT430
0010: 53 59 53 46 65 78 78 78 01 10 00 00 49 4e 54 4c SYSFexxx....INTL
0020: 24 06 05 20 08 56 45 52 53 12 39 03 0d 50 72 6f $.. .VERS.9..Pro
0030: 6a 65 63 74 3a 20 44 45 4c 4c 20 4d 30 39 20 20 ject: DELL M09
0040: 20 20 00 0d 44 61 74 65 3a 20 30 31 2f 30 31 2f ..Date: 01/01/
0050: 32 30 30 37 00 0d 56 65 72 3a 20 31 2e 30 30 2e 2007..Ver: 1.00.
0060: 30 30 00 14 39 54 4f 30 31 01 70 87 68 60 a0 08 00..9TO01.p.h`..
0070: 93 8e 68 0a 02 75 60 08 4f 42 55 46 11 02 60 70 ..h..u`.OBUF..`p
0080: 68 4f 42 55 46 a0 12 93 8e 68 0a 02 76 60 70 0a hOBUF....h..v`p.
0090: 00 88 4f 42 55 46 60 00 a4 4f 42 55 46 14 2e 54 ..OBUF`..OBUF..T
00a0: 4f 30 32 03 70 68 60 a0 15 92 95 68 0a 0a 78 68 O02.ph`....h..xh
00b0: 0a 0a 60 61 70 54 4f 30 32 61 69 6a 6a 72 60 0a ..`apTO02aijjr`.
00c0: 30 60 70 60 88 69 6a 00 75 6a a4 6a 14 3e 54 4f 0`p`.ij.uj.j.>TO
00d0: 30 33 01 08 4c 42 55 46 11 03 0a 20 70 54 4f 30 03..LBUF... pTO0
00e0: 32 68 4c 42 55 46 0a 00 60 70 0a 00 88 4c 42 55 2hLBUF..`p...LBU
00f0: 46 60 00 75 60 08 4f 42 55 46 11 02 60 70 4c 42 F`.u`.OBUF..`pLB
0100: 55 46 4f 42 55 46 a4 4f 42 55 46 14 13 54 4f 30 UFOBUF.OBUF..TO0
0110: 34 03 8c 68 69 56 41 4c 5f 70 6a 56 41 4c 5f 08 4..hiVAL_pjVAL_.
0120: 4d 49 53 43 11 0b 0a 08 00 00 00 00 00 00 00 00 MISC............
0130: 8c 4d 49 53 43 0a 00 4d 49 53 30 8c 4d 49 53 43 .MISC..MIS0.MISC
0140: 0a 01 4d 49 53 31 8c 4d 49 53 43 0a 02 4d 49 53 ..MIS1.MISC..MIS
0150: 32 8c 4d 49 53 43 0a 03 4d 49 53 33 8c 4d 49 53 2.MISC..MIS3.MIS
0160: 43 0a 04 4d 49 53 34 8c 4d 49 53 43 0a 05 4d 49 C..MIS4.MISC..MI
0170: 53 35 8c 4d 49 53 43 0a 06 4d 49 53 36 8c 4d 49 S5.MISC..MIS6.MI
0180: 53 43 0a 07 4d 49 53 37 10 42 07 5c 00 5b 80 52 SC..MIS7.B..[.R
0190: 43 52 42 00 0c 00 80 d1 fe 0b 00 40 5b 81 4d 05 CRB........@[.M.
01a0: 52 43 52 42 13 00 80 00 08 00 80 00 10 00 80 02 RCRB............
01b0: 02 48 50 41 53 02 00 05 48 50 41 45 01 00 48 09 .HPAS...HPAE..H.
01c0: 00 01 50 41 54 44 01 53 41 54 44 01 53 4d 42 44 ..PATD.SATD.SMBD
01d0: 01 48 44 41 44 01 41 39 37 44 01 00 0a 52 50 44 .HDAD.A97D...RPD
01e0: 31 01 52 50 44 32 01 52 50 44 33 01 52 50 44 34 1.RPD2.RPD3.RPD4
01f0: 01 52 50 44 35 01 52 50 44 36 01 10 48 05 5c 5f .RPD5.RPD6..H.\_
0200: 53 42 5f 5b 80 53 4d 49 52 01 0a b2 0a 02 5b 81 SB_[.SMIR.....[.
0210: 10 53 4d 49 52 01 53 4d 49 43 08 53 4d 49 44 08 .SMIR.SMIC.SMID.
0220: 5b 80 53 4d 52 32 01 0a 86 0a 01 5b 81 0b 53 4d [.SMR2.....[..SM
0230: 52 32 01 53 4d 49 41 08 5b 80 53 4d 52 33 01 0a R2.SMIA.[.SMR3..
0240: 66 0a 01 5b 81 0f 53 4d 52 33 01 00 02 4d 45 43 f..[..SMR3...MEC
0250: 49 01 00 05 5b 01 53 4d 49 58 01 14 49 06 53 4d I...[.SMIX..I.SM
0260: 49 5f 02 5b 23 53 4d 49 58 ff ff a2 0e 93 5c 2e I_.[#SMIX......
0270: 5f 53 42 5f 4d 45 43 49 0a 00 70 69 5c 2e 5f 53 _SB_MECI..pi._S
0280: 42 5f 53 4d 49 41 70 68 5c 2e 5f 53 42 5f 53 4d B_SMIAph._SB_SM
0290: 49 43 70 5c 2e 5f 53 42 5f 53 4d 49 43 60 a2 12 ICp._SB_SMIC`..
02a0: 92 93 60 0a 00 70 5c 2e 5f 53 42 5f 53 4d 49 43 ..`..p._SB_SMIC
02b0: 60 70 5c 2e 5f 53 42 5f 53 4d 49 41 61 5b 27 53 `p._SB_SMIAa['S
02c0: 4d 49 58 a4 61 08 53 58 58 30 11 04 0b 00 01 08 MIX.a.SXX0......
02d0: 53 58 58 31 11 03 0a 08 8b 53 58 58 31 0a 00 53 SXX1.....SXX1..S
02e0: 58 58 32 8b 53 58 58 31 0a 04 53 58 58 33 14 15 XX2.SXX1..SXX3..
02f0: 53 58 31 30 00 5b 23 53 4d 49 58 ff ff 70 0a 00 SX10.[#SMIX..p..
0300: 53 58 58 32 14 31 53 58 33 30 01 70 53 58 58 32 SXX2.1SX30.pSXX2
0310: 60 75 60 a0 22 92 94 60 87 53 58 58 30 8c 53 58 `u`."..`.SXX0.SX
0320: 58 30 53 58 58 32 53 58 32 30 70 68 53 58 32 30 X0SXX2SX20phSX20
0330: 70 60 53 58 58 32 14 34 53 58 33 31 01 70 53 58 p`SXX2.4SX31.pSX
0340: 58 32 60 72 60 0a 02 60 a0 22 92 94 60 87 53 58 X2`r`..`."..`.SX
0350: 58 30 8b 53 58 58 30 53 58 58 32 53 58 32 31 70 X0.SXX0SXX2SX21p
0360: 68 53 58 32 31 70 60 53 58 58 32 14 34 53 58 33 hSX21p`SXX2.4SX3
0370: 32 01 70 53 58 58 32 60 72 60 0a 04 60 a0 22 92 2.pSXX2`r`..`.".
0380: 94 60 87 53 58 58 30 8a 53 58 58 30 53 58 58 32 .`.SXX0.SXX0SXX2
0390: 53 58 32 32 70 68 53 58 32 32 70 60 53 58 58 32 SX22phSX22p`SXX2
03a0: 14 1b 53 58 33 33 02 a0 14 95 69 87 68 8c 68 69 ..SX33....i.h.hi
03b0: 53 58 32 30 53 58 33 30 53 58 32 30 14 17 53 58 SX20SX30SX20..SX
03c0: 33 34 02 70 0a 00 60 a2 0c 95 60 69 53 58 33 33 34.p..`...`iSX33
03d0: 68 60 75 60 14 48 05 53 58 58 36 02 a2 0e 93 5c h`u`.H.SXX6....
03e0: 2e 5f 53 42 5f 4d 45 43 49 0a 00 70 69 5c 2e 5f ._SB_MECI..pi._
03f0: 53 42 5f 53 4d 49 41 70 68 5c 2e 5f 53 42 5f 53 SB_SMIAph._SB_S
0400: 4d 49 43 70 5c 2e 5f 53 42 5f 53 4d 49 43 60 a2 MICp._SB_SMIC`.
0410: 12 92 93 60 0a 00 70 5c 2e 5f 53 42 5f 53 4d 49 ...`..p._SB_SMI
0420: 43 60 a4 5c 2e 5f 53 42 5f 53 4d 49 41 14 1d 53 C`.._SB_SMIA..S
0430: 58 58 35 02 a0 16 95 69 87 68 8c 68 69 53 58 32 XX5....i.h.hiSX2
0440: 30 53 58 58 36 0a 7c 53 58 32 30 14 25 53 58 58 0SXX6.|SX20.%SXX
0450: 34 00 53 58 58 36 0a 7b 0a 00 70 0a 00 60 a2 12 4.SXX6.{..p..`..
0460: 95 60 53 58 58 32 53 58 58 35 53 58 58 30 60 75 .`SXX2SXX5SXX0`u
0470: 60 14 20 53 58 58 38 02 a0 19 95 69 87 68 8c 68 `. SXX8....i.h.h
0480: 69 53 58 32 30 70 53 58 58 36 0a 7d 0a 00 53 58 iSX20pSXX6.}..SX
0490: 32 30 14 24 53 58 58 37 00 70 0a 00 60 a2 19 95 20.$SXX7.p..`...
04a0: 60 53 58 58 33 72 53 58 58 32 60 61 53 58 58 38 `SXX3rSXX2`aSXX8
04b0: 53 58 58 30 61 75 60 14 43 04 53 58 31 31 00 53 SXX0au`.C.SX11.S
04c0: 58 58 34 70 53 58 58 36 0a 79 0a 00 53 58 58 33 XX4pSXX6.y..SXX3
04d0: 72 53 58 58 32 53 58 58 33 60 a0 1c 95 87 53 58 rSXX2SXX3`....SX
04e0: 58 30 60 70 87 53 58 58 30 60 74 60 53 58 58 32 X0`p.SXX0`t`SXX2
04f0: 60 70 60 53 58 58 33 53 58 58 37 14 33 53 58 34 `p`SXX3SXX7.3SX4
0500: 30 00 70 53 58 58 32 60 75 60 a0 21 92 94 60 87 0.pSXX2`u`.!..`.
0510: 53 58 58 30 8c 53 58 58 30 53 58 58 32 53 58 32 SXX0.SXX0SXX2SX2
0520: 30 70 60 53 58 58 32 a4 53 58 32 30 a4 0a 00 14 0p`SXX2.SX20....
0530: 36 53 58 34 31 00 70 53 58 58 32 60 72 60 0a 02 6SX41.pSXX2`r`..
0540: 60 a0 21 92 94 60 87 53 58 58 30 8b 53 58 58 30 `.!..`.SXX0.SXX0
0550: 53 58 58 32 53 58 32 31 70 60 53 58 58 32 a4 53 SXX2SX21p`SXX2.S
0560: 58 32 31 a4 0a 00 14 36 53 58 34 32 00 70 53 58 X21....6SX42.pSX
0570: 58 32 60 72 60 0a 04 60 a0 21 92 94 60 87 53 58 X2`r`..`.!..`.SX
0580: 58 30 8a 53 58 58 30 53 58 58 32 53 58 32 32 70 X0.SXX0SXX2SX22p
0590: 60 53 58 58 32 a4 53 58 32 32 a4 0a 00 14 1c 53 `SXX2.SX22.....S
05a0: 58 34 33 02 a0 15 95 69 87 68 8c 68 69 53 58 32 X43....i.h.hiSX2
05b0: 30 70 53 58 34 30 53 58 32 30 14 17 53 58 34 34 0pSX40SX20..SX44
05c0: 02 70 0a 00 60 a2 0c 95 60 69 53 58 34 33 68 60 .p..`...`iSX43h`
05d0: 75 60 14 22 53 58 34 35 00 70 53 58 34 30 60 08 u`."SX45.pSX40`.
05e0: 53 58 32 33 11 02 60 53 58 34 34 53 58 32 33 60 SX23..`SX44SX23`
05f0: a4 53 58 32 33 14 0c 53 58 31 32 00 5b 27 53 4d .SX23..SX12.['SM
0600: 49 58 14 2b 50 4e 50 51 01 53 58 31 30 53 58 33 IX.+PNPQ.SX10SX3
0610: 30 0a 00 53 58 33 30 0a 02 53 58 33 30 68 53 58 0..SX30..SX30hSX
0620: 31 31 70 53 58 34 30 60 53 58 31 32 a4 60 14 23 11pSX40`SX12.`.#
0630: 50 4e 50 44 01 53 58 31 30 53 58 33 30 0a 00 53 PNPD.SX10SX30..S
0640: 58 33 30 0a 03 53 58 33 30 68 53 58 31 31 53 58 X30..SX30hSX11SX
0650: 31 32 14 3f 50 4e 50 47 01 53 58 31 30 53 58 33 12.?PNPG.SX10SX3
0660: 30 0a 00 53 58 33 30 0a 00 53 58 33 30 68 53 58 0..SX30..SX30hSX
0670: 31 31 08 50 47 45 54 11 05 53 58 58 33 53 58 34 11.PGET..SXX3SX4
0680: 34 50 47 45 54 53 58 58 33 53 58 31 32 a4 50 47 4PGETSXX3SX12.PG
0690: 45 54 14 2a 50 4e 50 53 02 53 58 31 30 53 58 33 ET.*PNPS.SX10SX3
06a0: 30 0a 00 53 58 33 30 0a 01 53 58 33 30 68 53 58 0..SX30..SX30hSX
06b0: 33 34 69 87 69 53 58 31 31 53 58 31 32 14 22 50 34i.iSX11SX12."P
06c0: 53 57 5f 02 53 58 31 30 53 58 33 30 0a 06 53 58 SW_.SX10SX30..SX
06d0: 33 30 68 53 58 33 30 69 53 58 31 31 53 58 31 32 30hSX30iSX11SX12
06e0: 14 22 44 53 53 5f 02 53 58 31 30 53 58 33 30 0a ."DSS_.SX10SX30.
06f0: 08 53 58 33 30 68 53 58 33 32 69 53 58 31 31 53 .SX30hSX32iSX11S
0700: 58 31 32 14 20 47 4d 45 4d 00 53 58 31 30 53 58 X12. GMEM.SX10SX
0710: 33 30 0a 07 53 58 31 31 70 53 58 34 32 60 53 58 30..SX11pSX42`SX
0720: 31 32 a4 60 14 20 47 34 47 42 00 53 58 31 30 53 12.`. G4GB.SX10S
0730: 58 33 30 0a 1b 53 58 31 31 70 53 58 34 32 60 53 X30..SX11pSX42`S
0740: 58 31 32 a4 60 14 20 53 4d 4d 42 00 53 58 31 30 X12.`. SMMB.SX10
0750: 53 58 33 30 0a 11 53 58 31 31 70 53 58 34 32 60 SX30..SX11pSX42`
0760: 53 58 31 32 a4 60 14 20 47 50 58 42 00 53 58 31 SX12.`. GPXB.SX1
0770: 30 53 58 33 30 0a 1a 53 58 31 31 70 53 58 34 32 0SX30..SX11pSX42
0780: 60 53 58 31 32 a4 60 14 20 47 4f 52 4c 00 53 58 `SX12.`. GORL.SX
0790: 31 30 53 58 33 30 0a 09 53 58 31 31 70 53 58 34 10SX30..SX11pSX4
07a0: 32 60 53 58 31 32 a4 60 5b 01 57 4d 49 53 01 08 2`SX12.`[.WMIS..
07b0: 57 4d 30 30 0a 00 14 21 57 4d 30 32 00 53 58 31 WM00...!WM02.SX1
07c0: 30 53 58 33 30 0a 15 53 58 31 31 70 53 58 34 32 0SX30..SX11pSX42
07d0: 57 4d 30 30 53 58 31 32 14 2d 57 4d 30 33 03 5b WM00SX12.-WM03.[
07e0: 80 57 57 50 52 00 68 0a 01 5b 81 0b 57 57 50 52 .WWPR.h..[..WWPR
07f0: 11 4d 45 4d 57 08 8c 69 6a 57 56 41 4c 70 57 56 .MEMW..ijWVALpWV
0800: 41 4c 4d 45 4d 57 14 2d 57 4d 30 35 03 5b 80 57 ALMEMW.-WM05.[.W
0810: 57 50 52 00 68 0a 04 5b 81 0b 57 57 50 52 11 4d WPR.h..[..WWPR.M
0820: 57 33 32 20 8a 69 6a 57 56 41 4c 70 57 56 41 4c W32 .ijWVALpWVAL
0830: 4d 57 33 32 14 34 57 4d 30 34 03 5b 80 57 52 50 MW32.4WM04.[.WRP
0840: 52 00 68 0a 01 5b 81 0b 57 52 50 52 11 4d 45 4d R.h..[..WRPR.MEM
0850: 52 08 8c 69 6a 57 56 41 4c 70 4d 45 4d 52 57 56 R..ijWVALpMEMRWV
0860: 41 4c 70 0a 00 4d 45 4d 52 14 34 57 4d 30 36 03 ALp..MEMR.4WM06.
0870: 5b 80 57 52 50 52 00 68 0a 04 5b 81 0b 57 52 50 [.WRPR.h..[..WRP
0880: 52 11 4d 52 33 32 20 8a 69 6a 57 56 41 4c 70 4d R.MR32 .ijWVALpM
0890: 52 33 32 57 56 41 4c 70 0a 00 4d 52 33 32 14 49 R32WVALp..MR32.I
08a0: 05 57 4d 30 37 03 a0 4f 04 92 94 69 0b 00 10 70 .WM07..O...i...p
08b0: 57 4d 30 30 60 70 0a 00 61 a2 15 95 61 69 57 4d WM00`p..a...aiWM
08c0: 30 35 60 68 61 72 60 0a 04 60 72 61 0a 04 61 53 05`har`..`ra..aS
08d0: 58 58 36 6a 0a 00 70 57 4d 30 30 60 70 0a 00 61 XX6j..pWM00`p..a
08e0: a2 15 95 61 69 57 4d 30 36 60 68 61 72 60 0a 04 ...aiWM06`har`..
08f0: 60 72 61 0a 04 61 a4 68 14 2a 57 4d 49 5f 03 5b `ra..a.h.*WMI_.[
0900: 23 57 4d 49 53 ff ff a0 0c 93 57 4d 30 30 0a 00 #WMIS.....WM00..
0910: 57 4d 30 32 57 4d 30 37 68 69 6a 5b 27 57 4d 49 WM02WM07hij['WMI
0920: 53 a4 68 08 57 39 38 53 0d 4d 69 63 72 6f 73 6f S.h.W98S.Microso
0930: 66 74 20 57 69 6e 64 6f 77 73 00 08 4e 54 35 53 ft Windows..NT5S
0940: 0d 4d 69 63 72 6f 73 6f 66 74 20 57 69 6e 64 6f .Microsoft Windo
0950: 77 73 20 4e 54 00 08 57 49 4e 4d 0d 4d 69 63 72 ws NT..WINM.Micr
0960: 6f 73 6f 66 74 20 57 69 6e 64 6f 77 73 4d 45 3a osoft WindowsME:
0970: 20 4d 69 6c 6c 65 6e 6e 69 75 6d 20 45 64 69 74 Millennium Edit
0980: 69 6f 6e 00 08 57 58 50 5f 0d 57 69 6e 64 6f 77 ion..WXP_.Window
0990: 73 20 32 30 30 31 00 08 57 4c 47 5f 0d 57 69 6e s 2001..WLG_.Win
09a0: 64 6f 77 73 20 32 30 30 36 00 08 57 49 4e 37 0d dows 2006..WIN7.
09b0: 57 69 6e 64 6f 77 73 20 32 30 30 39 00 08 4c 4e Windows 2009..LN
09c0: 58 5f 0d 4c 69 6e 75 78 00 14 12 47 45 54 43 02 X_.Linux...GETC.
09d0: 8c 68 69 54 43 48 52 a4 54 43 48 52 14 40 05 53 .hiTCHR.TCHR.@.S
09e0: 54 52 45 02 08 53 54 52 31 11 03 0a 50 08 53 54 TRE..STR1...P.ST
09f0: 52 32 11 03 0a 50 70 68 53 54 52 31 70 69 53 54 R2...PphSTR1piST
0a00: 52 32 70 00 60 70 01 61 a2 22 61 70 47 45 54 43 R2p.`p.a."apGETC
0a10: 53 54 52 31 60 61 70 47 45 54 43 53 54 52 32 60 STR1`apGETCSTR2`
0a20: 62 a0 07 92 93 61 62 a4 00 75 60 a4 01 14 45 0b b....ab..u`...E.
0a30: 4f 53 49 44 00 a0 48 0a 93 4d 49 53 33 0a 00 70 OSID..H..MIS3..p
0a40: 0a 01 4d 49 53 33 a0 42 05 5b 12 5c 5f 4f 53 49 ..MIS3.B.[.\_OSI
0a50: 60 a0 11 5c 5f 4f 53 49 57 58 50 5f 70 0a 10 4d `..\_OSIWXP_p..M
0a60: 49 53 33 a0 11 5c 5f 4f 53 49 57 4c 47 5f 70 0a IS3..\_OSIWLG_p.
0a70: 20 4d 49 53 33 a0 11 5c 5f 4f 53 49 57 49 4e 37 MIS3..\_OSIWIN7
0a80: 70 0a 80 4d 49 53 33 a0 11 5c 5f 4f 53 49 4c 4e p..MIS3..\_OSILN
0a90: 58 5f 70 0a 40 4d 49 53 33 a1 44 04 a0 15 53 54 X_p.@MIS3.D...ST
0aa0: 52 45 5c 5f 4f 53 5f 57 39 38 53 70 0a 02 4d 49 RE\_OS_W98Sp..MI
0ab0: 53 33 a0 15 53 54 52 45 5c 5f 4f 53 5f 4e 54 35 S3..STRE\_OS_NT5
0ac0: 53 70 0a 08 4d 49 53 33 a0 15 53 54 52 45 5c 5f Sp..MIS3..STRE\_
0ad0: 4f 53 5f 57 49 4e 4d 70 0a 04 4d 49 53 33 a4 4d OS_WINMp..MIS3.M
0ae0: 49 53 33 14 24 53 4f 53 54 00 53 58 31 30 53 58 IS3.$SOST.SX10SX
0af0: 33 30 0a 0a 4f 53 49 44 53 58 33 30 4d 49 53 33 30..OSIDSX30MIS3
0b00: 53 58 31 31 53 58 31 32 08 43 52 53 30 11 04 0b SX11SX12.CRS0...
0b10: 92 01 8b 43 52 53 30 0b 90 01 43 52 53 31 14 0d ...CRS0...CRS1..
0b20: 43 52 53 33 00 70 0a 00 43 52 53 31 14 1e 43 52 CRS3.p..CRS1..CR
0b30: 53 34 01 8c 43 52 53 30 43 52 53 31 43 52 53 32 S4..CRS0CRS1CRS2
0b40: 70 68 43 52 53 32 75 43 52 53 31 14 23 43 52 53 phCRS2uCRS1.#CRS
0b50: 35 01 8b 43 52 53 30 43 52 53 31 43 52 53 32 70 5..CRS0CRS1CRS2p
0b60: 68 43 52 53 32 75 43 52 53 31 75 43 52 53 31 14 hCRS2uCRS1uCRS1.
0b70: 24 43 52 53 36 01 8a 43 52 53 30 43 52 53 31 43 $CRS6..CRS0CRS1C
0b80: 52 53 32 70 68 43 52 53 32 72 43 52 53 31 0a 04 RS2phCRS2rCRS1..
0b90: 43 52 53 31 14 24 43 52 53 37 01 8f 43 52 53 30 CRS1.$CRS7..CRS0
0ba0: 43 52 53 31 43 52 53 32 70 68 43 52 53 32 72 43 CRS1CRS2phCRS2rC
0bb0: 52 53 31 0a 08 43 52 53 31 14 21 43 52 5f 30 03 RS1..CRS1.!CR_0.
0bc0: 43 52 53 34 0a 86 43 52 53 35 0a 09 43 52 53 34 CRS4..CRS5..CRS4
0bd0: 68 43 52 53 36 69 43 52 53 36 6a 14 26 43 52 5f hCRS6iCRS6j.&CR_
0be0: 31 04 43 52 53 34 0a 47 43 52 53 34 0a 01 43 52 1.CRS4.GCRS4..CR
0bf0: 53 35 68 43 52 53 35 69 43 52 53 34 6a 43 52 53 S5hCRS5iCRS4jCRS
0c00: 34 6b 14 46 04 43 52 5f 32 02 43 52 53 34 0a 88 4k.F.CR_2.CRS4..
0c10: 43 52 53 35 0a 0d 43 52 53 34 0a 02 43 52 53 34 CRS5..CRS4..CRS4
0c20: 0a 0c 43 52 53 34 0a 00 43 52 53 35 0a 00 43 52 ..CRS4..CRS5..CR
0c30: 53 35 68 72 68 69 60 76 60 43 52 53 35 60 43 52 S5hrhi`v`CRS5`CR
0c40: 53 35 0a 00 43 52 53 35 69 14 46 04 43 52 5f 33 S5..CRS5i.F.CR_3
0c50: 02 43 52 53 34 0a 88 43 52 53 35 0a 0d 43 52 53 .CRS4..CRS5..CRS
0c60: 34 0a 01 43 52 53 34 0a 0c 43 52 53 34 0a 03 43 4..CRS4..CRS4..C
0c70: 52 53 35 0a 00 43 52 53 35 68 72 68 69 60 76 60 RS5..CRS5hrhi`v`
0c80: 43 52 53 35 60 43 52 53 35 0a 00 43 52 53 35 69 CRS5`CRS5..CRS5i
0c90: 14 46 04 43 52 5f 35 02 43 52 53 34 0a 8a 43 52 .F.CR_5.CRS4..CR
0ca0: 53 35 0a 2b 43 52 53 34 0a 00 43 52 53 34 0a 0c S5.+CRS4..CRS4..
0cb0: 43 52 53 34 0a 03 43 52 53 37 0a 00 43 52 53 37 CRS4..CRS7..CRS7
0cc0: 68 72 68 69 60 76 60 43 52 53 37 60 43 52 53 37 hrhi`v`CRS7`CRS7
0cd0: 0a 00 43 52 53 37 69 14 46 04 43 52 5f 34 02 43 ..CRS7i.F.CR_4.C
0ce0: 52 53 34 0a 87 43 52 53 35 0a 17 43 52 53 34 0a RS4..CRS5..CRS4.
0cf0: 00 43 52 53 34 0a 0c 43 52 53 34 0a 03 43 52 53 .CRS4..CRS4..CRS
0d00: 36 0a 00 43 52 53 36 68 72 68 69 60 76 60 43 52 6..CRS6hrhi`v`CR
0d10: 53 36 60 43 52 53 36 0a 00 43 52 53 36 69 14 2d S6`CRS6..CRS6i.-
0d20: 43 52 5f 36 00 43 52 53 35 0a 79 70 43 52 53 31 CR_6.CRS5.ypCRS1
0d30: 60 74 0b 92 01 0a 02 61 a2 0c 95 60 61 43 52 53 `t.....a...`aCRS
0d40: 34 0a 00 75 60 70 0a 79 43 52 53 31 10 85 c5 04 4..u`p.yCRS1....
0d50: 5c 5f 53 42 5f 5b 82 8f f5 03 50 43 49 30 08 5f \_SB_[....PCI0._
0d60: 48 49 44 0c 41 d0 0a 03 08 5f 41 44 52 0a 00 08 HID.A...._ADR...
0d70: 5f 50 52 57 12 06 02 0a 0b 0a 04 14 46 06 5f 49 _PRW........F._I
0d80: 4e 49 00 70 53 4d 49 5f 0a 98 0a 00 4d 49 53 30 NI.pSMI_....MIS0
0d90: 7b 4d 49 53 30 7d 0a 01 7d 0a 02 0a 10 00 00 4d {MIS0}..}......M
0da0: 49 53 30 70 0a 01 4d 49 53 34 70 53 4d 49 5f 0a IS0p..MIS4pSMI_.
0db0: 6d 0a 00 4d 49 53 32 70 53 4d 49 5f 0a 46 0a 00 m..MIS2pSMI_.F..
0dc0: 60 a0 1c 93 4d 49 53 32 0a 03 5c 2f 04 5f 53 42 `...MIS2../._SB
0dd0: 5f 50 43 49 30 56 49 44 5f 47 4c 49 44 60 53 4f _PCI0VID_GLID`SO
0de0: 53 54 14 4a 15 5f 43 52 53 00 43 52 53 33 43 52 ST.J._CRS.CRS3CR
0df0: 5f 32 0a 00 0b 00 01 43 52 5f 33 0a 00 0b f8 0c _2.....CR_3.....
0e00: 43 52 5f 31 0b f8 0c 0b f8 0c 0a 01 0a 08 43 52 CR_1..........CR
0e10: 5f 33 0b 00 0d 0b 00 f3 43 52 5f 34 0c 00 00 0a _3......CR_4....
0e20: 00 0c 00 00 02 00 72 0c 00 00 0c 00 47 4f 52 4c ......r.....GORL
0e30: 60 74 0c 00 00 0e 00 60 61 43 52 5f 34 60 61 72 `t.....`aCR_4`ar
0e40: 0c 00 00 10 00 47 4d 45 4d 60 72 60 0c 00 00 10 .....GMEM`r`....
0e50: 00 60 70 53 4d 49 5f 0a 6d 0a 00 63 a0 0d 93 63 .`pSMI_.m..c...c
0e60: 0a 03 72 60 0c 00 00 40 02 60 70 47 50 58 42 63 ..r`...@.`pGPXBc
0e70: 74 63 60 61 43 52 5f 34 60 61 72 63 0c 00 00 00 tc`aCR_4`arc....
0e80: 04 60 74 0c 00 00 c0 fe 60 61 43 52 5f 34 60 61 .`t.....`aCR_4`a
0e90: 72 0c 00 00 c0 fe 0c 00 00 01 00 60 74 0c 00 00 r..........`t...
0ea0: d0 fe 60 61 43 52 5f 34 60 61 72 0c 00 80 d1 fe ..`aCR_4`ar.....
0eb0: 0b 00 40 60 74 0c 00 00 d2 fe 60 61 43 52 5f 34 ..@`t.....`aCR_4
0ec0: 60 61 72 0c 00 00 d2 fe 0c 00 00 07 00 60 74 0c `ar..........`t.
0ed0: 00 00 da fe 60 61 43 52 5f 34 60 61 43 52 5f 34 ....`aCR_4`aCR_4
0ee0: 0c 00 00 d4 fe 0b 00 50 72 0c 00 60 da fe 0b 00 .......Pr..`....
0ef0: 10 60 74 0c 00 00 e0 fe 60 61 43 52 5f 34 60 61 .`t.....`aCR_4`a
0f00: 72 0c 00 00 e0 fe 0c 00 00 01 00 60 74 0c 00 00 r..........`t...
0f10: a0 ff 60 61 43 52 5f 34 60 61 72 0c 00 00 a0 ff ..`aCR_4`ar.....
0f20: 0c 00 00 20 00 60 74 0c 00 00 e0 ff 60 61 43 52 ... .`t.....`aCR
0f30: 5f 34 60 61 43 52 5f 36 a4 43 52 53 30 5b 82 42 _4`aCR_6.CRS0[.B
0f40: b6 49 53 41 42 08 5f 41 44 52 0c 00 00 1f 00 5b .ISAB._ADR.....[
0f50: 82 29 50 53 32 4d 08 5f 48 49 44 0c 41 d0 0f 13 .)PS2M._HID.A...
0f60: 08 43 52 53 5f 11 08 0a 05 22 00 10 79 00 14 0b .CRS_...."..y...
0f70: 5f 43 52 53 00 a4 43 52 53 5f 5b 82 4a 04 4b 42 _CRS..CRS_[.J.KB
0f80: 43 5f 08 5f 48 49 44 0c 41 d0 03 03 08 43 52 53 C_._HID.A....CRS
0f90: 5f 11 28 0a 25 47 01 60 00 60 00 10 01 47 01 64 _.(.%G.`.`...G.d
0fa0: 00 64 00 04 01 47 01 62 00 62 00 02 01 47 01 66 .d...G.b.b...G.f
0fb0: 00 66 00 06 01 22 02 00 79 00 14 0b 5f 43 52 53 .f..."..y..._CRS
0fc0: 00 a4 43 52 53 5f 5b 82 39 52 54 43 5f 08 5f 48 ..CRS_[.9RTC_._H
0fd0: 49 44 0c 41 d0 0b 00 08 52 54 5f 5f 11 18 0a 15 ID.A....RT__....
0fe0: 47 01 70 00 70 00 10 02 22 00 01 47 01 72 00 72 G.p.p..."..G.r.r
0ff0: 00 02 06 79 00 14 0b 5f 43 52 53 00 a4 52 54 5f ...y..._CRS..RT_
1000: 5f 5b 82 39 54 4d 52 5f 08 5f 48 49 44 0c 41 d0 _[.9TMR_._HID.A.
1010: 01 00 08 54 4d 5f 5f 11 18 0a 15 47 01 40 00 40 ...TM__....G.@.@
1020: 00 10 04 22 04 00 47 01 50 00 50 00 10 04 79 00 ..."..G.P.P...y.
1030: 14 0b 5f 43 52 53 00 a4 54 4d 5f 5f 5b 82 47 04 .._CRS..TM__[.G.
1040: 53 50 4b 52 08 5f 48 49 44 0c 41 d0 08 00 08 43 SPKR._HID.A....C
1050: 52 53 5f 11 25 0a 22 47 01 61 00 61 00 01 01 47 RS_.%."G.a.a...G
1060: 01 63 00 63 00 01 01 47 01 65 00 65 00 01 01 47 .c.c...G.e.e...G
1070: 01 67 00 67 00 01 01 79 00 14 0b 5f 43 52 53 00 .g.g...y..._CRS.
1080: a4 43 52 53 5f 5b 82 46 04 4d 42 34 5f 08 5f 48 .CRS_[.F.MB4_._H
1090: 49 44 0c 41 d0 0c 01 08 5f 55 49 44 0a 04 08 43 ID.A...._UID...C
10a0: 52 53 5f 11 1d 0a 1a 47 01 2e 00 2e 00 02 02 47 RS_....G.......G
10b0: 01 80 0c 80 0c 10 30 47 01 c0 0c c0 0c 10 40 79 ......0G......@y
10c0: 00 14 0b 5f 43 52 53 00 a4 43 52 53 5f 5b 82 46 ..._CRS..CRS_[.F
10d0: 09 50 49 43 5f 08 5f 48 49 44 0b 41 d0 08 43 52 .PIC_._HID.A..CR
10e0: 53 5f 11 46 07 0a 72 47 01 24 00 24 00 04 02 47 S_.F..rG.$.$...G
10f0: 01 28 00 28 00 04 02 47 01 2c 00 2c 00 04 02 47 .(.(...G.,.,...G
1100: 01 30 00 30 00 04 02 47 01 34 00 34 00 04 02 47 .0.0...G.4.4...G
1110: 01 38 00 38 00 04 02 47 01 3c 00 3c 00 04 02 47 .8.8...G.<.<...G
1120: 01 a4 00 a4 00 04 02 47 01 a8 00 a8 00 04 02 47 .......G.......G
1130: 01 ac 00 ac 00 04 02 47 01 b0 00 b0 00 04 02 47 .......G.......G
1140: 01 b4 00 b4 00 04 02 47 01 b8 00 b8 00 04 02 47 .......G.......G
1150: 01 bc 00 bc 00 04 02 79 00 14 0b 5f 43 52 53 00 .......y..._CRS.
1160: a4 43 52 53 5f 5b 82 43 06 4d 41 44 5f 08 5f 48 .CRS_[.C.MAD_._H
1170: 49 44 0c 41 d0 02 00 08 43 52 53 5f 11 41 04 0a ID.A....CRS_.A..
1180: 3d 2a 10 04 47 01 00 00 00 00 10 10 47 01 80 00 =*..G.......G...
1190: 80 00 10 06 47 01 87 00 87 00 01 09 47 01 c0 00 ....G.......G...
11a0: c0 00 10 20 47 01 10 00 10 00 10 10 47 01 90 00 ... G.......G...
11b0: 90 00 10 02 47 01 93 00 93 00 01 0d 79 00 14 0b ....G.......y...
11c0: 5f 43 52 53 00 a4 43 52 53 5f 5b 82 31 43 4f 50 _CRS..CRS_[.1COP
11d0: 52 08 5f 48 49 44 0c 41 d0 0c 04 08 43 52 53 5f R._HID.A....CRS_
11e0: 11 10 0a 0d 47 01 f0 00 f0 00 10 10 22 00 20 79 ....G.......". y
11f0: 00 14 0b 5f 43 52 53 00 a4 43 52 53 5f 5b 82 44 ..._CRS..CRS_[.D
1200: 05 48 50 45 54 08 5f 48 49 44 0c 41 d0 01 03 08 .HPET._HID.A....
1210: 5f 43 49 44 0c 41 d0 0c 01 08 42 55 46 30 11 11 _CID.A....BUF0..
1220: 0a 0e 86 09 00 00 00 00 d0 fe 00 04 00 00 79 00 ......
 
Old 06-22-2012, 04:42 PM
Eugen Dedu
 
Default Bug#677016: resume failu kobject_add_internal failed for BAT0 with -EEXIST

On 22/06/12 18:29, Jonathan Nieder wrote:

Eugen Dedu wrote:


As I said in the first e-mail, the freeze appears each 1-20 suspend
actions. I wonder if I am not unlucky during these tests.


That's possible. The only way I would know to test is to make a
habit of using "pm-suspend" instead of closing the lid and seeing if
it happens again.

But I suspect this is an ACPI support bug elsewhere (effect of lid
switch). Can you easily reproduce it by opening and closing the lid
a bunch of times?


Well, closing and reopening for about 20 times does not trigger the bug.
I saw one warning on screen about USB ("Unable to enumerate USB
device..."), at about 10th suspend, and some ACPI info in dmesg output,
so I attach it after the ~12th suspend and after all the ~20 suspends,
hoping this helps.


--
Eugen
 
Old 06-22-2012, 05:10 PM
Jonathan Nieder
 
Default Bug#677016: resume failu kobject_add_internal failed for BAT0 with -EEXIST

Eugen Dedu wrote:
> On 22/06/12 18:29, Jonathan Nieder wrote:

>> But I suspect this is an ACPI support bug elsewhere (effect of lid
>> switch). Can you easily reproduce it by opening and closing the lid
>> a bunch of times?
>
> Well, closing and reopening for about 20 times does not trigger the
> bug.

Drat. It's probably a genuine suspend bug, then.

The trigger could be something like how much memory is free. If you
can find a reliable recipe, that would be great, but otherwise we
should just get in contact with upstream (assuming it's not already
fixed there).

Does 3.4.y from experimental reproduce it?

Thanks,
Jonathan



--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/20120622171052.GM4730@burratino
 
Old 06-22-2012, 05:27 PM
Eugen Dedu
 
Default Bug#677016: resume failu kobject_add_internal failed for BAT0 with -EEXIST

On 22/06/12 19:10, Jonathan Nieder wrote:

Eugen Dedu wrote:

On 22/06/12 18:29, Jonathan Nieder wrote:



But I suspect this is an ACPI support bug elsewhere (effect of lid
switch). Can you easily reproduce it by opening and closing the lid
a bunch of times?


Well, closing and reopening for about 20 times does not trigger the
bug.


Drat. It's probably a genuine suspend bug, then.

The trigger could be something like how much memory is free. If you
can find a reliable recipe, that would be great, but otherwise we
should just get in contact with upstream (assuming it's not already
fixed there).

Does 3.4.y from experimental reproduce it?


I reboot with 3.4 right now and contact you as soon as I have the freeze.

Note that there are two bugs AFAICT: recursive with lid problem, and
double file BATO with -EEXIST.


--
Eugen



--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 4FE4AB06.7020305@pu-pm.univ-fcomte.fr">http://lists.debian.org/4FE4AB06.7020305@pu-pm.univ-fcomte.fr
 
Old 07-06-2012, 12:40 PM
Eugen Dedu
 
Default Bug#677016: resume failu kobject_add_internal failed for BAT0 with -EEXIST

On 22/06/12 19:27, Eugen Dedu wrote:

On 22/06/12 19:10, Jonathan Nieder wrote:

Eugen Dedu wrote:

On 22/06/12 18:29, Jonathan Nieder wrote:



But I suspect this is an ACPI support bug elsewhere (effect of lid
switch). Can you easily reproduce it by opening and closing the lid
a bunch of times?


Well, closing and reopening for about 20 times does not trigger the
bug.


Drat. It's probably a genuine suspend bug, then.

The trigger could be something like how much memory is free. If you
can find a reliable recipe, that would be great, but otherwise we
should just get in contact with upstream (assuming it's not already
fixed there).

Does 3.4.y from experimental reproduce it?


I reboot with 3.4 right now and contact you as soon as I have the freeze.


13 days and still no crash! With the other kernels I remember having
had once two weeks of non-freeze.


I will come back in a fews days to confirm that 3.4 fixes my crashes.

--
Eugen



--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 4FF6DCD7.308@pu-pm.univ-fcomte.fr">http://lists.debian.org/4FF6DCD7.308@pu-pm.univ-fcomte.fr
 

Thread Tools




All times are GMT. The time now is 01:46 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org