3.8.2: xhci port is dead until pcieport PME# goes to disabled

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
  happened to me again that I plugged in some devcie into my USB3 socket
in my laptop (usually use an external HUB). Don't believe this is a new
issue as a whole, I am facing this time to time since 3.3 time when I bought
the laptop. 
  But now, I realized the first device works but subsequently plugged in
devices do not show up until until I run 'lsusb -vv'. Simple 'lsusb -v'
or 'lsusb -t' is not enough. The port starts to work after dmesg logs:


[ 1445.597641] pcieport 0000:00:1c.4: PME# disabled
[ 1445.617667] xhci_hcd 0000:0b:00.0: PME# disabled

I believe lsusb -vv while querying for the detailed device info triggers
a fix.

Funny, but maybe this will help us to understand why my express card slot
somehow relates to the USB3 proivided by the TexasInstruments chip. This
is a SandyBridge-based Dell Vostro 3550 laptop. I should add that on the usb
mailing list about a year ago some TexasInstruments developer published that
they had a hardware bug in a "USB redriver", and as my laptop was made in
fall 2011 I am likely having having the buggy HW. If I remember right, the
report was about the problem that once you pluging a USB2 device into the XHCI
slot, subsequently plugged in USB3 devices won't negotiate at SuperSpeed until
you power off computer. So, I think I face a different issue but had to mention
this.

I use pcie_aspm=off on my kernel command line. I tried to catch some usb traffic
on the dead port but the file from usbmon is really empty until I do the
'lsusb -vv'. I tried to turn off the usb powersaving at runtime but I do not
have the file to do:

# echo -n -1 > /sys/bus/usb/devices/3-0\:1.0/power/autosuspend

:(

# ls -la /sys/bus/usb/devices/3-0\:1.0/power/
total 0
drwxr-xr-x 2 root root    0 Mar 14 13:11 .
drwxr-xr-x 6 root root    0 Mar 14 13:58 ..
-rw-r--r-- 1 root root 4096 Mar 14 13:11 async
-r--r--r-- 1 root root 4096 Mar 14 13:11 runtime_active_kids
-r--r--r-- 1 root root 4096 Mar 14 13:11 runtime_enabled
-r--r--r-- 1 root root 4096 Mar 14 13:11 runtime_status
-r--r--r-- 1 root root 4096 Mar 14 13:11 runtime_usage
#

I feel related could be patches under thread: "usb: add usb port auto power off mechanism"


Below is a dmesg since a cold boot. I plugged in a mouse into the USB3 socket.

[   91.463285] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_suspend: 0
[   91.463377] xhci_hcd 0000:0b:00.0: PME# enabled
[  447.389700] xhci_hcd 0000:0b:00.0: PME# disabled
[  447.389711] xhci_hcd 0000:0b:00.0: enabling bus mastering
[  447.389787] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_resume: 0
[  447.389819] usb usb3: usb wakeup-resume

Was detected. Unplugged the mouse. 

[  459.600056] usb 3-2: USB disconnect, device number 2
[  459.600058] usb 3-2: unregistering device
[  459.600059] usb 3-2: unregistering interface 3-2:1.0
[  459.600622] xhci_hcd 0000:0b:00.0: shutdown urb ffff88040a641870 ep1in-intr
[  459.702564] usb 3-2: usb_disable_device nuking all URBs
[  459.707948] usb 3-2: Successful Endpoint Configure command
[  459.860892] hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100
[  459.860910] hub 3-0:1.0: hub_suspend
[  459.860917] usb usb3: bus auto-suspend, wakeup 1
[  459.860981] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_suspend: 0
[  459.861070] xhci_hcd 0000:0b:00.0: PME# enabled

Then I put the mouse back, I think it was not detected after until I did the lsusb
trick. I am not sure, sorry, but is not that important. I was repeating test once
again and just forgot now this detail. So below just that the mouse got detected,
either thanks to lsusb -vv or not.

[  536.745422] xhci_hcd 0000:0b:00.0: PME# disabled
[  536.745435] xhci_hcd 0000:0b:00.0: enabling bus mastering
[  536.745487] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_resume: 0
[  536.745493] usb usb3: usb auto-resume
[  536.745509] hub 3-0:1.0: hub_resume
[  536.745579] hub 3-0:1.0: port 2: status 0301 change 0001

Then a mouse disconnect:

[  652.232958] usb 3-2: USB disconnect, device number 3
[  652.232960] usb 3-2: unregistering device
[  652.232961] usb 3-2: unregistering interface 3-2:1.0
[  652.233148] xhci_hcd 0000:0b:00.0: shutdown urb ffff88040b1ee288 ep1in-intr
[  652.333325] usb 3-2: usb_disable_device nuking all URBs
[  652.337096] usb 3-2: Successful Endpoint Configure command
[  652.492164] hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100
[  652.492183] hub 3-0:1.0: hub_suspend
[  652.492190] usb usb3: bus auto-suspend, wakeup 1
[  652.492254] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_suspend: 0
[  652.492341] xhci_hcd 0000:0b:00.0: PME# enabled
[  652.522157] pcieport 0000:00:1c.4: PME# enabled

[  688.128198] kmemleak: 1 new suspected memory leaks (see /sys/kernel/debug/kmemleak)

Note above two things pcieport started to mess in. I you look what xhci_hcd printed
in previous attempts the was NO pcieport involved around, at all. Now, provided
that I reported the kmemleak multiple times this year:

unreferenced object 0xffff88040b4a0690 (size 256):
  comm "swapper/0", pid 1, jiffies 4294937581 (age 17428.760s)
  hex dump (first 32 bytes):
    00 00 00 00 ad 4e ad de ff ff ff ff 00 00 00 00  .....N..........
    ff ff ff ff ff ff ff ff d8 9f 57 82 ff ff ff ff  ..........W.....
  backtrace:
    [<ffffffff815fcec7>] kmemleak_alloc+0x21/0x3e
    [<ffffffff81117ac4>] slab_post_alloc_hook+0x28/0x2a
    [<ffffffff8111a18f>] __kmalloc+0xf3/0x105
    [<ffffffff8132b20c>] kzalloc.constprop.14+0xe/0x10
    [<ffffffff8132b66d>] device_private_init+0x14/0x63
    [<ffffffff8132d790>] dev_set_drvdata+0x19/0x2f
    [<ffffffff813f19d1>] i801_probe+0x5e/0x41a
    [<ffffffff812924d8>] local_pci_probe+0x39/0x61
    [<ffffffff812936fb>] pci_device_probe+0xc6/0xf3
    [<ffffffff8132dd59>] driver_probe_device+0xa9/0x1c1
    [<ffffffff8132decb>] __driver_attach+0x5a/0x7e
    [<ffffffff8132c5f3>] bus_for_each_dev+0x5c/0x88
    [<ffffffff8132d8f6>] driver_attach+0x19/0x1b
    [<ffffffff8132d4c6>] bus_add_driver+0xa8/0x1fa
    [<ffffffff8132e33d>] driver_register+0x8c/0x106
    [<ffffffff812932f6>] __pci_register_driver+0x5c/0x60

I believe this is related to the issue, somehow.

Now I started usbmon, so lets follow another attempt to repeat the bug. For clarity,
I will plug into the socket a kayboard, and it won't work until I do 'lsusb -vv'.
I pressed then space on the keyboard and that worked immediately (keyboard was dead
until lsusb -vv and also dmesg did not log anything).

So, lsusb -vv:

[  802.986036] pcieport 0000:00:1c.4: PME# disabled
[  803.016008] xhci_hcd 0000:0b:00.0: PME# disabled
[  803.016021] xhci_hcd 0000:0b:00.0: enabling bus mastering
[  803.016078] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_resume: 0
[  803.016085] usb usb3: usb auto-resume
[  803.016103] hub 3-0:1.0: hub_resume
[  803.016172] hub 3-0:1.0: port 2: status 0301 change 0001

unplug of the keyboard:

[  821.621331] usb usb4: usb auto-resume
[  821.621347] hub 4-0:1.0: hub_resume
[  821.621405] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[  821.622047] hub 4-0:1.0: hub_suspend
[  821.622053] usb usb4: bus auto-suspend, wakeup 1
[  967.433533] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0004
[  967.433768] hub 3-0:1.0: port 2, status 0100, change 0001, 12 Mb/s
[  967.433771] usb 3-2: USB disconnect, device number 4
[  967.433772] usb 3-2: unregistering device
[  967.433775] usb 3-2: unregistering interface 3-2:1.0
[  967.433946] xhci_hcd 0000:0b:00.0: shutdown urb ffff88040a641948 ep1in-intr
[  967.579130] usb 3-2: usb_disable_device nuking all URBs
[  967.584494] usb 3-2: Successful Endpoint Configure command
[  967.798027] hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100
[  967.798046] hub 3-0:1.0: hub_suspend
[  967.798075] usb usb3: bus auto-suspend, wakeup 1
[  967.798155] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_suspend: 0
[  967.798242] xhci_hcd 0000:0b:00.0: PME# enabled
[  967.828015] pcieport 0000:00:1c.4: PME# enabled


You see? pcieport is messing with
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5) (prog-if 00 [Normal decode])

I unplugged and replugged the keyboard multiple times and it did not work, so
I connected the mouse used in the very beginning right after cold boot, still
not working. But these were likely logged due to that.

[ 1063.263014] pcieport 0000:00:1c.4: PME# disabled
[ 1063.272918] pcieport 0000:00:1c.4: PME# enabled
[ 1063.312915] pcieport 0000:00:1c.4: PME# disabled
[ 1063.322906] pcieport 0000:00:1c.4: PME# enabled
[ 1070.132666] pcieport 0000:00:1c.4: PME# disabled
[ 1070.142559] pcieport 0000:00:1c.4: PME# enabled
[ 1070.182601] pcieport 0000:00:1c.4: PME# disabled
[ 1070.192644] pcieport 0000:00:1c.4: PME# enabled

 After doing 'lsusb -vv' I rescued the USB3 socket and it detected the mouse.

[ 1108.504953] pcieport 0000:00:1c.4: PME# disabled
[ 1108.525010] xhci_hcd 0000:0b:00.0: PME# disabled
[ 1108.525023] xhci_hcd 0000:0b:00.0: enabling bus mastering
[ 1108.525069] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_resume: 0
[ 1108.525075] usb usb3: usb auto-resume
[ 1108.525094] hub 3-0:1.0: hub_resume
[ 1108.525196] hub 3-0:1.0: port 2: status 0301 change 0001

I unplugged the mouse:

[ 1230.618019] usb 3-2: unregistering device
[ 1230.618020] usb 3-2: unregistering interface 3-2:1.0
[ 1230.618188] xhci_hcd 0000:0b:00.0: shutdown urb ffff88040b1ee288 ep1in-intr
[ 1230.711764] usb 3-2: usb_disable_device nuking all URBs
[ 1230.715101] usb 3-2: Successful Endpoint Configure command
[ 1230.870763] hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100
[ 1230.870782] hub 3-0:1.0: hub_suspend
[ 1230.870797] usb usb3: bus auto-suspend, wakeup 1
[ 1230.870862] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_suspend: 0
[ 1230.870950] xhci_hcd 0000:0b:00.0: PME# enabled
[ 1230.900730] pcieport 0000:00:1c.4: PME# enabled


In summary, note that *immediately before the line* "xhci_hcd 0000:0b:00.0: PME# disabled"
must appear "pcieport 0000:00:1c.4: PME# disabled". Don't know who is the blocker.
But in reverse order the PME# are being enabled after a device is unplugged from the USB3
socket.

During the tests I had an eSATA in the express card slot since cold boot but don't think
it is relevant here. The express slot is 01.c7 device and the card would be 11.0.




I will send to Alan and Sarah two files directly (thank you for their inspection): ;)

The first part of testing is in usbmon_0u.bin (repeatedly connecting a mouse).

The latter in usbmon_0u_mouse_unplug_keyboard_insert.bin. Both files should demonstrate
the same issue although in the latter file it might be easier to see because the keyboard
was plugged in after a mouse and was not detected until 'lsusb -vv'.





Below is when a keyboard is connected to the dead USB3 socket:

# diff -u -w lspci_vvvxxx_mouse_unplugged.txt lspci_vvvxxx_mouse_unplugged_keyboard_inserted.txt
--- lspci_vvvxxx_mouse_unplugged.txt    2013-03-14 12:22:34.000000000 +0100
+++ lspci_vvvxxx_mouse_unplugged_keyboard_inserted.txt  2013-03-14 12:25:06.000000000 +0100
@@ -747,7 +747,7 @@
        Region 2: Memory at f7d10000 (64-bit, non-prefetchable) [size=8K]
        Capabilities: [40] Power Management version 3
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=100mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
-               Status: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME-
+               Status: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME+
        Capabilities: [48] MSI: Enable- Count=1/8 Maskable- 64bit+
                Address: 0000000000000000  Data: 0000
        Capabilities: [70] Express (v2) Endpoint, MSI 00
@@ -785,7 +785,7 @@
 10: 04 00 d0 f7 00 00 00 00 04 00 d1 f7 00 00 00 00
 20: 00 00 00 00 00 00 00 00 00 00 00 00 28 10 b3 04
 30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 00 00
-40: 01 48 83 fe 0b 01 00 00 05 70 86 00 00 00 00 00
+40: 01 48 83 fe 0b 81 00 00 05 70 86 00 00 00 00 00
 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 60: 30 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 70: 10 c0 02 00 c3 8f 90 05 00 20 19 00 12 3c 07 00


Now, when the port is rescued by lsusb -vv, the following can be seen:

# diff -u -w lspci_vv_mouse_unplugged_keyboard_inserted.txt lspci_vv_mouse_unplugged_keyboard_inserted_kb_alive.txt
--- lspci_vv_mouse_unplugged_keyboard_inserted.txt      2013-03-14 12:25:13.000000000 +0100
+++ lspci_vv_mouse_unplugged_keyboard_inserted_kb_alive.txt     2013-03-14 12:26:42.000000000 +0100
@@ -276,7 +276,7 @@
        Capabilities: [90] Subsystem: Dell Device 04b3
        Capabilities: [a0] Power Management version 2
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
-               Status: D3 NoSoftRst- PME-Enable+ DSel=0 DScale=0 PME-
+               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
        Kernel driver in use: pcieport
 
 00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 8 (rev b5) (prog-if 00 [Normal decode])
@@ -476,14 +476,15 @@
 
 0b:00.0 USB controller: Texas Instruments TUSB73x0 SuperSpeed USB 3.0 xHCI Host Controller (rev 02) (prog-if 30 [XHCI])
        Subsystem: Dell Device 04b3
-       Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
+       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
+       Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 16
        Region 0: Memory at f7d00000 (64-bit, non-prefetchable) [size=64K]
        Region 2: Memory at f7d10000 (64-bit, non-prefetchable) [size=8K]
        Capabilities: [40] Power Management version 3
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=100mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
-               Status: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME+
+               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [48] MSI: Enable- Count=1/8 Maskable- 64bit+
                Address: 0000000000000000  Data: 0000
        Capabilities: [70] Express (v2) Endpoint, MSI 00
#



The difference in lsusb output is probably useless as it just shows that once the socket
was working the keyboard was picked up by a driver. Looks like yet another PCI issue.
At least no diffs in iomem. ;)


Thanks,
Martin
[    0.000000] Linux version 3.8.2-default (root@vostro) (gcc version 4.6.3 (Gentoo 4.6.3 p1.8, pie-0.5.2) ) #1 SMP Tue Mar 5 10:29:11 MET 2013
[    0.000000] Command line: root=/dev/sda5 pciehp.pciehp_debug=1 pciehp_debug=1 slub_debug=AFPZ pcie_aspm=off
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000da4e4fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da4e5000-0x00000000da527fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000da528000-0x00000000da792fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da793000-0x00000000da966fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000da967000-0x00000000daa88fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000daa89000-0x00000000dad67fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dad68000-0x00000000dafe7fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dafe8000-0x00000000daffffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000db800000-0x00000000df9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041fdfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012
[    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x41fe00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask C00000000 write-back
[    0.000000]   1 base 400000000 mask FE0000000 write-back
[    0.000000]   2 base 0DB800000 mask FFF800000 uncachable
[    0.000000]   3 base 0DC000000 mask FFC000000 uncachable
[    0.000000]   4 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   5 base 41FE00000 mask FFFE00000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xdb800000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdaa89 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] reserving inaccessible SNB gfx pages
[    0.000000] init_memory_mapping: [mem 0x00000000-0xdaa88fff]
[    0.000000]  [mem 0x00000000-0xda9fffff] page 2M
[    0.000000]  [mem 0xdaa00000-0xdaa88fff] page 4k
[    0.000000] kernel direct mapping tables up to 0xdaa88fff @ [mem 0x1fffa000-0x1fffffff]
[    0.000000] init_memory_mapping: [mem 0x100000000-0x41fdfffff]
[    0.000000]  [mem 0x100000000-0x41fdfffff] page 2M
[    0.000000] kernel direct mapping tables up to 0x41fdfffff @ [mem 0xdaa7b000-0xdaa88fff]
[    0.000000] ACPI: RSDP 00000000000f0410 00024 (v02   DELL)
[    0.000000] ACPI: XSDT 00000000dafe8078 00074 (v01 DELL    WN09    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 00000000daff1d38 000F4 (v04   DELL     WN09 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 00000000dafe8180 09BB6 (v02   DELL     WN09 00000000 INTL 20051117)
[    0.000000] ACPI: FACS 00000000dafe3f80 00040
[    0.000000] ACPI: APIC 00000000daff1e30 00072 (v03   DELL     WN09 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 00000000daff1ea8 0003C (v01   DELL     WN09 01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000daff1ee8 004B0 (v01 TrmRef PtidDevc 00001000 INTL 20091112)
[    0.000000] ACPI: SLIC 00000000daff2398 00176 (v01 DELL    WN09    01072009 AMI  00010013)
[    0.000000] ACPI: HPET 00000000daff2510 00038 (v01   DELL     WN09 01072009 AMI. 00000004)
[    0.000000] ACPI: SSDT 00000000daff2548 00846 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000daff2d90 00996 (v01  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: DMAR 00000000daff3728 000E8 (v01 INTEL      SNB  00000001 INTL 00000001)
[    0.000000] ACPI: OSFR 00000000daff3810 00086 (v01 DELL    M08     07DC0803 ASL  00000061)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x41fdfffff]
[    0.000000]   NODE_DATA [mem 0x41fdd9000-0x41fdfffff]
[    0.000000]  [ffffea0000000000-ffffea00107fffff] PMD -> [ffff88040f400000-ffff88041f3fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x41fdfffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x0009cfff]
[    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
[    0.000000]   node   0: [mem 0x20200000-0x3fffffff]
[    0.000000]   node   0: [mem 0x40200000-0xda4e4fff]
[    0.000000]   node   0: [mem 0xda528000-0xda792fff]
[    0.000000]   node   0: [mem 0xda967000-0xdaa88fff]
[    0.000000]   node   0: [mem 0x100000000-0x41fdfffff]
[    0.000000] On node 0 totalpages: 4170239
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 141 pages reserved
[    0.000000]   DMA zone: 3776 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 13906 pages used for memmap
[    0.000000]   DMA32 zone: 876064 pages, LIFO batch:31
[    0.000000]   Normal zone: 51192 pages used for memmap
[    0.000000]   Normal zone: 3225096 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: NR_CPUS/possible_cpus limit of 2 reached.  Processor 2/0x1 ignored.
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: NR_CPUS/possible_cpus limit of 2 reached.  Processor 3/0x3 ignored.
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: 4 Processors exceeds NR_CPUS limit of 2
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[    0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
[    0.000000] PM: Registered nosave memory: 00000000da4e5000 - 00000000da528000
[    0.000000] PM: Registered nosave memory: 00000000da793000 - 00000000da967000
[    0.000000] PM: Registered nosave memory: 00000000daa89000 - 00000000dad68000
[    0.000000] PM: Registered nosave memory: 00000000dad68000 - 00000000dafe8000
[    0.000000] PM: Registered nosave memory: 00000000dafe8000 - 00000000db000000
[    0.000000] PM: Registered nosave memory: 00000000db000000 - 00000000db800000
[    0.000000] PM: Registered nosave memory: 00000000db800000 - 00000000dfa00000
[    0.000000] PM: Registered nosave memory: 00000000dfa00000 - 00000000f8000000
[    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
[    0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed00000
[    0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed04000
[    0.000000] PM: Registered nosave memory: 00000000fed04000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
[    0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
[    0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 26 pages/cpu @ffff88041fa00000 s74944 r8192 d23360 u1048576
[    0.000000] pcpu-alloc: s74944 r8192 d23360 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4104936
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/sda5 pciehp.pciehp_debug=1 pciehp_debug=1 slub_debug=AFPZ pcie_aspm=off
[    0.000000] PCIe ASPM is disabled
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 16329228k/17299456k available (6231k kernel code, 618500k absent, 351728k reserved, 3989k data, 708k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] NR_IRQS:4352 nr_irqs:512 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 5855 kB
[    0.000000]  per task-struct memory footprint: 1920 bytes
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.010000] tsc: Detected 2793.702 MHz processor
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5587.40 BogoMIPS (lpj=27937020)
[    0.000189] pid_max: default: 32768 minimum: 301
[    0.001835] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.004987] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.006371] Mount-cache hash table entries: 256
[    0.008042] CPU: Physical Processor ID: 0
[    0.008131] CPU: Processor Core ID: 0
[    0.008224] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.008375] mce: CPU supports 7 MCE banks
[    0.008478] CPU0: Thermal monitoring enabled (TM1)
[    0.008580] process: using mwait in idle threads
[    0.008673] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
tlb_flushall_shift: 5
[    0.008984] Freeing SMP alternatives: 16k freed
[    0.009084] ACPI: Core revision 20121018
[    0.137894] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.237849] smpboot: CPU0: Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz (fam: 06, model: 2a, stepping: 07)
[    0.238118] TSC deadline timer enabled
[    0.238122] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
[    0.238428] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
[    0.238530] ... version:                3
[    0.238619] ... bit width:              48
[    0.238709] ... generic registers:      4
[    0.238800] ... value mask:             0000ffffffffffff
[    0.238892] ... max period:             000000007fffffff
[    0.238985] ... fixed-purpose events:   3
[    0.239076] ... event mask:             000000070000000f
[    0.240578] SMP alternatives: lockdep: fixing up alternatives
[    0.240686] smpboot: Booting Node   0, Processors  #1 OK
[    0.254012] Brought up 2 CPUs
[    0.254105] smpboot: Total of 2 processors activated (11174.80 BogoMIPS)
[    0.255869] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.257095] devtmpfs: initialized
[    0.259294] PM: Registering ACPI NVS region [mem 0xda4e5000-0xda527fff] (274432 bytes)
[    0.259672] PM: Registering ACPI NVS region [mem 0xdad68000-0xdafe7fff] (2621440 bytes)
[    0.262629] xor: automatically using best checksumming function:
[    0.357981]    avx       : 19510.800 MB/sec
[    0.359682] regulator-dummy: no parameters
[    0.360586] NET: Registered protocol family 16
[    0.363989] ACPI: bus type pci registered
[    0.364952] dca service started, version 1.12.1
[    0.365240] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.365389] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.373101] PCI: Using configuration type 1 for base access
[    0.426985] bio: create slab <bio-0> at 0
[    0.587702] raid6: sse2x1    7604 MB/s
[    0.757472] raid6: sse2x2    9318 MB/s
[    0.927248] raid6: sse2x4   10900 MB/s
[    0.927249] raid6: using algorithm sse2x4 (10900 MB/s)
[    0.927250] raid6: using ssse3x2 recovery algorithm
[    0.927367] ACPI: Added _OSI(Module Device)
[    0.927467] ACPI: Added _OSI(Processor Device)
[    0.927565] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.927663] ACPI: Added _OSI(Processor Aggregator Device)
[    0.933737] ACPI: EC: Look up EC in DSDT
[    0.944687] ACPI: Executed 1 blocks of module-level executable AML code
[    1.057385] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    1.125924] ACPI: SSDT 00000000dad51698 0064F (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    1.129264] ACPI: Dynamic OEM Table Load:
[    1.129267] ACPI: SSDT           (null) 0064F (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    1.166031] ACPI: SSDT 00000000dad52a98 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
[    1.171044] ACPI: Dynamic OEM Table Load:
[    1.171047] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
[    1.210120] ACPI: SSDT 00000000dad50d98 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    1.212830] ACPI: Dynamic OEM Table Load:
[    1.212832] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    1.251096] ACPI: Interpreter enabled
[    1.251192] ACPI: (supports S0 S1 S3 S4 S5)
[    1.251879] ACPI: Using IOAPIC for interrupt routing
[    1.530446] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.541023] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    1.541141] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.555906] pci_root PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x19)
[    1.572934] PCI host bridge to bus 0000:00
[    1.573034] pci_bus 0000:00: root bus resource [bus 00-3e]
[    1.573136] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    1.573237] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    1.573338] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    1.573441] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    1.573543] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    1.573646] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    1.573749] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    1.573850] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    1.573952] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    1.574053] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff]
[    1.574161] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[    1.574265] pci_bus 0000:00: scanning bus
[    1.574305] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[    1.574313] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0xa
[    1.574408] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
[    1.574424] pci 0000:00:02.0: reg 10: [mem 0xf6800000-0xf6bfffff 64bit]
[    1.574433] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
[    1.574439] pci 0000:00:02.0: reg 20: [io  0xf000-0xf03f]
[    1.574561] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    1.574598] pci 0000:00:16.0: reg 10: [mem 0xf7f0a000-0xf7f0a00f 64bit]
[    1.574730] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    1.574755] pci 0000:00:16.0: PME# disabled
[    1.574825] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    1.574858] pci 0000:00:1a.0: reg 10: [mem 0xf7f08000-0xf7f083ff]
[    1.575016] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    1.575022] pci 0000:00:1a.0: PME# disabled
[    1.575076] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    1.575104] pci 0000:00:1b.0: reg 10: [mem 0xf7f00000-0xf7f03fff 64bit]
[    1.575248] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.575254] pci 0000:00:1b.0: PME# disabled
[    1.575304] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    1.575373] pci 0000:00:1c.0: calling pci_fixup_transparent_bridge+0x0/0x1d
[    1.575459] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.575464] pci 0000:00:1c.0: PME# disabled
[    1.575517] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[    1.575585] pci 0000:00:1c.1: calling pci_fixup_transparent_bridge+0x0/0x1d
[    1.575670] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    1.575676] pci 0000:00:1c.1: PME# disabled
[    1.575736] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[    1.575805] pci 0000:00:1c.3: calling pci_fixup_transparent_bridge+0x0/0x1d
[    1.575889] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.575894] pci 0000:00:1c.3: PME# disabled
[    1.575947] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[    1.576014] pci 0000:00:1c.4: calling pci_fixup_transparent_bridge+0x0/0x1d
[    1.576100] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.576106] pci 0000:00:1c.4: PME# disabled
[    1.576166] pci 0000:00:1c.7: [8086:1c1e] type 01 class 0x060400
[    1.576233] pci 0000:00:1c.7: calling pci_fixup_transparent_bridge+0x0/0x1d
[    1.576319] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    1.576324] pci 0000:00:1c.7: PME# disabled
[    1.576381] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    1.576416] pci 0000:00:1d.0: reg 10: [mem 0xf7f07000-0xf7f073ff]
[    1.576573] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.576579] pci 0000:00:1d.0: PME# disabled
[    1.576626] pci 0000:00:1f.0: [8086:1c4b] type 00 class 0x060100
[    1.576840] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[    1.576878] pci 0000:00:1f.2: reg 10: [io  0xf0b0-0xf0b7]
[    1.576893] pci 0000:00:1f.2: reg 14: [io  0xf0a0-0xf0a3]
[    1.576909] pci 0000:00:1f.2: reg 18: [io  0xf090-0xf097]
[    1.576924] pci 0000:00:1f.2: reg 1c: [io  0xf080-0xf083]
[    1.576939] pci 0000:00:1f.2: reg 20: [io  0xf060-0xf07f]
[    1.576954] pci 0000:00:1f.2: reg 24: [mem 0xf7f06000-0xf7f067ff]
[    1.577052] pci 0000:00:1f.2: PME# supported from D3hot
[    1.577058] pci 0000:00:1f.2: PME# disabled
[    1.577100] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    1.577130] pci 0000:00:1f.3: reg 10: [mem 0xf7f05000-0xf7f050ff 64bit]
[    1.577171] pci 0000:00:1f.3: reg 20: [io  0xf040-0xf05f]
[    1.577223] pci_bus 0000:00: fixups for bus
[    1.577227] pci 0000:00:1c.0: scanning [bus 03-04] behind bridge, pass 0
[    1.577315] pci_bus 0000:03: scanning bus
[    1.577319] pci_bus 0000:03: fixups for bus
[    1.577320] pci 0000:00:1c.0: PCI bridge to [bus 03-04]
[    1.577427] pci_bus 0000:03: bus scan returning with max=03
[    1.577433] pci 0000:00:1c.1: scanning [bus 05-06] behind bridge, pass 0
[    1.577520] pci_bus 0000:05: scanning bus
[    1.577567] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
[    1.577594] pci 0000:05:00.0: reg 10: [io  0xe000-0xe0ff]
[    1.577642] pci 0000:05:00.0: reg 18: [mem 0xf1104000-0xf1104fff 64bit pref]
[    1.577672] pci 0000:05:00.0: reg 20: [mem 0xf1100000-0xf1103fff 64bit pref]
[    1.577808] pci 0000:05:00.0: supports D1 D2
[    1.577810] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.577817] pci 0000:05:00.0: PME# disabled
[    1.595785] pci_bus 0000:05: fixups for bus
[    1.595791] pci 0000:00:1c.1: PCI bridge to [bus 05-06]
[    1.595913] pci 0000:00:1c.1:   bridge window [io  0xe000-0xefff]
[    1.595926] pci 0000:00:1c.1:   bridge window [mem 0xf1100000-0xf11fffff 64bit pref]
[    1.595928] pci_bus 0000:05: bus scan returning with max=05
[    1.595932] pci 0000:00:1c.3: scanning [bus 09-0a] behind bridge, pass 0
[    1.596021] pci_bus 0000:09: scanning bus
[    1.596344] pci 0000:09:00.0: [8086:008a] type 00 class 0x028000
[    1.596645] pci 0000:09:00.0: reg 10: [mem 0xf7e00000-0xf7e01fff 64bit]
[    1.598235] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    1.598286] pci 0000:09:00.0: PME# disabled
[    1.615860] pci_bus 0000:09: fixups for bus
[    1.615861] pci 0000:00:1c.3: PCI bridge to [bus 09-0a]
[    1.615963] pci 0000:00:1c.3:   bridge window [mem 0xf7e00000-0xf7efffff]
[    1.615971] pci_bus 0000:09: bus scan returning with max=09
[    1.615977] pci 0000:00:1c.4: scanning [bus 0b-0c] behind bridge, pass 0
[    1.616065] pci_bus 0000:0b: scanning bus
[    1.616124] pci 0000:0b:00.0: [104c:8241] type 00 class 0x0c0330
[    1.616159] pci 0000:0b:00.0: reg 10: [mem 0xf7d00000-0xf7d0ffff 64bit]
[    1.616188] pci 0000:0b:00.0: reg 18: [mem 0xf7d10000-0xf7d11fff 64bit]
[    1.616348] pci 0000:0b:00.0: supports D1 D2
[    1.616350] pci 0000:0b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.616356] pci 0000:0b:00.0: PME# disabled
[    1.616437] pci_bus 0000:0b: fixups for bus
[    1.616438] pci 0000:00:1c.4: PCI bridge to [bus 0b-0c]
[    1.616537] pci 0000:00:1c.4:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    1.616546] pci_bus 0000:0b: bus scan returning with max=0b
[    1.616552] pci 0000:00:1c.7: scanning [bus 11-16] behind bridge, pass 0
[    1.616646] pci_bus 0000:11: scanning bus
[    1.616697] pci 0000:11:00.0: [1095:3132] type 00 class 0x018000
[    1.616740] pci 0000:11:00.0: reg 10: [mem 0xf6c84000-0xf6c8407f 64bit]
[    1.616772] pci 0000:11:00.0: reg 18: [mem 0xf6c80000-0xf6c83fff 64bit]
[    1.616794] pci 0000:11:00.0: reg 20: [io  0xc000-0xc07f]
[    1.616835] pci 0000:11:00.0: reg 30: [mem 0xf6c00000-0xf6c7ffff pref]
[    1.616950] pci 0000:11:00.0: supports D1 D2
[    1.635726] pci_bus 0000:11: fixups for bus
[    1.635732] pci 0000:00:1c.7: PCI bridge to [bus 11-16]
[    1.635860] pci 0000:00:1c.7:   bridge window [io  0xc000-0xdfff]
[    1.635865] pci 0000:00:1c.7:   bridge window [mem 0xf6c00000-0xf7cfffff]
[    1.635873] pci 0000:00:1c.7:   bridge window [mem 0xf0000000-0xf10fffff 64bit pref]
[    1.635875] pci_bus 0000:11: bus scan returning with max=11
[    1.635881] pci 0000:00:1c.0: scanning [bus 03-04] behind bridge, pass 1
[    1.635891] pci 0000:00:1c.1: scanning [bus 05-06] behind bridge, pass 1
[    1.635900] pci 0000:00:1c.3: scanning [bus 09-0a] behind bridge, pass 1
[    1.635909] pci 0000:00:1c.4: scanning [bus 0b-0c] behind bridge, pass 1
[    1.635918] pci 0000:00:1c.7: scanning [bus 11-16] behind bridge, pass 1
[    1.635925] pci_bus 0000:00: bus scan returning with max=16
[    1.636525] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    1.637836] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    1.639212] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[    1.640550] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
[    1.642376] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP08._PRT]
[    1.644217] ACPI _OSC control for PCIe not granted, disabling ASPM
[    1.833803] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.835510] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 10 11 12 14 15)
[    1.837191] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
[    1.838896] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.840587] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.842356] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.844119] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[    1.847122] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 10 11 12 14 15)
[    1.850444] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.850552] vgaarb: loaded
[    1.850641] vgaarb: bridge control possible 0000:00:02.0
[    1.856935] SCSI subsystem initialized
[    1.857032] ACPI: bus type scsi registered
[    1.857652] libata version 3.00 loaded.
[    1.858186] ACPI: bus type usb registered
[    1.858726] usbcore: registered new interface driver usbfs
[    1.859028] usbcore: registered new interface driver hub
[    1.859330] usbcore: registered new device driver usb
[    1.859952] media: Linux media interface: v0.10
[    1.860240] Linux video capture interface: v2.00
[    1.863936] wmi: Mapper loaded
[    1.864395] Advanced Linux Sound Architecture Driver Initialized.
[    1.864489] PCI: Using ACPI for IRQ routing
[    1.867064] PCI: pci_cache_line_size set to 64 bytes
[    1.867077] pci 0000:00:02.0: BAR 0: reserving [mem 0xf6800000-0xf6bfffff flags 0x140204] (d=0, p=0)
[    1.867079] pci 0000:00:02.0: BAR 2: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
[    1.867082] pci 0000:00:02.0: BAR 4: reserving [io  0xf000-0xf03f flags 0x40101] (d=0, p=0)
[    1.867087] pci 0000:00:16.0: BAR 0: reserving [mem 0xf7f0a000-0xf7f0a00f flags 0x140204] (d=0, p=0)
[    1.867092] pci 0000:00:1a.0: BAR 0: reserving [mem 0xf7f08000-0xf7f083ff flags 0x40200] (d=0, p=0)
[    1.867096] pci 0000:00:1b.0: BAR 0: reserving [mem 0xf7f00000-0xf7f03fff flags 0x140204] (d=0, p=0)
[    1.867114] pci 0000:00:1d.0: BAR 0: reserving [mem 0xf7f07000-0xf7f073ff flags 0x40200] (d=0, p=0)
[    1.867121] pci 0000:00:1f.2: BAR 0: reserving [io  0xf0b0-0xf0b7 flags 0x40101] (d=0, p=0)
[    1.867123] pci 0000:00:1f.2: BAR 1: reserving [io  0xf0a0-0xf0a3 flags 0x40101] (d=0, p=0)
[    1.867125] pci 0000:00:1f.2: BAR 2: reserving [io  0xf090-0xf097 flags 0x40101] (d=0, p=0)
[    1.867127] pci 0000:00:1f.2: BAR 3: reserving [io  0xf080-0xf083 flags 0x40101] (d=0, p=0)
[    1.867129] pci 0000:00:1f.2: BAR 4: reserving [io  0xf060-0xf07f flags 0x40101] (d=0, p=0)
[    1.867131] pci 0000:00:1f.2: BAR 5: reserving [mem 0xf7f06000-0xf7f067ff flags 0x40200] (d=0, p=0)
[    1.867135] pci 0000:00:1f.3: BAR 0: reserving [mem 0xf7f05000-0xf7f050ff flags 0x140204] (d=0, p=0)
[    1.867138] pci 0000:00:1f.3: BAR 4: reserving [io  0xf040-0xf05f flags 0x40101] (d=0, p=0)
[    1.867143] pci 0000:05:00.0: BAR 0: reserving [io  0xe000-0xe0ff flags 0x40101] (d=0, p=0)
[    1.867145] pci 0000:05:00.0: BAR 2: reserving [mem 0xf1104000-0xf1104fff flags 0x14220c] (d=0, p=0)
[    1.867147] pci 0000:05:00.0: BAR 4: reserving [mem 0xf1100000-0xf1103fff flags 0x14220c] (d=0, p=0)
[    1.867177] pci 0000:09:00.0: BAR 0: reserving [mem 0xf7e00000-0xf7e01fff flags 0x140204] (d=0, p=0)
[    1.867184] pci 0000:0b:00.0: BAR 0: reserving [mem 0xf7d00000-0xf7d0ffff flags 0x140204] (d=0, p=0)
[    1.867187] pci 0000:0b:00.0: BAR 2: reserving [mem 0xf7d10000-0xf7d11fff flags 0x140204] (d=0, p=0)
[    1.867192] pci 0000:11:00.0: BAR 0: reserving [mem 0xf6c84000-0xf6c8407f flags 0x140204] (d=0, p=0)
[    1.867194] pci 0000:11:00.0: BAR 2: reserving [mem 0xf6c80000-0xf6c83fff flags 0x140204] (d=0, p=0)
[    1.867196] pci 0000:11:00.0: BAR 4: reserving [io  0xc000-0xc07f flags 0x40101] (d=0, p=0)
[    1.867270] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[    1.867290] e820: reserve RAM buffer [mem 0xda4e5000-0xdbffffff]
[    1.867296] e820: reserve RAM buffer [mem 0xda793000-0xdbffffff]
[    1.867304] e820: reserve RAM buffer [mem 0xdaa89000-0xdbffffff]
[    1.867312] e820: reserve RAM buffer [mem 0x41fe00000-0x41fffffff]
[    1.868948] Bluetooth: Core ver 2.16
[    1.869210] NET: Registered protocol family 31
[    1.869302] Bluetooth: HCI device and connection manager initialized
[    1.869419] Bluetooth: HCI socket layer initialized
[    1.869726] Bluetooth: L2CAP socket layer initialized
[    1.869861] Bluetooth: SCO socket layer initialized
[    1.871617] cfg80211: Calling CRDA to update world regulatory domain
[    1.872619] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.873064] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    1.875171] Switching to clocksource hpet
[    1.875913] pnp: PnP ACPI init
[    1.876198] ACPI: bus type pnp registered
[    1.876523] pnp 00:00: [dma 4]
[    1.876886] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.877329] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[    1.878946] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.879801] system 00:03: [io  0x0680-0x069f] has been reserved
[    1.879912] system 00:03: [io  0x1000-0x100f] has been reserved
[    1.880019] system 00:03: [io  0xffff] has been reserved
[    1.880126] system 00:03: [io  0xffff] has been reserved
[    1.880233] system 00:03: [io  0x0400-0x0453] has been reserved
[    1.880341] system 00:03: [io  0x0458-0x047f] has been reserved
[    1.880450] system 00:03: [io  0x0500-0x057f] has been reserved
[    1.880558] system 00:03: [io  0x164e-0x164f] has been reserved
[    1.880657] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.881106] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.881990] system 00:05: [io  0x0454-0x0457] has been reserved
[    1.882086] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    1.882538] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    1.883211] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    1.883322] system 00:07: [mem 0xfe800000-0xfe802fff] has been reserved
[    1.883421] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.883971] pnp 00:08: Plug and Play ACPI device, IDs DLL04b3 SYN0600 SYN0002 PNP0f13 (active)
[    1.884547] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 (active)
[    1.889511] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.889624] system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved
[    1.889737] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.889848] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.889958] system 00:0a: [mem 0xf8000000-0xfbffffff] has been reserved
[    1.890069] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.890180] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
[    1.890291] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.890402] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
[    1.890523] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.890633] system 00:0a: [mem 0xdfa00000-0xdfa00fff] has been reserved
[    1.890733] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.892185] pnp 00:0b: Plug and Play ACPI device, IDs SMO8800 (active)
[    1.895140] system 00:0c: [mem 0x20000000-0x201fffff] has been reserved
[    1.895251] system 00:0c: [mem 0x40000000-0x401fffff] has been reserved
[    1.895360] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.896091] pnp: PnP ACPI: found 13 devices
[    1.896180] ACPI: ACPI bus type pnp unregistered
[    1.896273] INFO_MDMA: LNW DMA Driver Version 1.1.0
[    1.928949] pci 0000:00:1c.0: PCI bridge to [bus 03-04]
[    1.929061] pci 0000:00:1c.1: PCI bridge to [bus 05-06]
[    1.929156] pci 0000:00:1c.1:   bridge window [io  0xe000-0xefff]
[    1.929261] pci 0000:00:1c.1:   bridge window [mem 0xf1100000-0xf11fffff 64bit pref]
[    1.929366] pci 0000:00:1c.3: PCI bridge to [bus 09-0a]
[    1.929465] pci 0000:00:1c.3:   bridge window [mem 0xf7e00000-0xf7efffff]
[    1.929571] pci 0000:00:1c.4: PCI bridge to [bus 0b-0c]
[    1.929670] pci 0000:00:1c.4:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    1.929775] pci 0000:00:1c.7: PCI bridge to [bus 11-16]
[    1.929869] pci 0000:00:1c.7:   bridge window [io  0xc000-0xdfff]
[    1.929969] pci 0000:00:1c.7:   bridge window [mem 0xf6c00000-0xf7cfffff]
[    1.930069] pci 0000:00:1c.7:   bridge window [mem 0xf0000000-0xf10fffff 64bit pref]
[    1.930314] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.930315] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.930317] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.930318] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    1.930320] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    1.930321] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    1.930323] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    1.930325] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[    1.930326] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[    1.930328] pci_bus 0000:00: resource 13 [mem 0xdfa00000-0xfeafffff]
[    1.930329] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
[    1.930331] pci_bus 0000:05: resource 0 [io  0xe000-0xefff]
[    1.930332] pci_bus 0000:05: resource 2 [mem 0xf1100000-0xf11fffff 64bit pref]
[    1.930334] pci_bus 0000:09: resource 1 [mem 0xf7e00000-0xf7efffff]
[    1.930336] pci_bus 0000:0b: resource 1 [mem 0xf7d00000-0xf7dfffff]
[    1.930337] pci_bus 0000:11: resource 0 [io  0xc000-0xdfff]
[    1.930339] pci_bus 0000:11: resource 1 [mem 0xf6c00000-0xf7cfffff]
[    1.930340] pci_bus 0000:11: resource 2 [mem 0xf0000000-0xf10fffff 64bit pref]
[    1.930556] NET: Registered protocol family 2
[    1.932291] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[    1.932995] TCP bind hash table entries: 65536 (order: 10, 4194304 bytes)
[    1.936730] TCP: Hash tables configured (established 131072 bind 65536)
[    1.936918] TCP: reno registered
[    1.937123] UDP hash table entries: 8192 (order: 8, 1310720 bytes)
[    1.938238] UDP-Lite hash table entries: 8192 (order: 8, 1310720 bytes)
[    1.939587] NET: Registered protocol family 1
[    1.940259] RPC: Registered named UNIX socket transport module.
[    1.940354] RPC: Registered udp transport module.
[    1.940446] RPC: Registered tcp transport module.
[    1.940538] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.940644] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xa6
[    1.940646] pci 0000:00:02.0: Boot video device
[    1.940655] pci 0000:00:1a.0: calling quirk_usb_early_handoff+0x0/0x655
[    1.940701] pci 0000:00:1a.0: EHCI: BIOS handoff
[    2.065138] pci 0000:00:1d.0: calling quirk_usb_early_handoff+0x0/0x655
[    2.065228] pci 0000:00:1d.0: EHCI: BIOS handoff
[    2.185022] pci 0000:0b:00.0: calling quirk_usb_early_handoff+0x0/0x655
[    2.185100] PCI: CLS 64 bytes, default 64
[    2.185458] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.185555] software IO TLB [mem 0xd64e5000-0xda4e5000] (64MB) mapped at [ffff8800d64e5000-ffff8800da4e4fff]
[    2.189103] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x1b
[    2.189221] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x1b
[    2.189686] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[    2.196686] sha1_ssse3: Using AVX optimized SHA-1 implementation
[    2.198618] audit: initializing netlink socket (disabled)
[    2.198777] type=2000 audit(1363262504.200:1): initialized
[    2.201869] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.245277] DLM installed
[    2.257110] msgmni has been set to 31893
[    2.261877] NET: Registered protocol family 38
[    2.261997] async_tx: api initialized (async)
[    2.262098] Key type asymmetric registered
[    2.262197] Asymmetric key parser 'x509' registered
[    2.262844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    2.262951] io scheduler noop registered
[    2.263042] io scheduler deadline registered (default)
[    2.263837] io scheduler cfq registered
[    2.266711] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.266805] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.271274] pci_bus 0000:11: dev 00, created physical slot 1
[    2.271545] acpiphp: Slot [1] registered
[    2.272418] intel_idle: MWAIT substates: 0x21120
[    2.272419] intel_idle: v0.4 model 0x2A
[    2.272420] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.273664] ACPI: AC Adapter [AC] (on-line)
[    2.279074] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    2.281775] ACPI: Lid Switch [LID0]
[    2.282490] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    2.282631] ACPI: Power Button [PWRB]
[    2.283230] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    2.283340] ACPI: Sleep Button [SBTN]
[    2.283938] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    2.284045] ACPI: Power Button [PWRF]
[    2.285429] ACPI: Requesting acpi_cpufreq
[    2.449597] thermal LNXTHERM:00: registered as thermal_zone0
[    2.449694] ACPI: Thermal Zone [THM] (70 C)
[    2.454926] GHES: HEST is not enabled!
[    2.455019] ioatdma: Intel(R) QuickData Technology Driver 4.00
[    2.544124] ACPI: Battery Slot [BAT0] (battery present)
[    2.640065] Non-volatile memory driver v1.3
[    2.640429] Linux agpgart interface v0.103
[    2.640712] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[    2.640713] Hangcheck: Using getrawmonotonic().
[    2.650469] loop: module loaded
[    2.652098] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20121018/utaddress-251)
[    2.652106] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.652262] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
[    2.652269] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.652423] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
[    2.652429] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.652583] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
[    2.652589] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.652736] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    2.654267] ahci 0000:00:1f.2: version 3.0
[    2.654476] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
[    2.654625] ahci: SSS flag set, parallel bus scan disabled
[    2.674192] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x31 impl SATA mode
[    2.674313] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst 
[    2.674465] ahci 0000:00:1f.2: setting latency timer to 64
[    2.723691] scsi0 : ahci
[    2.726024] scsi1 : ahci
[    2.726939] scsi2 : ahci
[    2.727858] scsi3 : ahci
[    2.728813] scsi4 : ahci
[    2.729758] scsi5 : ahci
[    2.730621] ata1: SATA max UDMA/133 abar m2048@0xf7f06000 port 0xf7f06100 irq 40
[    2.730718] ata2: DUMMY
[    2.730807] ata3: DUMMY
[    2.730895] ata4: DUMMY
[    2.730984] ata5: SATA max UDMA/133 abar m2048@0xf7f06000 port 0xf7f06300 irq 40
[    2.731081] ata6: SATA max UDMA/133 abar m2048@0xf7f06000 port 0xf7f06380 irq 40
[    2.732439] tun: Universal TUN/TAP device driver, 1.6
[    2.732533] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[    2.733089] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.733240] r8169 0000:05:00.0: enabling Mem-Wr-Inval
[    2.733508] r8169 0000:05:00.0: irq 41 for MSI/MSI-X
[    2.734846] r8169 0000:05:00.0 eth0: RTL8168e/8111e at 0xffffc9000183a000, 18:03:73:a0:6f:6a, XID 0c200000 IRQ 41
[    2.734996] r8169 0000:05:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.735397] VMware vmxnet3 virtual NIC driver - version 1.1.29.0-k-NAPI
[    2.735936] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.736032] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
[    2.736050] ehci-pci: EHCI PCI platform driver
[    2.736244] ehci-pci 0000:00:1a.0: enabling bus mastering
[    2.736250] ehci-pci 0000:00:1a.0: setting latency timer to 64
[    2.736253] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    2.736453] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.736579] ehci-pci 0000:00:1a.0: debug port 2
[    2.736674] ehci-pci 0000:00:1a.0: reset hcs_params 0x200002 dbg=2 cc=0 pcc=0 ordered !ppc ports=2
[    2.736677] ehci-pci 0000:00:1a.0: reset hcc_params 36881 caching frame 1024 64 bit addr
[    2.736774] ehci-pci 0000:00:1a.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    2.740648] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    2.740650] ehci-pci 0000:00:1a.0: supports USB remote wakeup
[    2.740773] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7f08000
[    2.740871] ehci-pci 0000:00:1a.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[    2.754033] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.754478] usb usb1: default language 0x0409
[    2.754589] usb usb1: udev 1, busnum 1, minor = 0
[    2.754591] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.754686] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.754783] usb usb1: Product: EHCI Host Controller
[    2.754876] usb usb1: Manufacturer: Linux 3.8.2-default ehci_hcd
[    2.754970] usb usb1: SerialNumber: 0000:00:1a.0
[    2.756353] usb usb1: usb_probe_device
[    2.756355] usb usb1: configuration #1 chosen from 1 choice
[    2.756503] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    2.756921] hub 1-0:1.0: usb_probe_interface
[    2.756923] hub 1-0:1.0: usb_probe_interface - got id
[    2.756930] hub 1-0:1.0: USB hub found
[    2.757102] hub 1-0:1.0: 2 ports detected
[    2.757201] hub 1-0:1.0: standalone hub
[    2.757203] hub 1-0:1.0: no power switching (usb 1.0)
[    2.757204] hub 1-0:1.0: individual port over-current protection
[    2.757206] hub 1-0:1.0: power on to power good time: 20ms
[    2.757340] hub 1-0:1.0: local power source is good
[    2.758980] hub 1-0:1.0: trying to enable port power on non-switchable hub
[    2.759609] ehci-pci 0000:00:1d.0: enabling bus mastering
[    2.759615] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    2.759618] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.759744] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.759867] ehci-pci 0000:00:1d.0: debug port 2
[    2.759962] ehci-pci 0000:00:1d.0: reset hcs_params 0x200002 dbg=2 cc=0 pcc=0 ordered !ppc ports=2
[    2.759965] ehci-pci 0000:00:1d.0: reset hcc_params 36881 caching frame 1024 64 bit addr
[    2.760025] ehci-pci 0000:00:1d.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    2.763898] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    2.763900] ehci-pci 0000:00:1d.0: supports USB remote wakeup
[    2.764128] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7f07000
[    2.764225] ehci-pci 0000:00:1d.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[    2.784168] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.784503] usb usb2: default language 0x0409
[    2.784610] usb usb2: udev 1, busnum 2, minor = 128
[    2.784612] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.784708] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.784804] usb usb2: Product: EHCI Host Controller
[    2.784897] usb usb2: Manufacturer: Linux 3.8.2-default ehci_hcd
[    2.784992] usb usb2: SerialNumber: 0000:00:1d.0
[    2.786316] usb usb2: usb_probe_device
[    2.786319] usb usb2: configuration #1 chosen from 1 choice
[    2.786370] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    2.786738] hub 2-0:1.0: usb_probe_interface
[    2.786740] hub 2-0:1.0: usb_probe_interface - got id
[    2.786744] hub 2-0:1.0: USB hub found
[    2.786889] hub 2-0:1.0: 2 ports detected
[    2.786989] hub 2-0:1.0: standalone hub
[    2.786990] hub 2-0:1.0: no power switching (usb 1.0)
[    2.786991] hub 2-0:1.0: individual port over-current protection
[    2.786993] hub 2-0:1.0: power on to power good time: 20ms
[    2.787048] hub 2-0:1.0: local power source is good
[    2.788573] hub 2-0:1.0: trying to enable port power on non-switchable hub
[    2.789212] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.789308] ohci_hcd: block sizes: ed 80 td 96
[    2.789625] xhci_hcd 0000:0b:00.0: enabling bus mastering
[    2.789629] xhci_hcd 0000:0b:00.0: xHCI Host Controller
[    2.789758] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 3
[    2.791497] xhci_hcd 0000:0b:00.0: enabling Mem-Wr-Inval
[    2.791501] xhci_hcd 0000:0b:00.0: supports USB remote wakeup
[    2.791527] xhci_hcd 0000:0b:00.0: irq 16, io mem 0xf7d00000
[    2.791840] xhci_hcd 0000:0b:00.0: irq 42 for MSI/MSI-X
[    2.791870] xhci_hcd 0000:0b:00.0: irq 43 for MSI/MSI-X
[    2.791899] xhci_hcd 0000:0b:00.0: irq 44 for MSI/MSI-X
[    2.792572] usb usb3: default language 0x0409
[    2.792692] usb usb3: udev 1, busnum 3, minor = 256
[    2.792694] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.792789] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.792885] usb usb3: Product: xHCI Host Controller
[    2.792977] usb usb3: Manufacturer: Linux 3.8.2-default xhci_hcd
[    2.793072] usb usb3: SerialNumber: 0000:0b:00.0
[    2.794042] usb usb3: usb_probe_device
[    2.794044] usb usb3: configuration #1 chosen from 1 choice
[    2.794063] xHCI xhci_add_endpoint called for root hub
[    2.794065] xHCI xhci_check_bandwidth called for root hub
[    2.794110] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[    2.794582] hub 3-0:1.0: usb_probe_interface
[    2.794584] hub 3-0:1.0: usb_probe_interface - got id
[    2.794587] hub 3-0:1.0: USB hub found
[    2.794750] hub 3-0:1.0: 2 ports detected
[    2.794848] hub 3-0:1.0: standalone hub
[    2.794850] hub 3-0:1.0: individual port power switching
[    2.794851] hub 3-0:1.0: individual port over-current protection
[    2.794852] hub 3-0:1.0: Single TT
[    2.794854] hub 3-0:1.0: TT requires at most 8 FS bit times (666 ns)
[    2.794855] hub 3-0:1.0: power on to power good time: 20ms
[    2.794933] hub 3-0:1.0: local power source is good
[    2.795274] hub 3-0:1.0: enabling power on all ports
[    2.795798] xhci_hcd 0000:0b:00.0: xHCI Host Controller
[    2.795915] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 4
[    2.796031] xhci_hcd 0000:0b:00.0: supports USB remote wakeup
[    2.796234] usb usb4: skipped 1 descriptor after endpoint
[    2.796270] usb usb4: default language 0x0409
[    2.796384] usb usb4: udev 1, busnum 4, minor = 384
[    2.796386] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    2.796481] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.796577] usb usb4: Product: xHCI Host Controller
[    2.796670] usb usb4: Manufacturer: Linux 3.8.2-default xhci_hcd
[    2.796764] usb usb4: SerialNumber: 0000:0b:00.0
[    2.797603] usb usb4: usb_probe_device
[    2.797605] usb usb4: configuration #1 chosen from 1 choice
[    2.797623] xHCI xhci_add_endpoint called for root hub
[    2.797624] xHCI xhci_check_bandwidth called for root hub
[    2.797691] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[    2.798069] hub 4-0:1.0: usb_probe_interface
[    2.798071] hub 4-0:1.0: usb_probe_interface - got id
[    2.798074] hub 4-0:1.0: USB hub found
[    2.798235] hub 4-0:1.0: 2 ports detected
[    2.798334] hub 4-0:1.0: standalone hub
[    2.798335] hub 4-0:1.0: individual port power switching
[    2.798336] hub 4-0:1.0: individual port over-current protection
[    2.798338] hub 4-0:1.0: TT requires at most 8 FS bit times (666 ns)
[    2.798339] hub 4-0:1.0: power on to power good time: 20ms
[    2.798405] hub 4-0:1.0: local power source is good
[    2.798751] hub 4-0:1.0: enabling power on all ports
[    2.854010] ehci-pci 0000:00:1a.0: GetStatus port:1 status 001803 0  ACK POWER sig=j CSC CONNECT
[    2.854022] hub 1-0:1.0: port 1: status 0501 change 0001
[    2.874206] Initializing USB Mass Storage driver...
[    2.874532] usbcore: registered new interface driver usb-storage
[    2.874626] USB Mass Storage support registered.
[    2.874876] usbcore: registered new interface driver ums-datafab
[    2.875128] usbcore: registered new interface driver ums-freecom
[    2.875424] usbcore: registered new interface driver ums-realtek
[    2.875690] usbcore: registered new interface driver ums-usbat
[    2.876193] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2] at 0x60,0x64 irq 1,12
[    2.879114] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.879261] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.880756] mousedev: PS/2 mouse device common for all mice
[    2.883668] usbcore: registered new interface driver synaptics_usb
[    2.883819] ehci-pci 0000:00:1d.0: GetStatus port:1 status 001803 0  ACK POWER sig=j CSC CONNECT
[    2.883831] hub 2-0:1.0: port 1: status 0501 change 0001
[    2.884222] rtc_cmos 00:04: RTC can wake from S4
[    2.884577] rtc (null): alarm rollover: day
[    2.885077] rtc_cmos: dev (254:0)
[    2.885106] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    2.885258] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.885514] i2c /dev entries driver
[    2.886151] ACPI Warning: 0x000000000000f040-0x000000000000f05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20121018/utaddress-251)
[    2.886159] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.886544] Driver for 1-wire Dallas network protocol.
[    2.888210] coretemp coretemp.0: TjMax is 100 degrees C
[    2.888247] coretemp coretemp.0: TjMax is 100 degrees C
[    2.888289] coretemp coretemp.0: TjMax is 100 degrees C
[    2.888321] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    2.888529] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[    2.889603] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.889844] iTCO_vendor_support: vendor-support=0
[    2.889947] md: linear personality registered for level -1
[    2.890041] md: raid0 personality registered for level 0
[    2.890135] md: raid1 personality registered for level 1
[    2.890235] md: raid10 personality registered for level 10
[    2.890332] md: raid6 personality registered for level 6
[    2.890424] md: raid5 personality registered for level 5
[    2.890517] md: raid4 personality registered for level 4
[    2.892046] device-mapper: uevent: version 1.0.3
[    2.893343] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@xxxxxxxxxx
[    2.893914] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    2.893957] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[    2.893988] hub 3-0:1.0: hub_suspend
[    2.894051] usb usb3: bus auto-suspend, wakeup 1
[    2.894162] hub 4-0:1.0: hub_suspend
[    2.894166] usb usb4: bus auto-suspend, wakeup 1
[    2.895523] device-mapper: dm-log-userspace: version 1.1.0 loaded
[    2.896234] usbcore: registered new interface driver btusb
[    2.896326] EDAC MC: Ver: 3.0.0
[    2.898060] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.899453] cpuidle: using governor ladder
[    2.900670] cpuidle: using governor menu
[    2.901176] sdhci: Secure Digital Host Controller Interface driver
[    2.901271] sdhci: Copyright(c) Pierre Ossman
[    2.906538] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[    2.910493] usbcore: registered new interface driver usbhid
[    2.910587] usbhid: USB HID core driver
[    2.912356] input: Dell WMI hotkeys as /devices/virtual/input/input5
[    2.915060] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[    2.953959] hub 1-0:1.0: state 7 ports 2 chg 0002 evt 0000
[    2.954008] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
[    3.000056] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
[    3.013991] ehci-pci 0000:00:1a.0: port 1 reset complete, port enabled
[    3.013996] ehci-pci 0000:00:1a.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
[    3.016867] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    3.018289] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    3.019584] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    3.025359] TCP: cubic registered
[    3.025452] NET: Registered protocol family 17
[    3.025694] Bluetooth: RFCOMM TTY layer initialized
[    3.025813] Bluetooth: RFCOMM socket layer initialized
[    3.025906] Bluetooth: RFCOMM ver 1.11
[    3.025997] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.026089] Bluetooth: BNEP filters: protocol multicast
[    3.026195] Bluetooth: BNEP socket layer initialized
[    3.026288] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.026393] Bluetooth: HIDP socket layer initialized
[    3.034673] sctp: Hash tables configured (established 65536 bind 65536)
[    3.035753] Key type dns_resolver registered
[    3.038674] PM: Checking hibernation image partition /dev/sda6
[    3.073745] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    3.073981] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.089676] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    3.090138] ata1.00: ATA-8: WDC WD7500BPKT-75PK4T0, 01.01A01, max UDMA/133
[    3.090261] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    3.106357] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    3.106760] ata1.00: configured for UDMA/133
[    3.124394] scsi 0:0:0:0: Direct-Access     ATA      WDC WD7500BPKT-7 01.0 PQ: 0 ANSI: 5
[    3.129055] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
[    3.129157] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    3.129671] sd 0:0:0:0: [sda] Write Protect is off
[    3.129764] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.129939] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.133256] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.133686] ehci-pci 0000:00:1a.0: port 1 reset complete, port enabled
[    3.133691] ehci-pci 0000:00:1a.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
[    3.183678] tsc: Refined TSC clocksource calibration: 2793.653 MHz
[    3.183790] Switching to clocksource tsc
[    3.224452] usb 1-1: udev 2, busnum 1, minor = 1
[    3.224455] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    3.224551] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.225649] usb 1-1: usb_probe_device
[    3.225653] usb 1-1: configuration #1 chosen from 1 choice
[    3.226013] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[    3.226450] hub 1-1:1.0: usb_probe_interface
[    3.226452] hub 1-1:1.0: usb_probe_interface - got id
[    3.226461] hub 1-1:1.0: USB hub found
[    3.226793] hub 1-1:1.0: 6 ports detected
[    3.226908] hub 1-1:1.0: standalone hub
[    3.226910] hub 1-1:1.0: individual port power switching
[    3.226911] hub 1-1:1.0: individual port over-current protection
[    3.226912] hub 1-1:1.0: Single TT
[    3.226914] hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
[    3.226915] hub 1-1:1.0: power on to power good time: 100ms
[    3.227372] hub 1-1:1.0: local power source is good
[    3.229785]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[    3.234693] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.247039] hub 1-1:1.0: enabling power on all ports
[    3.248254] hub 2-0:1.0: state 7 ports 2 chg 0002 evt 0000
[    3.248282] hub 2-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
[    3.303558] ehci-pci 0000:00:1d.0: port 1 reset complete, port enabled
[    3.303563] ehci-pci 0000:00:1d.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
[    3.344491] hub 1-1:1.0: port 5: status 0101 change 0001
[    3.373198] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    3.433365] ehci-pci 0000:00:1d.0: port 1 reset complete, port enabled
[    3.433370] ehci-pci 0000:00:1d.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
[    3.443136] usb 1-1: link qh256-0001/ffff88040b1bde40 start 1 [1/0 us]
[    3.493006] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.503902] ata5.00: ATAPI: PLDS DVD+/-RW DS-8A8SH, KD11, max UDMA/100
[    3.515479] ata5.00: configured for UDMA/100
[    3.523750] usb 2-1: udev 2, busnum 2, minor = 129
[    3.523753] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[    3.523857] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.525032] usb 2-1: usb_probe_device
[    3.525035] usb 2-1: configuration #1 chosen from 1 choice
[    3.525474] usb 2-1: adding 2-1:1.0 (config #1, interface 0)
[    3.525994] hub 2-1:1.0: usb_probe_interface
[    3.525996] hub 2-1:1.0: usb_probe_interface - got id
[    3.526001] hub 2-1:1.0: USB hub found
[    3.526340] hub 2-1:1.0: 8 ports detected
[    3.526457] hub 2-1:1.0: standalone hub
[    3.526459] hub 2-1:1.0: individual port power switching
[    3.526460] hub 2-1:1.0: individual port over-current protection
[    3.526462] hub 2-1:1.0: Single TT
[    3.526463] hub 2-1:1.0: TT requires at most 8 FS bit times (666 ns)
[    3.526465] hub 2-1:1.0: power on to power good time: 100ms
[    3.526962] hub 2-1:1.0: local power source is good
[    3.536005] scsi 4:0:0:0: CD-ROM            PLDS     DVD+-RW DS-8A8SH KD11 PQ: 0 ANSI: 5
[    3.552253] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.552259] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.554038] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    3.555166] sr 4:0:0:0: Attached scsi generic sg1 type 5
[    3.563571] hub 2-1:1.0: enabling power on all ports
[    3.565003] hub 1-1:1.0: state 7 ports 6 chg 0020 evt 0000
[    3.565238] hub 1-1:1.0: port 5, status 0101, change 0000, 12 Mb/s
[    3.642983] usb 1-1.5: new high-speed USB device number 3 using ehci-pci
[    3.663263] hub 2-1:1.0: port 2: status 0101 change 0001
[    3.663758] hub 2-1:1.0: port 3: status 0101 change 0001
[    3.759217] usb 1-1.5: skipped 1 descriptor after configuration
[    3.759221] usb 1-1.5: skipped 6 descriptors after interface
[    3.759230] usb 1-1.5: skipped 1 descriptor after endpoint
[    3.759233] usb 1-1.5: skipped 19 descriptors after interface
[    3.759323] usb 1-1.5: skipped 1 descriptor after endpoint
[    3.759636] usb 1-1.5: default language 0x0409
[    3.761094] usb 1-1.5: udev 3, busnum 1, minor = 2
[    3.761097] usb 1-1.5: New USB device found, idVendor=05ca, idProduct=1820
[    3.761199] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.761294] usb 1-1.5: Product: Laptop_Integrated_Webcam_FHD
[    3.761387] usb 1-1.5: Manufacturer: CN01MWM9724871A4KB28A00
[    3.762316] usb 1-1.5: usb_probe_device
[    3.762319] usb 1-1.5: configuration #1 chosen from 1 choice
[    3.762579] usb 2-1: link qh256-0001/ffff88040b1bd428 start 1 [1/0 us]
[    3.762603] usb 1-1.5: adding 1-1.5:1.0 (config #1, interface 0)
[    3.763826] usb 1-1.5: adding 1-1.5:1.1 (config #1, interface 1)
[    3.764453] hub 2-1:1.0: state 7 ports 8 chg 000c evt 0000
[    3.764541] hub 2-1:1.0: port 2, status 0101, change 0000, 12 Mb/s
[    3.842628] usb 2-1.2: new full-speed USB device number 3 using ehci-pci
[    3.867329] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input10
[    3.882940] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input11
[    3.902412] ata6: SATA link down (SStatus 0 SControl 300)
[    3.902607] PM: Hibernation image partition 8:6 present
[    3.902609] PM: Looking for hibernation image.
[    3.922633] usb 2-1.2: device descriptor read/64, error -32
[    3.935967] PM: Image not found (code -22)
[    3.935970] PM: Hibernation image not present or could not be loaded.
[    3.936217] kmemleak: Kernel memory leak detector initialized
[    3.936249] kmemleak: Automatic memory scanning thread started
[    3.938600] rtc_cmos 00:04: setting system clock to 2013-03-14 12:01:46 UTC (1363262506)
[    3.950858] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[    3.954807] ALSA device list:
[    3.954899]   #0: HDA Intel PCH at 0xf7f00000 irq 45
[    3.955411] md: Waiting for all devices to be available before autodetect
[    3.955508] md: If you don't use raid, use raid=noautodetect
[    3.958188] md: Autodetecting RAID arrays.
[    3.958279] md: Scanned 0 and added 0 devices.
[    3.958370] md: autorun ...
[    3.958458] md: ... autorun DONE.
[    4.020698] kjournald starting.  Commit interval 5 seconds
[    4.020893] EXT3-fs (sda5): mounted filesystem with writeback data mode
[    4.021022] VFS: Mounted root (ext3 filesystem) readonly on device 8:5.
[    4.061864] devtmpfs: mounted
[    4.062839] Freeing unused kernel memory: 708k freed
[    4.112362] usb 2-1.2: device descriptor read/64, error -32
[    4.302072] usb 2-1.2: new full-speed USB device number 4 using ehci-pci
[    4.381965] usb 2-1.2: device descriptor read/64, error -32
[    4.571672] usb 2-1.2: device descriptor read/64, error -32
[    4.761377] usb 2-1.2: new full-speed USB device number 5 using ehci-pci
[    5.180516] usb 2-1.2: device not accepting address 5, error -32
[    5.261501] usb 2-1.2: new full-speed USB device number 6 using ehci-pci
[    5.679735] usb 2-1.2: device not accepting address 6, error -32
[    5.680126] hub 2-1:1.0: unable to enumerate USB device on port 2
[    5.680765] hub 2-1:1.0: port 3, status 0101, change 0000, 12 Mb/s
[    5.759858] usb 2-1.3: new full-speed USB device number 7 using ehci-pci
[    5.869504] usb 2-1.3: ep0 maxpacket = 8
[    5.871487] usb 2-1.3: default language 0x0409
[    5.871884] usb 2-1.3: udev 7, busnum 2, minor = 134
[    5.871894] usb 2-1.3: New USB device found, idVendor=138a, idProduct=0011
[    5.872043] usb 2-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    5.872185] usb 2-1.3: SerialNumber: 56ed5821afe2
[    5.874703] usb 2-1.3: usb_probe_device
[    5.874713] usb 2-1.3: configuration #1 chosen from 1 choice
[    5.875385] usb 2-1.3: adding 2-1.3:1.0 (config #1, interface 0)
[    5.879849] hub 2-1:1.0: state 7 ports 8 chg 0000 evt 0008
[    8.091233] systemd-udevd[1928]: starting version 197
[    9.842429] sata_sil24 0000:11:00.0: version 1.1
[    9.851040] scsi6 : sata_sil24
[    9.851624] scsi7 : sata_sil24
[    9.852207] ata7: SATA max UDMA/100 host m128@0xf6c84000 port 0xf6c80000 irq 19
[    9.852211] ata8: SATA max UDMA/100 host m128@0xf6c84000 port 0xf6c82000 irq 19
[   10.320885] Intel(R) Wireless WiFi driver for Linux, in-tree:d
[   10.320887] Copyright(c) 2003-2012 Intel Corporation
[   10.321900] iwlwifi 0000:09:00.0: irq 46 for MSI/MSI-X
[   10.847918] iwlwifi 0000:09:00.0: loaded firmware version 18.168.6.1
[   11.568488] [drm] Initialized drm 1.1.0 20060810
[   11.804618] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_DEBUG enabled
[   11.804620] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[   11.804621] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[   11.804622] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
[   11.804623] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_P2P disabled
[   11.804625] iwlwifi 0000:09:00.0: Detected Intel(R) Centrino(R) Wireless-N 1030 BGN, REV=0xB0
[   11.805024] iwlwifi 0000:09:00.0: L1 Enabled; Disabling L0S
[   11.811886] iwlwifi 0000:09:00.0: RF_KILL bit toggled to disable radio.
[   11.824136] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   11.930861] ata7: SATA link down (SStatus 0 SControl 0)
[   14.017307] ata8: SATA link down (SStatus 0 SControl 0)
[   14.896506] [drm] Memory usable by graphics device = 2048M
[   14.896591] i915 0000:00:02.0: setting latency timer to 64
[   14.939770] i915 0000:00:02.0: irq 47 for MSI/MSI-X
[   14.939892] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   14.939893] [drm] Driver supports precise vblank timestamp query.
[   14.940250] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   16.904764] fbcon: inteldrmfb (fb0) is primary device
[   16.983572] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[   18.014179] Console: switching to colour frame buffer device 170x48
[   18.026056] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   18.026062] i915 0000:00:02.0: registered panic notifier
[   18.214909] acpi device:34: registered as cooling_device2
[   18.233928] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   18.236046] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[   18.237476] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   20.448549] EXT3-fs (sda5): using internal journal
[   20.953516] Adding 4998972k swap on /dev/sda6.  Priority:-1 extents:1 across:4998972k 
[   25.114217] r8169 0000:05:00.0 eth0: unable to load firmware patch rtl_nic/rtl8168e-2.fw (-2)
[   25.144773] r8169 0000:05:00.0 eth0: link down
[   25.144967] r8169 0000:05:00.0 eth0: link down
[   26.830165] r8169 0000:05:00.0 eth0: link up
[   37.968848] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_suspend: 0
[   37.968951] xhci_hcd 0000:0b:00.0: PME# enabled
[   37.984006] r8169 0000:05:00.0 eth0: link down
[   38.439122] microcode: CPU0 updated to revision 0x28, date = 2012-04-24
[   38.439899] microcode: CPU1 updated to revision 0x28, date = 2012-04-24
[   38.439903] perf_event_intel: PEBS enabled due to microcode update
[   39.791849] r8169 0000:05:00.0 eth0: link up
[   40.305496] r8169 0000:05:00.0 eth0: link down
[   44.274786] r8169 0000:05:00.0 eth0: link up
[   82.285347] xhci_hcd 0000:0b:00.0: PME# disabled
[   82.285360] xhci_hcd 0000:0b:00.0: enabling bus mastering
[   82.285506] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_resume: 0
[   82.285512] usb usb3: usb auto-resume
[   82.285535] hub 3-0:1.0: hub_resume
[   82.285678] usb usb4: usb wakeup-resume
[   82.285681] usb usb4: usb auto-resume
[   82.285699] hub 4-0:1.0: hub_resume
[   82.285766] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   82.285771] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   82.285826] hub 4-0:1.0: hub_suspend
[   82.285831] usb usb4: bus auto-suspend, wakeup 1
[   82.319611] hub 3-0:1.0: hub_suspend
[   82.319634] usb usb3: bus auto-suspend, wakeup 1
[   82.319722] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_suspend: 0
[   82.319826] xhci_hcd 0000:0b:00.0: PME# enabled
[   82.355127] xhci_hcd 0000:0b:00.0: PME# disabled
[   82.355141] xhci_hcd 0000:0b:00.0: enabling bus mastering
[   82.355172] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_resume: 0
[   82.355178] usb usb4: usb auto-resume
[   82.355191] hub 4-0:1.0: hub_resume
[   82.355267] usb usb3: usb wakeup-resume
[   82.355270] usb usb3: usb auto-resume
[   82.355286] hub 3-0:1.0: hub_resume
[   82.355338] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   82.355343] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   82.355350] hub 3-0:1.0: hub_suspend
[   82.355355] usb usb3: bus auto-suspend, wakeup 1
[   82.397380] hub 4-0:1.0: hub_suspend
[   82.397384] usb usb4: bus auto-suspend, wakeup 1
[   82.397448] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_suspend: 0
[   82.397539] xhci_hcd 0000:0b:00.0: PME# enabled
[   91.351542] xhci_hcd 0000:0b:00.0: PME# disabled
[   91.351555] xhci_hcd 0000:0b:00.0: enabling bus mastering
[   91.351583] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_resume: 0
[   91.351587] usb usb3: usb auto-resume
[   91.351602] hub 3-0:1.0: hub_resume
[   91.351660] usb usb4: usb wakeup-resume
[   91.351662] usb usb4: usb auto-resume
[   91.351677] hub 4-0:1.0: hub_resume
[   91.351729] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   91.351733] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   91.351789] hub 4-0:1.0: hub_suspend
[   91.351793] usb usb4: bus auto-suspend, wakeup 1
[   91.385569] hub 3-0:1.0: hub_suspend
[   91.385574] usb usb3: bus auto-suspend, wakeup 1
[   91.385640] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_suspend: 0
[   91.385733] xhci_hcd 0000:0b:00.0: PME# enabled
[   91.421482] xhci_hcd 0000:0b:00.0: PME# disabled
[   91.421495] xhci_hcd 0000:0b:00.0: enabling bus mastering
[   91.421531] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_resume: 0
[   91.421537] usb usb4: usb auto-resume
[   91.421552] hub 4-0:1.0: hub_resume
[   91.421638] usb usb3: usb wakeup-resume
[   91.421640] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   91.421643] usb usb3: usb auto-resume
[   91.421661] hub 3-0:1.0: hub_resume
[   91.421742] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   91.421756] hub 3-0:1.0: hub_suspend
[   91.421762] usb usb3: bus auto-suspend, wakeup 1
[   91.463217] hub 4-0:1.0: hub_suspend
[   91.463221] usb usb4: bus auto-suspend, wakeup 1
[   91.463285] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_suspend: 0
[   91.463377] xhci_hcd 0000:0b:00.0: PME# enabled
[  447.389700] xhci_hcd 0000:0b:00.0: PME# disabled
[  447.389711] xhci_hcd 0000:0b:00.0: enabling bus mastering
[  447.389787] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_resume: 0
[  447.389819] usb usb3: usb wakeup-resume
[  447.389823] usb usb3: usb auto-resume
[  447.389841] hub 3-0:1.0: hub_resume
[  447.389895] hub 3-0:1.0: port 2: status 0301 change 0001
[  447.389932] usb usb4: usb wakeup-resume
[  447.389935] usb usb4: usb auto-resume
[  447.389949] hub 4-0:1.0: hub_resume
[  447.390223] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[  447.390281] hub 4-0:1.0: hub_suspend
[  447.390286] usb usb4: bus auto-suspend, wakeup 1
[  447.499431] hub 3-0:1.0: state 7 ports 2 chg 0004 evt 0000
[  447.499486] hub 3-0:1.0: port 2, status 0301, change 0000, 1.5 Mb/s
[  447.619284] usb 3-2: new low-speed USB device number 2 using xhci_hcd
[  447.657712] usb 3-2: skipped 1 descriptor after interface
[  447.660632] usb 3-2: default language 0x0409
[  447.673678] usb 3-2: udev 2, busnum 3, minor = 257
[  447.673681] usb 3-2: New USB device found, idVendor=0458, idProduct=0036
[  447.673682] usb 3-2: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[  447.673684] usb 3-2: Product: NetScroll + Mini Traveler
[  447.673685] usb 3-2: Manufacturer: Genius
[  447.674388] usb 3-2: usb_probe_device
[  447.674391] usb 3-2: configuration #1 chosen from 1 choice
[  447.674437] usb 3-2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  447.677569] usb 3-2: Successful Endpoint Configure command
[  447.678603] usb 3-2: adding 3-2:1.0 (config #1, interface 0)
[  447.678857] usbhid 3-2:1.0: usb_probe_interface
[  447.678859] usbhid 3-2:1.0: usb_probe_interface - got id
[  447.690967] input: Genius NetScroll + Mini Traveler as /devices/pci0000:00/0000:00:1c.4/0000:0b:00.0/usb3/3-2/3-2:1.0/input/input13
[  447.692580] hid-generic 0003:0458:0036.0001: input,hidraw0: USB HID v1.10 Mouse [Genius NetScroll + Mini Traveler] on usb-0000:0b:00.0-2/input0
[  459.599980] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0004
[  459.600053] hub 3-0:1.0: port 2, status 0100, change 0001, 12 Mb/s
[  459.600056] usb 3-2: USB disconnect, device number 2
[  459.600058] usb 3-2: unregistering device
[  459.600059] usb 3-2: unregistering interface 3-2:1.0
[  459.600622] xhci_hcd 0000:0b:00.0: shutdown urb ffff88040a641870 ep1in-intr
[  459.702564] usb 3-2: usb_disable_device nuking all URBs
[  459.707948] usb 3-2: Successful Endpoint Configure command
[  459.860892] hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100
[  459.860910] hub 3-0:1.0: hub_suspend
[  459.860917] usb usb3: bus auto-suspend, wakeup 1
[  459.860981] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_suspend: 0
[  459.861070] xhci_hcd 0000:0b:00.0: PME# enabled
[  536.745422] xhci_hcd 0000:0b:00.0: PME# disabled
[  536.745435] xhci_hcd 0000:0b:00.0: enabling bus mastering
[  536.745487] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_resume: 0
[  536.745493] usb usb3: usb auto-resume
[  536.745509] hub 3-0:1.0: hub_resume
[  536.745579] hub 3-0:1.0: port 2: status 0301 change 0001
[  536.745620] usb usb4: usb wakeup-resume
[  536.745623] usb usb4: usb auto-resume
[  536.745637] hub 4-0:1.0: hub_resume
[  536.745698] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[  536.745762] hub 4-0:1.0: hub_suspend
[  536.745766] usb usb4: bus auto-suspend, wakeup 1
[  536.865014] hub 3-0:1.0: state 7 ports 2 chg 0004 evt 0000
[  536.865051] hub 3-0:1.0: port 2, status 0301, change 0000, 1.5 Mb/s
[  536.985015] usb 3-2: new low-speed USB device number 3 using xhci_hcd
[  537.023428] usb 3-2: skipped 1 descriptor after interface
[  537.026336] usb 3-2: default language 0x0409
[  537.039379] usb 3-2: udev 3, busnum 3, minor = 258
[  537.039382] usb 3-2: New USB device found, idVendor=0458, idProduct=0036
[  537.039383] usb 3-2: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[  537.039385] usb 3-2: Product: NetScroll + Mini Traveler
[  537.039386] usb 3-2: Manufacturer: Genius
[  537.039979] usb 3-2: usb_probe_device
[  537.039982] usb 3-2: configuration #1 chosen from 1 choice
[  537.040030] usb 3-2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  537.049211] usb 3-2: Successful Endpoint Configure command
[  537.050388] usb 3-2: adding 3-2:1.0 (config #1, interface 0)
[  537.050665] usbhid 3-2:1.0: usb_probe_interface
[  537.050668] usbhid 3-2:1.0: usb_probe_interface - got id
[  537.062444] input: Genius NetScroll + Mini Traveler as /devices/pci0000:00/0000:00:1c.4/0000:0b:00.0/usb3/3-2/3-2:1.0/input/input14
[  537.063707] hid-generic 0003:0458:0036.0002: input,hidraw0: USB HID v1.10 Mouse [Genius NetScroll + Mini Traveler] on usb-0000:0b:00.0-2/input0
[  537.074033] usb usb4: usb auto-resume
[  537.074049] hub 4-0:1.0: hub_resume
[  537.074150] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[  537.129369] hub 4-0:1.0: hub_suspend
[  537.129377] usb usb4: bus auto-suspend, wakeup 1
[  652.232844] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0004
[  652.232955] hub 3-0:1.0: port 2, status 0100, change 0001, 12 Mb/s
[  652.232958] usb 3-2: USB disconnect, device number 3
[  652.232960] usb 3-2: unregistering device
[  652.232961] usb 3-2: unregistering interface 3-2:1.0
[  652.233148] xhci_hcd 0000:0b:00.0: shutdown urb ffff88040b1ee288 ep1in-intr
[  652.333325] usb 3-2: usb_disable_device nuking all URBs
[  652.337096] usb 3-2: Successful Endpoint Configure command
[  652.492164] hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100
[  652.492183] hub 3-0:1.0: hub_suspend
[  652.492190] usb usb3: bus auto-suspend, wakeup 1
[  652.492254] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_suspend: 0
[  652.492341] xhci_hcd 0000:0b:00.0: PME# enabled
[  652.522157] pcieport 0000:00:1c.4: PME# enabled
[  688.128198] kmemleak: 1 new suspected memory leaks (see /sys/kernel/debug/kmemleak)
[  802.986036] pcieport 0000:00:1c.4: PME# disabled
[  803.016008] xhci_hcd 0000:0b:00.0: PME# disabled
[  803.016021] xhci_hcd 0000:0b:00.0: enabling bus mastering
[  803.016078] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_resume: 0
[  803.016085] usb usb3: usb auto-resume
[  803.016103] hub 3-0:1.0: hub_resume
[  803.016172] hub 3-0:1.0: port 2: status 0301 change 0001
[  803.016206] usb usb4: usb wakeup-resume
[  803.016208] usb usb4: usb auto-resume
[  803.016223] hub 4-0:1.0: hub_resume
[  803.016279] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[  803.016337] hub 4-0:1.0: hub_suspend
[  803.016341] usb usb4: bus auto-suspend, wakeup 1
[  803.126591] usb usb4: usb auto-resume
[  803.126608] hub 4-0:1.0: hub_resume
[  803.127571] hub 3-0:1.0: state 7 ports 2 chg 0004 evt 0000
[  803.127597] hub 3-0:1.0: port 2, status 0301, change 0000, 1.5 Mb/s
[  803.245617] usb 3-2: new low-speed USB device number 4 using xhci_hcd
[  803.283984] usb 3-2: skipped 1 descriptor after interface
[  803.286914] usb 3-2: default language 0x0409
[  803.297970] usb 3-2: udev 4, busnum 3, minor = 259
[  803.297973] usb 3-2: New USB device found, idVendor=04f2, idProduct=0116
[  803.297974] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  803.297976] usb 3-2: Product: USB Keyboard
[  803.297977] usb 3-2: Manufacturer: CHICONY
[  803.298485] usb 3-2: usb_probe_device
[  803.298487] usb 3-2: configuration #1 chosen from 1 choice
[  803.298539] usb 3-2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  803.303666] usb 3-2: Successful Endpoint Configure command
[  803.304906] usb 3-2: adding 3-2:1.0 (config #1, interface 0)
[  803.305144] usbhid 3-2:1.0: usb_probe_interface
[  803.305145] usbhid 3-2:1.0: usb_probe_interface - got id
[  803.319223] input: CHICONY USB Keyboard as /devices/pci0000:00/0000:00:1c.4/0000:0b:00.0/usb3/3-2/3-2:1.0/input/input15
[  803.320197] hid-generic 0003:04F2:0116.0003: input,hidraw0: USB HID v1.10 Keyboard [CHICONY USB Keyboard] on usb-0000:0b:00.0-2/input0
[  803.320582] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[  803.320658] hub 4-0:1.0: hub_suspend
[  803.320732] usb usb4: bus auto-suspend, wakeup 1
[  821.621331] usb usb4: usb auto-resume
[  821.621347] hub 4-0:1.0: hub_resume
[  821.621405] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[  821.622047] hub 4-0:1.0: hub_suspend
[  821.622053] usb usb4: bus auto-suspend, wakeup 1
[  967.433533] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0004
[  967.433768] hub 3-0:1.0: port 2, status 0100, change 0001, 12 Mb/s
[  967.433771] usb 3-2: USB disconnect, device number 4
[  967.433772] usb 3-2: unregistering device
[  967.433775] usb 3-2: unregistering interface 3-2:1.0
[  967.433946] xhci_hcd 0000:0b:00.0: shutdown urb ffff88040a641948 ep1in-intr
[  967.579130] usb 3-2: usb_disable_device nuking all URBs
[  967.584494] usb 3-2: Successful Endpoint Configure command
[  967.798027] hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100
[  967.798046] hub 3-0:1.0: hub_suspend
[  967.798075] usb usb3: bus auto-suspend, wakeup 1
[  967.798155] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_suspend: 0
[  967.798242] xhci_hcd 0000:0b:00.0: PME# enabled
[  967.828015] pcieport 0000:00:1c.4: PME# enabled
[ 1063.263014] pcieport 0000:00:1c.4: PME# disabled
[ 1063.272918] pcieport 0000:00:1c.4: PME# enabled
[ 1063.312915] pcieport 0000:00:1c.4: PME# disabled
[ 1063.322906] pcieport 0000:00:1c.4: PME# enabled
[ 1070.132666] pcieport 0000:00:1c.4: PME# disabled
[ 1070.142559] pcieport 0000:00:1c.4: PME# enabled
[ 1070.182601] pcieport 0000:00:1c.4: PME# disabled
[ 1070.192644] pcieport 0000:00:1c.4: PME# enabled
[ 1108.504953] pcieport 0000:00:1c.4: PME# disabled
[ 1108.525010] xhci_hcd 0000:0b:00.0: PME# disabled
[ 1108.525023] xhci_hcd 0000:0b:00.0: enabling bus mastering
[ 1108.525069] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_resume: 0
[ 1108.525075] usb usb3: usb auto-resume
[ 1108.525094] hub 3-0:1.0: hub_resume
[ 1108.525196] hub 3-0:1.0: port 2: status 0301 change 0001
[ 1108.525373] usb usb4: usb wakeup-resume
[ 1108.525375] usb usb4: usb auto-resume
[ 1108.525390] hub 4-0:1.0: hub_resume
[ 1108.525614] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1108.525812] hub 4-0:1.0: hub_suspend
[ 1108.525823] usb usb4: bus auto-suspend, wakeup 1
[ 1108.635697] usb usb4: usb auto-resume
[ 1108.635714] hub 4-0:1.0: hub_resume
[ 1108.637738] hub 3-0:1.0: state 7 ports 2 chg 0004 evt 0000
[ 1108.637777] hub 3-0:1.0: port 2, status 0301, change 0000, 1.5 Mb/s
[ 1108.754747] usb 3-2: new low-speed USB device number 5 using xhci_hcd
[ 1108.793052] usb 3-2: skipped 1 descriptor after interface
[ 1108.795974] usb 3-2: default language 0x0409
[ 1108.809012] usb 3-2: udev 5, busnum 3, minor = 260
[ 1108.809015] usb 3-2: New USB device found, idVendor=0458, idProduct=0036
[ 1108.809016] usb 3-2: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 1108.809018] usb 3-2: Product: NetScroll + Mini Traveler
[ 1108.809019] usb 3-2: Manufacturer: Genius
[ 1108.809506] usb 3-2: usb_probe_device
[ 1108.809508] usb 3-2: configuration #1 chosen from 1 choice
[ 1108.809560] usb 3-2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 1108.812731] usb 3-2: Successful Endpoint Configure command
[ 1108.813919] usb 3-2: adding 3-2:1.0 (config #1, interface 0)
[ 1108.814150] usbhid 3-2:1.0: usb_probe_interface
[ 1108.814152] usbhid 3-2:1.0: usb_probe_interface - got id
[ 1108.826021] input: Genius NetScroll + Mini Traveler as /devices/pci0000:00/0000:00:1c.4/0000:0b:00.0/usb3/3-2/3-2:1.0/input/input16
[ 1108.827221] hid-generic 0003:0458:0036.0004: input,hidraw0: USB HID v1.10 Mouse [Genius NetScroll + Mini Traveler] on usb-0000:0b:00.0-2/input0
[ 1108.827607] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1108.827709] hub 4-0:1.0: hub_suspend
[ 1108.827721] usb usb4: bus auto-suspend, wakeup 1
[ 1144.697467] usb usb4: usb auto-resume
[ 1144.697484] hub 4-0:1.0: hub_resume
[ 1144.697587] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1144.698462] hub 4-0:1.0: hub_suspend
[ 1144.698474] usb usb4: bus auto-suspend, wakeup 1
[ 1230.617927] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0004
[ 1230.618014] hub 3-0:1.0: port 2, status 0100, change 0001, 12 Mb/s
[ 1230.618017] usb 3-2: USB disconnect, device number 5
[ 1230.618019] usb 3-2: unregistering device
[ 1230.618020] usb 3-2: unregistering interface 3-2:1.0
[ 1230.618188] xhci_hcd 0000:0b:00.0: shutdown urb ffff88040b1ee288 ep1in-intr
[ 1230.711764] usb 3-2: usb_disable_device nuking all URBs
[ 1230.715101] usb 3-2: Successful Endpoint Configure command
[ 1230.870763] hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100
[ 1230.870782] hub 3-0:1.0: hub_suspend
[ 1230.870797] usb usb3: bus auto-suspend, wakeup 1
[ 1230.870862] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_suspend: 0
[ 1230.870950] xhci_hcd 0000:0b:00.0: PME# enabled
[ 1230.900730] pcieport 0000:00:1c.4: PME# enabled
[ 1249.452855] pcieport 0000:00:1c.4: PME# disabled
[ 1249.462713] pcieport 0000:00:1c.4: PME# enabled
[ 1249.502788] pcieport 0000:00:1c.4: PME# disabled
[ 1249.512909] pcieport 0000:00:1c.4: PME# enabled
[ 1258.708943] pcieport 0000:00:1c.4: PME# disabled
[ 1258.718805] pcieport 0000:00:1c.4: PME# enabled
[ 1258.758870] pcieport 0000:00:1c.4: PME# disabled
[ 1258.769180] pcieport 0000:00:1c.4: PME# enabled
[ 1352.288314] pcieport 0000:00:1c.4: PME# disabled
[ 1352.308330] xhci_hcd 0000:0b:00.0: PME# disabled
[ 1352.308343] xhci_hcd 0000:0b:00.0: enabling bus mastering
[ 1352.308375] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_resume: 0
[ 1352.308381] usb usb3: usb auto-resume
[ 1352.308399] hub 3-0:1.0: hub_resume
[ 1352.308538] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1352.309433] hub 3-0:1.0: hub_suspend
[ 1352.309447] usb usb3: bus auto-suspend, wakeup 1
[ 1352.309555] usb usb4: usb auto-resume
[ 1352.309569] hub 4-0:1.0: hub_resume
[ 1352.309675] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1352.310645] hub 4-0:1.0: hub_suspend
[ 1352.310655] usb usb4: bus auto-suspend, wakeup 1
[ 1352.310912] usb usb3: usb wakeup-resume
[ 1352.310915] usb usb3: usb auto-resume
[ 1352.310921] usb usb4: usb wakeup-resume
[ 1352.310922] usb usb4: usb auto-resume
[ 1352.328111] hub 3-0:1.0: hub_resume
[ 1352.328300] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1352.328311] hub 4-0:1.0: hub_resume
[ 1352.328312] hub 3-0:1.0: hub_suspend
[ 1352.328327] usb usb3: bus auto-suspend, wakeup 1
[ 1352.328406] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1352.328495] hub 4-0:1.0: hub_suspend
[ 1352.328504] usb usb4: bus auto-suspend, wakeup 1
[ 1352.328558] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_suspend: 0
[ 1352.328641] xhci_hcd 0000:0b:00.0: PME# enabled
[ 1352.358471] pcieport 0000:00:1c.4: PME# enabled
[ 1401.564128] pcieport 0000:00:1c.4: PME# disabled
[ 1401.573973] pcieport 0000:00:1c.4: PME# enabled
[ 1401.614053] pcieport 0000:00:1c.4: PME# disabled
[ 1401.623980] pcieport 0000:00:1c.4: PME# enabled
[ 1408.124264] pcieport 0000:00:1c.4: PME# disabled
[ 1408.134131] pcieport 0000:00:1c.4: PME# enabled
[ 1408.184613] pcieport 0000:00:1c.4: PME# disabled
[ 1408.194172] pcieport 0000:00:1c.4: PME# enabled
[ 1445.597641] pcieport 0000:00:1c.4: PME# disabled
[ 1445.617667] xhci_hcd 0000:0b:00.0: PME# disabled
[ 1445.617680] xhci_hcd 0000:0b:00.0: enabling bus mastering
[ 1445.617722] xhci_hcd 0000:0b:00.0: hcd_pci_runtime_resume: 0
[ 1445.617728] usb usb3: usb auto-resume
[ 1445.617745] hub 3-0:1.0: hub_resume
[ 1445.617865] hub 3-0:1.0: port 2: status 0301 change 0001
[ 1445.617925] usb usb4: usb wakeup-resume
[ 1445.617928] usb usb4: usb auto-resume
[ 1445.617942] hub 4-0:1.0: hub_resume
[ 1445.618040] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1445.618139] hub 4-0:1.0: hub_suspend
[ 1445.618150] usb usb4: bus auto-suspend, wakeup 1
[ 1445.727475] hub 3-0:1.0: state 7 ports 2 chg 0004 evt 0000
[ 1445.727532] hub 3-0:1.0: port 2, status 0301, change 0000, 1.5 Mb/s
[ 1445.847318] usb 3-2: new low-speed USB device number 6 using xhci_hcd
[ 1445.885706] usb 3-2: skipped 1 descriptor after interface
[ 1445.888668] usb 3-2: default language 0x0409
[ 1445.899726] usb 3-2: udev 6, busnum 3, minor = 261
[ 1445.899729] usb 3-2: New USB device found, idVendor=04f2, idProduct=0116
[ 1445.899730] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1445.899732] usb 3-2: Product: USB Keyboard
[ 1445.899733] usb 3-2: Manufacturer: CHICONY
[ 1445.900234] usb 3-2: usb_probe_device
[ 1445.900236] usb 3-2: configuration #1 chosen from 1 choice
[ 1445.900287] usb 3-2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 1445.905373] usb 3-2: Successful Endpoint Configure command
[ 1445.906590] usb 3-2: adding 3-2:1.0 (config #1, interface 0)
[ 1445.906825] usbhid 3-2:1.0: usb_probe_interface
[ 1445.906826] usbhid 3-2:1.0: usb_probe_interface - got id
[ 1445.920967] input: CHICONY USB Keyboard as /devices/pci0000:00/0000:00:1c.4/0000:0b:00.0/usb3/3-2/3-2:1.0/input/input17
[ 1445.921808] hid-generic 0003:04F2:0116.0005: input,hidraw0: USB HID v1.10 Keyboard [CHICONY USB Keyboard] on usb-0000:0b:00.0-2/input0
[ 1445.923053] usb usb4: usb auto-resume
[ 1445.923070] hub 4-0:1.0: hub_resume
[ 1445.923190] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1445.924080] hub 4-0:1.0: hub_suspend
[ 1445.924091] usb usb4: bus auto-suspend, wakeup 1

[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux