Re: PROBLEM: USB device registered on OHCI instead of EHCI at boot

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

 



Hi Alan,

The same problem is encountered in my side. Bruce's log doesn't
demonstrate the break point. I attached a new one.

[   14.359603] hub 1-0:1.0: state 7 ports 4 chg 0004 evt 0000
[   14.359613] hub 1-0:1.0: port 2, status 0101, change 0000, 12 Mb/s
[   14.385538] ohci_hcd 0000:00:12.0: port[1] reset timeout, stat 00000111
[   14.431601] hub 3-0:1.0: port 2: status 0101 change 0001
[   14.435601] hub 4-0:1.0: port 2: status 0203 change 0001
[   14.439596] ohci_hcd 0000:00:12.0: GetStatus roothub.portstatus [1] = 0x00100103 PRSC PPS PES CCS
[   14.495599] usb 1-2: new full-speed USB device number 2 using ohci_hcd
[   14.521546] ohci_hcd 0000:00:12.0: port[1] reset timeout, stat 00000113
[   14.575610] ohci_hcd 0000:00:12.0: GetStatus roothub.portstatus [1] = 0x00100103 PRSC PPS PES CCS
[   14.656656] usb 1-2: Parent hub missing LPM exit latency info.  Power management will be impacted.
[   14.658656] usb 1-2: not running at top speed; connect to a high speed hub
[   14.664658] usb 1-2: default language 0x0409
[   14.670658] usb 1-2: udev 2, busnum 1, minor = 1
[   14.670660] usb 1-2: New USB device found, idVendor=05e3, idProduct=0732
[   14.670662] usb 1-2: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[   14.670664] usb 1-2: Product: USB Reader
[   14.670666] usb 1-2: Manufacturer: Genesys
[   14.670668] usb 1-2: SerialNumber: 000000000038


Bus 001 Device 003: ID 05e3:0732 Genesys Logic, Inc.
Bus 003 Device 002: ID 2109:0811
Bus 004 Device 002: ID 2109:0811
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 003: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
Bus 003 Device 004: ID 046d:c31d Logitech, Inc.
Bus 003 Device 005: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse

Thanks & Best Regards,
Rui

On Fri, Mar 08, 2013 at 09:35:50PM -0500, Alan Stern wrote:
> On Fri, 8 Mar 2013, Bruce Guenter wrote:
> 
> > I have an internal card reader in my computer. Recently (not sure which
> > kernel version), it has been registered with the OCHI bus on boot
> > instead of EHCI, resulting in slow I/O speeds. Unplugging it (from the
> > motherboard) and plugging it back in fixes the problem, but is quite a
> > nuisance.
> > 
> > All device drivers are compiled into the kernel; no modules are active.
> > 
> > This used to work, though I can't tell you exactly what kernel version.
> > 
> > On boot, lsusb shows:
> 
> ...
> 
> > Bus 005 Device 002: ID 0bda:0151 Realtek Semiconductor Corp. Mass Storage Device (Multicard Reader)
> > Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> > Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> > Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> > Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> > Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> > Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> > Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> > 
> > After unplugging and plugging it back in:
> > 
> > Bus 002 Device 007: ID 0bda:0151 Realtek Semiconductor Corp. Mass Storage Device (Multicard Reader)
> > 
> > dmesg, lspci -v, and lsusb -v (after replugging the device) are attached
> 
> The dmesg log shows the card reader attached to the EHCI controller at
> timestamp 2.569228 (which should be the boot-time detection) -- not to
> the OHCI controller.  And it doesn't show any devices on bus 5.  Why
> not?
> 
> Alan Stern
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-usb" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
[    4.116637] SCSI subsystem initialized
[    4.120386] ACPI: bus type scsi registered
[    4.124598] device class 'ata_link': registering
[    4.129217] device class 'ata_port': registering
[    4.133832] device class 'ata_device': registering
[    4.138623] libata version 3.00 loaded.
[    4.142452] device class 'mdio_bus': registering
[    4.147074] bus: 'mdio_bus': registered
[    4.150905] bus: 'mdio_bus': add driver Generic PHY
[    4.155791] ACPI: bus type usb registered
[    4.159811] bus: 'usb': registered
[    4.163215] bus: 'usb': add driver usbfs
[    4.167151] usbcore: registered new interface driver usbfs
[    4.172632] bus: 'usb': add driver hub
[    4.176386] usbcore: registered new interface driver hub
[    4.181765] bus: 'usb': add driver usb
[    4.185518] usbcore: registered new device driver usb
[    4.190571] bus: 'serio': registered
[    4.194134] device class 'input': registering
[    4.198491] device class 'rtc': registering
[    4.202680] device class 'power_supply': registering
[    4.207644] device class 'hwmon': registering
[    4.212002] device class 'watchdog': registering
[    4.216723] bus: 'mmc': registered
[    4.220122] device class 'mmc_host': registering
[    4.224743] bus: 'sdio': registered
[    4.228231] device class 'leds': registering
[    4.232500] device class 'devfreq': registering
[    4.237106] PCI: Using ACPI for IRQ routing
[    4.243660] PCI: pci_cache_line_size set to 64 bytes
[    4.248766] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
[    4.254762] e820: reserve RAM buffer [mem 0xba67f000-0xbbffffff]
[    4.260756] e820: reserve RAM buffer [mem 0xbf7bf000-0xbfffffff]
[    4.266752] e820: reserve RAM buffer [mem 0xbfc00000-0xbfffffff]
[    4.272748] e820: reserve RAM buffer [mem 0x21f000000-0x21fffffff]
[    4.278926] device class 'net': registering
[    4.283130] device: 'lo': device_add
[    4.286750] PM: Adding info for No Bus:lo
[    4.290826] NetLabel: Initializing
[    4.294223] NetLabel:  domain hash size = 128
[    4.298572] NetLabel:  protocols = UNLABELED CIPSOv4
[    4.303533] NetLabel:  unlabeled traffic allowed by default
[    4.309097] device class 'rfkill': registering
[    4.313541] device: 'rfkill': device_add
[    4.317520] PM: Adding info for No Bus:rfkill
[    4.321942] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    4.326884] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    4.334743] Switching to clocksource hpet
[    4.349603] AppArmor: AppArmor Filesystem Enabled
[    4.354345] bus: 'pnp': add driver system
[    4.358381] pnp: PnP ACPI init
[    4.361447] device: 'pnp0': device_add
[    4.365214] PM: Adding info for No Bus:pnp0
[    4.369399] ACPI: bus type pnp registered
[    4.373640] device: '00:00': device_add
[    4.377489] bus: 'pnp': add device 00:00
[    4.381434] PM: Adding info for pnp:00:00
[    4.385451] bus: 'pnp': driver_probe_device: matched device 00:00 with driver system
[    4.393184] bus: 'pnp': really_probe: probing driver system with device 00:00
[    4.400318] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[    4.407270] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    4.413878] driver: '00:00': driver_bound: bound to device 'system'
[    4.420136] bus: 'pnp': really_probe: bound device 00:00 to driver system
[    4.426921] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    4.433906] device: '00:01': device_add
[    4.437758] bus: 'pnp': add device 00:01
[    4.441691] PM: Adding info for pnp:00:01
[    4.445705] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
[    4.452272] pnp 00:02: [dma 4]
[    4.455332] device: '00:02': device_add
[    4.459176] bus: 'pnp': add device 00:02
[    4.463111] PM: Adding info for pnp:00:02
[    4.467125] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    4.473663] device: '00:03': device_add
[    4.477507] bus: 'pnp': add device 00:03
[    4.481438] PM: Adding info for pnp:00:03
[    4.485452] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    4.492023] device: '00:04': device_add
[    4.495870] bus: 'pnp': add device 00:04
[    4.499809] PM: Adding info for pnp:00:04
[    4.503826] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    4.510358] device: '00:05': device_add
[    4.514203] bus: 'pnp': add device 00:05
[    4.518134] PM: Adding info for pnp:00:05
[    4.522148] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    4.528688] device: '00:06': device_add
[    4.532534] bus: 'pnp': add device 00:06
[    4.536470] PM: Adding info for pnp:00:06
[    4.540484] pnp 00:06: Plug and Play ACPI device, IDs FUJ7401 PNP0303 (active)
[    4.547713] device: '00:07': device_add
[    4.551558] bus: 'pnp': add device 00:07
[    4.555489] PM: Adding info for pnp:00:07
[    4.559503] pnp 00:07: Plug and Play ACPI device, IDs CIR0311 PNP0f13 (active)
[    4.566756] device: '00:08': device_add
[    4.570603] bus: 'pnp': add device 00:08
[    4.574539] PM: Adding info for pnp:00:08
[    4.578551] bus: 'pnp': driver_probe_device: matched device 00:08 with driver system
[    4.586282] bus: 'pnp': really_probe: probing driver system with device 00:08
[    4.593410] system 00:08: [io  0x0400-0x04cf] has been reserved
[    4.599349] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    4.605264] system 00:08: [io  0x04d6] has been reserved
[    4.610573] system 00:08: [io  0x0680-0x06ff] has been reserved
[    4.616486] system 00:08: [io  0x077a] has been reserved
[    4.621794] system 00:08: [io  0x0c00-0x0c01] has been reserved
[    4.627705] system 00:08: [io  0x0c14] has been reserved
[    4.633014] system 00:08: [io  0x0c50-0x0c52] has been reserved
[    4.638927] system 00:08: [io  0x0c6c] has been reserved
[    4.644235] system 00:08: [io  0x0c6f] has been reserved
[    4.649543] system 00:08: [io  0x0cd0-0x0cdb] has been reserved
[    4.655457] system 00:08: [io  0x0840-0x0847] has been reserved
[    4.661370] driver: '00:08': driver_bound: bound to device 'system'
[    4.667628] bus: 'pnp': really_probe: bound device 00:08 to driver system
[    4.674407] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    4.681292] device: '00:09': device_add
[    4.685139] bus: 'pnp': add device 00:09
[    4.689072] PM: Adding info for pnp:00:09
[    4.693083] bus: 'pnp': driver_probe_device: matched device 00:09 with driver system
[    4.700811] bus: 'pnp': really_probe: probing driver system with device 00:09
[    4.707939] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
[    4.714891] system 00:09: [mem 0xff800000-0xffffffff] has been reserved
[    4.721496] driver: '00:09': driver_bound: bound to device 'system'
[    4.727753] bus: 'pnp': really_probe: bound device 00:09 to driver system
[    4.734532] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    4.741818] ACPI: IRQ 5 override to level, high
[    4.746358] device: '00:0a': device_add
[    4.750205] bus: 'pnp': add device 00:0a
[    4.754147] PM: Adding info for pnp:00:0a
[    4.758164] pnp 00:0a: Plug and Play ACPI device, IDs AMDc003 (active)
[    4.764932] device: '00:0b': device_add
[    4.768780] bus: 'pnp': add device 00:0b
[    4.772714] PM: Adding info for pnp:00:0b
[    4.776728] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
[    4.789076] pnp: PnP ACPI: found 12 devices
[    4.793273] ACPI: ACPI bus type pnp unregistered
[    4.797917] device class 'mem': registering
[    4.802114] device: 'mem': device_add
[    4.805862] PM: Adding info for No Bus:mem
[    4.809973] device: 'null': device_add
[    4.813793] PM: Adding info for No Bus:null
[    4.817989] device: 'port': device_add
[    4.821822] PM: Adding info for No Bus:port
[    4.826017] device: 'zero': device_add
[    4.829842] PM: Adding info for No Bus:zero
[    4.834036] device: 'full': device_add
[    4.837858] PM: Adding info for No Bus:full
[    4.842055] device: 'random': device_add
[    4.846054] PM: Adding info for No Bus:random
[    4.850422] device: 'urandom': device_add
[    4.854504] PM: Adding info for No Bus:urandom
[    4.858960] device: 'kmsg': device_add
[    4.862779] PM: Adding info for No Bus:kmsg
[    4.866975] device: 'oldmem': device_add
[    4.870969] PM: Adding info for No Bus:oldmem
[    4.875338] device: 'tty': device_add
[    4.879081] PM: Adding info for No Bus:tty
[    4.883189] device: 'console': device_add
[    4.887275] PM: Adding info for No Bus:console
[    4.891736] device: 'tty0': device_add
[    4.895563] PM: Adding info for No Bus:tty0
[    4.899758] device class 'vc': registering
[    4.903866] device: 'vcs': device_add
[    4.907609] PM: Adding info for No Bus:vcs
[    4.911716] device: 'vcsa': device_add
[    4.915547] PM: Adding info for No Bus:vcsa
[    4.919744] device: 'vcs1': device_add
[    4.923569] PM: Adding info for No Bus:vcs1
[    4.927769] device: 'vcsa1': device_add
[    4.931677] PM: Adding info for No Bus:vcsa1
[    4.935967] device: 'tty1': device_add
[    4.939787] PM: Adding info for No Bus:tty1
[    4.943982] device: 'tty2': device_add
[    4.947814] PM: Adding info for No Bus:tty2
[    4.952010] device: 'tty3': device_add
[    4.955834] PM: Adding info for No Bus:tty3
[    4.960030] device: 'tty4': device_add
[    4.963858] PM: Adding info for No Bus:tty4
[    4.968054] device: 'tty5': device_add
[    4.971871] PM: Adding info for No Bus:tty5
[    4.976065] device: 'tty6': device_add
[    4.979882] PM: Adding info for No Bus:tty6
[    4.984078] device: 'tty7': device_add
[    4.987909] PM: Adding info for No Bus:tty7
[    4.992106] device: 'tty8': device_add
[    4.995922] PM: Adding info for No Bus:tty8
[    5.000118] device: 'tty9': device_add
[    5.003938] PM: Adding info for No Bus:tty9
[    5.008132] device: 'tty10': device_add
[    5.012036] PM: Adding info for No Bus:tty10
[    5.016318] device: 'tty11': device_add
[    5.020226] PM: Adding info for No Bus:tty11
[    5.024508] device: 'tty12': device_add
[    5.028412] PM: Adding info for No Bus:tty12
[    5.032693] device: 'tty13': device_add
[    5.036601] PM: Adding info for No Bus:tty13
[    5.040885] device: 'tty14': device_add
[    5.044790] PM: Adding info for No Bus:tty14
[    5.049072] device: 'tty15': device_add
[    5.052983] PM: Adding info for No Bus:tty15
[    5.057269] device: 'tty16': device_add
[    5.061186] PM: Adding info for No Bus:tty16
[    5.065469] device: 'tty17': device_add
[    5.069383] PM: Adding info for No Bus:tty17
[    5.073665] device: 'tty18': device_add
[    5.077574] PM: Adding info for No Bus:tty18
[    5.081855] device: 'tty19': device_add
[    5.085761] PM: Adding info for No Bus:tty19
[    5.090044] device: 'tty20': device_add
[    5.093953] PM: Adding info for No Bus:tty20
[    5.098236] device: 'tty21': device_add
[    5.102141] PM: Adding info for No Bus:tty21
[    5.106422] device: 'tty22': device_add
[    5.110331] PM: Adding info for No Bus:tty22
[    5.114613] device: 'tty23': device_add
[    5.118529] PM: Adding info for No Bus:tty23
[    5.122811] device: 'tty24': device_add
[    5.126713] PM: Adding info for No Bus:tty24
[    5.130995] device: 'tty25': device_add
[    5.134904] PM: Adding info for No Bus:tty25
[    5.139186] device: 'tty26': device_add
[    5.143091] PM: Adding info for No Bus:tty26
[    5.147372] device: 'tty27': device_add
[    5.151281] PM: Adding info for No Bus:tty27
[    5.155563] device: 'tty28': device_add
[    5.159467] PM: Adding info for No Bus:tty28
[    5.163748] device: 'tty29': device_add
[    5.167671] PM: Adding info for No Bus:tty29
[    5.171953] device: 'tty30': device_add
[    5.175868] PM: Adding info for No Bus:tty30
[    5.180149] device: 'tty31': device_add
[    5.184057] PM: Adding info for No Bus:tty31
[    5.188341] device: 'tty32': device_add
[    5.192258] PM: Adding info for No Bus:tty32
[    5.196539] device: 'tty33': device_add
[    5.200451] PM: Adding info for No Bus:tty33
[    5.204734] device: 'tty34': device_add
[    5.208649] PM: Adding info for No Bus:tty34
[    5.212931] device: 'tty35': device_add
[    5.216841] PM: Adding info for No Bus:tty35
[    5.221122] device: 'tty36': device_add
[    5.225036] PM: Adding info for No Bus:tty36
[    5.229319] device: 'tty37': device_add
[    5.233222] PM: Adding info for No Bus:tty37
[    5.237503] device: 'tty38': device_add
[    5.241409] PM: Adding info for No Bus:tty38
[    5.245692] device: 'tty39': device_add
[    5.249595] PM: Adding info for No Bus:tty39
[    5.253876] device: 'tty40': device_add
[    5.257783] PM: Adding info for No Bus:tty40
[    5.262069] device: 'tty41': device_add
[    5.265982] PM: Adding info for No Bus:tty41
[    5.270265] device: 'tty42': device_add
[    5.274168] PM: Adding info for No Bus:tty42
[    5.278452] device: 'tty43': device_add
[    5.282367] PM: Adding info for No Bus:tty43
[    5.286648] device: 'tty44': device_add
[    5.290563] PM: Adding info for No Bus:tty44
[    5.294845] device: 'tty45': device_add
[    5.298756] PM: Adding info for No Bus:tty45
[    5.303039] device: 'tty46': device_add
[    5.306943] PM: Adding info for No Bus:tty46
[    5.311226] device: 'tty47': device_add
[    5.315132] PM: Adding info for No Bus:tty47
[    5.319418] device: 'tty48': device_add
[    5.323322] PM: Adding info for No Bus:tty48
[    5.327605] device: 'tty49': device_add
[    5.331511] PM: Adding info for No Bus:tty49
[    5.335792] device: 'tty50': device_add
[    5.339696] PM: Adding info for No Bus:tty50
[    5.343978] device: 'tty51': device_add
[    5.347890] PM: Adding info for No Bus:tty51
[    5.352171] device: 'tty52': device_add
[    5.356086] PM: Adding info for No Bus:tty52
[    5.360368] device: 'tty53': device_add
[    5.364272] PM: Adding info for No Bus:tty53
[    5.368553] device: 'tty54': device_add
[    5.372461] PM: Adding info for No Bus:tty54
[    5.376743] device: 'tty55': device_add
[    5.380647] PM: Adding info for No Bus:tty55
[    5.384929] device: 'tty56': device_add
[    5.388836] PM: Adding info for No Bus:tty56
[    5.393120] device: 'tty57': device_add
[    5.397036] PM: Adding info for No Bus:tty57
[    5.401322] device: 'tty58': device_add
[    5.405229] PM: Adding info for No Bus:tty58
[    5.409510] device: 'tty59': device_add
[    5.413414] PM: Adding info for No Bus:tty59
[    5.417695] device: 'tty60': device_add
[    5.421599] PM: Adding info for No Bus:tty60
[    5.425881] device: 'tty61': device_add
[    5.429798] PM: Adding info for No Bus:tty61
[    5.434082] device: 'tty62': device_add
[    5.437996] PM: Adding info for No Bus:tty62
[    5.442278] device: 'tty63': device_add
[    5.446187] PM: Adding info for No Bus:tty63
[    5.450539] device class 'firmware': registering
[    5.455170] device class 'thermal': registering
[    5.464251] pci 0000:00:01.0: address space collision: [mem 0xfffe0000-0xffffffff pref] conflicts with reserved [mem 0xff800000-0xffffffff]
[    5.476753] pci 0000:01:00.0: no compatible bridge window for [mem 0xfffc0000-0xffffffff pref]
[    5.485397] pci 0000:00:01.0: BAR 6: assigned [mem 0xf0b60000-0xf0b7ffff pref]
[    5.492622] pci 0000:01:00.0: BAR 6: assigned [mem 0xf0800000-0xf083ffff pref]
[    5.499845] pci 0000:00:02.2: PCI bridge to [bus 01-04]
[    5.505074] pci 0000:00:02.2:   bridge window [io  0x3000-0x3fff]
[    5.511171] pci 0000:00:02.2:   bridge window [mem 0xf0a00000-0xf0afffff]
[    5.517961] pci 0000:00:02.2:   bridge window [mem 0xf0800000-0xf08fffff 64bit pref]
[    5.525706] pci 0000:00:02.3: PCI bridge to [bus 05]
[    5.530676] pci 0000:00:02.3:   bridge window [io  0x2000-0x2fff]
[    5.536772] pci 0000:00:02.3:   bridge window [mem 0xf0900000-0xf09fffff]
[    5.543800] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    5.549375] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    5.554952] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    5.561219] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[    5.567485] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[    5.573751] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[    5.580016] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff]
[    5.586371] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff]
[    5.592724] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff]
[    5.599078] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff]
[    5.605431] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff]
[    5.611784] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff]
[    5.618138] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff]
[    5.624491] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff]
[    5.630845] pci_bus 0000:00: resource 18 [mem 0xe0000000-0xf7ffffff]
[    5.637181] pci_bus 0000:00: resource 19 [mem 0xfc000000-0xfed3ffff]
[    5.643535] pci_bus 0000:00: resource 20 [mem 0xfed45000-0xffffffff]
[    5.649891] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    5.655465] pci_bus 0000:01: resource 1 [mem 0xf0a00000-0xf0afffff]
[    5.661731] pci_bus 0000:01: resource 2 [mem 0xf0800000-0xf08fffff 64bit pref]
[    5.668950] pci_bus 0000:05: resource 0 [io  0x2000-0x2fff]
[    5.674524] pci_bus 0000:05: resource 1 [mem 0xf0900000-0xf09fffff]
[    5.680853] NET: Registered protocol family 2
[    5.685699] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
[    5.693649] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    5.700866] TCP: Hash tables configured (established 65536 bind 65536)
[    5.707518] TCP: reno registered
[    5.710772] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    5.716943] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    5.723737] NET: Registered protocol family 1
[    5.728128] pci 0000:00:01.0: Boot video device
[    5.815094] pci 0000:00:12.2: EHCI: BIOS handoff
[    5.907078] pci 0000:00:13.2: EHCI: BIOS handoff
[    5.927093] PCI: CLS 64 bytes, default 64
[    5.931248] Trying to unpack rootfs image as initramfs...
[    6.593443] irq 9: nobody cared (try booting with the "irqpoll" option)
[    6.600045] Pid: 0, comm: swapper/0 Not tainted 3.9.0-rc1-usb-for-linus+ #1
[    6.606985] Call Trace:
[    6.609425]  <IRQ>  [<ffffffff810ed08d>] __report_bad_irq+0x3d/0xe0
[    6.615705]  [<ffffffff810ed552>] note_interrupt+0x1c2/0x210
[    6.621357]  [<ffffffff810440b6>] ? native_safe_halt+0x6/0x10
[    6.627093]  [<ffffffff810eacc7>] handle_irq_event_percpu+0xa7/0x1f0
[    6.633438]  [<ffffffff810eae5e>] handle_irq_event+0x4e/0x80
[    6.639086]  [<ffffffff810ee10a>] handle_fasteoi_irq+0x5a/0x100
[    6.644996]  [<ffffffff81016132>] handle_irq+0x22/0x40
[    6.650123]  [<ffffffff816c139a>] do_IRQ+0x5a/0xe0
[    6.654902]  [<ffffffff816b72ad>] common_interrupt+0x6d/0x6d
[    6.660543]  <EOI>  [<ffffffff810440b6>] ? native_safe_halt+0x6/0x10
[    6.666911]  [<ffffffff8101c4e1>] default_idle+0x41/0x100
[    6.672304]  [<ffffffff8101d00e>] cpu_idle+0xfe/0x120
[    6.677345]  [<ffffffff81695552>] rest_init+0x72/0x80
[    6.682389]  [<ffffffff81d01ec5>] start_kernel+0x3da/0x3e7
[    6.687861]  [<ffffffff81d018eb>] ? repair_env_string+0x5e/0x5e
[    6.693771]  [<ffffffff81d015e4>] x86_64_start_reservations+0x2a/0x2c
[    6.700205]  [<ffffffff81d016d7>] x86_64_start_kernel+0xf1/0x100
[    6.706190] handlers:
[    6.708458] [<ffffffff813ba9cb>] acpi_irq
[    6.712461] Disabling IRQ #9
[    9.794196] Freeing initrd memory: 132808k freed
[    9.849059] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    9.855522] software IO TLB [mem 0xbb7bf000-0xbf7bf000] (64MB) mapped at [ffff8800bb7bf000-ffff8800bf7befff]
[    9.865408] Simple Boot Flag at 0x44 set to 0x1
[    9.870141] LVT offset 0 assigned for vector 0x400
[    9.874979] perf: AMD IBS detected (0x000000ff)
[    9.879509] Registering platform device 'pcspkr'. Parent at platform
[    9.885847] device: 'pcspkr': device_add
[    9.889766] bus: 'platform': add device pcspkr
[    9.894216] PM: Adding info for platform:pcspkr
[    9.898751] Scanning for low memory corruption every 60 seconds
[    9.904869] device: 'snapshot': device_add
[    9.909044] PM: Adding info for No Bus:snapshot
[    9.913586] bus: 'clocksource': registered
[    9.917707] device: 'clocksource': device_add
[    9.922064] PM: Adding info for No Bus:clocksource
[    9.926850] device: 'clocksource0': device_add
[    9.931286] bus: 'clocksource': add device clocksource0
[    9.936505] PM: Adding info for clocksource:clocksource0
[    9.941814] bus: 'platform': add driver alarmtimer
[    9.946605] Registering platform device 'alarmtimer'. Parent at platform
[    9.953289] device: 'alarmtimer': device_add
[    9.957549] bus: 'platform': add device alarmtimer
[    9.962339] PM: Adding info for platform:alarmtimer
[    9.967208] bus: 'platform': driver_probe_device: matched device alarmtimer with driver alarmtimer
[    9.976142] bus: 'platform': really_probe: probing driver alarmtimer with device alarmtimer
[    9.984470] driver: 'alarmtimer': driver_bound: bound to device 'alarmtimer'
[    9.991500] bus: 'platform': really_probe: bound device alarmtimer to driver alarmtimer
[    9.999549] audit: initializing netlink socket (disabled)
[   10.004952] type=2000 audit(1363072315.632:1): initialized
[   10.046556] bus: 'event_source': registered
[   10.050733] device: 'ibs_op': device_add
[   10.054653] bus: 'event_source': add device ibs_op
[   10.059440] PM: Adding info for event_source:ibs_op
[   10.064311] device: 'ibs_fetch': device_add
[   10.068488] bus: 'event_source': add device ibs_fetch
[   10.073538] PM: Adding info for event_source:ibs_fetch
[   10.078668] device: 'cpu': device_add
[   10.082334] bus: 'event_source': add device cpu
[   10.086871] PM: Adding info for event_source:cpu
[   10.091484] device: 'breakpoint': device_add
[   10.095745] bus: 'event_source': add device breakpoint
[   10.100879] PM: Adding info for event_source:breakpoint
[   10.106096] device: 'tracepoint': device_add
[   10.110358] bus: 'event_source': add device tracepoint
[   10.115514] PM: Adding info for event_source:tracepoint
[   10.120731] device: 'software': device_add
[   10.124822] bus: 'event_source': add device software
[   10.129781] PM: Adding info for event_source:software
[   10.135549] bounce pool size: 64 pages
[   10.139309] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[   10.148323] VFS: Disk quotas dquot_6.5.2
[   10.152299] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[   10.159489] device: 'ecryptfs': device_add
[   10.163658] PM: Adding info for No Bus:ecryptfs
[   10.168188] fuse init (API version 7.21)
[   10.172162] device: 'fuse': device_add
[   10.175959] PM: Adding info for No Bus:fuse
[   10.180149] msgmni has been set to 14889
[   10.184762] device class 'bsg': registering
[   10.188946] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[   10.196403] io scheduler noop registered
[   10.200319] io scheduler deadline registered (default)
[   10.205451] io scheduler cfq registered
[   10.209288] bus: 'pci': add driver langwell_gpio
[   10.213922] bus: 'platform': add driver wp_gpio
[   10.218450] bus: 'platform': add driver timb-gpio
[   10.223148] bus: 'platform': add driver ucb1400_gpio
[   10.228170] bus: 'pci_express': registered
[   10.232258] bus: 'pci': add driver pcieport
[   10.236439] bus: 'pci': driver_probe_device: matched device 0000:00:02.2 with driver pcieport
[   10.244939] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:02.2
[   10.252919] pcieport 0000:00:02.2: irq 72 for MSI/MSI-X
[   10.258144] device: '0000:00:02.2:pcie01': device_add
[   10.263184] bus: 'pci_express': add device 0000:00:02.2:pcie01
[   10.269011] PM: Adding info for pci_express:0000:00:02.2:pcie01
[   10.274952] driver: '0000:00:02.2': driver_bound: bound to device 'pcieport'
[   10.281978] bus: 'pci': really_probe: bound device 0000:00:02.2 to driver pcieport
[   10.289527] bus: 'pci': driver_probe_device: matched device 0000:00:02.3 with driver pcieport
[   10.298025] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:02.3
[   10.305973] pcieport 0000:00:02.3: irq 73 for MSI/MSI-X
[   10.311195] device: '0000:00:02.3:pcie01': device_add
[   10.316235] bus: 'pci_express': add device 0000:00:02.3:pcie01
[   10.322060] PM: Adding info for pci_express:0000:00:02.3:pcie01
[   10.327999] driver: '0000:00:02.3': driver_bound: bound to device 'pcieport'
[   10.335028] bus: 'pci': really_probe: bound device 0000:00:02.3 to driver pcieport
[   10.342585] bus: 'pci_express': add driver aer
[   10.347024] bus: 'pci_express': add driver pcie_pme
[   10.351893] bus: 'pci_express': driver_probe_device: matched device 0000:00:02.2:pcie01 with driver pcie_pme
[   10.361692] bus: 'pci_express': really_probe: probing driver pcie_pme with device 0000:00:02.2:pcie01
[   10.370914] pcieport 0000:00:02.2: Signaling PME through PCIe PME interrupt
[   10.377857] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[   10.384368] pcie_pme 0000:00:02.2:pcie01: service driver pcie_pme loaded
[   10.391049] driver: '0000:00:02.2:pcie01': driver_bound: bound to device 'pcie_pme'
[   10.398682] bus: 'pci_express': really_probe: bound device 0000:00:02.2:pcie01 to driver pcie_pme
[   10.407528] bus: 'pci_express': driver_probe_device: matched device 0000:00:02.3:pcie01 with driver pcie_pme
[   10.417323] bus: 'pci_express': really_probe: probing driver pcie_pme with device 0000:00:02.3:pcie01
[   10.426535] pcieport 0000:00:02.3: Signaling PME through PCIe PME interrupt
[   10.433479] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[   10.439990] pcie_pme 0000:00:02.3:pcie01: service driver pcie_pme loaded
[   10.446672] driver: '0000:00:02.3:pcie01': driver_bound: bound to device 'pcie_pme'
[   10.454307] bus: 'pci_express': really_probe: bound device 0000:00:02.3:pcie01 to driver pcie_pme
[   10.463157] bus: 'pci': add driver ioapic
[   10.467169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   10.472725] bus: 'pci_express': add driver pciehp_dummy
[   10.477945] bus: 'pci_express': remove driver pciehp_dummy
[   10.483417] driver: 'pciehp_dummy': driver_release
[   10.488195] bus: 'pci_express': add driver pciehp
[   10.492892] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[   10.499488] bus: 'pci': add driver tsi721
[   10.503500] device: 'fbcon': device_add
[   10.503516] PM: Adding info for No Bus:fbcon
[   10.511607] bus: 'pci': add driver imsttfb
[   10.515703] bus: 'pci': add driver asiliantfb
[   10.520076] bus: 'acpi': add driver ac
[   10.523836] bus: 'acpi': driver_probe_device: matched device ACPI0003:00 with driver ac
[   10.531815] bus: 'acpi': really_probe: probing driver ac with device ACPI0003:00
[   10.547651] device: 'ACAD': device_add
[   10.551444] PM: Adding info for No Bus:ACAD
[   10.563649] ACPI: AC Adapter [ACAD] (on-line)
[   10.568030] driver: 'ACPI0003:00': driver_bound: bound to device 'ac'
[   10.574513] bus: 'acpi': really_probe: bound device ACPI0003:00 to driver ac
[   10.581575] bus: 'acpi': add driver button
[   10.585885] bus: 'acpi': driver_probe_device: matched device PNP0C0C:00 with driver button
[   10.594131] bus: 'acpi': really_probe: probing driver button with device PNP0C0C:00
[   10.601784] device: 'input0': device_add
[   10.605895] PM: Adding info for No Bus:input0
[   10.610260] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[   10.618590] ACPI: Power Button [PWRB]
[   10.622244] driver: 'PNP0C0C:00': driver_bound: bound to device 'button'
[   10.628926] bus: 'acpi': really_probe: bound device PNP0C0C:00 to driver button
[   10.636234] bus: 'acpi': driver_probe_device: matched device PNP0C0D:00 with driver button
[   10.644474] bus: 'acpi': really_probe: probing driver button with device PNP0C0D:00
[   10.652121] device: 'input1': device_add
[   10.656057] PM: Adding info for No Bus:input1
[   10.660414] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[   10.668603] ACPI: Lid Switch [LID]
[   10.671997] driver: 'PNP0C0D:00': driver_bound: bound to device 'button'
[   10.678679] bus: 'acpi': really_probe: bound device PNP0C0D:00 to driver button
[   10.685970] bus: 'acpi': driver_probe_device: matched device LNXPWRBN:00 with driver button
[   10.694296] bus: 'acpi': really_probe: probing driver button with device LNXPWRBN:00
[   10.702022] device: 'input2': device_add
[   10.705958] PM: Adding info for No Bus:input2
[   10.710318] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[   10.717693] ACPI: Power Button [PWRF]
[   10.721351] driver: 'LNXPWRBN:00': driver_bound: bound to device 'button'
[   10.728120] bus: 'acpi': really_probe: bound device LNXPWRBN:00 to driver button
[   10.735501] bus: 'acpi': add driver fan
[   10.739341] bus: 'acpi': add driver processor
[   10.743689] bus: 'acpi': driver_probe_device: matched device LNXCPU:00 with driver processor
[   10.752100] bus: 'acpi': really_probe: probing driver processor with device LNXCPU:00
[   10.760003] ACPI: acpi_idle registered with cpuidle
[   10.764888] device: 'cooling_device0': device_add
[   10.769595] PM: Adding info for No Bus:cooling_device0
[   10.774730] driver: 'LNXCPU:00': driver_bound: bound to device 'processor'
[   10.781586] bus: 'acpi': really_probe: bound device LNXCPU:00 to driver processor
[   10.789049] bus: 'acpi': driver_probe_device: matched device LNXCPU:01 with driver processor
[   10.797463] bus: 'acpi': really_probe: probing driver processor with device LNXCPU:01
[   10.805331] device: 'cooling_device1': device_add
[   10.810037] PM: Adding info for No Bus:cooling_device1
[   10.815171] driver: 'LNXCPU:01': driver_bound: bound to device 'processor'
[   10.822054] bus: 'acpi': really_probe: bound device LNXCPU:01 to driver processor
[   10.829516] bus: 'acpi': driver_probe_device: matched device LNXCPU:02 with driver processor
[   10.837931] bus: 'acpi': really_probe: probing driver processor with device LNXCPU:02
[   10.845805] device: 'cooling_device2': device_add
[   10.850515] PM: Adding info for No Bus:cooling_device2
[   10.855650] driver: 'LNXCPU:02': driver_bound: bound to device 'processor'
[   10.862505] bus: 'acpi': really_probe: bound device LNXCPU:02 to driver processor
[   10.867326] tsc: Refined TSC clocksource calibration: 1996.255 MHz
[   10.867334] Switching to clocksource tsc
[   10.880034] bus: 'acpi': driver_probe_device: matched device LNXCPU:03 with driver processor
[   10.888445] bus: 'acpi': really_probe: probing driver processor with device LNXCPU:03
[   10.896312] device: 'cooling_device3': device_add
[   10.901019] PM: Adding info for No Bus:cooling_device3
[   10.906149] driver: 'LNXCPU:03': driver_bound: bound to device 'processor'
[   10.913002] bus: 'acpi': really_probe: bound device LNXCPU:03 to driver processor
[   10.932097] bus: 'acpi': add driver thermal
[   10.936332] bus: 'acpi': add driver hardware_error_device
[   10.936438] bus: 'acpi': add driver battery
[   10.936451] bus: 'acpi': driver_probe_device: matched device PNP0C0A:00 with driver battery
[   10.936454] bus: 'acpi': really_probe: probing driver battery with device PNP0C0A:00
[   10.961930] GHES: HEST is not enabled!
[   10.965671] bus: 'pci': add driver virtio-pci
[   10.967355] ACPI: Battery Slot [BATT] (battery absent)
[   10.967360] driver: 'PNP0C0A:00': driver_bound: bound to device 'battery'
[   10.967361] bus: 'acpi': really_probe: bound device PNP0C0A:00 to driver battery
[   10.989283] bus: 'pci': add driver xen-platform-pci
[   10.994171] device: 'ptmx': device_add
[   10.998023] PM: Adding info for No Bus:ptmx
[   11.002216] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[   11.008573] bus: 'pnp': add driver serial
[   11.012639] bus: 'pnp': driver_probe_device: matched device 00:0b with driver serial
[   11.020359] bus: 'pnp': really_probe: probing driver serial with device 00:0b
[   11.047820] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   11.053381] device: 'ttyS0': device_add
[   11.057273] PM: Adding info for No Bus:ttyS0
[   11.061544] driver: '00:0b': driver_bound: bound to device 'serial'
[   11.067791] bus: 'pnp': really_probe: bound device 00:0b to driver serial
[   11.074565] Registering platform device 'serial8250'. Parent at platform
[   11.081244] device: 'serial8250': device_add
[   11.085505] bus: 'platform': add device serial8250
[   11.090291] PM: Adding info for platform:serial8250
[   11.095173] device: 'ttyS1': device_add
[   11.099062] PM: Adding info for No Bus:ttyS1
[   11.103342] device: 'ttyS2': device_add
[   11.107222] PM: Adding info for No Bus:ttyS2
[   11.111501] device: 'ttyS3': device_add
[   11.115387] PM: Adding info for No Bus:ttyS3
[   11.119655] device: 'ttyS4': device_add
[   11.123540] PM: Adding info for No Bus:ttyS4
[   11.127811] device: 'ttyS5': device_add
[   11.131696] PM: Adding info for No Bus:ttyS5
[   11.135966] device: 'ttyS6': device_add
[   11.139850] PM: Adding info for No Bus:ttyS6
[   11.144123] device: 'ttyS7': device_add
[   11.148011] PM: Adding info for No Bus:ttyS7
[   11.152283] device: 'ttyS8': device_add
[   11.156163] PM: Adding info for No Bus:ttyS8
[   11.160436] device: 'ttyS9': device_add
[   11.164356] PM: Adding info for No Bus:ttyS9
[   11.168630] device: 'ttyS10': device_add
[   11.172602] PM: Adding info for No Bus:ttyS10
[   11.176959] device: 'ttyS11': device_add
[   11.180929] PM: Adding info for No Bus:ttyS11
[   11.185285] device: 'ttyS12': device_add
[   11.189267] PM: Adding info for No Bus:ttyS12
[   11.193624] device: 'ttyS13': device_add
[   11.197590] PM: Adding info for No Bus:ttyS13
[   11.201948] device: 'ttyS14': device_add
[   11.205914] PM: Adding info for No Bus:ttyS14
[   11.210273] device: 'ttyS15': device_add
[   11.214243] PM: Adding info for No Bus:ttyS15
[   11.218597] device: 'ttyS16': device_add
[   11.222565] PM: Adding info for No Bus:ttyS16
[   11.226919] device: 'ttyS17': device_add
[   11.230887] PM: Adding info for No Bus:ttyS17
[   11.235244] device: 'ttyS18': device_add
[   11.239211] PM: Adding info for No Bus:ttyS18
[   11.243569] device: 'ttyS19': device_add
[   11.247537] PM: Adding info for No Bus:ttyS19
[   11.251896] device: 'ttyS20': device_add
[   11.255867] PM: Adding info for No Bus:ttyS20
[   11.260223] device: 'ttyS21': device_add
[   11.264195] PM: Adding info for No Bus:ttyS21
[   11.268549] device: 'ttyS22': device_add
[   11.272518] PM: Adding info for No Bus:ttyS22
[   11.276875] device: 'ttyS23': device_add
[   11.280844] PM: Adding info for No Bus:ttyS23
[   11.285198] device: 'ttyS24': device_add
[   11.289175] PM: Adding info for No Bus:ttyS24
[   11.293532] device: 'ttyS25': device_add
[   11.297499] PM: Adding info for No Bus:ttyS25
[   11.301856] device: 'ttyS26': device_add
[   11.305822] PM: Adding info for No Bus:ttyS26
[   11.310181] device: 'ttyS27': device_add
[   11.314151] PM: Adding info for No Bus:ttyS27
[   11.318505] device: 'ttyS28': device_add
[   11.322474] PM: Adding info for No Bus:ttyS28
[   11.326829] device: 'ttyS29': device_add
[   11.330798] PM: Adding info for No Bus:ttyS29
[   11.335155] device: 'ttyS30': device_add
[   11.339123] PM: Adding info for No Bus:ttyS30
[   11.343481] device: 'ttyS31': device_add
[   11.347449] PM: Adding info for No Bus:ttyS31
[   11.351812] bus: 'platform': add driver serial8250
[   11.356595] bus: 'platform': driver_probe_device: matched device serial8250 with driver serial8250
[   11.365524] bus: 'platform': really_probe: probing driver serial8250 with device serial8250
[   11.373858] driver: 'serial8250': driver_bound: bound to device 'serial8250'
[   11.380883] bus: 'platform': really_probe: bound device serial8250 to driver serial8250
[   11.388865] bus: 'pci': add driver serial
[   11.392939] device: 'ttyprintk': device_add
[   11.397165] PM: Adding info for No Bus:ttyprintk
[   11.401777] device: 'hpet': device_add
[   11.405566] PM: Adding info for No Bus:hpet
[   11.409749] bus: 'acpi': add driver hpet
[   11.413664] bus: 'acpi': driver_probe_device: matched device PNP0103:00 with driver hpet
[   11.421728] bus: 'acpi': really_probe: probing driver hpet with device PNP0103:00
[   11.429297] hpet: probe of PNP0103:00 rejects match -19
[   11.434522] device: 'hw_random': device_add
[   11.438747] PM: Adding info for No Bus:hw_random
[   11.443356] Linux agpgart interface v0.103
[   11.447441] bus: 'pci': add driver agpgart-amd64
[   11.452069] bus: 'pci': remove driver agpgart-amd64
[   11.456936] driver: 'agpgart-amd64': driver_release
[   11.461799] bus: 'pci': add driver agpgart-intel
[   11.466419] bus: 'pci': add driver agpgart-via
[   11.471403] device: '1:0': device_add
[   11.475065] PM: Adding info for No Bus:1:0
[   11.479166] device: 'ram0': device_add
[   11.482964] PM: Adding info for No Bus:ram0
[   11.487171] device: '1:1': device_add
[   11.490837] PM: Adding info for No Bus:1:1
[   11.494937] device: 'ram1': device_add
[   11.498729] PM: Adding info for No Bus:ram1
[   11.502929] device: '1:2': device_add
[   11.506593] PM: Adding info for No Bus:1:2
[   11.510687] device: 'ram2': device_add
[   11.514481] PM: Adding info for No Bus:ram2
[   11.518681] device: '1:3': device_add
[   11.522342] PM: Adding info for No Bus:1:3
[   11.526434] device: 'ram3': device_add
[   11.530228] PM: Adding info for No Bus:ram3
[   11.534428] device: '1:4': device_add
[   11.538089] PM: Adding info for No Bus:1:4
[   11.542180] device: 'ram4': device_add
[   11.545975] PM: Adding info for No Bus:ram4
[   11.550175] device: '1:5': device_add
[   11.553839] PM: Adding info for No Bus:1:5
[   11.557930] device: 'ram5': device_add
[   11.561726] PM: Adding info for No Bus:ram5
[   11.565926] device: '1:6': device_add
[   11.569590] PM: Adding info for No Bus:1:6
[   11.573680] device: 'ram6': device_add
[   11.577475] PM: Adding info for No Bus:ram6
[   11.581675] device: '1:7': device_add
[   11.585341] PM: Adding info for No Bus:1:7
[   11.589431] device: 'ram7': device_add
[   11.593222] PM: Adding info for No Bus:ram7
[   11.597421] device: '1:8': device_add
[   11.601088] PM: Adding info for No Bus:1:8
[   11.605180] device: 'ram8': device_add
[   11.608971] PM: Adding info for No Bus:ram8
[   11.613170] device: '1:9': device_add
[   11.616836] PM: Adding info for No Bus:1:9
[   11.620927] device: 'ram9': device_add
[   11.624720] PM: Adding info for No Bus:ram9
[   11.628921] device: '1:10': device_add
[   11.632670] PM: Adding info for No Bus:1:10
[   11.636848] device: 'ram10': device_add
[   11.640729] PM: Adding info for No Bus:ram10
[   11.645020] device: '1:11': device_add
[   11.648778] PM: Adding info for No Bus:1:11
[   11.652955] device: 'ram11': device_add
[   11.656836] PM: Adding info for No Bus:ram11
[   11.661123] device: '1:12': device_add
[   11.664871] PM: Adding info for No Bus:1:12
[   11.669047] device: 'ram12': device_add
[   11.672926] PM: Adding info for No Bus:ram12
[   11.677213] device: '1:13': device_add
[   11.680961] PM: Adding info for No Bus:1:13
[   11.685139] device: 'ram13': device_add
[   11.689019] PM: Adding info for No Bus:ram13
[   11.693303] device: '1:14': device_add
[   11.697057] PM: Adding info for No Bus:1:14
[   11.701237] device: 'ram14': device_add
[   11.705124] PM: Adding info for No Bus:ram14
[   11.709411] device: '1:15': device_add
[   11.713162] PM: Adding info for No Bus:1:15
[   11.717340] device: 'ram15': device_add
[   11.721218] PM: Adding info for No Bus:ram15
[   11.725505] brd: module loaded
[   11.728553] device: 'loop-control': device_add
[   11.733035] PM: Adding info for No Bus:loop-control
[   11.737948] device: '7:0': device_add
[   11.741612] PM: Adding info for No Bus:7:0
[   11.745709] device: 'loop0': device_add
[   11.749591] PM: Adding info for No Bus:loop0
[   11.753914] device: '7:1': device_add
[   11.757581] PM: Adding info for No Bus:7:1
[   11.761672] device: 'loop1': device_add
[   11.765552] PM: Adding info for No Bus:loop1
[   11.769875] device: '7:2': device_add
[   11.773542] PM: Adding info for No Bus:7:2
[   11.777633] device: 'loop2': device_add
[   11.781513] PM: Adding info for No Bus:loop2
[   11.785840] device: '7:3': device_add
[   11.789507] PM: Adding info for No Bus:7:3
[   11.793598] device: 'loop3': device_add
[   11.797475] PM: Adding info for No Bus:loop3
[   11.801806] device: '7:4': device_add
[   11.805474] PM: Adding info for No Bus:7:4
[   11.809565] device: 'loop4': device_add
[   11.813447] PM: Adding info for No Bus:loop4
[   11.817769] device: '7:5': device_add
[   11.821434] PM: Adding info for No Bus:7:5
[   11.825526] device: 'loop5': device_add
[   11.829408] PM: Adding info for No Bus:loop5
[   11.833733] device: '7:6': device_add
[   11.837396] PM: Adding info for No Bus:7:6
[   11.841488] device: 'loop6': device_add
[   11.845370] PM: Adding info for No Bus:loop6
[   11.849696] device: '7:7': device_add
[   11.853359] PM: Adding info for No Bus:7:7
[   11.857448] device: 'loop7': device_add
[   11.861334] PM: Adding info for No Bus:loop7
[   11.865617] loop: module loaded
[   11.868759] bus: 'virtio': add driver virtio_blk
[   11.873373] bus: 'i2c': add driver htcpld-chip
[   11.877812] bus: 'platform': add driver i2c-htcpld
[   11.882597] bus: 'platform': remove driver i2c-htcpld
[   11.887636] driver: 'i2c-htcpld': driver_release
[   11.892239] bus: 'i2c': add driver wm8994
[   11.896244] bus: 'i2c': add driver twl6040
[   11.900335] bus: 'i2c': add driver adp5520
[   11.904429] device class 'spi_transport': registering
[   11.909472] device class 'spi_host': registering
[   11.914084] device class 'scsi_disk': registering
[   11.918798] bus: 'scsi': add driver sd
[   11.922543] bus: 'scsi': add driver sr
[   11.926286] device class 'scsi_generic': registering
[   11.931253] bus: 'pci': add driver ahci
[   11.935092] bus: 'pci': driver_probe_device: matched device 0000:00:11.0 with driver ahci
[   11.943243] bus: 'pci': really_probe: probing driver ahci with device 0000:00:11.0
[   11.950797] ahci 0000:00:11.0: version 3.0
[   11.955084] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[   11.963164] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp fbs pio slum part 
[   11.971575] device: 'ata1': device_add
[   11.975317] PM: Adding info for No Bus:ata1
[   11.979490] device: 'ata1': device_add
[   11.983238] PM: Adding info for No Bus:ata1
[   11.987420] device: 'link1': device_add
[   11.991245] PM: Adding info for No Bus:link1
[   11.995501] device: 'link1': device_add
[   11.999334] PM: Adding info for No Bus:link1
[   12.003600] device: 'dev1.0': device_add
[   12.007517] PM: Adding info for No Bus:dev1.0
[   12.011861] device: 'dev1.0': device_add
[   12.015785] PM: Adding info for No Bus:dev1.0
[   12.020217] scsi0 : ahci
[   12.022750] device: 'host0': device_add
[   12.026577] bus: 'scsi': add device host0
[   12.030582] PM: Adding info for scsi:host0
[   12.034671] device: 'host0': device_add
[   12.038519] PM: Adding info for No Bus:host0
[   12.042792] ata1: SATA max UDMA/133 abar m1024@0xf0b4f000 port 0xf0b4f100 irq 19
[   12.050172] driver: '0000:00:11.0': driver_bound: bound to device 'ahci'
[   12.056852] bus: 'pci': really_probe: bound device 0000:00:11.0 to driver ahci
[   12.064086] bus: 'pci': add driver ata_piix
[   12.068285] bus: 'pci': add driver pata_sis
[   12.072470] bus: 'pci': add driver pata_acpi
[   12.076741] bus: 'pci': add driver ata_generic
[   12.081192] bus: 'mdio_bus': add driver Marvell 88E1101
[   12.086408] bus: 'mdio_bus': add driver Marvell 88E1112
[   12.091626] bus: 'mdio_bus': add driver Marvell 88E1111
[   12.096842] bus: 'mdio_bus': add driver Marvell 88E1118
[   12.102058] bus: 'mdio_bus': add driver Marvell 88E1121R
[   12.107359] bus: 'mdio_bus': add driver Marvell 88E1318S
[   12.112660] bus: 'mdio_bus': add driver Marvell 88E1145
[   12.117876] bus: 'mdio_bus': add driver Marvell 88E1149R
[   12.123176] bus: 'mdio_bus': add driver Marvell 88E1240
[   12.128395] bus: 'mdio_bus': add driver Davicom DM9161E
[   12.133611] bus: 'mdio_bus': add driver Davicom DM9161A
[   12.138828] bus: 'mdio_bus': add driver Davicom DM9131
[   12.143957] bus: 'mdio_bus': add driver Cicada Cis8201
[   12.149086] bus: 'mdio_bus': add driver Cicada Cis8204
[   12.154215] bus: 'mdio_bus': add driver LXT970
[   12.158650] bus: 'mdio_bus': add driver LXT971
[   12.163086] bus: 'mdio_bus': add driver LXT973-A2
[   12.167782] bus: 'mdio_bus': add driver LXT973
[   12.172217] bus: 'mdio_bus': add driver QS6612
[   12.176652] bus: 'mdio_bus': add driver SMSC LAN83C185
[   12.181783] bus: 'mdio_bus': add driver SMSC LAN8187
[   12.186739] bus: 'mdio_bus': add driver SMSC LAN8700
[   12.191707] bus: 'mdio_bus': add driver SMSC LAN911x Internal PHY
[   12.197790] bus: 'mdio_bus': add driver SMSC LAN8710/LAN8720
[   12.203441] bus: 'mdio_bus': add driver Vitesse VSC8244
[   12.208659] bus: 'mdio_bus': add driver Vitesse VSC8221
[   12.213873] bus: 'mdio_bus': add driver Broadcom BCM5411
[   12.219174] bus: 'mdio_bus': add driver Broadcom BCM5421
[   12.224476] bus: 'mdio_bus': add driver Broadcom BCM5461
[   12.229781] bus: 'mdio_bus': add driver Broadcom BCM5464
[   12.235087] bus: 'mdio_bus': add driver Broadcom BCM5481
[   12.240390] bus: 'mdio_bus': add driver Broadcom BCM5482
[   12.245692] bus: 'mdio_bus': add driver Broadcom BCM50610
[   12.251081] bus: 'mdio_bus': add driver Broadcom BCM50610M
[   12.256556] bus: 'mdio_bus': add driver Broadcom BCM57780
[   12.261947] bus: 'mdio_bus': add driver Broadcom BCMAC131
[   12.267338] bus: 'mdio_bus': add driver Broadcom BCM5241
[   12.272640] bus: 'mdio_bus': add driver ICPlus IP175C
[   12.277684] bus: 'mdio_bus': add driver ICPlus IP1001
[   12.282725] bus: 'mdio_bus': add driver ICPlus IP101A/G
[   12.287942] bus: 'mdio_bus': add driver RTL8211B Gigabit Ethernet
[   12.294022] bus: 'mdio_bus': add driver RTL8211E Gigabit Ethernet
[   12.300104] bus: 'mdio_bus': add driver ET1011C
[   12.304632] Registering platform device 'Fixed MDIO bus.0'. Parent at platform
[   12.311831] device: 'Fixed MDIO bus.0': device_add
[   12.316608] bus: 'platform': add device Fixed MDIO bus.0
[   12.321914] PM: Adding info for platform:Fixed MDIO bus.0
[   12.327306] device: 'fixed-0': device_add
[   12.331318] PM: Adding info for No Bus:fixed-0
[   12.335756] libphy: Fixed MDIO Bus: probed
[   12.339842] bus: 'mdio_bus': add driver NatSemi DP83865
[   12.345059] bus: 'mdio_bus': add driver STe101p
[   12.349582] bus: 'mdio_bus': add driver STe100p
[   12.354106] bus: 'mdio_bus': add driver Micrel KS8737
[   12.359149] bus: 'mdio_bus': add driver Micrel KSZ8021 or KSZ8031
[   12.365236] bus: 'mdio_bus': add driver Micrel KSZ8041
[   12.370367] bus: 'mdio_bus': add driver Micrel KSZ8051
[   12.375496] bus: 'mdio_bus': add driver Micrel KSZ8001 or KS8721
[   12.381493] bus: 'mdio_bus': add driver Micrel KSZ8081 or KSZ8091
[   12.387573] bus: 'mdio_bus': add driver Micrel KSZ8061
[   12.392704] bus: 'mdio_bus': add driver Micrel KSZ9021 Gigabit PHY
[   12.398872] bus: 'mdio_bus': add driver Micrel KSZ9031 Gigabit PHY
[   12.405045] bus: 'mdio_bus': add driver Micrel KSZ8873MLL Switch
[   12.411040] bus: 'mdio_bus': add driver Micrel KSZ886X Switch
[   12.416778] bus: 'mdio_bus': add driver AM79C874
[   12.421387] tun: Universal TUN/TAP device driver, 1.6
[   12.426421] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[   12.432585] device: 'tun': device_add
[   12.436304] PM: Adding info for No Bus:tun
[   12.440395] bus: 'virtio': add driver virtio_net
[   12.445002] PPP generic driver version 2.4.2
[   12.449269] device class 'ppp': registering
[   12.453446] device: 'ppp': device_add
[   12.457154] PM: Adding info for No Bus:ppp
[   12.461249] uhci_hcd: USB Universal Host Controller Interface driver
[   12.467593] bus: 'pci': add driver uhci_hcd
[   12.471784] bus: 'pnp': add driver i8042 kbd
[   12.476053] bus: 'pnp': driver_probe_device: matched device 00:06 with driver i8042 kbd
[   12.484034] bus: 'pnp': really_probe: probing driver i8042 kbd with device 00:06
[   12.491416] driver: '00:06': driver_bound: bound to device 'i8042 kbd'
[   12.497923] bus: 'pnp': really_probe: bound device 00:06 to driver i8042 kbd
[   12.504960] bus: 'pnp': add driver i8042 aux
[   12.509226] bus: 'pnp': driver_probe_device: matched device 00:07 with driver i8042 aux
[   12.517205] bus: 'pnp': really_probe: probing driver i8042 aux with device 00:07
[   12.524581] driver: '00:07': driver_bound: bound to device 'i8042 aux'
[   12.531087] bus: 'pnp': really_probe: bound device 00:07 to driver i8042 aux
[   12.538122] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[   12.539443] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   12.552458] Registering platform device 'i8042'. Parent at platform
[   12.558706] device: 'i8042': device_add
[   12.562530] bus: 'platform': add device i8042
[   12.566885] PM: Adding info for platform:i8042
[   12.571321] bus: 'platform': add driver i8042
[   12.575669] bus: 'platform': driver_probe_device: matched device i8042 with driver i8042
[   12.583733] bus: 'platform': really_probe: probing driver i8042 with device i8042
[   12.596084] serio: i8042 KBD port at 0x60,0x64 irq 1
[   12.601040] serio: i8042 AUX port at 0x60,0x64 irq 12
[   12.606081] device: 'serio0': device_add
[   12.609996] bus: 'serio': add device serio0
[   12.610020] driver: 'i8042': driver_bound: bound to device 'i8042'
[   12.610022] bus: 'platform': really_probe: bound device i8042 to driver i8042
[   12.610041] device: 'mice': device_add
[   12.610102] PM: Adding info for No Bus:mice
[   12.610113] device: 'psaux': device_add
[   12.610149] PM: Adding info for No Bus:psaux
[   12.610155] mousedev: PS/2 mouse device common for all mice
[   12.610165] device: 'event0': device_add
[   12.610218] PM: Adding info for No Bus:event0
[   12.610229] device: 'event1': device_add
[   12.610266] PM: Adding info for No Bus:event1
[   12.610275] device: 'event2': device_add
[   12.610307] PM: Adding info for No Bus:event2
[   12.610318] bus: 'serio': add driver atkbd
[   12.610334] device: 'uinput': device_add
[   12.610370] PM: Adding info for No Bus:uinput
[   12.610376] bus: 'pnp': add driver rtc_cmos
[   12.610381] bus: 'pnp': driver_probe_device: matched device 00:04 with driver rtc_cmos
[   12.610383] bus: 'pnp': really_probe: probing driver rtc_cmos with device 00:04
[   12.610399] rtc_cmos 00:04: RTC can wake from S4
[   12.610499] device: 'rtc0': device_add
[   12.610539] PM: Adding info for No Bus:rtc0
[   12.610553] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[   12.610587] rtc_cmos 00:04: alarms up to one month, 114 bytes nvram, hpet irqs
[   12.610588] driver: '00:04': driver_bound: bound to device 'rtc_cmos'
[   12.610590] bus: 'pnp': really_probe: bound device 00:04 to driver rtc_cmos
[   12.610681] device-mapper: uevent: version 1.0.3
[   12.610725] device: 'device-mapper': device_add
[   12.610763] PM: Adding info for No Bus:device-mapper
[   12.610774] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@xxxxxxxxxx
[   12.610859] cpuidle: using governor ladder
[   12.770930] PM: Adding info for serio:serio0
[   12.771025] cpuidle: using governor menu
[   12.771027] EFI Variables Facility v0.08 2004-May-17
[   12.771141] device: 'binder': device_add
[   12.771190] PM: Adding info for No Bus:binder
[   12.771216] device: 'ashmem': device_add
[   12.771258] PM: Adding info for No Bus:ashmem
[   12.771264] ashmem: initialized
[   12.771265] device class 'timed_output': registering
[   12.771276] device: 'alarm': device_add
[   12.771311] PM: Adding info for No Bus:alarm
[   12.771318] device class 'extcon': registering
[   12.771450] TCP: cubic registered
[   12.771587] NET: Registered protocol family 10
[   12.771822] NET: Registered protocol family 17
[   12.771839] Key type dns_resolver registered
[   12.771857] bus: 'machinecheck': registered
[   12.771860] device: 'machinecheck': device_add
[   12.771872] PM: Adding info for No Bus:machinecheck
[   12.771876] device: 'machinecheck0': device_add
[   12.771879] bus: 'machinecheck': add device machinecheck0
[   12.771888] PM: Adding info for machinecheck:machinecheck0
[   12.771902] device: 'machinecheck1': device_add
[   12.771905] bus: 'machinecheck': add device machinecheck1
[   12.771916] PM: Adding info for machinecheck:machinecheck1
[   12.771928] device: 'machinecheck2': device_add
[   12.771931] bus: 'machinecheck': add device machinecheck2
[   12.771942] PM: Adding info for machinecheck:machinecheck2
[   12.771955] device: 'machinecheck3': device_add
[   12.771958] bus: 'machinecheck': add device machinecheck3
[   12.771966] PM: Adding info for machinecheck:machinecheck3
[   12.771982] device: 'mcelog': device_add
[   12.772021] PM: Adding info for No Bus:mcelog
[   12.863171] ata1.00: ATA-8: ST9500325AS, 0001SDM1, max UDMA/133
[   12.863173] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[   12.865715] ata1.00: configured for UDMA/133
[   12.865912] scsi 0:0:0:0: Direct-Access     ATA      ST9500325AS      0001 PQ: 0 ANSI: 5
[   12.865916] device: 'target0:0:0': device_add
[   12.865921] bus: 'scsi': add device target0:0:0
[   12.865931] PM: Adding info for scsi:target0:0:0
[   12.865940] device: '0:0:0:0': device_add
[   12.866326] bus: 'scsi': add device 0:0:0:0
[   12.866338] PM: Adding info for scsi:0:0:0:0
[   12.866345] bus: 'scsi': driver_probe_device: matched device 0:0:0:0 with driver sd
[   12.866347] bus: 'scsi': really_probe: probing driver sd with device 0:0:0:0
[   12.866363] device: '0:0:0:0': device_add
[   12.866385] PM: Adding info for No Bus:0:0:0:0
[   12.866397] driver: '0:0:0:0': driver_bound: bound to device 'sd'
[   12.866399] bus: 'scsi': really_probe: bound device 0:0:0:0 to driver sd
[   12.866401] device: '0:0:0:0': device_add
[   12.866415] PM: Adding info for No Bus:0:0:0:0
[   12.866438] device: 'sg0': device_add
[   12.866470] PM: Adding info for No Bus:sg0
[   12.866481] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   12.866487] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[   12.866488] device: '0:0:0:0': device_add
[   12.866524] PM: Adding info for No Bus:0:0:0:0
[   12.866576] sd 0:0:0:0: [sda] Write Protect is off
[   12.866580] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   12.866617] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   12.866623] device: '8:0': device_add
[   12.866641] PM: Adding info for No Bus:8:0
[   12.866654] device: 'sda': device_add
[   12.866930] PM: Adding info for No Bus:sda
[   12.914891]  sda: sda1 sda2 sda3
[   12.914903] device: 'sda1': device_add
[   12.914985] PM: Adding info for No Bus:sda1
[   12.914997] device: 'sda2': device_add
[   12.915041] PM: Adding info for No Bus:sda2
[   12.915055] device: 'sda3': device_add
[   12.915098] PM: Adding info for No Bus:sda3
[   12.915392] sd 0:0:0:0: [sda] Attached SCSI disk
[   13.110169] bus: 'serio': driver_probe_device: matched device serio0 with driver atkbd
[   13.110182] device: 'cpu_dma_latency': device_add
[   13.110221] PM: Adding info for No Bus:cpu_dma_latency
[   13.110231] device: 'network_latency': device_add
[   13.110275] PM: Adding info for No Bus:network_latency
[   13.110282] device: 'network_throughput': device_add
[   13.110331] PM: Adding info for No Bus:network_throughput
[   13.110340] PM: Hibernation image not present or could not be loaded.
[   13.110356] registered taskstats version 1
[   13.113826] Key type trusted registered
[   13.116262] Key type encrypted registered
[   13.119330]   Magic number: 5:239:167
[   13.119425] acpi PNP0000:00: hash matches
[   13.119515] bus: 'platform': add driver charger-manager
[   13.119623] acpi-cpufreq: overriding BIOS provided _PSD data
[   13.184760] bus: 'serio': really_probe: probing driver atkbd with device serio0
[   13.184985] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[   13.184986] EDD information not available.
[   13.203688] Freeing unused kernel memory: 1244k freed
[   13.209115] Write protecting the kernel read-only data: 12288k
[   13.218008] device: 'input3': device_add
[   13.221917] Freeing unused kernel memory: 1256k freed
[   13.221961] PM: Adding info for No Bus:input3
[   13.221993] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[   13.222009] device: 'event3': device_add
[   13.222089] PM: Adding info for No Bus:event3
[   13.222098] driver: 'serio0': driver_bound: bound to device 'atkbd'
[   13.222106] bus: 'serio': really_probe: bound device serio0 to driver atkbd
[   13.222113] device: 'serio1': device_add
[   13.222120] bus: 'serio': add device serio1
[   13.222134] PM: Adding info for serio:serio1
[   13.222142] bus: 'serio': driver_probe_device: matched device serio1 with driver atkbd
[   13.222143] bus: 'serio': really_probe: probing driver atkbd with device serio1
[   13.290001] atkbd: probe of serio1 rejects match -19
[   13.294951] Freeing unused kernel memory: 1032k freed
[   13.294963] bus: 'serio': driver_probe_device: matched device serio1 with driver atkbd
[   13.294964] bus: 'serio': really_probe: probing driver atkbd with device serio1
[   13.298166] atkbd: probe of serio1 rejects match -19
[   13.340403] udevd[106]: starting version 175
[   13.405040] device class 'pps': registering
[   13.411177] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   13.417390] ohci_hcd: block sizes: ed 80 td 96
[   13.421857] bus: 'pci': add driver xhci_hcd
[   13.424854] pps_core: LinuxPPS API ver. 1 registered
[   13.424856] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[   13.435922] bus: 'platform': add driver ohci-platform
[   13.435959] bus: 'pci': add driver ohci_hcd
[   13.435970] bus: 'pci': driver_probe_device: matched device 0000:00:12.0 with driver ohci_hcd
[   13.435972] bus: 'pci': really_probe: probing driver ohci_hcd with device 0000:00:12.0
[   13.436135] ohci_hcd 0000:00:12.0: OHCI Host Controller
[   13.436144] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 1
[   13.436176] ohci_hcd 0000:00:12.0: created debug files
[   13.436178] ohci_hcd 0000:00:12.0: supports USB remote wakeup
[   13.436209] ohci_hcd 0000:00:12.0: irq 18, io mem 0xf0b4e000
[   13.495210] sdhci: Secure Digital Host Controller Interface driver
[   13.495594] ohci_hcd 0000:00:12.0: OHCI controller state
[   13.495599] ohci_hcd 0000:00:12.0: OHCI 1.0, NO legacy support registers, rh state running
[   13.495604] ohci_hcd 0000:00:12.0: control 0x283 RWC HCFS=operational CBSR=3
[   13.495608] ohci_hcd 0000:00:12.0: cmdstatus 0x00000 SOC=0
[   13.495612] ohci_hcd 0000:00:12.0: intrstatus 0x00000004 SF
[   13.495616] ohci_hcd 0000:00:12.0: intrenable 0x8000005a MIE RHSC UE RD WDH
[   13.495627] ohci_hcd 0000:00:12.0: hcca frame #0005
[   13.495631] ohci_hcd 0000:00:12.0: roothub.a 02001204 POTPGT=2 NOCP NPS NDP=4(4)
[   13.495634] ohci_hcd 0000:00:12.0: roothub.b 00000000 PPCM=0000 DR=0000
[   13.495638] ohci_hcd 0000:00:12.0: roothub.status 00008000 DRWE
[   13.495642] ohci_hcd 0000:00:12.0: roothub.portstatus [0] 0x00000100 PPS
[   13.495646] ohci_hcd 0000:00:12.0: roothub.portstatus [1] 0x00010101 CSC PPS CCS
[   13.495649] ohci_hcd 0000:00:12.0: roothub.portstatus [2] 0x00000100 PPS
[   13.495654] ohci_hcd 0000:00:12.0: roothub.portstatus [3] 0x00000100 PPS
[   13.495680] usb usb1: default language 0x0409
[   13.495689] usb usb1: udev 1, busnum 1, minor = 0
[   13.495691] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[   13.495693] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.495696] usb usb1: Product: OHCI Host Controller
[   13.495698] usb usb1: Manufacturer: Linux 3.9.0-rc1-usb-for-linus+ ohci_hcd
[   13.495699] usb usb1: SerialNumber: 0000:00:12.0
[   13.495705] device: 'usb1': device_add
[   13.495795] bus: 'usb': add device usb1
[   13.495815] PM: Adding info for usb:usb1
[   13.495839] bus: 'usb': driver_probe_device: matched device usb1 with driver usb
[   13.495841] bus: 'usb': really_probe: probing driver usb with device usb1
[   13.495846] usb usb1: usb_probe_device
[   13.495849] usb usb1: configuration #1 chosen from 1 choice
[   13.495863] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[   13.495864] device: '1-0:1.0': device_add
[   13.495873] bus: 'usb': add device 1-0:1.0
[   13.495879] PM: Adding info for usb:1-0:1.0
[   13.495893] bus: 'usb': driver_probe_device: matched device 1-0:1.0 with driver hub
[   13.495894] bus: 'usb': really_probe: probing driver hub with device 1-0:1.0
[   13.495899] hub 1-0:1.0: usb_probe_interface
[   13.495901] hub 1-0:1.0: usb_probe_interface - got id
[   13.495904] hub 1-0:1.0: USB hub found
[   13.495913] hub 1-0:1.0: 4 ports detected
[   13.495915] hub 1-0:1.0: standalone hub
[   13.495917] hub 1-0:1.0: no power switching (usb 1.0)
[   13.495918] hub 1-0:1.0: no over-current protection
[   13.495920] hub 1-0:1.0: power on to power good time: 4ms
[   13.495926] hub 1-0:1.0: local power source is good
[   13.495930] device: 'port1': device_add
[   13.495945] PM: Adding info for No Bus:port1
[   13.495953] device: 'port2': device_add
[   13.495963] PM: Adding info for No Bus:port2
[   13.495968] device: 'port3': device_add
[   13.495980] PM: Adding info for No Bus:port3
[   13.495986] device: 'port4': device_add
[   13.495995] PM: Adding info for No Bus:port4
[   13.496001] hub 1-0:1.0: trying to enable port power on non-switchable hub
[   13.496010] driver: '1-0:1.0': driver_bound: bound to device 'hub'
[   13.496024] bus: 'usb': really_probe: bound device 1-0:1.0 to driver hub
[   13.496030] device: 'ep_81': device_add
[   13.496046] PM: Adding info for No Bus:ep_81
[   13.496049] driver: 'usb1': driver_bound: bound to device 'usb'
[   13.496057] bus: 'usb': really_probe: bound device usb1 to driver usb
[   13.496061] device: 'ep_00': device_add
[   13.496074] PM: Adding info for No Bus:ep_00
[   13.496108] driver: '0000:00:12.0': driver_bound: bound to device 'ohci_hcd'
[   13.496116] bus: 'pci': really_probe: bound device 0000:00:12.0 to driver ohci_hcd
[   13.496124] bus: 'pci': driver_probe_device: matched device 0000:00:13.0 with driver ohci_hcd
[   13.496125] bus: 'pci': really_probe: probing driver ohci_hcd with device 0000:00:13.0
[   13.496279] ohci_hcd 0000:00:13.0: OHCI Host Controller
[   13.496456] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
[   13.496480] ohci_hcd 0000:00:13.0: created debug files
[   13.496482] ohci_hcd 0000:00:13.0: supports USB remote wakeup
[   13.496494] ohci_hcd 0000:00:13.0: irq 18, io mem 0xf0b4c000
[   13.555580] ohci_hcd 0000:00:13.0: OHCI controller state
[   13.555586] ohci_hcd 0000:00:13.0: OHCI 1.0, NO legacy support registers, rh state running
[   13.555590] ohci_hcd 0000:00:13.0: control 0x283 RWC HCFS=operational CBSR=3
[   13.555594] ohci_hcd 0000:00:13.0: cmdstatus 0x00000 SOC=0
[   13.555598] ohci_hcd 0000:00:13.0: intrstatus 0x00000004 SF
[   13.555602] ohci_hcd 0000:00:13.0: intrenable 0x8000005a MIE RHSC UE RD WDH
[   13.555613] ohci_hcd 0000:00:13.0: hcca frame #0004
[   13.555616] ohci_hcd 0000:00:13.0: roothub.a 02001204 POTPGT=2 NOCP NPS NDP=4(4)
[   13.555620] ohci_hcd 0000:00:13.0: roothub.b 00000000 PPCM=0000 DR=0000
[   13.555623] ohci_hcd 0000:00:13.0: roothub.status 00008000 DRWE
[   13.555627] ohci_hcd 0000:00:13.0: roothub.portstatus [0] 0x00000100 PPS
[   13.555632] ohci_hcd 0000:00:13.0: roothub.portstatus [1] 0x00000100 PPS
[   13.555635] ohci_hcd 0000:00:13.0: roothub.portstatus [2] 0x00000100 PPS
[   13.555639] ohci_hcd 0000:00:13.0: roothub.portstatus [3] 0x00000100 PPS
[   13.555665] usb usb2: default language 0x0409
[   13.555675] usb usb2: udev 1, busnum 2, minor = 128
[   13.555677] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[   13.555679] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.555682] usb usb2: Product: OHCI Host Controller
[   13.555684] usb usb2: Manufacturer: Linux 3.9.0-rc1-usb-for-linus+ ohci_hcd
[   13.555686] usb usb2: SerialNumber: 0000:00:13.0
[   13.555692] device: 'usb2': device_add
[   13.555802] bus: 'usb': add device usb2
[   13.555825] PM: Adding info for usb:usb2
[   13.555861] bus: 'usb': driver_probe_device: matched device usb2 with driver usb
[   13.555863] bus: 'usb': really_probe: probing driver usb with device usb2
[   13.555869] usb usb2: usb_probe_device
[   13.555872] usb usb2: configuration #1 chosen from 1 choice
[   13.555885] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[   13.555886] device: '2-0:1.0': device_add
[   13.555898] bus: 'usb': add device 2-0:1.0
[   13.555905] PM: Adding info for usb:2-0:1.0
[   13.555919] bus: 'usb': driver_probe_device: matched device 2-0:1.0 with driver hub
[   13.555921] bus: 'usb': really_probe: probing driver hub with device 2-0:1.0
[   13.555925] hub 2-0:1.0: usb_probe_interface
[   13.555928] hub 2-0:1.0: usb_probe_interface - got id
[   13.555931] hub 2-0:1.0: USB hub found
[   13.555940] hub 2-0:1.0: 4 ports detected
[   13.555942] hub 2-0:1.0: standalone hub
[   13.555944] hub 2-0:1.0: no power switching (usb 1.0)
[   13.555946] hub 2-0:1.0: no over-current protection
[   13.555947] hub 2-0:1.0: power on to power good time: 4ms
[   13.555954] hub 2-0:1.0: local power source is good
[   13.555958] device: 'port1': device_add
[   13.555976] PM: Adding info for No Bus:port1
[   13.555984] device: 'port2': device_add
[   13.556005] PM: Adding info for No Bus:port2
[   13.556012] device: 'port3': device_add
[   13.556026] PM: Adding info for No Bus:port3
[   13.556032] device: 'port4': device_add
[   13.556046] PM: Adding info for No Bus:port4
[   13.556055] hub 2-0:1.0: trying to enable port power on non-switchable hub
[   13.556063] driver: '2-0:1.0': driver_bound: bound to device 'hub'
[   13.556073] bus: 'usb': really_probe: bound device 2-0:1.0 to driver hub
[   13.556077] device: 'ep_81': device_add
[   13.556092] PM: Adding info for No Bus:ep_81
[   13.556094] driver: 'usb2': driver_bound: bound to device 'usb'
[   13.556099] bus: 'usb': really_probe: bound device usb2 to driver usb
[   13.556102] device: 'ep_00': device_add
[   13.556119] PM: Adding info for No Bus:ep_00
[   13.556152] driver: '0000:00:13.0': driver_bound: bound to device 'ohci_hcd'
[   13.556157] bus: 'pci': really_probe: bound device 0000:00:13.0 to driver ohci_hcd
[   13.559706] bus: 'pci': driver_probe_device: matched device 0000:00:10.0 with driver xhci_hcd
[   13.559708] bus: 'pci': really_probe: probing driver xhci_hcd with device 0000:00:10.0
[   14.229186] ohci_hcd 0000:00:12.0: GetStatus roothub.portstatus [1] = 0x00010101 CSC PPS CCS
[   14.229188] xhci_hcd 0000:00:10.0: xHCI Host Controller
[   14.229189] sdhci: Copyright(c) Pierre Ossman
[   14.229212] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0000
[   14.229224] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3
[   14.260131] device class 'ptp': registering
[   14.260212] hub 1-0:1.0: port 2: status 0101 change 0001
[   14.269650] bus: 'pci': add driver sdhci-pci
[   14.269771] PTP clock support registered
[   14.283735] e1000e: Intel(R) PRO/1000 Network Driver - 2.2.14-k
[   14.289644] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[   14.295557] bus: 'pci': add driver e1000e
[   14.299580] bus: 'pci': driver_probe_device: matched device 0000:01:00.0 with driver e1000e
[   14.307908] bus: 'pci': really_probe: probing driver e1000e with device 0000:01:00.0
[   14.315638] e1000e 0000:01:00.0: Disabling ASPM L0s L1
[   14.321076] e1000e 0000:01:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   14.330462] e1000e 0000:01:00.0: irq 74 for MSI/MSI-X
[   14.334150] hub 2-0:1.0: hub_suspend
[   14.334162] usb usb2: bus auto-suspend, wakeup 1
[   14.334166] ohci_hcd 0000:00:13.0: suspend root hub
[   14.334243] xhci_hcd 0000:00:10.0: supports USB remote wakeup
[   14.334256] xhci_hcd 0000:00:10.0: irq 18, io mem 0xf0b48000
[   14.334324] xhci_hcd 0000:00:10.0: irq 75 for MSI/MSI-X
[   14.334332] xhci_hcd 0000:00:10.0: irq 76 for MSI/MSI-X
[   14.334340] xhci_hcd 0000:00:10.0: irq 77 for MSI/MSI-X
[   14.334349] xhci_hcd 0000:00:10.0: irq 78 for MSI/MSI-X
[   14.334356] xhci_hcd 0000:00:10.0: irq 79 for MSI/MSI-X
[   14.334487] usb usb3: default language 0x0409
[   14.334496] usb usb3: udev 1, busnum 3, minor = 256
[   14.334498] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[   14.334501] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.334503] usb usb3: Product: xHCI Host Controller
[   14.334505] usb usb3: Manufacturer: Linux 3.9.0-rc1-usb-for-linus+ xhci_hcd
[   14.334507] usb usb3: SerialNumber: 0000:00:10.0
[   14.334512] device: 'usb3': device_add
[   14.334612] bus: 'usb': add device usb3
[   14.334634] PM: Adding info for usb:usb3
[   14.334661] bus: 'usb': driver_probe_device: matched device usb3 with driver usb
[   14.334662] bus: 'usb': really_probe: probing driver usb with device usb3
[   14.334668] usb usb3: usb_probe_device
[   14.334671] usb usb3: configuration #1 chosen from 1 choice
[   14.334676] xHCI xhci_add_endpoint called for root hub
[   14.334678] xHCI xhci_check_bandwidth called for root hub
[   14.334688] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[   14.334689] device: '3-0:1.0': device_add
[   14.334698] bus: 'usb': add device 3-0:1.0
[   14.334707] PM: Adding info for usb:3-0:1.0
[   14.334722] bus: 'usb': driver_probe_device: matched device 3-0:1.0 with driver hub
[   14.334723] bus: 'usb': really_probe: probing driver hub with device 3-0:1.0
[   14.334728] hub 3-0:1.0: usb_probe_interface
[   14.334730] hub 3-0:1.0: usb_probe_interface - got id
[   14.334733] hub 3-0:1.0: USB hub found
[   14.334742] hub 3-0:1.0: 2 ports detected
[   14.334744] hub 3-0:1.0: standalone hub
[   14.334745] hub 3-0:1.0: no power switching (usb 1.0)
[   14.334747] hub 3-0:1.0: individual port over-current protection
[   14.334748] hub 3-0:1.0: Single TT
[   14.334750] hub 3-0:1.0: TT requires at most 8 FS bit times (666 ns)
[   14.334752] hub 3-0:1.0: power on to power good time: 20ms
[   14.334757] hub 3-0:1.0: local power source is good
[   14.334760] device: 'port1': device_add
[   14.334772] PM: Adding info for No Bus:port1
[   14.334780] device: 'port2': device_add
[   14.334790] PM: Adding info for No Bus:port2
[   14.334796] hub 3-0:1.0: trying to enable port power on non-switchable hub
[   14.334812] driver: '3-0:1.0': driver_bound: bound to device 'hub'
[   14.334820] bus: 'usb': really_probe: bound device 3-0:1.0 to driver hub
[   14.334825] device: 'ep_81': device_add
[   14.334842] PM: Adding info for No Bus:ep_81
[   14.334844] driver: 'usb3': driver_bound: bound to device 'usb'
[   14.334848] bus: 'usb': really_probe: bound device usb3 to driver usb
[   14.334853] device: 'ep_00': device_add
[   14.334868] PM: Adding info for No Bus:ep_00
[   14.334887] xhci_hcd 0000:00:10.0: xHCI Host Controller
[   14.334892] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 4
[   14.334898] xhci_hcd 0000:00:10.0: supports USB remote wakeup
[   14.337570] usb usb4: skipped 1 descriptor after endpoint
[   14.337573] usb usb4: default language 0x0409
[   14.337580] usb usb4: udev 1, busnum 4, minor = 384
[   14.337582] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[   14.337584] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.337586] usb usb4: Product: xHCI Host Controller
[   14.337588] usb usb4: Manufacturer: Linux 3.9.0-rc1-usb-for-linus+ xhci_hcd
[   14.337590] usb usb4: SerialNumber: 0000:00:10.0
[   14.337594] device: 'usb4': device_add
[   14.337682] bus: 'usb': add device usb4
[   14.337698] PM: Adding info for usb:usb4
[   14.337717] bus: 'usb': driver_probe_device: matched device usb4 with driver usb
[   14.337718] bus: 'usb': really_probe: probing driver usb with device usb4
[   14.337722] usb usb4: usb_probe_device
[   14.337725] usb usb4: configuration #1 chosen from 1 choice
[   14.337727] xHCI xhci_add_endpoint called for root hub
[   14.337728] xHCI xhci_check_bandwidth called for root hub
[   14.337735] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[   14.337736] device: '4-0:1.0': device_add
[   14.337746] bus: 'usb': add device 4-0:1.0
[   14.337752] PM: Adding info for usb:4-0:1.0
[   14.337771] bus: 'usb': driver_probe_device: matched device 4-0:1.0 with driver hub
[   14.337772] bus: 'usb': really_probe: probing driver hub with device 4-0:1.0
[   14.337776] hub 4-0:1.0: usb_probe_interface
[   14.337778] hub 4-0:1.0: usb_probe_interface - got id
[   14.337780] hub 4-0:1.0: USB hub found
[   14.337788] hub 4-0:1.0: 2 ports detected
[   14.337789] hub 4-0:1.0: standalone hub
[   14.337790] hub 4-0:1.0: no power switching (usb 1.0)
[   14.337792] hub 4-0:1.0: individual port over-current protection
[   14.337794] hub 4-0:1.0: TT requires at most 8 FS bit times (666 ns)
[   14.337796] hub 4-0:1.0: power on to power good time: 20ms
[   14.337799] hub 4-0:1.0: local power source is good
[   14.337802] device: 'port1': device_add
[   14.337812] PM: Adding info for No Bus:port1
[   14.337819] device: 'port2': device_add
[   14.337831] PM: Adding info for No Bus:port2
[   14.337836] hub 4-0:1.0: trying to enable port power on non-switchable hub
[   14.337851] driver: '4-0:1.0': driver_bound: bound to device 'hub'
[   14.337856] bus: 'usb': really_probe: bound device 4-0:1.0 to driver hub
[   14.337860] device: 'ep_81': device_add
[   14.337873] PM: Adding info for No Bus:ep_81
[   14.337875] driver: 'usb4': driver_bound: bound to device 'usb'
[   14.337879] bus: 'usb': really_probe: bound device usb4 to driver usb
[   14.337883] device: 'ep_00': device_add
[   14.337897] PM: Adding info for No Bus:ep_00
[   14.359603] hub 1-0:1.0: state 7 ports 4 chg 0004 evt 0000
[   14.359613] hub 1-0:1.0: port 2, status 0101, change 0000, 12 Mb/s
[   14.385538] ohci_hcd 0000:00:12.0: port[1] reset timeout, stat 00000111
[   14.431601] hub 3-0:1.0: port 2: status 0101 change 0001
[   14.435601] hub 4-0:1.0: port 2: status 0203 change 0001
[   14.439596] ohci_hcd 0000:00:12.0: GetStatus roothub.portstatus [1] = 0x00100103 PRSC PPS PES CCS
[   14.495599] usb 1-2: new full-speed USB device number 2 using ohci_hcd
[   14.521546] ohci_hcd 0000:00:12.0: port[1] reset timeout, stat 00000113
[   14.575610] ohci_hcd 0000:00:12.0: GetStatus roothub.portstatus [1] = 0x00100103 PRSC PPS PES CCS
[   14.656656] usb 1-2: Parent hub missing LPM exit latency info.  Power management will be impacted.
[   14.658656] usb 1-2: not running at top speed; connect to a high speed hub
[   14.664658] usb 1-2: default language 0x0409
[   14.670658] usb 1-2: udev 2, busnum 1, minor = 1
[   14.670660] usb 1-2: New USB device found, idVendor=05e3, idProduct=0732
[   14.670662] usb 1-2: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[   14.670664] usb 1-2: Product: USB Reader
[   14.670666] usb 1-2: Manufacturer: Genesys
[   14.670668] usb 1-2: SerialNumber: 000000000038
[   14.670672] device: '1-2': device_add
[   14.670758] bus: 'usb': add device 1-2
[   14.670767] PM: Adding info for usb:1-2
[   14.670791] bus: 'usb': driver_probe_device: matched device 1-2 with driver usb
[   14.670792] bus: 'usb': really_probe: probing driver usb with device 1-2
[   14.670796] usb 1-2: usb_probe_device
[   14.670799] usb 1-2: configuration #1 chosen from 1 choice
[   14.672659] usb 1-2: adding 1-2:1.0 (config #1, interface 0)
[   14.672660] device: '1-2:1.0': device_add
[   14.672669] bus: 'usb': add device 1-2:1.0
[   14.672678] PM: Adding info for usb:1-2:1.0
[   14.672699] device: 'ep_81': device_add
[   14.672712] PM: Adding info for No Bus:ep_81
[   14.672715] device: 'ep_02': device_add
[   14.672731] PM: Adding info for No Bus:ep_02
[   14.672733] driver: '1-2': driver_bound: bound to device 'usb'
[   14.672738] bus: 'usb': really_probe: bound device 1-2 to driver usb
[   14.672750] device: 'ep_00': device_add
[   14.672763] PM: Adding info for No Bus:ep_00
[   14.672768] hub 1-0:1.0: state 7 ports 4 chg 0000 evt 0004
[   14.672775] hub 3-0:1.0: state 7 ports 2 chg 0004 evt 0000
[   14.672781] hub 3-0:1.0: port 2, status 0101, change 0000, 12 Mb/s
[   14.783637] usb 3-2: new high-speed USB device number 2 using xhci_hcd
[   14.801480] usb 3-2: default language 0x0409
[   14.801872] usb 3-2: udev 2, busnum 3, minor = 257
[   14.801875] usb 3-2: New USB device found, idVendor=2109, idProduct=0811
[   14.801877] usb 3-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   14.801880] usb 3-2: Product: USB2.0 Hub
[   14.801885] device: '3-2': device_add
[   14.801973] bus: 'usb': add device 3-2
[   14.801987] PM: Adding info for usb:3-2
[   14.802015] bus: 'usb': driver_probe_device: matched device 3-2 with driver usb
[   14.802017] bus: 'usb': really_probe: probing driver usb with device 3-2
[   14.802022] usb 3-2: usb_probe_device
[   14.802025] usb 3-2: configuration #1 chosen from 1 choice
[   14.802358] usb 3-2: Successful Endpoint Configure command
[   14.802612] usb 3-2: adding 3-2:1.0 (config #1, interface 0)
[   14.802613] device: '3-2:1.0': device_add
[   14.802625] bus: 'usb': add device 3-2:1.0
[   14.802631] PM: Adding info for usb:3-2:1.0
[   14.802650] bus: 'usb': driver_probe_device: matched device 3-2:1.0 with driver hub
[   14.802651] bus: 'usb': really_probe: probing driver hub with device 3-2:1.0
[   14.802657] hub 3-2:1.0: usb_probe_interface
[   14.802659] hub 3-2:1.0: usb_probe_interface - got id
[   14.802662] hub 3-2:1.0: USB hub found
[   14.802995] hub 3-2:1.0: 4 ports detected
[   14.802997] hub 3-2:1.0: standalone hub
[   14.802999] hub 3-2:1.0: individual port power switching
[   14.803000] hub 3-2:1.0: individual port over-current protection
[   14.803002] hub 3-2:1.0: Single TT
[   14.803004] hub 3-2:1.0: TT requires at most 32 FS bit times (2664 ns)
[   14.803006] hub 3-2:1.0: Port indicators are supported
[   14.803007] hub 3-2:1.0: power on to power good time: 100ms
[   14.803571] usb 3-2: Successful Endpoint Configure command
[   14.803855] hub 3-2:1.0: local power source is good
[   14.803859] device: 'port1': device_add
[   14.803873] PM: Adding info for No Bus:port1
[   14.803881] device: 'port2': device_add
[   14.803894] PM: Adding info for No Bus:port2
[   14.803899] device: 'port3': device_add
[   14.803909] PM: Adding info for No Bus:port3
[   14.803914] device: 'port4': device_add
[   14.803926] PM: Adding info for No Bus:port4
[   14.803931] hub 3-2:1.0: enabling power on all ports
[   14.810872] driver: '3-2:1.0': driver_bound: bound to device 'hub'
[   14.810882] bus: 'usb': really_probe: bound device 3-2:1.0 to driver hub
[   14.810888] device: 'ep_81': device_add
[   14.810903] PM: Adding info for No Bus:ep_81
[   14.810906] driver: '3-2': driver_bound: bound to device 'usb'
[   14.810912] bus: 'usb': really_probe: bound device 3-2 to driver usb
[   14.810918] device: 'ep_00': device_add
[   14.810935] PM: Adding info for No Bus:ep_00
[   14.810942] hub 4-0:1.0: state 7 ports 2 chg 0004 evt 0000
[   14.810951] hub 4-0:1.0: port 2, status 0203, change 0000, 5.0 Gb/s
[   14.908005] hub 3-2:1.0: port 1: status 0101 change 0001
[   14.920073] usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
[   14.977508] usb 4-2: Parent hub missing LPM exit latency info.  Power management will be impacted.
[   14.978512] usb 4-2: skipped 1 descriptor after endpoint
[   14.979622] usb 4-2: default language 0x0409
[   14.981619] usb 4-2: udev 2, busnum 4, minor = 385
[   14.981622] usb 4-2: New USB device found, idVendor=2109, idProduct=0811
[   14.981624] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   14.981626] usb 4-2: Product: 4-Port USB 3.0 Hub
[   14.981628] usb 4-2: Manufacturer: VIA Labs, Inc.
[   14.981631] device: '4-2': device_add
[   14.981715] bus: 'usb': add device 4-2
[   14.981725] PM: Adding info for usb:4-2
[   14.981748] bus: 'usb': driver_probe_device: matched device 4-2 with driver usb
[   14.981749] bus: 'usb': really_probe: probing driver usb with device 4-2
[   14.981753] usb 4-2: usb_probe_device
[   14.981756] usb 4-2: configuration #1 chosen from 1 choice
[   14.982072] usb 4-2: Successful Endpoint Configure command
[   14.982386] usb 4-2: adding 4-2:1.0 (config #1, interface 0)
[   14.982387] device: '4-2:1.0': device_add
[   14.982400] bus: 'usb': add device 4-2:1.0
[   14.982406] PM: Adding info for usb:4-2:1.0
[   14.982424] bus: 'usb': driver_probe_device: matched device 4-2:1.0 with driver hub
[   14.982425] bus: 'usb': really_probe: probing driver hub with device 4-2:1.0
[   14.982429] hub 4-2:1.0: usb_probe_interface
[   14.982431] hub 4-2:1.0: usb_probe_interface - got id
[   14.982434] hub 4-2:1.0: USB hub found
[   14.983118] hub 4-2:1.0: 4 ports detected
[   14.983119] hub 4-2:1.0: standalone hub
[   14.983121] hub 4-2:1.0: individual port power switching
[   14.983122] hub 4-2:1.0: individual port over-current protection
[   14.983124] hub 4-2:1.0: TT requires at most 8 FS bit times (666 ns)
[   14.983126] hub 4-2:1.0: power on to power good time: 2ms
[   14.983702] usb 4-2: Successful Endpoint Configure command
[   14.983993] hub 4-2:1.0: local power source is good
[   14.983996] device: 'port1': device_add
[   14.984008] PM: Adding info for No Bus:port1
[   14.984015] device: 'port2': device_add
[   14.984028] PM: Adding info for No Bus:port2
[   14.984034] device: 'port3': device_add
[   14.984044] PM: Adding info for No Bus:port3
[   14.984049] device: 'port4': device_add
[   14.984058] PM: Adding info for No Bus:port4
[   14.984367] hub 4-2:1.0: enabling power on all ports
[   14.986384] driver: '4-2:1.0': driver_bound: bound to device 'hub'
[   14.986390] bus: 'usb': really_probe: bound device 4-2:1.0 to driver hub
[   14.986395] device: 'ep_81': device_add
[   14.986413] PM: Adding info for No Bus:ep_81
[   14.986415] driver: '4-2': driver_bound: bound to device 'usb'
[   14.986420] bus: 'usb': really_probe: bound device 4-2 to driver usb
[   14.986427] device: 'ep_00': device_add
[   14.986442] PM: Adding info for No Bus:ep_00
[   15.007651] hub 3-2:1.0: state 7 ports 4 chg 0002 evt 0000
[   15.007996] hub 3-2:1.0: port 1, status 0101, change 0000, 12 Mb/s
[   15.079894] usb 3-2.1: new high-speed USB device number 3 using xhci_hcd
[   15.097130] usb 3-2.1: udev 3, busnum 3, minor = 258
[   15.097133] usb 3-2.1: New USB device found, idVendor=0424, idProduct=2514
[   15.097135] usb 3-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   15.097136] device: '3-2.1': device_add
[   15.097215] bus: 'usb': add device 3-2.1
[   15.097227] PM: Adding info for usb:3-2.1
[   15.097248] bus: 'usb': driver_probe_device: matched device 3-2.1 with driver usb
[   15.097249] bus: 'usb': really_probe: probing driver usb with device 3-2.1
[   15.097254] usb 3-2.1: usb_probe_device
[   15.097256] usb 3-2.1: configuration #1 chosen from 1 choice
[   15.097572] usb 3-2.1: Successful Endpoint Configure command
[   15.097776] usb 3-2.1: adding 3-2.1:1.0 (config #1, interface 0)
[   15.097778] device: '3-2.1:1.0': device_add
[   15.097789] bus: 'usb': add device 3-2.1:1.0
[   15.097796] PM: Adding info for usb:3-2.1:1.0
[   15.097813] bus: 'usb': driver_probe_device: matched device 3-2.1:1.0 with driver hub
[   15.097815] bus: 'usb': really_probe: probing driver hub with device 3-2.1:1.0
[   15.097819] hub 3-2.1:1.0: usb_probe_interface
[   15.097821] hub 3-2.1:1.0: usb_probe_interface - got id
[   15.097824] hub 3-2.1:1.0: USB hub found
[   15.098126] hub 3-2.1:1.0: 4 ports detected
[   15.098128] hub 3-2.1:1.0: standalone hub
[   15.098129] hub 3-2.1:1.0: individual port power switching
[   15.098131] hub 3-2.1:1.0: individual port over-current protection
[   15.098525] usb 3-2.1: Successful Endpoint Configure command
[   15.098755] device: 'ep_81': device_add
[   15.098770] PM: Adding info for No Bus:ep_81
[   15.098773] hub 3-2.1:1.0: TT per port
[   15.098775] hub 3-2.1:1.0: TT requires at most 8 FS bit times (666 ns)
[   15.098777] hub 3-2.1:1.0: power on to power good time: 100ms
[   15.099338] usb 3-2.1: Successful Endpoint Configure command
[   15.099644] hub 3-2.1:1.0: local power source is good
[   15.099647] device: 'port1': device_add
[   15.099662] PM: Adding info for No Bus:port1
[   15.099669] device: 'port2': device_add
[   15.099679] PM: Adding info for No Bus:port2
[   15.099684] device: 'port3': device_add
[   15.099697] PM: Adding info for No Bus:port3
[   15.099702] device: 'port4': device_add
[   15.099711] PM: Adding info for No Bus:port4
[   15.099716] hub 3-2.1:1.0: enabling power on all ports
[   15.100643] driver: '3-2.1:1.0': driver_bound: bound to device 'hub'
[   15.100648] bus: 'usb': really_probe: bound device 3-2.1:1.0 to driver hub
[   15.100650] driver: '3-2.1': driver_bound: bound to device 'usb'
[   15.100652] bus: 'usb': really_probe: bound device 3-2.1 to driver usb
[   15.100658] device: 'ep_00': device_add
[   15.100676] PM: Adding info for No Bus:ep_00
[   15.100680] hub 3-2:1.0: state 7 ports 4 chg 0000 evt 0002
[   15.187664] hub 4-2:1.0: state 7 ports 4 chg 0000 evt 0000
[   15.187673] usb 4-2: remote wakeup needed for autosuspend
[   15.200763] hub 3-2.1:1.0: port 3: status 0301 change 0001
[   15.201386] hub 3-2.1:1.0: port 4: status 0301 change 0001
[   15.201761] hub 4-2:1.0: state 7 ports 4 chg 0000 evt 001e
[   15.202262] hub 4-2:1.0: reset change on port 1
[   15.203651] hub 4-2:1.0: reset change on port 2
[   15.205028] hub 4-2:1.0: reset change on port 3
[   15.206525] hub 4-2:1.0: reset change on port 4
[   15.207266] usb 4-2: remote wakeup needed for autosuspend
[   15.299670] hub 3-2.1:1.0: state 7 ports 4 chg 0018 evt 0000
[   15.300038] hub 3-2.1:1.0: port 3, status 0301, change 0000, 1.5 Mb/s
[   15.371917] usb 3-2.1.3: new low-speed USB device number 4 using xhci_hcd
[   15.393169] usb 3-2.1.3: skipped 1 descriptor after interface
[   15.393171] usb 3-2.1.3: skipped 1 descriptor after interface
[   15.393904] usb 3-2.1.3: default language 0x0409
[   15.396670] usb 3-2.1.3: udev 4, busnum 3, minor = 259
[   15.396673] usb 3-2.1.3: New USB device found, idVendor=046d, idProduct=c31d
[   15.396675] usb 3-2.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   15.396677] usb 3-2.1.3: Product: USB Keyboard
[   15.396678] usb 3-2.1.3: Manufacturer: Logitech
[   15.396681] device: '3-2.1.3': device_add
[   15.396750] bus: 'usb': add device 3-2.1.3
[   15.396760] PM: Adding info for usb:3-2.1.3
[   15.396781] bus: 'usb': driver_probe_device: matched device 3-2.1.3 with driver usb
[   15.396783] bus: 'usb': really_probe: probing driver usb with device 3-2.1.3
[   15.396787] usb 3-2.1.3: usb_probe_device
[   15.396789] usb 3-2.1.3: configuration #1 chosen from 1 choice
[   15.396798] usb 3-2.1.3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[   15.396803] usb 3-2.1.3: ep 0x82 - rounding interval to 1024 microframes, ep desc says 2040 microframes
[   15.397474] usb 3-2.1.3: Successful Endpoint Configure command
[   15.399420] usb 3-2.1.3: adding 3-2.1.3:1.0 (config #1, interface 0)
[   15.399421] device: '3-2.1.3:1.0': device_add
[   15.399434] bus: 'usb': add device 3-2.1.3:1.0
[   15.399441] PM: Adding info for usb:3-2.1.3:1.0
[   15.400942] device: 'ep_81': device_add
[   15.400957] PM: Adding info for No Bus:ep_81
[   15.400961] usb 3-2.1.3: adding 3-2.1.3:1.1 (config #1, interface 1)
[   15.400962] device: '3-2.1.3:1.1': device_add
[   15.400973] bus: 'usb': add device 3-2.1.3:1.1
[   15.400980] PM: Adding info for usb:3-2.1.3:1.1
[   15.402436] device: 'ep_82': device_add
[   15.402462] PM: Adding info for No Bus:ep_82
[   15.402464] driver: '3-2.1.3': driver_bound: bound to device 'usb'
[   15.402469] bus: 'usb': really_probe: bound device 3-2.1.3 to driver usb
[   15.402475] device: 'ep_00': device_add
[   15.402488] PM: Adding info for No Bus:ep_00
[   15.402793] hub 3-2.1:1.0: port 4, status 0301, change 0000, 1.5 Mb/s
[   15.416030] hub 3-2.1:1.0: port 4 not reset yet, waiting 10ms
[   15.487912] usb 3-2.1.4: new low-speed USB device number 5 using xhci_hcd
[   15.508413] usb 3-2.1.4: skipped 1 descriptor after interface
[   15.509176] usb 3-2.1.4: default language 0x0409
[   15.511913] usb 3-2.1.4: udev 5, busnum 3, minor = 260
[   15.511916] usb 3-2.1.4: New USB device found, idVendor=093a, idProduct=2510
[   15.511918] usb 3-2.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   15.511920] usb 3-2.1.4: Product: USB Optical Mouse
[   15.511922] usb 3-2.1.4: Manufacturer: PixArt
[   15.511925] device: '3-2.1.4': device_add
[   15.511991] bus: 'usb': add device 3-2.1.4
[   15.512000] PM: Adding info for usb:3-2.1.4
[   15.512024] bus: 'usb': driver_probe_device: matched device 3-2.1.4 with driver usb
[   15.512025] bus: 'usb': really_probe: probing driver usb with device 3-2.1.4
[   15.512030] usb 3-2.1.4: usb_probe_device
[   15.512032] usb 3-2.1.4: configuration #1 chosen from 1 choice
[   15.512040] usb 3-2.1.4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[   15.512637] usb 3-2.1.4: Successful Endpoint Configure command
[   15.513169] usb 3-2.1.4: adding 3-2.1.4:1.0 (config #1, interface 0)
[   15.513170] device: '3-2.1.4:1.0': device_add
[   15.513178] bus: 'usb': add device 3-2.1.4:1.0
[   15.513184] PM: Adding info for usb:3-2.1.4:1.0
[   15.513203] device: 'ep_81': device_add
[   15.513219] PM: Adding info for No Bus:ep_81
[   15.513222] driver: '3-2.1.4': driver_bound: bound to device 'usb'
[   15.513227] bus: 'usb': really_probe: bound device 3-2.1.4 to driver usb
[   15.513234] device: 'ep_00': device_add
[   15.513246] PM: Adding info for No Bus:ep_00
[   15.513250] hub 3-2.1:1.0: state 7 ports 4 chg 0000 evt 0010
[   16.287456] Initializing USB Mass Storage driver...
[   16.287553] e1000e 0000:01:00.0: irq 80 for MSI/MSI-X
[   16.287562] e1000e 0000:01:00.0: irq 81 for MSI/MSI-X
[   16.302384] bus: 'usb': add driver usb-storage
[   16.306878] bus: 'usb': driver_probe_device: matched device 1-2:1.0 with driver usb-storage
[   16.315208] bus: 'usb': really_probe: probing driver usb-storage with device 1-2:1.0
[   16.322933] usb-storage 1-2:1.0: usb_probe_interface
[   16.327889] usb-storage 1-2:1.0: usb_probe_interface - got id
[   16.333795] scsi1 : usb-storage 1-2:1.0
[   16.333818] driver: '0000:00:10.0': driver_bound: bound to device 'xhci_hcd'
[   16.333825] bus: 'pci': really_probe: bound device 0000:00:10.0 to driver xhci_hcd
[   16.333839] bus: 'pci': driver_probe_device: matched device 0000:00:14.7 with driver sdhci-pci
[   16.333840] bus: 'pci': really_probe: probing driver sdhci-pci with device 0000:00:14.7
[   16.333850] sdhci-pci 0000:00:14.7: SDHCI controller found [1022:7813] (rev 1)
[   16.333869] bus: 'platform': add driver xhci-hcd
[   16.334030] mmc0: no vqmmc regulator found
[   16.334032] mmc0: no vmmc regulator found
[   16.334065] device: 'mmc0::': device_add
[   16.334088] PM: Adding info for No Bus:mmc0::
[   16.334104] device: 'mmc0': device_add
[   16.334118] PM: Adding info for No Bus:mmc0
[   16.367780] mmc0: SDHCI controller on PCI [0000:00:14.7] using ADMA
[   16.367788] driver: '0000:00:14.7': driver_bound: bound to device 'sdhci-pci'
[   16.367793] bus: 'pci': really_probe: bound device 0000:00:14.7 to driver sdhci-pci
[   16.387152] device: 'eth0': device_add
[   16.387196] PM: Adding info for No Bus:eth0
[   16.387355] device: 'ptp0': device_add
[   16.387417] PM: Adding info for No Bus:ptp0
[   16.387435] e1000e 0000:01:00.0 eth0: registered PHC clock
[   16.387437] e1000e 0000:01:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 68:05:ca:03:df:95
[   16.387439] e1000e 0000:01:00.0 eth0: Intel(R) PRO/1000 Network Connection
[   16.387454] e1000e 0000:01:00.0 eth0: MAC: 3, PHY: 8, PBA No: E46981-007
[   16.387456] driver: '0000:01:00.0': driver_bound: bound to device 'e1000e'
[   16.387465] bus: 'pci': really_probe: bound device 0000:01:00.0 to driver e1000e
[   16.482575] device: 'host1': device_add
[   16.486427] bus: 'scsi': add device host1
[   16.490495] PM: Adding info for scsi:host1
[   16.494632] device: 'host1': device_add
[   16.498505] PM: Adding info for No Bus:host1
[   16.498514] bus: 'hid': registered
[   16.498516] device class 'hidraw': registering
[   16.498526] hidraw: raw HID events driver (C) Jiri Kosina
[   16.516015] driver: '1-2:1.0': driver_bound: bound to device 'usb-storage'
[   16.522930] bus: 'usb': add driver usbhid
[   16.522957] bus: 'usb': really_probe: bound device 1-2:1.0 to driver usb-storage
[   16.523020] usbcore: registered new interface driver usb-storage
[   16.523021] USB Mass Storage support registered.
[   16.544892] bus: 'usb': driver_probe_device: matched device 3-2.1.3:1.0 with driver usbhid
[   16.553152] bus: 'usb': really_probe: probing driver usbhid with device 3-2.1.3:1.0
[   16.560815] usbhid 3-2.1.3:1.0: usb_probe_interface
[   16.565704] usbhid 3-2.1.3:1.0: usb_probe_interface - got id
[   16.574923] device: '0003:046D:C31D.0001': device_add
[   16.579986] bus: 'hid': add device 0003:046D:C31D.0001
[   16.585196] PM: Adding info for hid:0003:046D:C31D.0001
[   16.590467] driver: '3-2.1.3:1.0': driver_bound: bound to device 'usbhid'
[   16.597250] bus: 'usb': really_probe: bound device 3-2.1.3:1.0 to driver usbhid
[   16.604570] bus: 'usb': driver_probe_device: matched device 3-2.1.3:1.1 with driver usbhid
[   16.612836] bus: 'usb': really_probe: probing driver usbhid with device 3-2.1.3:1.1
[   16.620502] usbhid 3-2.1.3:1.1: usb_probe_interface
[   16.625395] usbhid 3-2.1.3:1.1: usb_probe_interface - got id
[   16.637055] device: '0003:046D:C31D.0002': device_add
[   16.642125] bus: 'hid': add device 0003:046D:C31D.0002
[   16.647263] PM: Adding info for hid:0003:046D:C31D.0002
[   16.652509] driver: '3-2.1.3:1.1': driver_bound: bound to device 'usbhid'
[   16.659288] bus: 'usb': really_probe: bound device 3-2.1.3:1.1 to driver usbhid
[   16.666582] bus: 'usb': driver_probe_device: matched device 3-2.1.4:1.0 with driver usbhid
[   16.674821] bus: 'usb': really_probe: probing driver usbhid with device 3-2.1.4:1.0
[   16.682460] usbhid 3-2.1.4:1.0: usb_probe_interface
[   16.687326] usbhid 3-2.1.4:1.0: usb_probe_interface - got id
[   16.696185] device: '0003:093A:2510.0003': device_add
[   16.701253] bus: 'hid': add device 0003:093A:2510.0003
[   16.706440] PM: Adding info for hid:0003:093A:2510.0003
[   16.711688] driver: '3-2.1.4:1.0': driver_bound: bound to device 'usbhid'
[   16.718467] bus: 'usb': really_probe: bound device 3-2.1.4:1.0 to driver usbhid
[   16.725801] usbcore: registered new interface driver usbhid
[   16.731358] usbhid: USB HID core driver
[   16.738234] bus: 'hid': add driver hid-generic
[   16.742713] bus: 'hid': driver_probe_device: matched device 0003:046D:C31D.0001 with driver hid-generic
[   16.752097] bus: 'hid': really_probe: probing driver hid-generic with device 0003:046D:C31D.0001
[   16.761115] device: 'input4': device_add
[   16.765112] PM: Adding info for No Bus:input4
[   16.769527] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:10.0/usb3/3-2/3-2.1/3-2.1.3/3-2.1.3:1.0/input/input4
[   16.780775] device: 'event4': device_add
[   16.784783] PM: Adding info for No Bus:event4
[   16.789162] device: 'hidraw0': device_add
[   16.793240] PM: Adding info for No Bus:hidraw0
[   16.797719] hid-generic 0003:046D:C31D.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:10.0-2.1.3/input0
[   16.810238] driver: '0003:046D:C31D.0001': driver_bound: bound to device 'hid-generic'
[   16.818155] bus: 'hid': really_probe: bound device 0003:046D:C31D.0001 to driver hid-generic
[   16.826584] bus: 'hid': driver_probe_device: matched device 0003:046D:C31D.0002 with driver hid-generic
[   16.835961] bus: 'hid': really_probe: probing driver hid-generic with device 0003:046D:C31D.0002
[   16.847308] device: 'input5': device_add
[   16.851258] PM: Adding info for No Bus:input5
[   16.855645] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:10.0/usb3/3-2/3-2.1/3-2.1.3/3-2.1.3:1.1/input/input5
[   16.866862] device: 'event5': device_add
[   16.870852] PM: Adding info for No Bus:event5
[   16.875231] device: 'hidraw1': device_add
[   16.879322] PM: Adding info for No Bus:hidraw1
[   16.883792] hid-generic 0003:046D:C31D.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:10.0-2.1.3/input1
[   16.896102] driver: '0003:046D:C31D.0002': driver_bound: bound to device 'hid-generic'
[   16.904005] bus: 'hid': really_probe: bound device 0003:046D:C31D.0002 to driver hid-generic
[   16.912439] bus: 'hid': driver_probe_device: matched device 0003:093A:2510.0003 with driver hid-generic
[   16.921820] bus: 'hid': really_probe: probing driver hid-generic with device 0003:093A:2510.0003
[   16.930777] device: 'input6': device_add
[   16.934736] PM: Adding info for No Bus:input6
[   16.939125] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:10.0/usb3/3-2/3-2.1/3-2.1.4/3-2.1.4:1.0/input/input6
[   16.939654] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
[   16.939655] EXT4-fs (sda2): write access will be enabled during recovery
[   16.964107] device: 'mouse0': device_add
[   16.968093] PM: Adding info for No Bus:mouse0
[   16.972463] device: 'event6': device_add
[   16.976413] PM: Adding info for No Bus:event6
[   16.980776] device: 'hidraw2': device_add
[   16.984858] PM: Adding info for No Bus:hidraw2
[   16.989334] hid-generic 0003:093A:2510.0003: input,hidraw2: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:10.0-2.1.4/input0
[   17.001871] driver: '0003:093A:2510.0003': driver_bound: bound to device 'hid-generic'
[   17.009776] bus: 'hid': really_probe: bound device 0003:093A:2510.0003 to driver hid-generic
[   17.522924] scsi 1:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0538 PQ: 0 ANSI: 0
[   17.535975] scsi 1:0:0:1: Direct-Access     Generic  STORAGE DEVICE   0538 PQ: 0 ANSI: 0
[   17.548965] scsi 1:0:0:2: Direct-Access     Generic  STORAGE DEVICE   0538 PQ: 0 ANSI: 0
[   17.561977] scsi 1:0:0:3: Direct-Access     Generic  STORAGE DEVICE   0538 PQ: 0 ANSI: 0
[   17.574932] scsi 1:0:0:4: Direct-Access     Generic  STORAGE DEVICE   0538 PQ: 0 ANSI: 0
[   17.583140] device: 'target1:0:0': device_add
[   17.587506] bus: 'scsi': add device target1:0:0
[   17.592071] PM: Adding info for scsi:target1:0:0
[   17.596733] device: '1:0:0:0': device_add
[   17.600757] bus: 'scsi': add device 1:0:0:0
[   17.604936] PM: Adding info for scsi:1:0:0:0
[   17.609206] bus: 'scsi': driver_probe_device: matched device 1:0:0:0 with driver sd
[   17.616843] bus: 'scsi': really_probe: probing driver sd with device 1:0:0:0
[   17.623893] device: '1:0:0:0': device_add
[   17.627981] PM: Adding info for No Bus:1:0:0:0
[   17.632454] driver: '1:0:0:0': driver_bound: bound to device 'sd'
[   17.638559] bus: 'scsi': really_probe: bound device 1:0:0:0 to driver sd
[   17.645252] device: '1:0:0:0': device_add
[   17.649293] PM: Adding info for No Bus:1:0:0:0
[   17.651940] device: '8:16': device_add
[   17.651963] PM: Adding info for No Bus:8:16
[   17.651989] device: 'sdb': device_add
[   17.652058] PM: Adding info for No Bus:sdb
[   17.661917] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[   17.674911] device: 'sg1': device_add
[   17.678642] PM: Adding info for No Bus:sg1
[   17.682765] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   17.688077] device: '1:0:0:0': device_add
[   17.692139] PM: Adding info for No Bus:1:0:0:0
[   17.696633] device: '1:0:0:1': device_add
[   17.700679] bus: 'scsi': add device 1:0:0:1
[   17.704887] PM: Adding info for scsi:1:0:0:1
[   17.709158] bus: 'scsi': driver_probe_device: matched device 1:0:0:1 with driver sd
[   17.716799] bus: 'scsi': really_probe: probing driver sd with device 1:0:0:1
[   17.723926] device: '1:0:0:1': device_add
[   17.727993] PM: Adding info for No Bus:1:0:0:1
[   17.732473] driver: '1:0:0:1': driver_bound: bound to device 'sd'
[   17.738574] bus: 'scsi': really_probe: bound device 1:0:0:1 to driver sd
[   17.745260] device: '1:0:0:1': device_add
[   17.749294] PM: Adding info for No Bus:1:0:0:1
[   17.749928] device: '8:32': device_add
[   17.749948] PM: Adding info for No Bus:8:32
[   17.749973] device: 'sdc': device_add
[   17.750046] PM: Adding info for No Bus:sdc
[   17.759911] sd 1:0:0:1: [sdc] Attached SCSI removable disk
[   17.774955] device: 'sg2': device_add
[   17.778693] PM: Adding info for No Bus:sg2
[   17.782809] sd 1:0:0:1: Attached scsi generic sg2 type 0
[   17.788114] device: '1:0:0:1': device_add
[   17.792196] PM: Adding info for No Bus:1:0:0:1
[   17.796676] device: '1:0:0:2': device_add
[   17.800725] bus: 'scsi': add device 1:0:0:2
[   17.805015] PM: Adding info for scsi:1:0:0:2
[   17.809317] bus: 'scsi': driver_probe_device: matched device 1:0:0:2 with driver sd
[   17.816956] bus: 'scsi': really_probe: probing driver sd with device 1:0:0:2
[   17.824056] device: '1:0:0:2': device_add
[   17.828098] PM: Adding info for No Bus:1:0:0:2
[   17.832590] driver: '1:0:0:2': driver_bound: bound to device 'sd'
[   17.838690] bus: 'scsi': really_probe: bound device 1:0:0:2 to driver sd
[   17.845390] device: '1:0:0:2': device_add
[   17.849429] PM: Adding info for No Bus:1:0:0:2
[   17.853881] device: 'sg3': device_add
[   17.857620] PM: Adding info for No Bus:sg3
[   17.861740] sd 1:0:0:2: Attached scsi generic sg3 type 0
[   17.867046] device: '1:0:0:2': device_add
[   17.871104] PM: Adding info for No Bus:1:0:0:2
[   17.875556] device: '1:0:0:3': device_add
[   17.879570] bus: 'scsi': add device 1:0:0:3
[   17.883750] PM: Adding info for scsi:1:0:0:3
[   17.888019] bus: 'scsi': driver_probe_device: matched device 1:0:0:3 with driver sd
[   17.895697] bus: 'scsi': really_probe: probing driver sd with device 1:0:0:3
[   17.902745] device: '1:0:0:3': device_add
[   17.906780] PM: Adding info for No Bus:1:0:0:3
[   17.911235] driver: '1:0:0:3': driver_bound: bound to device 'sd'
[   17.917319] bus: 'scsi': really_probe: bound device 1:0:0:3 to driver sd
[   17.924005] device: '1:0:0:3': device_add
[   17.928034] PM: Adding info for No Bus:1:0:0:3
[   17.932504] device: 'sg4': device_add
[   17.936232] PM: Adding info for No Bus:sg4
[   17.940354] sd 1:0:0:3: Attached scsi generic sg4 type 0
[   17.945658] device: '1:0:0:3': device_add
[   17.949704] PM: Adding info for No Bus:1:0:0:3
[   17.954154] device: '1:0:0:4': device_add
[   17.958184] bus: 'scsi': add device 1:0:0:4
[   17.962368] PM: Adding info for scsi:1:0:0:4
[   17.966663] bus: 'scsi': driver_probe_device: matched device 1:0:0:4 with driver sd
[   17.974301] bus: 'scsi': really_probe: probing driver sd with device 1:0:0:4
[   17.981379] device: '1:0:0:4': device_add
[   17.985418] PM: Adding info for No Bus:1:0:0:4
[   17.989895] driver: '1:0:0:4': driver_bound: bound to device 'sd'
[   17.996000] bus: 'scsi': really_probe: bound device 1:0:0:4 to driver sd
[   18.002684] device: '1:0:0:4': device_add
[   18.006698] PM: Adding info for No Bus:1:0:0:4
[   18.011152] device: 'sg5': device_add
[   18.014855] PM: Adding info for No Bus:sg5
[   18.017967] device: '8:64': device_add
[   18.017991] PM: Adding info for No Bus:8:64
[   18.018014] device: 'sde': device_add
[   18.018075] PM: Adding info for No Bus:sde
[   18.027946] device: '8:80': device_add
[   18.027965] PM: Adding info for No Bus:8:80
[   18.027989] device: 'sdf': device_add
[   18.028036] PM: Adding info for No Bus:sdf
[   18.050293] sd 1:0:0:4: Attached scsi generic sg5 type 0
[   18.055612] device: '1:0:0:4': device_add
[   18.059703] PM: Adding info for No Bus:1:0:0:4
[   18.061977] sd 1:0:0:2: [sdd] 15466496 512-byte logical blocks: (7.91 GB/7.37 GiB)
[   18.085914] ohci_hcd 0000:00:12.0: urb ffff8801f81f7b40 path 2 ep1in 93120000 cc 9 --> status -121
[   18.095905] ohci_hcd 0000:00:12.0: urb ffff8801f83adcc0 path 2 ep1in 40160000 cc 4 --> status -32
[   18.107968] sd 1:0:0:2: [sdd] Write Protect is off
[   18.112787] sd 1:0:0:2: [sdd] Mode Sense: 0b 00 00 08
[   18.134934] ohci_hcd 0000:00:12.0: urb ffff8801f7baa840 path 2 ep1in 92120000 cc 9 --> status -121
[   18.144910] ohci_hcd 0000:00:12.0: urb ffff8801f83adcc0 path 2 ep1in 40160000 cc 4 --> status -32
[   18.156961] sd 1:0:0:2: [sdd] No Caching mode page present
[   18.162470] sd 1:0:0:2: [sdd] Assuming drive cache: write through
[   18.168587] device: '8:48': device_add
[   18.172369] PM: Adding info for No Bus:8:48
[   18.176600] device: 'sdd': device_add
[   18.180358] PM: Adding info for No Bus:sdd
[   18.243968] sd 1:0:0:4: [sdf] Attached SCSI removable disk
[   18.253966] sd 1:0:0:3: [sde] Attached SCSI removable disk
[   18.271932] ohci_hcd 0000:00:12.0: urb ffff8801f81349c0 path 2 ep1in 93120000 cc 9 --> status -121
[   18.281920] ohci_hcd 0000:00:12.0: urb ffff8801f83adcc0 path 2 ep1in 40160000 cc 4 --> status -32
[   18.297931] ohci_hcd 0000:00:12.0: urb ffff8801f81349c0 path 2 ep1in 92120000 cc 9 --> status -121
[   18.307922] ohci_hcd 0000:00:12.0: urb ffff8801f83adcc0 path 2 ep1in 40160000 cc 4 --> status -32
[   18.320030] sd 1:0:0:2: [sdd] No Caching mode page present
[   18.325573] sd 1:0:0:2: [sdd] Assuming drive cache: write through
[   18.339116]  sdd: sdd1
[   18.341555] device: 'sdd1': device_add
[   18.345463] PM: Adding info for No Bus:sdd1
[   18.373940] ohci_hcd 0000:00:12.0: urb ffff8801f7d23cc0 path 2 ep1in 93120000 cc 9 --> status -121
[   18.383928] ohci_hcd 0000:00:12.0: urb ffff8801f83adcc0 path 2 ep1in 40160000 cc 4 --> status -32
[   18.408939] ohci_hcd 0000:00:12.0: urb ffff8801f7d54540 path 2 ep1in 93120000 cc 9 --> status -121
[   18.418930] ohci_hcd 0000:00:12.0: urb ffff8801f83adcc0 path 2 ep1in 40160000 cc 4 --> status -32
[   18.431019] sd 1:0:0:2: [sdd] No Caching mode page present
[   18.436555] sd 1:0:0:2: [sdd] Assuming drive cache: write through
[   18.442656] sd 1:0:0:2: [sdd] Attached SCSI removable disk
[   23.462581] EXT4-fs (sda2): recovery complete
[   23.471919] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   24.736259] init: ureadahead main process (320) terminated with status 5
[   24.780619] device: 'vcs7': device_add
[   24.780692] PM: Adding info for No Bus:vcs7
[   24.780706] device: 'vcsa7': device_add
[   24.780751] PM: Adding info for No Bus:vcsa7
[   25.950339] Adding 1999868k swap on /dev/sda3.  Priority:-1 extents:1 across:1999868k 
[   27.258517] udevd[483]: starting version 175
[   27.796078] device class 'printer': registering
[   27.839538] lp: driver loaded but no devices found
[   28.210961] bus: 'pci': add driver fam15h_power
[   28.215509] bus: 'pci': driver_probe_device: matched device 0000:00:18.4 with driver fam15h_power
[   28.224438] bus: 'pci': really_probe: probing driver fam15h_power with device 0000:00:18.4
[   28.232709] device: 'hwmon0': device_add
[   28.236670] PM: Adding info for No Bus:hwmon0
[   28.241045] driver: '0000:00:18.4': driver_bound: bound to device 'fam15h_power'
[   28.248428] bus: 'pci': really_probe: bound device 0000:00:18.4 to driver fam15h_power
[   28.322336] bus: 'serio': add driver serio_raw
[   28.478357] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   28.484887] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[   28.493388] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
[   28.530855] device class 'sound': registering
[   28.543010] Registering platform device 'microcode'. Parent at platform
[   28.550097] device: 'microcode': device_add
[   28.554305] bus: 'platform': add device microcode
[   28.559047] PM: Adding info for platform:microcode
[   28.563877] microcode: CPU0: patch_level=0x07000106
[   28.568751] __allocate_fw_buf: fw-amd-ucode/microcode_amd_fam16h.bin buf=ffff8801f7e0d0c0
[   28.576947] device: 'vcs6': device_add
[   28.576966] device: 'amd-ucode!microcode_amd_fam16h.bin': device_add
[   28.576993] PM: Adding info for No Bus:amd-ucode!microcode_amd_fam16h.bin
[   28.577002] firmware amd-ucode!microcode_amd_fam16h.bin: firmware: requesting amd-ucode/microcode_amd_fam16h.bin
[   28.577050] PM: Adding info for No Bus:vcs6
[   28.577124] device: 'vcsa6': device_add
[   28.577164] PM: Adding info for No Bus:vcsa6
[   28.616545] bus: 'pci': add driver piix4_smbus
[   28.621013] bus: 'pci': driver_probe_device: matched device 0000:00:14.0 with driver piix4_smbus
[   28.621016] bus: 'pci': really_probe: probing driver piix4_smbus with device 0000:00:14.0
[   28.621019] device: 'vcs2': device_add
[   28.621047] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region \_SB_.PCI0.SMBS.SMB0 1 (20130117/utaddress-251)
[   28.621048] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   28.621054] piix4_smbus: probe of 0000:00:14.0 rejects match -19
[   28.621107] PM: Adding info for No Bus:vcs2
[   28.621124] device: 'vcsa2': device_add
[   28.621163] PM: Adding info for No Bus:vcsa2
[   28.668542] PM: Removing info for No Bus:amd-ucode!microcode_amd_fam16h.bin
[   28.668648] __fw_free_buf: fw-amd-ucode/microcode_amd_fam16h.bin buf=ffff8801f7e0d0c0 data=          (null) size=0
[   28.668651] microcode: failed to load file amd-ucode/microcode_amd_fam16h.bin
[   28.668681] microcode: CPU1: patch_level=0x07000106
[   28.668689] microcode: CPU2: patch_level=0x07000106
[   28.668697] microcode: CPU3: patch_level=0x07000106
[   28.668712] device: 'microcode': device_add
[   28.669565] PM: Adding info for No Bus:microcode
[   28.669591] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[   28.689983] bus: 'acpi': add driver video
[   28.690002] bus: 'acpi': driver_probe_device: matched device LNXVIDEO:00 with driver video
[   28.690005] bus: 'acpi': really_probe: probing driver video with device LNXVIDEO:00
[   28.690099] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[   28.701839] device: 'eth0': device_rename: renaming to 'eth2'
[   28.767248] ehci-pci: EHCI PCI platform driver
[   28.767258] bus: 'pci': add driver ehci-pci
[   28.767425] bus: 'pci': driver_probe_device: matched device 0000:00:12.2 with driver ehci-pci
[   28.767427] bus: 'pci': really_probe: probing driver ehci-pci with device 0000:00:12.2
[   28.798071] device: 'vcs5': device_add
[   28.798166] PM: Adding info for No Bus:vcs5
[   28.798207] device: 'vcsa5': device_add
[   28.798249] PM: Adding info for No Bus:vcsa5
[   28.814430] device: 'vcs4': device_add
[   28.814516] PM: Adding info for No Bus:vcs4
[   28.814543] device: 'vcsa4': device_add
[   28.814740] device: 'acpi_video0': device_add
[   28.814754] PM: Adding info for No Bus:vcsa4
[   28.814762] PM: Adding info for No Bus:acpi_video0
[   28.814765] ehci-pci 0000:00:12.2: EHCI Host Controller
[   28.814780] device: 'cooling_device4': device_add
[   28.814796] PM: Adding info for No Bus:cooling_device4
[   28.814808] acpi device:00: registered as cooling_device4
[   28.814835] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[   28.814839] device: 'input7': device_add
[   28.814844] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 5
[   28.814851] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   28.814865] ehci-pci 0000:00:12.2: debug port 1
[   28.814872] ehci-pci 0000:00:12.2: reset hcs_params 0x101404 dbg=1 cc=1 pcc=4 ordered !ppc ports=4
[   28.814877] ehci-pci 0000:00:12.2: reset hcc_params a076 thresh 7 uframes 256/512/1024 park
[   28.814878] PM: Adding info for No Bus:input7
[   28.814896] ehci-pci 0000:00:12.2: park 0
[   28.814905] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[   28.814907] ehci-pci 0000:00:12.2: reset command 0080b02  park=3 ithresh=8 period=1024 Reset HALT
[   28.814915] ehci-pci 0000:00:12.2: MWI active
[   28.814917] ehci-pci 0000:00:12.2: supports USB remote wakeup
[   28.814918] device: 'event7': device_add
[   28.814951] PM: Adding info for No Bus:event7
[   28.814965] driver: 'LNXVIDEO:00': driver_bound: bound to device 'video'
[   28.814973] bus: 'acpi': really_probe: bound device LNXVIDEO:00 to driver video
[   28.814980] bus: 'acpi': driver_probe_device: matched device LNXVIDEO:01 with driver video
[   28.814982] bus: 'acpi': really_probe: probing driver video with device LNXVIDEO:01
[   28.815006] video: probe of LNXVIDEO:01 rejects match -19
[   28.815056] ehci-pci 0000:00:12.2: irq 17, io mem 0xf0b4d000
[   28.815062] ehci-pci 0000:00:12.2: init command 0010005 (park)=0 ithresh=1 period=512 RUN
[   28.817057] hub 1-0:1.0: state 7 ports 4 chg 0000 evt 0004
[   28.817070] ohci_hcd 0000:00:12.0: GetStatus roothub.portstatus [1] = 0x00030100 PESC CSC PPS
[   28.817078] hub 1-0:1.0: port 2, status 0100, change 0003, 12 Mb/s
[   28.817082] usb 1-2: USB disconnect, device number 2
[   28.817084] usb 1-2: unregistering device
[   28.817087] usb 1-2: unregistering interface 1-2:1.0
[   28.817089] device: 'ep_81': device_unregister
[   28.817110] PM: Removing info for No Bus:ep_81
[   28.817117] device: 'ep_02': device_unregister
[   28.817131] PM: Removing info for No Bus:ep_02
[   28.817153] bus: 'usb': remove device 1-2:1.0
[   28.817167] device: '1:0:0:0': device_unregister
[   28.817215] PM: Removing info for No Bus:1:0:0:0
[   28.817235] device: '1:0:0:0': device_create_release
[   28.817237] device: '1:0:0:0': device_unregister
[   28.817254] device: 'sg1': device_unregister
[   28.817319] PM: Removing info for No Bus:sg1
[   28.817335] device: 'sg1': device_create_release
[   28.817346] PM: Removing info for No Bus:1:0:0:0
[   28.817381] bus: 'scsi': remove device 1:0:0:0
[   28.817405] PM: Removing info for No Bus:1:0:0:0
[   28.828326] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[   28.828371] usb usb5: default language 0x0409
[   28.828382] usb usb5: udev 1, busnum 5, minor = 512
[   28.828384] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[   28.828387] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   28.828389] usb usb5: Product: EHCI Host Controller
[   28.828391] usb usb5: Manufacturer: Linux 3.9.0-rc1-usb-for-linus+ ehci_hcd
[   28.828393] usb usb5: SerialNumber: 0000:00:12.2
[   28.828399] device: 'usb5': device_add
[   28.828472] bus: 'usb': add device usb5
[   28.828495] PM: Adding info for usb:usb5
[   28.828577] bus: 'usb': driver_probe_device: matched device usb5 with driver usb
[   28.828579] bus: 'usb': really_probe: probing driver usb with device usb5
[   28.828585] usb usb5: usb_probe_device
[   28.828589] usb usb5: configuration #1 chosen from 1 choice
[   28.828603] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[   28.828604] device: '5-0:1.0': device_add
[   28.828614] bus: 'usb': add device 5-0:1.0
[   28.828622] PM: Adding info for usb:5-0:1.0
[   28.828713] bus: 'usb': driver_probe_device: matched device 5-0:1.0 with driver hub
[   28.828714] bus: 'usb': really_probe: probing driver hub with device 5-0:1.0
[   28.828720] hub 5-0:1.0: usb_probe_interface
[   28.828722] hub 5-0:1.0: usb_probe_interface - got id
[   28.828725] hub 5-0:1.0: USB hub found
[   28.828732] hub 5-0:1.0: 4 ports detected
[   28.828734] hub 5-0:1.0: standalone hub
[   28.828736] hub 5-0:1.0: no power switching (usb 1.0)
[   28.828737] hub 5-0:1.0: individual port over-current protection
[   28.828739] hub 5-0:1.0: power on to power good time: 20ms
[   28.828744] hub 5-0:1.0: local power source is good
[   28.828747] device: 'port1': device_add
[   28.828762] PM: Adding info for No Bus:port1
[   28.828771] device: 'port2': device_add
[   28.828783] PM: Adding info for No Bus:port2
[   28.828789] device: 'port3': device_add
[   28.828799] PM: Adding info for No Bus:port3
[   28.828804] device: 'port4': device_add
[   28.828814] PM: Adding info for No Bus:port4
[   28.828821] hub 5-0:1.0: trying to enable port power on non-switchable hub
[   28.828838] driver: '5-0:1.0': driver_bound: bound to device 'hub'
[   28.828847] bus: 'usb': really_probe: bound device 5-0:1.0 to driver hub
[   28.828853] device: 'ep_81': device_add
[   28.828878] PM: Adding info for No Bus:ep_81
[   28.828880] driver: 'usb5': driver_bound: bound to device 'usb'
[   28.828885] bus: 'usb': really_probe: bound device usb5 to driver usb
[   28.828891] device: 'ep_00': device_add
[   28.828904] PM: Adding info for No Bus:ep_00
[   28.828920] ehci-pci 0000:00:12.2: HS companion for 0000:00:12.0
[   28.828931] driver: '0000:00:12.2': driver_bound: bound to device 'ehci-pci'
[   28.828936] bus: 'pci': really_probe: bound device 0000:00:12.2 to driver ehci-pci
[   28.828940] bus: 'pci': driver_probe_device: matched device 0000:00:13.2 with driver ehci-pci
[   28.828941] bus: 'pci': really_probe: probing driver ehci-pci with device 0000:00:13.2
[   28.830912] ehci-pci 0000:00:13.2: EHCI Host Controller
[   28.830998] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 6
[   28.831007] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   28.831021] ehci-pci 0000:00:13.2: debug port 1
[   28.831026] ehci-pci 0000:00:13.2: reset hcs_params 0x101404 dbg=1 cc=1 pcc=4 ordered !ppc ports=4
[   28.831030] ehci-pci 0000:00:13.2: reset hcc_params a076 thresh 7 uframes 256/512/1024 park
[   28.831047] ehci-pci 0000:00:13.2: park 0
[   28.831057] ehci-pci 0000:00:13.2: reset command 0080b02  park=3 ithresh=8 period=1024 Reset HALT
[   28.831064] ehci-pci 0000:00:13.2: MWI active
[   28.831066] ehci-pci 0000:00:13.2: supports USB remote wakeup
[   28.831079] ehci-pci 0000:00:13.2: irq 17, io mem 0xf0b4b000
[   28.831084] ehci-pci 0000:00:13.2: init command 0010005 (park)=0 ithresh=1 period=512 RUN
[   28.845248] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[   28.845292] usb usb6: default language 0x0409
[   28.845301] usb usb6: udev 1, busnum 6, minor = 640
[   28.845303] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002
[   28.845306] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   28.845308] usb usb6: Product: EHCI Host Controller
[   28.845310] usb usb6: Manufacturer: Linux 3.9.0-rc1-usb-for-linus+ ehci_hcd
[   28.845312] usb usb6: SerialNumber: 0000:00:13.2
[   28.845317] device: 'usb6': device_add
[   28.845434] bus: 'usb': add device usb6
[   28.845456] PM: Adding info for usb:usb6
[   28.845484] bus: 'usb': driver_probe_device: matched device usb6 with driver usb
[   28.845486] bus: 'usb': really_probe: probing driver usb with device usb6
[   28.845492] usb usb6: usb_probe_device
[   28.845495] usb usb6: configuration #1 chosen from 1 choice
[   28.845510] usb usb6: adding 6-0:1.0 (config #1, interface 0)
[   28.845511] device: '6-0:1.0': device_add
[   28.845520] bus: 'usb': add device 6-0:1.0
[   28.845527] PM: Adding info for usb:6-0:1.0
[   28.845546] bus: 'usb': driver_probe_device: matched device 6-0:1.0 with driver hub
[   28.845547] bus: 'usb': really_probe: probing driver hub with device 6-0:1.0
[   28.845555] hub 6-0:1.0: usb_probe_interface
[   28.845557] hub 6-0:1.0: usb_probe_interface - got id
[   28.845561] hub 6-0:1.0: USB hub found
[   28.845567] hub 6-0:1.0: 4 ports detected
[   28.845569] hub 6-0:1.0: standalone hub
[   28.845570] hub 6-0:1.0: no power switching (usb 1.0)
[   28.845572] hub 6-0:1.0: individual port over-current protection
[   28.845574] hub 6-0:1.0: power on to power good time: 20ms
[   28.845579] hub 6-0:1.0: local power source is good
[   28.845582] device: 'port1': device_add
[   28.845595] PM: Adding info for No Bus:port1
[   28.845603] device: 'port2': device_add
[   28.845612] PM: Adding info for No Bus:port2
[   28.845619] device: 'port3': device_add
[   28.845631] PM: Adding info for No Bus:port3
[   28.845637] device: 'port4': device_add
[   28.845646] PM: Adding info for No Bus:port4
[   28.845653] hub 6-0:1.0: trying to enable port power on non-switchable hub
[   28.845670] driver: '6-0:1.0': driver_bound: bound to device 'hub'
[   28.845678] bus: 'usb': really_probe: bound device 6-0:1.0 to driver hub
[   28.845683] device: 'ep_81': device_add
[   28.845699] PM: Adding info for No Bus:ep_81
[   28.845702] driver: 'usb6': driver_bound: bound to device 'usb'
[   28.845706] bus: 'usb': really_probe: bound device usb6 to driver usb
[   28.845711] device: 'ep_00': device_add
[   28.845724] PM: Adding info for No Bus:ep_00
[   28.845739] ehci-pci 0000:00:13.2: HS companion for 0000:00:13.0
[   28.845748] driver: '0000:00:13.2': driver_bound: bound to device 'ehci-pci'
[   28.845753] bus: 'pci': really_probe: bound device 0000:00:13.2 to driver ehci-pci
[   28.924735] ehci-pci 0000:00:12.2: GetStatus port:2 status 001803 0  ACK POWER sig=j CSC CONNECT
[   28.924739] hub 5-0:1.0: port 2: status 0501 change 0001
[   29.217700] bus: 'serio': add driver psmouse
[   29.226832] bus: 'serio': driver_probe_device: matched device serio1 with driver psmouse
[   29.226835] bus: 'serio': really_probe: probing driver psmouse with device serio1
[   29.551402] device: 'timer': device_add
[   29.551447] PM: Adding info for No Bus:timer
[   29.552438] psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[   29.634625] device: 'input8': device_add
[   29.634677] PM: Adding info for No Bus:input8
[   29.634733] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input8
[   29.634751] device: 'mouse1': device_add
[   29.634825] PM: Adding info for No Bus:mouse1
[   29.634844] device: 'event8': device_add
[   29.634880] PM: Adding info for No Bus:event8
[   29.635623] driver: 'serio1': driver_bound: bound to device 'psmouse'
[   29.635633] bus: 'serio': really_probe: bound device serio1 to driver psmouse
[   29.809236] device: '8:16': device_unregister
[   29.813624] PM: Removing info for No Bus:8:16
[   29.813654] device: '8:16': device_create_release
[   29.813744] PM: Removing info for No Bus:sdb
[   29.813793] PM: Removing info for scsi:1:0:0:0
[   29.813845] device: '1:0:0:1': device_unregister
[   29.813881] PM: Removing info for No Bus:1:0:0:1
[   29.813898] device: '1:0:0:1': device_create_release
[   29.813901] device: '1:0:0:1': device_unregister
[   29.813916] device: 'sg2': device_unregister
[   29.813943] PM: Removing info for No Bus:sg2
[   29.813959] device: 'sg2': device_create_release
[   29.813967] PM: Removing info for No Bus:1:0:0:1
[   29.813999] bus: 'scsi': remove device 1:0:0:1
[   29.814025] PM: Removing info for No Bus:1:0:0:1
[   29.818137] device: 'seq': device_add
[   29.818206] PM: Adding info for No Bus:seq
[   29.884963] device: '8:32': device_unregister
[   29.884965] device: 'vcs3': device_add
[   29.885004] PM: Removing info for No Bus:8:32
[   29.885052] device: '8:32': device_create_release
[   29.885073] PM: Adding info for No Bus:vcs3
[   29.885092] device: 'vcsa3': device_add
[   29.885147] PM: Adding info for No Bus:vcsa3
[   29.885264] PM: Removing info for No Bus:sdc
[   29.885306] PM: Removing info for scsi:1:0:0:1
[   29.885363] device: '1:0:0:2': device_unregister
[   29.885489] PM: Removing info for No Bus:1:0:0:2
[   29.885507] device: '1:0:0:2': device_create_release
[   29.885509] device: '1:0:0:2': device_unregister
[   29.885524] device: 'sg3': device_unregister
[   29.885713] PM: Removing info for No Bus:sg3
[   29.885731] device: 'sg3': device_create_release
[   29.885740] PM: Removing info for No Bus:1:0:0:2
[   29.885775] bus: 'scsi': remove device 1:0:0:2
[   29.885798] PM: Removing info for No Bus:1:0:0:2
[   29.885962] PM: Removing info for No Bus:sdd1
[   29.973275] device: '8:48': device_unregister
[   29.973302] PM: Removing info for No Bus:8:48
[   29.973327] device: '8:48': device_create_release
[   29.973415] PM: Removing info for No Bus:sdd
[   29.973450] PM: Removing info for scsi:1:0:0:2
[   29.973500] device: '1:0:0:3': device_unregister
[   29.973597] PM: Removing info for No Bus:1:0:0:3
[   29.973614] device: '1:0:0:3': device_create_release
[   29.973615] device: '1:0:0:3': device_unregister
[   29.973631] device: 'sg4': device_unregister
[   29.973672] PM: Removing info for No Bus:sg4
[   29.973693] device: 'sg4': device_create_release
[   29.973701] PM: Removing info for No Bus:1:0:0:3
[   29.973735] bus: 'scsi': remove device 1:0:0:3
[   29.973758] PM: Removing info for No Bus:1:0:0:3
[   30.041117] device: '8:64': device_unregister
[   30.041145] PM: Removing info for No Bus:8:64
[   30.041187] device: '8:64': device_create_release
[   30.041312] PM: Removing info for No Bus:sde
[   30.041349] PM: Removing info for scsi:1:0:0:3
[   30.041404] device: '1:0:0:4': device_unregister
[   30.041480] PM: Removing info for No Bus:1:0:0:4
[   30.041500] device: '1:0:0:4': device_create_release
[   30.041502] device: '1:0:0:4': device_unregister
[   30.041519] device: 'sg5': device_unregister
[   30.041591] PM: Removing info for No Bus:sg5
[   30.041608] device: 'sg5': device_create_release
[   30.041616] PM: Removing info for No Bus:1:0:0:4
[   30.041650] bus: 'scsi': remove device 1:0:0:4
[   30.041674] PM: Removing info for No Bus:1:0:0:4
[   30.108848] device: '8:80': device_unregister
[   30.113295] PM: Removing info for No Bus:8:80
[   30.117739] device: '8:80': device_create_release
[   30.122740] PM: Removing info for No Bus:sdf
[   30.127141] PM: Removing info for scsi:1:0:0:4
[   30.132628] bus: 'scsi': remove device target1:0:0
[   30.137439] PM: Removing info for scsi:target1:0:0
[   30.137499] device: 'host1': device_unregister
[   30.137528] PM: Removing info for No Bus:host1
[   30.137552] bus: 'scsi': remove device host1
[   30.137553] PM: Removing info for scsi:host1
[   30.137815] PM: Removing info for usb:1-2:1.0
[   30.137843] usb 1-2: usb_disable_device nuking all URBs
[   30.137860] device: 'ep_00': device_unregister
[   30.137883] PM: Removing info for No Bus:ep_00
[   30.138008] bus: 'usb': remove device 1-2
[   30.138015] PM: Removing info for usb:1-2
[   30.264951] hub 1-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100
[   30.272375] hub 6-0:1.0: state 7 ports 4 chg 0000 evt 0000
[   30.277878] hub 1-0:1.0: hub_suspend
[   30.281475] hub 5-0:1.0: state 7 ports 4 chg 0004 evt 0000
[   30.286992] hub 5-0:1.0: port 2, status 0501, change 0000, 480 Mb/s
[   30.293276] usb usb1: bus auto-suspend, wakeup 1
[   30.297950] ohci_hcd 0000:00:12.0: suspend root hub
[   30.302868] hub 6-0:1.0: hub_suspend
[   30.306458] usb usb6: bus auto-suspend, wakeup 1
[   30.311065] ehci-pci 0000:00:13.2: suspend root hub
[   30.352837] ehci-pci 0000:00:12.2: port 2 full speed --> companion
[   30.359014] ehci-pci 0000:00:12.2: GetStatus port:2 status 003801 0  ACK POWER OWNER sig=j CONNECT
[   30.359064] usb usb1: usb wakeup-resume
[   30.359070] usb usb1: usb auto-resume
[   30.375423] hub 5-0:1.0: port_wait_reset: err = -16
[   30.376830] ohci_hcd 0000:00:12.0: wakeup root hub
[   30.385065] hub 5-0:1.0: port 2 not enabled, trying reset again...
[   30.440962] hub 1-0:1.0: hub_resume
[   30.444525] ohci_hcd 0000:00:12.0: GetStatus roothub.portstatus [1] = 0x00010101 CSC PPS CCS
[   30.452976] hub 1-0:1.0: port 2: status 0101 change 0001
[   30.553657] kvm: Nested Virtualization enabled
[   30.558105] kvm: Nested Paging enabled
[   30.562028] device: 'kvm': device_add
[   30.565857] PM: Adding info for No Bus:kvm
[   30.592974] ehci-pci 0000:00:12.2: GetStatus port:2 status 003002 0  ACK POWER OWNER sig=se0 CSC
[   30.593033] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20130117/dsfield-211)
[   30.593042] ACPI Error: Method parse/execution failed [\_SB_.ACAD._PSR] (Node ffff880215870b40), AE_ALREADY_EXISTS (20130117/psparse-537)
[   30.593056] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20130117/ac-122)
[   30.600875] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20130117/dsfield-211)
[   30.600882] ACPI Error: Method parse/execution failed [\_SB_.ACAD._PSR] (Node ffff880215870b40), AE_ALREADY_EXISTS (20130117/psparse-537)
[   30.600896] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20130117/ac-122)
[   30.608872] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20130117/dsfield-211)
[   30.608878] ACPI Error: Method parse/execution failed [\_SB_.ACAD._PSR] (Node ffff880215870b40), AE_ALREADY_EXISTS (20130117/psparse-537)
[   30.608884] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20130117/ac-122)
[   30.616871] ACPI Error: [SSZE] Namespace lookup failure, AE_ALREADY_EXISTS (20130117/dsfield-211)
[   30.616877] ACPI Error: Method parse/execution failed [\_SB_.ACAD._PSR] (Node ffff880215870b40), AE_ALREADY_EXISTS (20130117/psparse-537)
[   30.616884] ACPI: Marking method _PSR as Serialized because of AE_ALREADY_EXISTS error
[   30.616890] ACPI Exception: AE_ALREADY_EXISTS, Error reading AC Adapter state (20130117/ac-122)
[   30.729190] hub 5-0:1.0: state 7 ports 4 chg 0000 evt 0004
[   30.734700] ehci-pci 0000:00:12.2: GetStatus port:2 status 003002 0  ACK POWER OWNER sig=se0 CSC
[   30.743477] hub 5-0:1.0: port 2, status 0100, change 0001, 12 Mb/s
[   30.876998] hub 5-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100
[   30.884394] hub 1-0:1.0: state 7 ports 4 chg 0004 evt 0000
[   30.889874] hub 5-0:1.0: hub_suspend
[   30.893453] hub 1-0:1.0: port 2, status 0101, change 0000, 12 Mb/s
[   30.899638] usb usb5: bus auto-suspend, wakeup 1
[   30.904246] ehci-pci 0000:00:12.2: suspend root hub
[   30.922828] ohci_hcd 0000:00:12.0: port[1] reset timeout, stat 00000111
[   30.938098] bus: 'pci': add driver snd_hda_intel
[   30.942738] bus: 'pci': driver_probe_device: matched device 0000:00:01.1 with driver snd_hda_intel
[   30.951675] bus: 'pci': really_probe: probing driver snd_hda_intel with device 0000:00:01.1
[   30.960226] snd_hda_intel 0000:00:01.1: irq 82 for MSI/MSI-X
[   30.984871] ohci_hcd 0000:00:12.0: GetStatus roothub.portstatus [1] = 0x00100103 PRSC PPS PES CCS
[   31.040220] device: 'card0': device_add
[   31.044089] PM: Adding info for No Bus:card0
[   31.048385] device: 'input9': device_add
[   31.048890] usb 1-2: new full-speed USB device number 3 using ohci_hcd
[   31.058842] PM: Adding info for No Bus:input9
[   31.063230] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/sound/card0/input9
[   31.072691] device: 'event9': device_add
[   31.076665] PM: Adding info for No Bus:event9
[   31.078222] ohci_hcd 0000:00:12.0: port[1] reset timeout, stat 00000113
[   31.087629] device: 'input10': device_add
[   31.091654] PM: Adding info for No Bus:input10
[   31.096109] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/sound/card0/input10
[   31.105658] device: 'event10': device_add
[   31.109717] PM: Adding info for No Bus:event10
[   31.114174] device: 'input11': device_add
[   31.118199] PM: Adding info for No Bus:input11
[   31.122727] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input11
[   31.132304] device: 'event11': device_add
[   31.136422] PM: Adding info for No Bus:event11
[   31.136875] ohci_hcd 0000:00:12.0: GetStatus roothub.portstatus [1] = 0x00100103 PRSC PPS PES CCS
[   31.149764] device: 'pcmC0D8p': device_add
[   31.153944] PM: Adding info for No Bus:pcmC0D8p
[   31.158491] device: 'pcmC0D7p': device_add
[   31.162634] PM: Adding info for No Bus:pcmC0D7p
[   31.167206] device: 'pcmC0D3p': device_add
[   31.171386] PM: Adding info for No Bus:pcmC0D3p
[   31.175954] device: 'hwC0D0': device_add
[   31.179931] PM: Adding info for No Bus:hwC0D0
[   31.184313] device: 'controlC0': device_add
[   31.188541] PM: Adding info for No Bus:controlC0
[   31.193178] driver: '0000:00:01.1': driver_bound: bound to device 'snd_hda_intel'
[   31.200645] bus: 'pci': really_probe: bound device 0000:00:01.1 to driver snd_hda_intel
[   31.208635] bus: 'pci': driver_probe_device: matched device 0000:00:14.2 with driver snd_hda_intel
[   31.217567] bus: 'pci': really_probe: probing driver snd_hda_intel with device 0000:00:14.2
[   31.228942] usb 1-2: Parent hub missing LPM exit latency info.  Power management will be impacted.
[   31.238918] usb 1-2: not running at top speed; connect to a high speed hub
[   31.250919] usb 1-2: default language 0x0409
[   31.259960] usb 1-2: udev 3, busnum 1, minor = 2
[   31.264588] usb 1-2: New USB device found, idVendor=05e3, idProduct=0732
[   31.271298] usb 1-2: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[   31.278440] usb 1-2: Product: USB Reader
[   31.282355] usb 1-2: Manufacturer: Genesys
[   31.286438] usb 1-2: SerialNumber: 000000000038
[   31.290960] device: '1-2': device_add
[   31.294722] bus: 'usb': add device 1-2
[   31.298475] PM: Adding info for usb:1-2
[   31.302348] bus: 'usb': driver_probe_device: matched device 1-2 with driver usb
[   31.309635] bus: 'usb': really_probe: probing driver usb with device 1-2
[   31.316323] usb 1-2: usb_probe_device
[   31.319974] usb 1-2: configuration #1 chosen from 1 choice
[   31.325934] usb 1-2: adding 1-2:1.0 (config #1, interface 0)
[   31.331577] device: '1-2:1.0': device_add
[   31.335595] bus: 'usb': add device 1-2:1.0
[   31.339020] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[   31.345615] PM: Adding info for usb:1-2:1.0
[   31.349864] bus: 'usb': driver_probe_device: matched device 1-2:1.0 with driver usb-storage
[   31.350058] hda_codec: CX20751/2: BIOS auto-probing.
[   31.363167] bus: 'usb': really_probe: probing driver usb-storage with device 1-2:1.0
[   31.370905] usb-storage 1-2:1.0: usb_probe_interface
[   31.375867] usb-storage 1-2:1.0: usb_probe_interface - got id
[   31.381764] scsi2 : usb-storage 1-2:1.0
[   31.385599] device: 'host2': device_add
[   31.389435] bus: 'scsi': add device host2
[   31.393454] PM: Adding info for scsi:host2
[   31.397580] device: 'host2': device_add
[   31.401435] PM: Adding info for No Bus:host2
[   31.405721] driver: '1-2:1.0': driver_bound: bound to device 'usb-storage'
[   31.412588] bus: 'usb': really_probe: bound device 1-2:1.0 to driver usb-storage
[   31.419969] device: 'ep_81': device_add
[   31.423812] PM: Adding info for No Bus:ep_81
[   31.428074] device: 'ep_02': device_add
[   31.431949] PM: Adding info for No Bus:ep_02
[   31.436230] driver: '1-2': driver_bound: bound to device 'usb'
[   31.442060] bus: 'usb': really_probe: bound device 1-2 to driver usb
[   31.448422] device: 'ep_00': device_add
[   31.452270] PM: Adding info for No Bus:ep_00
[   31.456548] hub 1-0:1.0: state 7 ports 4 chg 0000 evt 0004
[   31.462853] device: 'card1': device_add
[   31.466730] PM: Adding info for No Bus:card1
[   31.471026] device: 'input12': device_add
[   31.475058] PM: Adding info for No Bus:input12
[   31.479521] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
[   31.488207] device: 'event12': device_add
[   31.492275] PM: Adding info for No Bus:event12
[   31.497079] device: 'input13': device_add
[   31.499420] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   31.508776] PM: Adding info for No Bus:input13
[   31.513356] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input13
[   31.523091] device: 'event13': device_add
[   31.527166] PM: Adding info for No Bus:event13
[   31.531622] device: 'pcmC1D0p': device_add
[   31.535771] PM: Adding info for No Bus:pcmC1D0p
[   31.540315] device: 'pcmC1D0c': device_add
[   31.544458] PM: Adding info for No Bus:pcmC1D0c
[   31.549001] device: 'hwC1D0': device_add
[   31.552973] PM: Adding info for No Bus:hwC1D0
[   31.557357] device: 'controlC1': device_add
[   31.561591] PM: Adding info for No Bus:controlC1
[   31.566251] driver: '0000:00:14.2': driver_bound: bound to device 'snd_hda_intel'
[   31.573723] bus: 'pci': really_probe: bound device 0000:00:14.2 to driver snd_hda_intel
[   31.950905] init: failsafe main process (1008) killed by TERM signal
[   32.412096] scsi 2:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0538 PQ: 0 ANSI: 0
[   32.425068] scsi 2:0:0:1: Direct-Access     Generic  STORAGE DEVICE   0538 PQ: 0 ANSI: 0
[   32.438051] scsi 2:0:0:2: Direct-Access     Generic  STORAGE DEVICE   0538 PQ: 0 ANSI: 0
[   32.451071] scsi 2:0:0:3: Direct-Access     Generic  STORAGE DEVICE   0538 PQ: 0 ANSI: 0
[   32.464090] scsi 2:0:0:4: Direct-Access     Generic  STORAGE DEVICE   0538 PQ: 0 ANSI: 0
[   32.472343] device: 'target2:0:0': device_add
[   32.476704] bus: 'scsi': add device target2:0:0
[   32.481236] PM: Adding info for scsi:target2:0:0
[   32.485882] device: '2:0:0:0': device_add
[   32.489899] bus: 'scsi': add device 2:0:0:0
[   32.494078] PM: Adding info for scsi:2:0:0:0
[   32.498353] bus: 'scsi': driver_probe_device: matched device 2:0:0:0 with driver sd
[   32.505996] bus: 'scsi': really_probe: probing driver sd with device 2:0:0:0
[   32.513047] device: '2:0:0:0': device_add
[   32.517073] PM: Adding info for No Bus:2:0:0:0
[   32.521558] driver: '2:0:0:0': driver_bound: bound to device 'sd'
[   32.527653] bus: 'scsi': really_probe: bound device 2:0:0:0 to driver sd
[   32.534365] device: '2:0:0:0': device_add
[   32.538410] PM: Adding info for No Bus:2:0:0:0
[   32.538439] device: '8:16': device_add
[   32.538462] PM: Adding info for No Bus:8:16
[   32.538502] device: 'sdb': device_add
[   32.538566] PM: Adding info for No Bus:sdb
[   32.548056] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[   32.563979] device: 'sg1': device_add
[   32.567746] PM: Adding info for No Bus:sg1
[   32.571877] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   32.577194] device: '2:0:0:0': device_add
[   32.581257] PM: Adding info for No Bus:2:0:0:0
[   32.585736] device: '2:0:0:1': device_add
[   32.589765] bus: 'scsi': add device 2:0:0:1
[   32.593965] PM: Adding info for scsi:2:0:0:1
[   32.598263] bus: 'scsi': driver_probe_device: matched device 2:0:0:1 with driver sd
[   32.605924] bus: 'scsi': really_probe: probing driver sd with device 2:0:0:1
[   32.613004] device: '2:0:0:1': device_add
[   32.617071] PM: Adding info for No Bus:2:0:0:1
[   32.621558] driver: '2:0:0:1': driver_bound: bound to device 'sd'
[   32.627660] bus: 'scsi': really_probe: bound device 2:0:0:1 to driver sd
[   32.634388] device: '2:0:0:1': device_add
[   32.638078] device: '8:32': device_add
[   32.638116] PM: Adding info for No Bus:8:32
[   32.638161] device: 'sdc': device_add
[   32.638222] PM: Adding info for No Bus:sdc
[   32.654068] PM: Adding info for No Bus:2:0:0:1
[   32.658539] device: 'sg2': device_add
[   32.662289] PM: Adding info for No Bus:sg2
[   32.666407] sd 2:0:0:1: Attached scsi generic sg2 type 0
[   32.671739] device: '2:0:0:1': device_add
[   32.675812] PM: Adding info for No Bus:2:0:0:1
[   32.680299] device: '2:0:0:2': device_add
[   32.684318] bus: 'scsi': add device 2:0:0:2
[   32.688503] PM: Adding info for scsi:2:0:0:2
[   32.692784] bus: 'scsi': driver_probe_device: matched device 2:0:0:2 with driver sd
[   32.700437] bus: 'scsi': really_probe: probing driver sd with device 2:0:0:2
[   32.707493] device: '2:0:0:2': device_add
[   32.711520] PM: Adding info for No Bus:2:0:0:2
[   32.715992] driver: '2:0:0:2': driver_bound: bound to device 'sd'
[   32.722075] bus: 'scsi': really_probe: bound device 2:0:0:2 to driver sd
[   32.728790] device: '2:0:0:2': device_add
[   32.732822] PM: Adding info for No Bus:2:0:0:2
[   32.737302] device: 'sg3': device_add
[   32.741050] PM: Adding info for No Bus:sg3
[   32.745188] sd 2:0:0:2: Attached scsi generic sg3 type 0
[   32.750518] device: '2:0:0:2': device_add
[   32.754603] PM: Adding info for No Bus:2:0:0:2
[   32.759083] device: '2:0:0:3': device_add
[   32.763104] bus: 'scsi': add device 2:0:0:3
[   32.767288] PM: Adding info for scsi:2:0:0:3
[   32.771573] bus: 'scsi': driver_probe_device: matched device 2:0:0:3 with driver sd
[   32.779212] bus: 'scsi': really_probe: probing driver sd with device 2:0:0:3
[   32.786267] device: '2:0:0:3': device_add
[   32.790299] PM: Adding info for No Bus:2:0:0:3
[   32.794784] driver: '2:0:0:3': driver_bound: bound to device 'sd'
[   32.800878] bus: 'scsi': really_probe: bound device 2:0:0:3 to driver sd
[   32.807569] device: '2:0:0:3': device_add
[   32.811596] PM: Adding info for No Bus:2:0:0:3
[   32.816076] device: 'sg4': device_add
[   32.819840] PM: Adding info for No Bus:sg4
[   32.823958] sd 2:0:0:3: Attached scsi generic sg4 type 0
[   32.829269] device: '2:0:0:3': device_add
[   32.833318] PM: Adding info for No Bus:2:0:0:3
[   32.837782] device: '2:0:0:4': device_add
[   32.841815] bus: 'scsi': add device 2:0:0:4
[   32.845998] PM: Adding info for scsi:2:0:0:4
[   32.850288] bus: 'scsi': driver_probe_device: matched device 2:0:0:4 with driver sd
[   32.857929] bus: 'scsi': really_probe: probing driver sd with device 2:0:0:4
[   32.865053] device: '2:0:0:4': device_add
[   32.869106] PM: Adding info for No Bus:2:0:0:4
[   32.873594] driver: '2:0:0:4': driver_bound: bound to device 'sd'
[   32.879677] bus: 'scsi': really_probe: bound device 2:0:0:4 to driver sd
[   32.886367] device: '2:0:0:4': device_add
[   32.890380] PM: Adding info for No Bus:2:0:0:4
[   32.894844] device: 'sg5': device_add
[   32.898576] PM: Adding info for No Bus:sg5
[   32.902699] sd 2:0:0:4: Attached scsi generic sg5 type 0
[   32.908042] device: '2:0:0:4': device_add
[   32.912114] PM: Adding info for No Bus:2:0:0:4
[   32.927104] device: '8:64': device_add
[   32.930928] PM: Adding info for No Bus:8:64
[   32.935188] device: 'sde': device_add
[   32.938959] PM: Adding info for No Bus:sde
[   32.943102] device: '8:80': device_add
[   32.946888] PM: Adding info for No Bus:8:80
[   32.951136] device: 'sdf': device_add
[   32.954863] PM: Adding info for No Bus:sdf
[   32.967147] sd 2:0:0:3: [sde] Attached SCSI removable disk
[   32.977192] sd 2:0:0:2: [sdd] 15466496 512-byte logical blocks: (7.91 GB/7.37 GiB)
[   33.002097] sd 2:0:0:4: [sdf] Attached SCSI removable disk
[   33.019045] ohci_hcd 0000:00:12.0: urb ffff8801f8136600 path 2 ep1in 93120000 cc 9 --> status -121
[   33.029041] ohci_hcd 0000:00:12.0: urb ffff8801f8263a80 path 2 ep1in 40160000 cc 4 --> status -32
[   33.041115] sd 2:0:0:2: [sdd] Write Protect is off
[   33.045907] sd 2:0:0:2: [sdd] Mode Sense: 0b 00 00 08
[   33.080050] ohci_hcd 0000:00:12.0: urb ffff8801f81360c0 path 2 ep1in 93120000 cc 9 --> status -121
[   33.090048] ohci_hcd 0000:00:12.0: urb ffff8801f8263a80 path 2 ep1in 40160000 cc 4 --> status -32
[   33.102124] sd 2:0:0:2: [sdd] No Caching mode page present
[   33.107613] sd 2:0:0:2: [sdd] Assuming drive cache: write through
[   33.113714] device: '8:48': device_add
[   33.117491] PM: Adding info for No Bus:8:48
[   33.121723] device: 'sdd': device_add
[   33.125460] PM: Adding info for No Bus:sdd
[   33.156120] sd 2:0:0:1: [sdc] Attached SCSI removable disk
[   33.244081] ohci_hcd 0000:00:12.0: urb ffff8801f7d9f9c0 path 2 ep1in 93120000 cc 9 --> status -121
[   33.254061] ohci_hcd 0000:00:12.0: urb ffff8801f8263a80 path 2 ep1in 40160000 cc 4 --> status -32
[   33.290084] ohci_hcd 0000:00:12.0: urb ffff8801f7b23e40 path 2 ep1in 92120000 cc 9 --> status -121
[   33.300065] ohci_hcd 0000:00:12.0: urb ffff8801f8263a80 path 2 ep1in 40160000 cc 4 --> status -32
[   33.309879] device class 'ppdev': registering
[   33.314322] sd 2:0:0:2: [sdd] No Caching mode page present
[   33.316100] ppdev: user-space parallel port driver
[   33.324616] sd 2:0:0:2: [sdd] Assuming drive cache: write through
[   33.341149]  sdd: sdd1
[   33.343533] device: 'sdd1': device_add
[   33.347373] PM: Adding info for No Bus:sdd1
[   33.388075] ohci_hcd 0000:00:12.0: urb ffff8801f702cc00 path 2 ep1in 92120000 cc 9 --> status -121
[   33.398072] ohci_hcd 0000:00:12.0: urb ffff8801f8263a80 path 2 ep1in 40160000 cc 4 --> status -32
[   33.423074] ohci_hcd 0000:00:12.0: urb ffff88020bda16c0 path 2 ep1in 93120000 cc 9 --> status -121
[   33.433072] ohci_hcd 0000:00:12.0: urb ffff8801f8263a80 path 2 ep1in 40160000 cc 4 --> status -32
[   33.445119] sd 2:0:0:2: [sdd] No Caching mode page present
[   33.450620] sd 2:0:0:2: [sdd] Assuming drive cache: write through
[   33.456708] sd 2:0:0:2: [sdd] Attached SCSI removable disk
[   33.695497] bus: 'platform': add driver parport_pc
[   33.700365] bus: 'pnp': add driver parport_pc
[   33.704749] Registering platform device 'parport_pc.956'. Parent at platform
[   33.711782] device: 'parport_pc.956': device_add
[   33.716412] bus: 'platform': add device parport_pc.956
[   33.721557] PM: Adding info for platform:parport_pc.956
[   33.726798] bus: 'platform': driver_probe_device: matched device parport_pc.956 with driver parport_pc
[   33.736103] bus: 'platform': really_probe: probing driver parport_pc with device parport_pc.956
[   33.744786] driver: 'parport_pc.956': driver_bound: bound to device 'parport_pc'
[   33.752189] bus: 'platform': really_probe: bound device parport_pc.956 to driver parport_pc
[   33.760578] bus: 'platform': remove device parport_pc.956
[   33.765969] PM: Removing info for platform:parport_pc.956
[   33.771399] Registering platform device 'parport_pc.888'. Parent at platform
[   33.778436] device: 'parport_pc.888': device_add
[   33.783066] bus: 'platform': add device parport_pc.888
[   33.788211] PM: Adding info for platform:parport_pc.888
[   33.793479] bus: 'platform': driver_probe_device: matched device parport_pc.888 with driver parport_pc
[   33.802772] bus: 'platform': really_probe: probing driver parport_pc with device parport_pc.888
[   33.811498] driver: 'parport_pc.888': driver_bound: bound to device 'parport_pc'
[   33.818886] bus: 'platform': really_probe: bound device parport_pc.888 to driver parport_pc
[   33.827284] bus: 'platform': remove device parport_pc.888
[   33.832674] PM: Removing info for platform:parport_pc.888
[   33.838116] Registering platform device 'parport_pc.632'. Parent at platform
[   33.845163] device: 'parport_pc.632': device_add
[   33.849809] bus: 'platform': add device parport_pc.632
[   33.854965] PM: Adding info for platform:parport_pc.632
[   33.860248] bus: 'platform': driver_probe_device: matched device parport_pc.632 with driver parport_pc
[   33.869549] bus: 'platform': really_probe: probing driver parport_pc with device parport_pc.632
[   33.878235] driver: 'parport_pc.632': driver_bound: bound to device 'parport_pc'
[   33.885622] bus: 'platform': really_probe: bound device parport_pc.632 to driver parport_pc
[   33.894019] bus: 'platform': remove device parport_pc.632
[   33.899445] PM: Removing info for platform:parport_pc.632
[   33.904873] bus: 'pci': add driver parport_pc
[   34.639461] type=1400 audit(1363072340.263:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=1145 comm="apparmor_parser"
[   34.652649] type=1400 audit(1363072340.275:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1145 comm="apparmor_parser"
[   34.668778] type=1400 audit(1363072340.291:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=1145 comm="apparmor_parser"
[   34.692053] type=1400 audit(1363072340.315:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1142 comm="apparmor_parser"
[   34.708735] type=1400 audit(1363072340.331:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser" pid=1142 comm="apparmor_parser"
[   34.726628] type=1400 audit(1363072340.351:7): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper" pid=1143 comm="apparmor_parser"
[   34.745521] type=1400 audit(1363072340.371:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper//chromium_browser" pid=1143 comm="apparmor_parser"
[   34.958250] type=1400 audit(1363072340.583:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper" pid=1144 comm="apparmor_parser"
[   34.978386] type=1400 audit(1363072340.603:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper//chromium_browser" pid=1144 comm="apparmor_parser"
[   35.308651] Bluetooth: Core ver 2.16
[   35.312589] device class 'bluetooth': registering
[   35.317545] NET: Registered protocol family 31
[   35.321994] Bluetooth: HCI device and connection manager initialized
[   35.328522] Bluetooth: HCI socket layer initialized
[   35.333421] Bluetooth: L2CAP socket layer initialized
[   35.338533] Bluetooth: SCO socket layer initialized
[   35.472396] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   35.477733] Bluetooth: BNEP filters: protocol multicast
[   35.489241] Bluetooth: BNEP socket layer initialized
[   35.503349] type=1400 audit(1363072341.127:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=1155 comm="apparmor_parser"
[   35.741636] Bluetooth: RFCOMM TTY layer initialized
[   35.746576] Bluetooth: RFCOMM socket layer initialized
[   35.751730] Bluetooth: RFCOMM ver 1.11
[   36.812053] init: udev-fallback-graphics main process (1211) terminated with status 1
[   36.859057] init: plymouth main process (321) killed by ABRT signal
[   36.860429] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[   36.871848] init: plymouth-splash main process (1247) terminated with status 2
[   38.574432] e1000e: eth2 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[   38.582027] e1000e 0000:01:00.0 eth2: 10/100 speed: disabling TSO
[   38.588314] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[   45.731801] audit_printk_skb: 21 callbacks suppressed
[   45.737007] type=1400 audit(1363072351.355:19): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=1180 comm="apparmor_parser"
[   45.752424] type=1400 audit(1363072351.375:20): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince//sanitized_helper" pid=1180 comm="apparmor_parser"
[   45.768157] type=1400 audit(1363072351.391:21): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=1180 comm="apparmor_parser"
[   45.783222] type=1400 audit(1363072351.407:22): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer//sanitized_helper" pid=1180 comm="apparmor_parser"
[   45.799961] type=1400 audit(1363072351.423:23): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=1180 comm="apparmor_parser"
[   45.815353] type=1400 audit(1363072351.439:24): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer//sanitized_helper" pid=1180 comm="apparmor_parser"
[   46.266177] init: alsa-restore main process (1413) terminated with status 99
[   53.576720] device: '0:20': device_add
[   53.580515] PM: Adding info for No Bus:0:20
[   61.820169] device: '0:20': device_unregister
[   61.825942] PM: Removing info for No Bus:0:20
[   61.830880] device: '0:20': device_create_release
[   63.060630] device: '0:20': device_add
[   63.064422] PM: Adding info for No Bus:0:20
[   65.987779] FAT-fs (sdd1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.

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

  Powered by Linux