Seagate Expansion external drive, still problems

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

 



Hi. The device in question is the external usb hdd Seagate Expansion 1TB.
It claims to be usb 3.0 and also to be usable on usb 2.0 systems.
Vendor and device ids are 0bc2 and 2312.

I have tested it on the fresh 3.18.3 from kernel.org, on a laptop with usb 2.0
(I guess).

According to [1] and [2], I simply plugged in the device without stating
any quirk or (as suggested in [3]) delay_use option for usb-storage under
/etc/modprobe.d/. The result is that the disk gets never recognized by the system,
as better showed in the (bottom part of the) attached dmesg output.

I also tried by stating 'quirks' and 'delay_use' as suggested in [2] and [3],
in every combination, also on older kernels, obtaining the same result.

Note: the disk (0bc2:2312) discussed in [1] is 500GB while mine is 1TB..
Verbose versions of lspci and lsusb are attached.

Cheers

[1] https://bugzilla.kernel.org/show_bug.cgi?id=79511
[2] http://permalink.gmane.org/gmane.linux.scsi/94584
[3] https://bbs.archlinux.org/viewtopic.php?id=183190

lspci -nn,

00:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub [8086:2a00] (rev 03)
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) [8086:2a02] (rev 03)
00:02.1 Display controller [0380]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) [8086:2a03] (rev 03)
00:1a.0 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 [8086:2834] (rev 04)
00:1a.1 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 [8086:2835] (rev 04)
00:1a.7 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 [8086:283a] (rev 04)
00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 04)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 [8086:283f] (rev 04)
00:1c.1 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 [8086:2841] (rev 04)
00:1c.2 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 [8086:2843] (rev 04)
00:1c.3 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 [8086:2845] (rev 04)
00:1d.0 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 [8086:2830] (rev 04)
00:1d.1 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 [8086:2831] (rev 04)
00:1d.2 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 [8086:2832] (rev 04)
00:1d.7 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 [8086:2836] (rev 04)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev f4)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801HM (ICH8M) LPC Interface Controller [8086:2815] (rev 04)
00:1f.1 IDE interface [0101]: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller [8086:2850] (rev 04)
00:1f.2 SATA controller [0106]: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] [8086:2829] (rev 04)
01:01.0 CardBus bridge [0607]: Ricoh Co Ltd RL5c476 II [1180:0476] (rev b4)
01:01.1 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 18)
01:01.2 System peripheral [0880]: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter [1180:0592] (rev 09)
01:07.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
04:00.0 Network controller [0280]: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) [168c:002a] (rev 01)

lsusb,

Bus 004 Device 002: ID 064e:a116 Suyin Corp. 
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:0002 Linux Foundation 2.0 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

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.18.3 (m@debian) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP Wed Jan 21 09:53:29 PST 2015
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bf79ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf7a0000-0x00000000bf7adfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bf7ae000-0x00000000bf7effff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bf7f0000-0x00000000bf7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: ASUSTeK Computer Inc.         X58LE               /X58LE     , BIOS 201     12/09/2008
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0xbf7a0 max_arch_pfn = 0x1000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FC0000000 write-back
[    0.000000]   2 base 0BF800000 mask FFF800000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [c00ff780]
[    0.000000] initial memory mapped: [mem 0x00000000-0x01dfffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x37200000-0x373fffff]
[    0.000000]  [mem 0x37200000-0x373fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x34000000-0x371fffff]
[    0.000000]  [mem 0x34000000-0x371fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x33ffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x33ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x37400000-0x375fdfff]
[    0.000000]  [mem 0x37400000-0x375fdfff] page 4k
[    0.000000] BRK [0x017cb000, 0x017cbfff] PGTABLE
[    0.000000] BRK [0x017cc000, 0x017cdfff] PGTABLE
[    0.000000] BRK [0x017ce000, 0x017cefff] PGTABLE
[    0.000000] BRK [0x017cf000, 0x017cffff] PGTABLE
[    0.000000] RAMDISK: [mem 0x2576c000-0x2ebadfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000F8440 000024 (v02 ACPIAM)
[    0.000000] ACPI: XSDT 0xBF7A0100 000084 (v01 _ASUS_ Notebook 12000809 MSFT 00000097)
[    0.000000] ACPI: FACP 0xBF7A0290 0000F4 (v03 A_M_I_ OEMFACP  12000809 MSFT 00000097)
[    0.000000] ACPI: DSDT 0xBF7A0680 00BF02 (v01 X58LE  X58LE200 00000200 INTL 20051117)
[    0.000000] ACPI: FACS 0xBF7AE000 000040
[    0.000000] ACPI: APIC 0xBF7A0390 00005C (v01 A_M_I_ OEMAPIC  12000809 MSFT 00000097)
[    0.000000] ACPI: MCFG 0xBF7A0430 00003C (v01 A_M_I_ OEMMCFG  12000809 MSFT 00000097)
[    0.000000] ACPI: SLIC 0xBF7A0470 000176 (v01 _ASUS_ Notebook 12000809 MSFT 00000097)
[    0.000000] ACPI: DBGP 0xBF7A03F0 000034 (v01 A_M_I_ OEMDBGP  12000809 MSFT 00000097)
[    0.000000] ACPI: BOOT 0xBF7A05F0 000028 (v01 A_M_I_ OEMBOOT  12000809 MSFT 00000097)
[    0.000000] ACPI: ECDT 0xBF7A0620 000054 (v01 A_M_I_ OEMECDT  12000809 MSFT 00000097)
[    0.000000] ACPI: OEMB 0xBF7AE040 000060 (v01 A_M_I_ AMI_OEM  12000809 MSFT 00000097)
[    0.000000] ACPI: HPET 0xBF7AC590 000038 (v01 A_M_I_ OEMHPET  12000809 MSFT 00000097)
[    0.000000] ACPI: GSCI 0xBF7AE0A0 002024 (v01 A_M_I_ GMCHSCI  12000809 MSFT 00000097)
[    0.000000] ACPI: ATKG 0xBF7B02D0 008024 (v01 A_M_I_ OEMATKG  05000702 MSFT 00000097)
[    0.000000] ACPI: SSDT 0xBF7B8D90 0004E6 (v01 PmRef  CpuPm    00003000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 2177MB HIGHMEM available.
[    0.000000] 885MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 375fe000
[    0.000000]   low ram: 0 - 375fe000
[    0.000000] BRK [0x017d0000, 0x017d0fff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x375fdfff]
[    0.000000]   HighMem  [mem 0x375fe000-0xbf79ffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0xbf79ffff]
[    0.000000] Initmem setup node 0 [mem 0x00001000-0xbf79ffff]
[    0.000000] On node 0 totalpages: 784190
[    0.000000] free_area_init_node: node 0, pgdat c1682d80, node_mem_map f5e0e020
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 1740 pages used for memmap
[    0.000000]   Normal zone: 222718 pages, LIFO batch:31
[    0.000000]   HighMem zone: 4356 pages used for memmap
[    0.000000]   HighMem zone: 557474 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] Reserving Intel graphics stolen memory at 0xbf800000-0xbfffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
[    0.000000] e820: [mem 0xc0000000-0xfedfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 16 pages/cpu @f5ddc000 s35456 r0 d30080 u65536
[    0.000000] pcpu-alloc: s35456 r0 d30080 u65536 alloc=16*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 782418
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.18.3 root=UUID=917cd208-cd53-4592-a902-69cc3fd9c697 ro quiet
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240 using standard form
[    0.000000] allocated 6274296 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (000375fe:000bf7a0)
[    0.000000] Initializing Movable for node 0 (00000000:00000000)
[    0.000000] Memory: 2945244K/3136760K available (4747K kernel code, 547K rwdata, 1440K rodata, 680K init, 468K bss, 191516K reserved, 2229896K highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xffd36000 - 0xfffff000   (2852 kB)
[    0.000000]     pkmap   : 0xff600000 - 0xff800000   (2048 kB)
[    0.000000]     vmalloc : 0xf7dfe000 - 0xff5fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf75fe000   ( 885 MB)
[    0.000000]       .init : 0xc1697000 - 0xc1741000   ( 680 kB)
[    0.000000]       .data : 0xc14a328a - 0xc1695c00   (1994 kB)
[    0.000000]       .text : 0xc1000000 - 0xc14a328a   (4748 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:2304 nr_irqs:440 0
[    0.000000] CPU 0 irqstacks, hard=f5006000 soft=f5008000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: PIT calibration matches HPET. 1 loops
[    0.000000] tsc: Detected 1994.986 MHz processor
[    0.008011] Calibrating delay loop (skipped), value calculated using timer frequency.. 3989.97 BogoMIPS (lpj=7979944)
[    0.008015] pid_max: default: 32768 minimum: 301
[    0.008025] ACPI: Core revision 20140926
[    0.024447] ACPI: All ACPI Tables successfully acquired
[    0.028036] Security Framework initialized
[    0.028051] AppArmor: AppArmor disabled by boot time parameter
[    0.028053] Yama: becoming mindful.
[    0.028072] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.028075] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.028336] Initializing cgroup subsys memory
[    0.028344] Initializing cgroup subsys devices
[    0.028348] Initializing cgroup subsys freezer
[    0.028351] Initializing cgroup subsys net_cls
[    0.028355] Initializing cgroup subsys blkio
[    0.028358] Initializing cgroup subsys perf_event
[    0.028362] Initializing cgroup subsys net_prio
[    0.028386] CPU: Physical Processor ID: 0
[    0.028388] CPU: Processor Core ID: 0
[    0.028393] mce: CPU supports 6 MCE banks
[    0.028400] CPU0: Thermal monitoring handled by SMI
[    0.028409] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.028409] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.028551] Freeing SMP alternatives memory: 20K (c1741000 - c1746000)
[    0.029602] ftrace: allocating 21136 entries in 42 pages
[    0.036103] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.036481] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.078441] smpboot: CPU0: Intel Pentium(R) Dual-Core CPU       T4200  @ 2.00GHz (fam: 06, model: 17, stepping: 0a)
[    0.080000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.080000] ... version:                2
[    0.080000] ... bit width:              40
[    0.080000] ... generic registers:      2
[    0.080000] ... value mask:             000000ffffffffff
[    0.080000] ... max period:             000000007fffffff
[    0.080000] ... fixed-purpose events:   3
[    0.080000] ... event mask:             0000000700000003
[    0.080000] CPU 1 irqstacks, hard=f5140000 soft=f5142000
[    0.080000] x86: Booting SMP configuration:
[    0.080000] .... node  #0, CPUs:      #1
[    0.012000] Initializing CPU#1
[    0.012000] CPU1: Thermal monitoring handled by SMI
[    0.090972] x86: Booted up 1 node, 2 CPUs
[    0.090977] smpboot: Total of 2 processors activated (7979.94 BogoMIPS)
[    0.091031] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.092105] devtmpfs: initialized
[    0.092286] PM: Registering ACPI NVS region [mem 0xbf7ae000-0xbf7effff] (270336 bytes)
[    0.093427] pinctrl core: initialized pinctrl subsystem
[    0.093427] NET: Registered protocol family 16
[    0.104008] cpuidle: using governor ladder
[    0.112005] cpuidle: using governor menu
[    0.112072] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.112075] ACPI: bus type PCI registered
[    0.112078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.112182] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.112185] PCI: not using MMCONFIG
[    0.112306] PCI : PCI BIOS area is rw and x. Use pci=nobios if you want it NX.
[    0.112378] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=7
[    0.112379] PCI: Using configuration type 1 for base access
[    0.128087] ACPI: Added _OSI(Module Device)
[    0.128087] ACPI: Added _OSI(Processor Device)
[    0.128087] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.128087] ACPI: Added _OSI(Processor Aggregator Device)
[    0.129859] ACPI : EC: EC description table is found, configuring boot EC
[    0.132761] ACPI: Executed 1 blocks of module-level executable AML code
[    0.144990] ACPI: Dynamic OEM Table Load:
[    0.144998] ACPI: SSDT 0xF50FD400 000202 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.145635] ACPI: Dynamic OEM Table Load:
[    0.145642] ACPI: SSDT 0xF51D0800 000712 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.146575] ACPI: Dynamic OEM Table Load:
[    0.146581] ACPI: SSDT 0xF51A1800 0000C8 (v01 PmRef  Cpu1Ist  00003000 INTL 20051117)
[    0.147118] ACPI: Dynamic OEM Table Load:
[    0.147124] ACPI: SSDT 0xF5199D00 000085 (v01 PmRef  Cpu1Cst  00003000 INTL 20051117)
[    0.147823] ACPI: Interpreter enabled
[    0.147849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140926/hwxface-580)
[    0.147854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140926/hwxface-580)
[    0.147872] ACPI: (supports S0 S3 S4 S5)
[    0.147874] ACPI: Using IOAPIC for interrupt routing
[    0.148864] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.149542] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.149544] PCI: Using MMCONFIG for extended config space
[    0.149568] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.178681] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.178690] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.179103] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.179435] PCI host bridge to bus 0000:00
[    0.179440] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.179442] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.179445] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.179448] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.179450] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[    0.179453] pci_bus 0000:00: root bus resource [mem 0xbf800000-0xffffffff]
[    0.179464] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
[    0.179594] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000
[    0.179610] pci 0000:00:02.0: reg 0x10: [mem 0xfeb00000-0xfebfffff 64bit]
[    0.179619] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.179626] pci 0000:00:02.0: reg 0x20: [io  0xec00-0xec07]
[    0.179746] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000
[    0.179759] pci 0000:00:02.1: reg 0x10: [mem 0xfe900000-0xfe9fffff 64bit]
[    0.179907] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
[    0.179950] pci 0000:00:1a.0: reg 0x20: [io  0xd800-0xd81f]
[    0.180051] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.180111] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
[    0.180154] pci 0000:00:1a.1: reg 0x20: [io  0xd480-0xd49f]
[    0.180247] pci 0000:00:1a.1: System wakeup disabled by ACPI
[    0.180318] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
[    0.180339] pci 0000:00:1a.7: reg 0x10: [mem 0xfeaff000-0xfeaff3ff]
[    0.180430] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.180525] pci 0000:00:1a.7: System wakeup disabled by ACPI
[    0.180593] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
[    0.180613] pci 0000:00:1b.0: reg 0x10: [mem 0xfeaf8000-0xfeafbfff 64bit]
[    0.180696] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.180749] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.180812] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
[    0.180891] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.181002] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
[    0.181086] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.181142] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.181205] pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400
[    0.181290] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.181401] pci 0000:00:1c.3: [8086:2845] type 01 class 0x060400
[    0.181479] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.181592] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
[    0.181635] pci 0000:00:1d.0: reg 0x20: [io  0xe000-0xe01f]
[    0.181726] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.181785] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
[    0.181828] pci 0000:00:1d.1: reg 0x20: [io  0xdc00-0xdc1f]
[    0.181919] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.181981] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
[    0.182024] pci 0000:00:1d.2: reg 0x20: [io  0xd880-0xd89f]
[    0.182114] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.182185] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
[    0.182206] pci 0000:00:1d.7: reg 0x10: [mem 0xfeaff400-0xfeaff7ff]
[    0.182297] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.182391] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.182456] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.182556] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.182620] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
[    0.182707] pci 0000:00:1f.0: can't claim BAR 13 [io  0x0800-0x087f]: address conflict with ACPI CPU throttle [io  0x0810-0x0815]
[    0.182713] pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
[    0.182717] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0300 (mask 0003)
[    0.182722] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0250 (mask 000f)
[    0.182844] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
[    0.182858] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    0.182869] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    0.182878] pci 0000:00:1f.1: reg 0x18: [io  0x08f0-0x08f7]
[    0.182888] pci 0000:00:1f.1: reg 0x1c: [io  0x08f8-0x08fb]
[    0.182899] pci 0000:00:1f.1: reg 0x20: [io  0xffa0-0xffaf]
[    0.182919] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.182922] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.182924] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.182927] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.183031] pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601
[    0.183050] pci 0000:00:1f.2: reg 0x10: [io  0xe880-0xe887]
[    0.183059] pci 0000:00:1f.2: reg 0x14: [io  0xe800-0xe803]
[    0.183068] pci 0000:00:1f.2: reg 0x18: [io  0xe480-0xe487]
[    0.183077] pci 0000:00:1f.2: reg 0x1c: [io  0xe400-0xe403]
[    0.183086] pci 0000:00:1f.2: reg 0x20: [io  0xe080-0xe09f]
[    0.183096] pci 0000:00:1f.2: reg 0x24: [mem 0xfeaff800-0xfeafffff]
[    0.183143] pci 0000:00:1f.2: PME# supported from D3hot
[    0.183317] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    0.183427] pci 0000:04:00.0: [168c:002a] type 00 class 0x028000
[    0.183456] pci 0000:04:00.0: reg 0x10: [mem 0xfdef0000-0xfdefffff 64bit]
[    0.183596] pci 0000:04:00.0: supports D1
[    0.183598] pci 0000:04:00.0: PME# supported from D0 D1 D3hot
[    0.183636] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.192017] pci 0000:00:1c.1: PCI bridge to [bus 04]
[    0.192024] pci 0000:00:1c.1:   bridge window [mem 0xfde00000-0xfdefffff]
[    0.192168] pci 0000:00:1c.2: PCI bridge to [bus 05-06]
[    0.192173] pci 0000:00:1c.2:   bridge window [io  0xc000-0xcfff]
[    0.192177] pci 0000:00:1c.2:   bridge window [mem 0xfdf00000-0xfe6fffff]
[    0.192184] pci 0000:00:1c.2:   bridge window [mem 0xbdf00000-0xbfefffff 64bit pref]
[    0.192255] pci 0000:00:1c.3: PCI bridge to [bus 07]
[    0.192341] pci 0000:01:01.0: [1180:0476] type 02 class 0x060700
[    0.192358] pci 0000:01:01.0: proprietary Ricoh MMC controller disabled (via cardbus function)
[    0.192360] pci 0000:01:01.0: MMC cards are now supported by standard SDHCI controller
[    0.192374] pci 0000:01:01.0: reg 0x10: [mem 0x00000000-0x00000fff]
[    0.192409] pci 0000:01:01.0: supports D1 D2
[    0.192412] pci 0000:01:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.192436] pci 0000:01:01.0: System wakeup disabled by ACPI
[    0.192500] pci 0000:01:01.1: [1180:0822] type 00 class 0x080500
[    0.192519] pci 0000:01:01.1: reg 0x10: [mem 0xfddff800-0xfddff8ff]
[    0.192602] pci 0000:01:01.1: supports D1 D2
[    0.192605] pci 0000:01:01.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.192680] pci 0000:01:01.2: [1180:0592] type 00 class 0x088000
[    0.192699] pci 0000:01:01.2: reg 0x10: [mem 0xfddff000-0xfddff0ff]
[    0.192782] pci 0000:01:01.2: supports D1 D2
[    0.192784] pci 0000:01:01.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.192874] pci 0000:01:07.0: [10ec:8139] type 00 class 0x020000
[    0.192893] pci 0000:01:07.0: reg 0x10: [io  0xb800-0xb8ff]
[    0.192905] pci 0000:01:07.0: reg 0x14: [mem 0xfddffc00-0xfddffcff]
[    0.192981] pci 0000:01:07.0: supports D1 D2
[    0.192984] pci 0000:01:07.0: PME# supported from D1 D2 D3hot D3cold
[    0.193008] pci 0000:01:07.0: System wakeup disabled by ACPI
[    0.193092] pci 0000:00:1e.0: PCI bridge to [bus 01-02] (subtractive decode)
[    0.193097] pci 0000:00:1e.0:   bridge window [io  0xa000-0xbfff]
[    0.193102] pci 0000:00:1e.0:   bridge window [mem 0xfd500000-0xfddfffff]
[    0.193108] pci 0000:00:1e.0:   bridge window [mem 0xbbf00000-0xbdefffff 64bit pref]
[    0.193111] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.193114] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.193116] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.193119] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.193122] pci 0000:00:1e.0:   bridge window [mem 0xbf800000-0xffffffff] (subtractive decode)
[    0.193180] pci_bus 0000:02: busn_res: can not insert [bus 02-ff] under [bus 01-02] (conflicts with (null) [bus 01-02])
[    0.193185] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    0.193218] pci_bus 0000:00: on NUMA node 0
[    0.193220] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    0.204192] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12)
[    0.204265] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 10 12)
[    0.204332] ACPI: PCI Interrupt Link [LNKC] (IRQs *6)
[    0.204398] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 7 10 12)
[    0.204466] ACPI: PCI Interrupt Link [LNKE] (IRQs *6)
[    0.204531] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *10 12)
[    0.204599] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 7 10 12)
[    0.204667] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 12)
[    0.204868] ACPI: Enabled 5 GPEs in block 00 to 1F
[    0.204959] ACPI : EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[    0.208023] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.208026] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.208035] vgaarb: loaded
[    0.208036] vgaarb: bridge control possible 0000:00:02.0
[    0.208127] PCI: Using ACPI for IRQ routing
[    0.208127] PCI: pci_cache_line_size set to 64 bytes
[    0.208127] pci 0000:00:1c.2: can't claim BAR 15 [mem 0xbdf00000-0xbfefffff 64bit pref]: no compatible bridge window
[    0.208127] pci 0000:00:1e.0: can't claim BAR 15 [mem 0xbbf00000-0xbdefffff 64bit pref]: no compatible bridge window
[    0.208127] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.208127] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.208129] e820: reserve RAM buffer [mem 0xbf7a0000-0xbfffffff]
[    0.208348] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.208353] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.208358] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.210375] Switched to clocksource hpet
[    0.216132] pnp: PnP ACPI init
[    0.216270] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.216275] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.216373] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.216448] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.216534] pnp 00:03: Plug and Play ACPI device, IDs SYN0a04 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[    0.216741] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.216745] system 00:04: [io  0x0800-0x087f] could not be reserved
[    0.216748] system 00:04: [io  0x0400-0x041f] has been reserved
[    0.216751] system 00:04: [io  0x0500-0x053f] has been reserved
[    0.216755] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.216758] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.216761] system 00:04: [mem 0xfed45000-0xfed89fff] has been reserved
[    0.216765] system 00:04: [mem 0xffb00000-0xffbfffff] has been reserved
[    0.216768] system 00:04: [mem 0xfff00000-0xffffffff] has been reserved
[    0.216771] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.216913] system 00:05: [io  0x0250-0x0253] has been reserved
[    0.216916] system 00:05: [io  0x0256-0x025f] has been reserved
[    0.216920] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.216923] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.216927] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.217130] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    0.217135] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.236260] system 00:07: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.236264] system 00:07: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.236268] system 00:07: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.236271] system 00:07: [mem 0x00100000-0xbf7fffff] could not be reserved
[    0.236275] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.236441] pnp: PnP ACPI: found 8 devices
[    0.236448] PnPBIOS: Disabled by ACPI PNP
[    0.273909] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05-06] add_size 200000
[    0.273935] pci 0000:00:1f.0: BAR 13: [io  0x0800-0x087f] has bogus alignment
[    0.273939] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.273951] pci 0000:00:1c.2: BAR 15: assigned [mem 0xc0000000-0xc01fffff 64bit pref]
[    0.273954] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    0.273965] pci 0000:00:1c.1: PCI bridge to [bus 04]
[    0.273971] pci 0000:00:1c.1:   bridge window [mem 0xfde00000-0xfdefffff]
[    0.273979] pci 0000:00:1c.2: PCI bridge to [bus 05-06]
[    0.273983] pci 0000:00:1c.2:   bridge window [io  0xc000-0xcfff]
[    0.273988] pci 0000:00:1c.2:   bridge window [mem 0xfdf00000-0xfe6fffff]
[    0.273993] pci 0000:00:1c.2:   bridge window [mem 0xc0000000-0xc01fffff 64bit pref]
[    0.273999] pci 0000:00:1c.3: PCI bridge to [bus 07]
[    0.274013] pci 0000:01:01.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.274016] pci 0000:01:01.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
[    0.274019] pci 0000:01:01.0: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.274022] pci 0000:01:01.0: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.274027] pci 0000:01:01.0: BAR 0: assigned [mem 0xc4000000-0xc4000fff]
[    0.274035] pci 0000:01:01.0: BAR 15: assigned [mem 0xc8000000-0xcbffffff pref]
[    0.274040] pci 0000:01:01.0: BAR 16: assigned [mem 0xcc000000-0xcfffffff]
[    0.274043] pci 0000:01:01.0: BAR 13: assigned [io  0xa000-0xa0ff]
[    0.274045] pci 0000:01:01.0: BAR 14: assigned [io  0xa400-0xa4ff]
[    0.274049] pci 0000:01:01.0: CardBus bridge to [bus 02]
[    0.274051] pci 0000:01:01.0:   bridge window [io  0xa000-0xa0ff]
[    0.274056] pci 0000:01:01.0:   bridge window [io  0xa400-0xa4ff]
[    0.274061] pci 0000:01:01.0:   bridge window [mem 0xc8000000-0xcbffffff pref]
[    0.274066] pci 0000:01:01.0:   bridge window [mem 0xcc000000-0xcfffffff]
[    0.274071] pci 0000:00:1e.0: PCI bridge to [bus 01-02]
[    0.274074] pci 0000:00:1e.0:   bridge window [io  0xa000-0xbfff]
[    0.274079] pci 0000:00:1e.0:   bridge window [mem 0xfd500000-0xfddfffff]
[    0.274088] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.274091] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.274093] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.274096] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.274098] pci_bus 0000:00: resource 8 [mem 0xbf800000-0xffffffff]
[    0.274101] pci_bus 0000:04: resource 1 [mem 0xfde00000-0xfdefffff]
[    0.274104] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.274107] pci_bus 0000:05: resource 1 [mem 0xfdf00000-0xfe6fffff]
[    0.274109] pci_bus 0000:05: resource 2 [mem 0xc0000000-0xc01fffff 64bit pref]
[    0.274112] pci_bus 0000:01: resource 0 [io  0xa000-0xbfff]
[    0.274114] pci_bus 0000:01: resource 1 [mem 0xfd500000-0xfddfffff]
[    0.274117] pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7]
[    0.274119] pci_bus 0000:01: resource 5 [io  0x0d00-0xffff]
[    0.274122] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
[    0.274124] pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff]
[    0.274127] pci_bus 0000:01: resource 8 [mem 0xbf800000-0xffffffff]
[    0.274129] pci_bus 0000:02: resource 0 [io  0xa000-0xa0ff]
[    0.274132] pci_bus 0000:02: resource 1 [io  0xa400-0xa4ff]
[    0.274134] pci_bus 0000:02: resource 2 [mem 0xc8000000-0xcbffffff pref]
[    0.274137] pci_bus 0000:02: resource 3 [mem 0xcc000000-0xcfffffff]
[    0.274185] NET: Registered protocol family 2
[    0.274404] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.274421] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.274445] TCP: Hash tables configured (established 8192 bind 8192)
[    0.274479] TCP: reno registered
[    0.274482] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.274490] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.274545] NET: Registered protocol family 1
[    0.274565] pci 0000:00:02.0: Video device with shadowed ROM
[    0.352646] PCI: CLS 32 bytes, default 64
[    0.352708] Unpacking initramfs...
[    4.051469] Freeing initrd memory: 151816K (e576c000 - eebae000)
[    4.051536] Simple Boot Flag at 0x52 set to 0x1
[    4.051748] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
[    4.051754] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
[    4.051852] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[    4.052264] futex hash table entries: 512 (order: 3, 32768 bytes)
[    4.052302] audit: initializing netlink subsys (disabled)
[    4.052326] audit: type=2000 audit(1421961791.048:1): initialized
[    4.052688] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    4.052707] zpool: loaded
[    4.052710] zbud: loaded
[    4.052795] VFS: Disk quotas dquot_6.5.2
[    4.052816] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    4.052898] msgmni has been set to 1693
[    4.053328] alg: No test for stdrng (krng)
[    4.053357] bounce: pool size: 64 pages
[    4.053380] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    4.053421] io scheduler noop registered
[    4.053425] io scheduler deadline registered
[    4.053438] io scheduler cfq registered (default)
[    4.053664] pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X
[    4.053850] pcieport 0000:00:1c.1: irq 25 for MSI/MSI-X
[    4.054031] pcieport 0000:00:1c.2: irq 26 for MSI/MSI-X
[    4.054229] pcieport 0000:00:1c.3: irq 27 for MSI/MSI-X
[    4.054371] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    4.054376] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    4.054399] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[    4.054402] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    4.054406] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
[    4.054429] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    4.054434] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[    4.054457] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    4.054461] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[    4.054486] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    4.054540] pciehp 0000:00:1c.2:pcie04: Slot #36 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl- LLActRep+
[    4.054573] pciehp 0000:00:1c.2:pcie04: service driver pciehp loaded
[    4.054581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    4.054652] intel_idle: does not run on family 6 model 23
[    4.054704] GHES: HEST is not enabled!
[    4.054727] isapnp: Scanning for PnP cards...
[    4.407763] isapnp: No Plug & Play device found
[    4.407877] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    4.408531] Linux agpgart interface v0.103
[    4.408682] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[    4.408702] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    4.409003] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    4.409140] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    4.409353] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    4.411745] i8042: Detected active multiplexing controller, rev 1.1
[    4.412410] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.412418] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    4.412462] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    4.412500] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    4.412537] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    4.412702] mousedev: PS/2 mouse device common for all mice
[    4.412778] rtc_cmos 00:01: RTC can wake from S4
[    4.412921] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    4.412947] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    4.412968] ledtrig-cpu: registered to indicate activity on CPUs
[    4.413397] TCP: cubic registered
[    4.413433] NET: Registered protocol family 10
[    4.413701] mip6: Mobile IPv6
[    4.413705] NET: Registered protocol family 17
[    4.413711] mpls_gso: MPLS GSO support
[    4.413923] Using IPI No-Shortcut mode
[    4.414114] registered taskstats version 1
[    4.414612] rtc_cmos 00:01: setting system clock to 2015-01-22 21:23:12 UTC (1421961792)
[    4.414684] PM: Hibernation image not present or could not be loaded.
[    4.414971] Freeing unused kernel memory: 680K (c1697000 - c1741000)
[    4.415014] Write protecting the kernel text: 4752k
[    4.415059] Write protecting the kernel read-only data: 1444k
[    4.415061] NX-protecting the kernel data: 3440k
[    4.423464] udevd[62]: starting version 175
[    4.447831] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    4.505539] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[    4.505548] 8139cp 0000:01:07.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
[    4.506490] 8139too: 8139too Fast Ethernet driver 0.9.28
[    4.507403] 8139too 0000:01:07.0 eth0: RealTek RTL8139 at 0x0001b800, 00:24:8c:43:37:f6, IRQ 16
[    4.510778] SCSI subsystem initialized
[    4.513236] ACPI: bus type USB registered
[    4.513310] usbcore: registered new interface driver usbfs
[    4.513331] usbcore: registered new interface driver hub
[    4.522636] usbcore: registered new device driver usb
[    4.524566] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.525414] libata version 3.00 loaded.
[    4.526846] uhci_hcd: USB Universal Host Controller Interface driver
[    4.527050] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    4.527063] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    4.527074] uhci_hcd 0000:00:1a.0: detected 2 ports
[    4.527119] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000d800
[    4.528104] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    4.528109] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.528112] usb usb1: Product: UHCI Host Controller
[    4.528115] usb usb1: Manufacturer: Linux 3.18.3 uhci_hcd
[    4.528117] usb usb1: SerialNumber: 0000:00:1a.0
[    4.529028] hub 1-0:1.0: USB hub found
[    4.529041] hub 1-0:1.0: 2 ports detected
[    4.529442] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    4.529460] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[    4.529469] uhci_hcd 0000:00:1a.1: detected 2 ports
[    4.529512] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000d480
[    4.529592] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    4.529595] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.529597] usb usb2: Product: UHCI Host Controller
[    4.529600] usb usb2: Manufacturer: Linux 3.18.3 uhci_hcd
[    4.529602] usb usb2: SerialNumber: 0000:00:1a.1
[    4.529790] hub 2-0:1.0: USB hub found
[    4.529801] hub 2-0:1.0: 2 ports detected
[    4.530142] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    4.530162] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    4.530174] uhci_hcd 0000:00:1d.0: detected 2 ports
[    4.530210] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000e000
[    4.530248] ehci-pci: EHCI PCI platform driver
[    4.530286] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    4.530289] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.530292] usb usb3: Product: UHCI Host Controller
[    4.530294] usb usb3: Manufacturer: Linux 3.18.3 uhci_hcd
[    4.530297] usb usb3: SerialNumber: 0000:00:1d.0
[    4.530469] hub 3-0:1.0: USB hub found
[    4.530479] hub 3-0:1.0: 2 ports detected
[    4.530763] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    4.530781] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 4
[    4.530790] uhci_hcd 0000:00:1d.1: detected 2 ports
[    4.530832] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000dc00
[    4.530904] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    4.530907] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.530910] usb usb4: Product: UHCI Host Controller
[    4.530912] usb usb4: Manufacturer: Linux 3.18.3 uhci_hcd
[    4.530914] usb usb4: SerialNumber: 0000:00:1d.1
[    4.531107] hub 4-0:1.0: USB hub found
[    4.531116] hub 4-0:1.0: 2 ports detected
[    4.531293] ahci 0000:00:1f.2: version 3.0
[    4.531455] ahci 0000:00:1f.2: irq 28 for MSI/MSI-X
[    4.531514] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
[    4.531518] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc ems 
[    4.533033] sdhci: Secure Digital Host Controller Interface driver
[    4.533038] sdhci: Copyright(c) Pierre Ossman
[    4.533733] sdhci-pci 0000:01:01.1: SDHCI controller found [1180:0822] (rev 18)
[    4.534837] sdhci-pci 0000:01:01.1: Will use DMA mode even though HW doesn't fully claim to support it.
[    4.534847] sdhci-pci 0000:01:01.1: No vmmc regulator found
[    4.534849] sdhci-pci 0000:01:01.1: No vqmmc regulator found
[    4.535846] sdhci-pci 0000:01:01.1: Will use DMA mode even though HW doesn't fully claim to support it.
[    4.539655] sdhci-pci 0000:01:01.1: Will use DMA mode even though HW doesn't fully claim to support it.
[    4.541159] mmc0: SDHCI controller on PCI [0000:01:01.1] using DMA
[    4.548666] scsi host0: ahci
[    4.554742] scsi host1: ahci
[    4.558064] scsi host2: ahci
[    4.558177] ata1: SATA max UDMA/133 abar m2048@0xfeaff800 port 0xfeaff900 irq 28
[    4.558181] ata2: SATA max UDMA/133 abar m2048@0xfeaff800 port 0xfeaff980 irq 28
[    4.558183] ata3: SATA max UDMA/133 abar m2048@0xfeaff800 port 0xfeaffa00 irq 28
[    4.558368] ata_piix 0000:00:1f.1: version 2.13
[    4.562517] scsi host3: ata_piix
[    4.565836] scsi host4: ata_piix
[    4.565941] ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    4.565944] ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    4.566796] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    4.566809] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 5
[    4.566826] ehci-pci 0000:00:1a.7: debug port 1
[    4.570750] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
[    4.570818] ata5: port disabled--ignoring
[    4.570986] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfeaff000
[    4.580113] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    4.580187] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    4.580190] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.580192] usb usb5: Product: EHCI Host Controller
[    4.580195] usb usb5: Manufacturer: Linux 3.18.3 ehci_hcd
[    4.580197] usb usb5: SerialNumber: 0000:00:1a.7
[    4.580395] hub 5-0:1.0: USB hub found
[    4.580405] hub 5-0:1.0: 4 ports detected
[    4.604128] hub 1-0:1.0: USB hub found
[    4.604142] hub 1-0:1.0: 2 ports detected
[    4.609309] thermal LNXTHERM:00: registered as thermal_zone0
[    4.609313] ACPI: Thermal Zone [THRM] (46 C)
[    4.628115] hub 2-0:1.0: USB hub found
[    4.628128] hub 2-0:1.0: 2 ports detected
[    4.676172] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    4.676182] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 6
[    4.676198] ehci-pci 0000:00:1d.7: debug port 1
[    4.680121] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[    4.680129] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfeaff400
[    4.692016] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    4.692083] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002
[    4.692085] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.692088] usb usb6: Product: EHCI Host Controller
[    4.692090] usb usb6: Manufacturer: Linux 3.18.3 ehci_hcd
[    4.692093] usb usb6: SerialNumber: 0000:00:1d.7
[    4.692273] hub 6-0:1.0: USB hub found
[    4.692282] hub 6-0:1.0: 6 ports detected
[    4.716070] hub 3-0:1.0: USB hub found
[    4.716080] hub 3-0:1.0: 2 ports detected
[    4.728321] ata4.00: ATAPI: HL-DT-ST DVDRAM GSA-T40N, JR03, max UDMA/33
[    4.740070] hub 4-0:1.0: USB hub found
[    4.740079] hub 4-0:1.0: 2 ports detected
[    4.740304] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    4.740314] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    4.740322] uhci_hcd 0000:00:1d.2: detected 2 ports
[    4.740345] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d880
[    4.740713] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    4.740717] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.740720] usb usb7: Product: UHCI Host Controller
[    4.740722] usb usb7: Manufacturer: Linux 3.18.3 uhci_hcd
[    4.740724] usb usb7: SerialNumber: 0000:00:1d.2
[    4.741337] hub 7-0:1.0: USB hub found
[    4.741347] hub 7-0:1.0: 2 ports detected
[    4.744234] ata4.00: configured for UDMA/33
[    4.876024] ata2: SATA link down (SStatus 0 SControl 300)
[    4.876048] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.877363] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    4.877537] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    4.877541] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    4.878824] ata1.00: ATA-8: ST9250320AS, 0303, max UDMA/133
[    4.878827] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    4.880021] ata3: SATA link down (SStatus 0 SControl 300)
[    4.880357] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    4.880563] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    4.880567] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    4.881765] ata1.00: configured for UDMA/133
[    4.881896] scsi 0:0:0:0: Direct-Access     ATA      ST9250320AS      0303 PQ: 0 ANSI: 5
[    4.885751] scsi 3:0:0:0: CD-ROM            HL-DT-ST DVDRAM GSA-T40N  JR03 PQ: 0 ANSI: 5
[    4.900527] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    4.900598] sd 0:0:0:0: [sda] Write Protect is off
[    4.900603] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.900631] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.911079] sr 3:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    4.911083] cdrom: Uniform CD-ROM driver Revision: 3.20
[    4.911263] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    4.913848] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.914028] sr 3:0:0:0: Attached scsi generic sg1 type 5
[    5.004033] usb 6-5: new high-speed USB device number 2 using ehci-pci
[    5.048015] tsc: Refined TSC clocksource calibration: 1994.999 MHz
[    5.180921] usb 6-5: New USB device found, idVendor=064e, idProduct=a116
[    5.180925] usb 6-5: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[    5.180927] usb 6-5: Product: USB2.0 UVC 1.3M WebCam
[    5.180930] usb 6-5: Manufacturer: SuYin
[    5.180932] usb 6-5: SerialNumber: CN1316-S30B-MI03-VS-R03.01.03
[    5.252360]  sda: sda1 < sda5 sda6 sda7 sda8 sda9 >
[    5.253021] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.048089] Switched to clocksource tsc
[    6.399983] PM: Starting manual resume from disk
[    6.399990] PM: Hibernation image partition 8:7 present
[    6.399992] PM: Looking for hibernation image.
[    6.441171] PM: Image not found (code -22)
[    6.441175] PM: Hibernation image not present or could not be loaded.
[    6.474167] EXT4-fs (sda8): mounting ext3 file system using the ext4 subsystem
[    6.541786] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[    7.051416] random: nonblocking pool is initialized
[    8.778699] udevd[404]: starting version 175
[    9.178062] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
[    9.178070] ACPI: Sleep Button [SLPB]
[    9.178168] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6
[    9.179050] ACPI: Lid Switch [LID]
[    9.179153] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[    9.179158] ACPI: Power Button [PWRF]
[    9.292583] Monitor-Mwait will be used to enter C-1 state
[    9.292591] Monitor-Mwait will be used to enter C-2 state
[    9.292595] tsc: Marking TSC unstable due to TSC halts in idle
[    9.292601] ACPI: acpi_idle registered with cpuidle
[    9.292653] Switched to clocksource hpet
[    9.317799] ACPI: AC Adapter [AC0] (on-line)
[    9.329711] ACPI: Battery Slot [BAT0] (battery absent)
[    9.595523] input: PC Speaker as /devices/platform/pcspkr/input/input8
[   10.312869] ACPI Warning: SystemIO range 0x00000828-0x0000082f conflicts with OpRegion 0x00000800-0x0000084f (\PMIO) (20140926/utaddress-258)
[   10.312879] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.312883] ACPI Warning: SystemIO range 0x00000530-0x0000053f conflicts with OpRegion 0x00000500-0x0000053f (\GPIO) (20140926/utaddress-258)
[   10.312887] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.312889] ACPI Warning: SystemIO range 0x00000500-0x0000052f conflicts with OpRegion 0x00000500-0x0000053f (\GPIO) (20140926/utaddress-258)
[   10.312893] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.312895] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   10.533378] yenta_cardbus 0000:01:01.0: enabling device (0105 -> 0107)
[   10.533475] yenta_cardbus 0000:01:01.0: CardBus bridge found [1043:1017]
[   10.608913] iTCO_vendor_support: vendor-support=0
[   10.626572] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   10.626629] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x0860)
[   10.626896] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   10.664814] yenta_cardbus 0000:01:01.0: ISA IRQ mask 0x0cb8, PCI irq 17
[   10.664820] yenta_cardbus 0000:01:01.0: Socket status: 30000006
[   10.664829] yenta_cardbus 0000:01:01.0: pcmcia: parent PCI bridge window: [io  0xa000-0xbfff]
[   10.664833] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa000-0xbfff:
[   10.665743]  excluding 0xa000-0xa0ff 0xa400-0xa4ff 0xb800-0xb8ff
[   10.673787] yenta_cardbus 0000:01:01.0: pcmcia: parent PCI bridge window: [mem 0xfd500000-0xfddfffff]
[   10.673792] pcmcia_socket pcmcia_socket0: cs: memory probe 0xfd500000-0xfddfffff:
[   10.673804]  excluding 0xfdd70000-0xfddfffff
[   10.675451] r592: driver successfully loaded
[   10.679945] media: Linux media interface: v0.10
[   11.022918] Linux video capture interface: v2.00
[   11.029209] asus_laptop: Asus Laptop Support version 0.42
[   11.029324] asus_laptop:   X58LE model detected
[   11.029863] asus_laptop: Backlight controlled by ACPI video driver
[   11.029955] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input13
[   11.164783] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
[   11.165475]  excluding 0x170-0x177 0x1f0-0x1f7 0x250-0x25f 0x370-0x377
[   11.165982] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
[   11.166223]  excluding 0x3f0-0x3f7 0x400-0x41f 0x4d0-0x4d7
[   11.166450] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
[   11.166599]  excluding 0x820-0x87f
[   11.166742] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
[   11.167194]  clean.
[   11.167213] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[   11.167219]  excluding 0xc0000-0xcffff 0xe0000-0xfffff
[   11.167244] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[   11.167256]  excluding 0xa0000000-0xa0ffffff
[   11.167273] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[   11.167285]  excluding 0x60000000-0x60ffffff
[   11.167301] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
[   11.167768]  clean.
[   11.394443] [drm] Initialized drm 1.1.0 20060810
[   11.491909] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.1, id: 0xa3a0b3, caps: 0xa04713/0x10008/0x0, board id: 3655, fw id: 30712
[   11.532215] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input12
[   12.119741] cfg80211: Calling CRDA to update world regulatory domain
[   12.139155] snd_hda_intel 0000:00:1b.0: irq 29 for MSI/MSI-X
[   12.413926] sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   12.413931] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   12.413934] sound hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   12.413936] sound hdaudioC0D0:    mono: mono_out=0x0
[   12.413938] sound hdaudioC0D0:    inputs:
[   12.413941] sound hdaudioC0D0:      Internal Mic=0x19
[   12.413944] sound hdaudioC0D0:      Mic=0x18
[   12.906022] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input14
[   12.907149] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[   12.907274] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[   13.194745] uvcvideo: Found UVC 1.00 device USB2.0 UVC 1.3M WebCam (064e:a116)
[   13.211107] input: USB2.0 UVC 1.3M WebCam as /devices/pci0000:00/0000:00:1d.7/usb6/6-5/6-5:1.0/input/input17
[   13.211206] usbcore: registered new interface driver uvcvideo
[   13.211208] USB Video Class driver (1.1.1)
[   14.077715] [drm] Memory usable by graphics device = 512M
[   14.077720] [drm] Replacing VGA console driver
[   14.078349] Console: switching to colour dummy device 80x25
[   14.104094] i915 0000:00:02.0: irq 30 for MSI/MSI-X
[   14.104113] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   14.104114] [drm] Driver supports precise vblank timestamp query.
[   14.104208] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   14.189177] [drm] initialized overlay support
[   14.189322] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[   14.192046] acpi device:1c: registered as cooling_device2
[   14.192339] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18
[   14.192455] [drm] Initialized i915 1.6.0 20140905 for 0000:00:02.0 on minor 0
[   14.209601] fbcon: inteldrmfb (fb0) is primary device
[   14.900133] Console: switching to colour frame buffer device 170x48
[   14.904836] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   14.904838] i915 0000:00:02.0: registered panic notifier
[   15.370097] ath: EEPROM regdomain: 0x60
[   15.370102] ath: EEPROM indicates we should expect a direct regpair map
[   15.370105] ath: Country alpha2 being used: 00
[   15.370107] ath: Regpair used: 0x60
[   15.650508] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   15.650914] ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xf8300000, irq=17
[   17.181281] Adding 498684k swap on /dev/sda7.  Priority:-1 extents:1 across:498684k FS
[   17.197363] EXT4-fs (sda8): re-mounted. Opts: (null)
[   18.288677] EXT4-fs (sda8): re-mounted. Opts: errors=remount-ro
[   18.419098] loop: module loaded
[   21.443791] EXT4-fs (sda9): mounting ext3 file system using the ext4 subsystem
[   21.526176] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null)
[   21.765437] EXT4-fs (sda6): mounting ext3 file system using the ext4 subsystem
[   21.804560] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[   21.928890] EXT4-fs (sda5): mounting ext3 file system using the ext4 subsystem
[   21.953551] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[  312.013968] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  313.016173] wlan0: authenticate with 00:22:b0:91:74:a9
[  313.036740] wlan0: send auth to 00:22:b0:91:74:a9 (try 1/3)
[  313.038403] wlan0: authenticated
[  313.038421] ath9k 0000:04:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[  313.038424] ath9k 0000:04:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[  313.040081] wlan0: associate with 00:22:b0:91:74:a9 (try 1/3)
[  313.042547] wlan0: RX AssocResp from 00:22:b0:91:74:a9 (capab=0x421 status=0 aid=1)
[  313.042643] wlan0: associated
[  313.042655] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  778.503469] usbcore: registered new interface driver usb-storage
[  778.523173] usbcore: registered new interface driver uas
[  829.228086] usb 6-4: new high-speed USB device number 3 using ehci-pci
[  829.363155] usb 6-4: New USB device found, idVendor=0bc2, idProduct=2312
[  829.363162] usb 6-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  829.363166] usb 6-4: Product: Expansion
[  829.363170] usb 6-4: Manufacturer: Seagate 
[  829.363174] usb 6-4: SerialNumber: NA44434Q
[  829.374969] scsi host5: uas
[  829.376567] scsi 5:0:0:0: Direct-Access     Seagate  Expansion        0636 PQ: 0 ANSI: 6
[  829.379097] sd 5:0:0:0: Attached scsi generic sg2 type 0
[  829.381540] sd 5:0:0:0: [sdb] Spinning up disk...
[  834.888076] .....................
[  855.050996] usb 6-4: USB disconnect, device number 3
[  855.972093] .ready
[  856.132085] sd 5:0:0:0: [sdb] READ CAPACITY(16) failed
[  856.132089] sd 5:0:0:0: [sdb]  
[  856.132091] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[  856.132093] sd 5:0:0:0: [sdb] Sense not available.
[  856.252079] sd 5:0:0:0: [sdb] READ CAPACITY failed
[  856.252083] sd 5:0:0:0: [sdb]  
[  856.252085] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[  856.252087] sd 5:0:0:0: [sdb] Sense not available.
[  856.340082] sd 5:0:0:0: [sdb] Write Protect is off
[  856.340087] sd 5:0:0:0: [sdb] Mode Sense: 00 00 00 00
[  856.380081] sd 5:0:0:0: [sdb] Asking for cache data failed
[  856.380086] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[  856.588083] sd 5:0:0:0: [sdb] READ CAPACITY(16) failed
[  856.588088] sd 5:0:0:0: [sdb]  
[  856.588091] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[  856.588093] sd 5:0:0:0: [sdb] Sense not available.
[  856.712088] sd 5:0:0:0: [sdb] READ CAPACITY failed
[  856.712094] sd 5:0:0:0: [sdb]  
[  856.712096] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[  856.712098] sd 5:0:0:0: [sdb] Sense not available.
[  856.916074] sd 5:0:0:0: [sdb] Attached SCSI disk
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
	Subsystem: ASUSTeK Computer Inc. Device 1017
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>
	Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 03) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device 14e2
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 30
	Region 0: Memory at feb00000 (64-bit, non-prefetchable) [size=1M]
	Region 2: Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at ec00 [size=8]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: <access denied>
	Kernel driver in use: i915

00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) (rev 03)
	Subsystem: ASUSTeK Computer Inc. Device 14e2
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at fe900000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: <access denied>

00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 04) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. Device 1017
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 4: I/O ports at d800 [size=32]
	Kernel driver in use: uhci_hcd

00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 04) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. Device 1017
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 21
	Region 4: I/O ports at d480 [size=32]
	Kernel driver in use: uhci_hcd

00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 04) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device 1017
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at feaff000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci

00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device 17f3
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 29
	Region 0: Memory at feaf8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 04) (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 04) (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fde00000-fdefffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 04) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Bus: primary=00, secondary=05, subordinate=06, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: fdf00000-fe6fffff
	Prefetchable memory behind bridge: 00000000c0000000-00000000c01fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 04) (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 04) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. Device 1017
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 4: I/O ports at e000 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 04) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. Device 1017
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 19
	Region 4: I/O ports at dc00 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 04) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. Device 1017
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 4: I/O ports at d880 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 04) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device 1017
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at feaff400 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f4) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=01, subordinate=02, sec-latency=32
	I/O behind bridge: 0000a000-0000bfff
	Memory behind bridge: fd500000-fddfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

00:1f.0 ISA bridge: Intel Corporation 82801HM (ICH8M) LPC Interface Controller (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device 1017
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>
	Kernel driver in use: lpc_ich

00:1f.1 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 04) (prog-if 8a [Master SecP PriP])
	Subsystem: ASUSTeK Computer Inc. Device 1017
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 18
	Region 0: I/O ports at 01f0 [size=8]
	Region 1: I/O ports at 03f4 [size=1]
	Region 2: I/O ports at 0170 [size=8]
	Region 3: I/O ports at 0374 [size=1]
	Region 4: I/O ports at ffa0 [size=16]
	Kernel driver in use: ata_piix

00:1f.2 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] (rev 04) (prog-if 01 [AHCI 1.0])
	Subsystem: ASUSTeK Computer Inc. Device 1017
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 28
	Region 0: I/O ports at e880 [size=8]
	Region 1: I/O ports at e800 [size=4]
	Region 2: I/O ports at e480 [size=8]
	Region 3: I/O ports at e400 [size=4]
	Region 4: I/O ports at e080 [size=32]
	Region 5: Memory at feaff800 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: ahci

01:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b4)
	Subsystem: ASUSTeK Computer Inc. Device 1017
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 168
	Interrupt: pin A routed to IRQ 17
	Region 0: Memory at c4000000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=01, secondary=02, subordinate=02, sec-latency=176
	Memory window 0: c8000000-cbffffff (prefetchable)
	Memory window 1: cc000000-cfffffff
	I/O window 0: 0000a000-0000a0ff
	I/O window 1: 0000a400-0000a4ff
	BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt+ PostWrite+
	16-bit legacy interface ports at 0001
	Kernel driver in use: yenta_cardbus

01:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 18)
	Subsystem: ASUSTeK Computer Inc. Device 1017
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64
	Interrupt: pin C routed to IRQ 19
	Region 0: Memory at fddff800 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: sdhci-pci

01:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 09)
	Subsystem: ASUSTeK Computer Inc. Device 1017
	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 19
	Region 0: Memory at fddff000 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: r592

01:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
	Subsystem: ASUSTeK Computer Inc. L8400B or L3C/S notebook
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64 (8000ns min, 16000ns max)
	Interrupt: pin A routed to IRQ 16
	Region 0: I/O ports at b800 [size=256]
	Region 1: Memory at fddffc00 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: 8139too

04:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
	Subsystem: AzureWave AW-NE771 802.11bgn Wireless Mini PCIe Card [AR9281]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 17
	Region 0: Memory at fdef0000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: ath9k

Couldn't open device, some information will be missing

Bus 004 Device 002: ID 064e:a116 Suyin Corp. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 ?
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  idVendor           0x064e Suyin Corp.
  idProduct          0xa116 
  bcdDevice            3.13
  iManufacturer           2 
  iProduct                1 
  iSerial                 3 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength          599
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              168mA
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         0
      bInterfaceCount         2
      bFunctionClass         14 Video
      bFunctionSubClass       3 Video Interface Collection
      bFunctionProtocol       0 
      iFunction               5 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      1 Video Control
      bInterfaceProtocol      0 
      iInterface              5 
      VideoControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdUVC               1.00
        wTotalLength          103
        dwClockFrequency       15.000000MHz
        bInCollection           1
        baInterfaceNr( 0)       1
      VideoControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             2
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               5
        iTerminal               0 
      VideoControl Interface Descriptor:
        bLength                26
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 4
        guidExtensionCode         {7033f028-1163-2e4a-ba2c-6890eb334016}
        bNumControl             8
        bNrPins                 1
        baSourceID( 0)          3
        bControlSize            1
        bmControls( 0)       0x0f
        iExtension              0 
      VideoControl Interface Descriptor:
        bLength                26
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 5
        guidExtensionCode         {3fae1228-d7bc-114e-a357-6f1edef7d61d}
        bNumControl             8
        bNrPins                 1
        baSourceID( 0)          4
        bControlSize            1
        bmControls( 0)       0xff
        iExtension              0 
      VideoControl Interface Descriptor:
        bLength                18
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0201 Camera Sensor
        bAssocTerminal          0
        iTerminal               0 
        wObjectiveFocalLengthMin      0
        wObjectiveFocalLengthMax      0
        wOcularFocalLength            0
        bControlSize                  3
        bmControls           0x00000000
      VideoControl Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      5 (PROCESSING_UNIT)
      Warning: Descriptor too short
        bUnitID                 3
        bSourceID               1
        wMaxMultiplier          0
        bControlSize            2
        bmControls     0x000037ff
          Brightness
          Contrast
          Hue
          Saturation
          Sharpness
          Gamma
          White Balance Temperature
          White Balance Component
          Backlight Compensation
          Gain
          Power Line Frequency
          White Balance Temperature, Auto
          White Balance Component, Auto
        iProcessing             0 
        bmVideoStandards     0x32
          NTSC - 525/60
          NTSC - 625/50
          PAL - 525/60
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               6
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      VideoStreaming Interface Descriptor:
        bLength                            14
        bDescriptorType                    36
        bDescriptorSubtype                  1 (INPUT_HEADER)
        bNumFormats                         1
        wTotalLength                      353
        bEndPointAddress                  129
        bmInfo                              0
        bTerminalLink                       2
        bStillCaptureMethod                 2
        bTriggerSupport                     0
        bTriggerUsage                       0
        bControlSize                        1
        bmaControls( 0)                    27
      VideoStreaming Interface Descriptor:
        bLength                            27
        bDescriptorType                    36
        bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
        bFormatIndex                        1
        bNumFrameDescriptors                6
        guidFormat                            {59555932-0000-1000-8000-00aa00389b71}
        bBitsPerPixel                      16
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 2 fields
          Field 1 first: No
          Field pattern: Field 1 only
          bCopyProtect                      0
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         1
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                  3072000
        dwMaxBitRate                 18432000
        dwMaxVideoFrameBufferSize      614400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         2
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                  1013760
        dwMaxBitRate                  6082560
        dwMaxVideoFrameBufferSize      202752
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         3
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                   768000
        dwMaxBitRate                  4608000
        dwMaxVideoFrameBufferSize      153600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         4
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            176
        wHeight                           144
        dwMinBitRate                   253440
        dwMaxBitRate                  1520640
        dwMaxVideoFrameBufferSize       50688
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            50
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         5
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            160
        wHeight                           120
        dwMinBitRate                   192000
        dwMaxBitRate                  1152000
        dwMaxVideoFrameBufferSize       38400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  6
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            400000
        dwFrameInterval( 2)            500000
        dwFrameInterval( 3)            666666
        dwFrameInterval( 4)           1000000
        dwFrameInterval( 5)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         6
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                           1280
        wHeight                          1024
        dwMinBitRate                 23592960
        dwMaxBitRate                 23592960
        dwMaxVideoFrameBufferSize     2621440
        dwDefaultFrameInterval        1111111
        bFrameIntervalType                  1
        dwFrameInterval( 0)           1111111
      VideoStreaming Interface Descriptor:
        bLength                            26
        bDescriptorType                    36
        bDescriptorSubtype                  3 (STILL_IMAGE_FRAME)
        bEndpointAddress                    0
        bNumImageSizePatterns               5
        wWidth( 0)                        640
        wHeight( 0)                       480
        wWidth( 1)                        352
        wHeight( 1)                       288
        wWidth( 2)                        320
        wHeight( 2)                       240
        wWidth( 3)                        176
        wHeight( 3)                       144
        wWidth( 4)                        160
        wHeight( 4)                       120
        bNumCompressionPatterns             5
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0080  1x 128 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0100  1x 256 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       3
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0320  1x 800 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       4
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0b20  2x 800 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       5
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      EndpointCouldn't open device, some information will be missing
Couldn't open device, some information will be missing
 Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1320  3x 800 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       6
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1400  3x 1024 bytes
        bInterval               1

Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.18
  iManufacturer           3 
  iProduct                2 
  iSerial                 1 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255

Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.18
  iManufacturer           3 
  iProduct                2 
  iSerial                 1 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type           Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
 Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255

Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            3.18
  iManufacturer           3 
  iProduct                2 
  iSerial                 1 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12

Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            3.18
  iManufacturer           3 
  iProduct                2 
  iSerial                 1 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12

Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.18
  iManufacturer           3 
  iProduct                2 
  iSerial                 1 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAtCouldn't open device, some information will be missing
Couldn't open device, some information will be missing
tributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255

Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.18
  iManufacturer           3 
  iProduct                2 
  iSerial                 1 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255

Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.18
  iManufacturer           3 
  iProduct                2 
  iSerial                 1 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255

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

  Powered by Linux