Kernel oops with USB optical drive

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

 



Hello,

I have observed a kernel oops with an external USB optical drive:

Kwort Linux with kernel 4.4 from kernel.org

Steps to reproduce:

- Start alsaplayer 0.99.81 and play the last track of an audio cd to its
end.
- Wait until the drive spins down.
- Try to play the first track of the audio cd. The oops occurs.

The USB DVD drive is a USB 2.0 device connected to a USB 3.0 port.

The bug originally appeared on an Ubuntu 14.04 system with kernel
3.13.0-73 on the same hardware and is reported on the Ubuntu bug tracker
by me:

<https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529077>

The proposed patch by Luis Henriques resolves the issue with the Ubuntu
3.13.0 kernel but cannot be applied to the 4.4 kernel.org kernel on
which the here described kernel oops occurs.

Patch:
<http://people.canonical.com/~henrix/lp1528140/v1/0001-Revert-xhci-don-t-finish-a-TD-if-we-get-a-short-tran.patch>

Detailed information follows:

Kernel oops:

Jan 15 21:56:22 computer4 kernel: [  349.176733] usb 3-1: reset
high-speed USB device number 2 using xhci_hcd
Jan 15 21:56:22 computer4 kernel: [  349.387935] BUG: unable to handle
kernel NULL pointer dereference at 0000000000000002
Jan 15 21:56:22 computer4 kernel: [  349.388084] IP:
[<ffffffff81a24e13>] mmc_ioctl_cdrom_read_audio+0x203/0x390
Jan 15 21:56:22 computer4 kernel: [  349.388189] PGD d0a25067 PUD
d0afd067 PMD 0
Jan 15 21:56:22 computer4 kernel: [  349.388261] Oops: 0000 [#1] SMP
Jan 15 21:56:22 computer4 kernel: [  349.388316] Modules linked in: tun
mt2060 af9013 rtl8188ee rtl_pci rtlwifi coretemp i915 hwmon
dvb_usb_af9015 intel_rapl rtsx_usb_sdmmc mac80211 iosf_mbi fbcon
rtsx_usb_ms memstick dvb_usb_v2 hid_generic bitblit mmc_core softcursor
font i2c_algo_bit x86_pkg_temp_thermal tileblit drm_kms_helper
cfbfillrect syscopyarea usbhid cfbimgblt sysfillrect sysimgblt
fb_sys_fops cfbcopyarea drm hid intel_powerclamp msi_wmi cfg80211
dvb_core intel_gtt rc_core sparse_keymap kvm_intel agpgart psmouse evdev
iTCO_wdt iTCO_vendor_support rtsx_usb snd_hda_codec_hdmi
snd_hda_codec_realtek snd_hda_codec_generic kvm irqbypass fb
crct10dif_pclmul fbdev crc32_pclmul crc32c_intel rfkill r8169 pcspkr
i2c_i801 serio_raw i2c_core mii wmi thermal lpc_ich mei_me fan mei
mfd_core shpchp video snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core
snd_pcm snd_timer snd soundcore battery button tpm_tis tpm usblp processor
Jan 15 21:56:22 computer4 kernel: [  349.389729] CPU: 1 PID: 441 Comm:
alsaplayer Not tainted 4.4.0 #1
Jan 15 21:56:22 computer4 kernel: [  349.389810] Hardware name:
MICRO-STAR INTERNATIONAL CO., LTD MS-B06211/MS-B0621, BIOS EB062IMS V1.4
08/25/2014
Jan 15 21:56:22 computer4 kernel: [  349.389936] task: ffff88011aa84ec0
ti: ffff8800d3318000 task.ti: ffff8800d3318000
Jan 15 21:56:22 computer4 kernel: [  349.390031] RIP:
0010:[<ffffffff81a24e13>]  [<ffffffff81a24e13>]
mmc_ioctl_cdrom_read_audio+0x203/0x390
Jan 15 21:56:22 computer4 kernel: [  349.390157] RSP:
0018:ffff8800d331bd18  EFLAGS: 00010282
Jan 15 21:56:22 computer4 kernel: [  349.390226] RAX: 0000000000000000
RBX: 0000000000000004 RCX: ffff8800d4f89638
Jan 15 21:56:22 computer4 kernel: [  349.390318] RDX: ffff8800d331bc78
RSI: 0000000000000206 RDI: ffff8800d0a3d3c0
Jan 15 21:56:22 computer4 kernel: [  349.390408] RBP: ffff8800d331bd88
R08: 0000009c0524081a R09: 0000000000000000
Jan 15 21:56:22 computer4 kernel: [  349.390498] R10: 0000000000000020
R11: 0000000000000000 R12: 00000000000024c0
Jan 15 21:56:22 computer4 kernel: [  349.390588] R13: ffff8800d53fc890
R14: 0000000000030757 R15: ffff8800d1896cf0
Jan 15 21:56:23 computer4 kernel: [  349.390680] FS:
00007f5d6a9b0700(0000) GS:ffff88011f300000(0000) knlGS:0000000000000000
Jan 15 21:56:23 computer4 kernel: [  349.390781] CS:  0010 DS: 0000 ES:
0000 CR0: 0000000080050033
Jan 15 21:56:23 computer4 kernel: [  349.390856] CR2: 0000000000000002
CR3: 00000000d48e8000 CR4: 00000000001406e0
Jan 15 21:56:23 computer4 kernel: [  349.390946] Stack:
Jan 15 21:56:23 computer4 kernel: [  349.390976]  00007f5d6a9ad9c0
00000004d331bd30 0000000400030757 ffff8800d0a3d3c0
Jan 15 21:56:23 computer4 kernel: [  349.391089]  00007f5d6a9ad9c0
ffff8800d4f89638 0000000100030757 0000000000000004
Jan 15 21:56:23 computer4 kernel: [  349.391199]  00007f5d6a9ad9c0
00000000ffffffe7 000000000000530e 00007f5d6a9ad9a0
Jan 15 21:56:23 computer4 kernel: [  349.391309] Call Trace:
Jan 15 21:56:23 computer4 kernel: [  349.391350]  [<ffffffff81a258c4>]
cdrom_ioctl+0x924/0xb70
Jan 15 21:56:23 computer4 kernel: [  349.391428]  [<ffffffff819b71ec>]
sr_block_ioctl+0x7c/0xc0
Jan 15 21:56:23 computer4 kernel: [  349.391505]  [<ffffffff815bcce6>]
blkdev_ioctl+0x246/0x8b0
Jan 15 21:56:23 computer4 kernel: [  349.391582]  [<ffffffff811d9dfd>]
block_ioctl+0x3d/0x50
Jan 15 21:56:23 computer4 kernel: [  349.391655]  [<ffffffff811b58a8>]
do_vfs_ioctl+0x288/0x460
Jan 15 21:56:23 computer4 kernel: [  349.391731]  [<ffffffff810f5b42>] ?
SyS_futex+0x72/0x150
Jan 15 21:56:23 computer4 kernel: [  349.391802]  [<ffffffff811b5af9>]
SyS_ioctl+0x79/0x90
Jan 15 21:56:23 computer4 kernel: [  349.391873]  [<ffffffff81c21397>]
entry_SYSCALL_64_fastpath+0x12/0x6a
Jan 15 21:56:23 computer4 kernel: [  349.391956] Code: 87 20 01 00 00 49
8b 47 68 48 8b 71 18 31 c9 48 89 45 a8 e8 40 f4 b8 ff 85 c0 74 42 49 8b
87 30 01 00 00 48 8b 4d b8 48 8b 7d a8 <0f> b6 40 02 83 e0 0f 88 41 60
e8 be f0 b8 ff 85 c0 0f 84 67 01
Jan 15 21:56:23 computer4 kernel: [  349.392469] RIP
[<ffffffff81a24e13>] mmc_ioctl_cdrom_read_audio+0x203/0x390
Jan 15 21:56:23 computer4 kernel: [  349.392565]  RSP <ffff8800d331bd18>
Jan 15 21:56:23 computer4 kernel: [  349.392613] CR2: 0000000000000002
Jan 15 21:56:23 computer4 kernel: [  349.424198] ---[ end trace
d4dee63a83273b97 ]---

Kernel version:
Linux version 4.4.0 (root@computer4) (gcc version 5.3.0 (KWORT-x86_64) )
#1 SMP Fri Jan 15 21:44:32 CET 2016

Output of ver_linux.sh:

Linux computer4 4.4.0 #1 SMP Fri Jan 15 21:44:32 CET 2016 x86_64
Intel(R) Celeron(R) CPU 1037U @ 1.80GHz GenuineIntel GNU/Linux

GNU C			5.3.0
GNU Make		4.1
Binutils		2.25.1
Util-linux		2.27.1
Mount			2.27.1
Linux C Library		2.22
Dynamic linker (ldd)	2.22
Kbd			2.0.3
Console-tools		2.0.3
Sh-utils		8.24
Modules Loaded		af9013 agpgart battery bitblit button cfbcopyarea
cfbfillrect cfbimgblt cfg80211 coretemp crc32_pclmul crc32c_intel
crct10dif_pclmul drm drm_kms_helper dvb_core dvb_usb_af9015 dvb_usb_v2
evdev fan fb fb_sys_fops fbcon fbdev font hid hid_generic hwmon
i2c_algo_bit i2c_core i2c_i801 i915 iTCO_vendor_support iTCO_wdt
intel_gtt intel_powerclamp intel_rapl iosf_mbi ipv6 irqbypass kvm
kvm_intel lpc_ich mac80211 mei mei_me memstick mfd_core mii mmc_core
msi_wmi mt2060 pcspkr processor psmouse r8169 rc_core rfkill rtl8188ee
rtl_pci rtlwifi rtsx_usb rtsx_usb_ms rtsx_usb_sdmmc serio_raw shpchp snd
snd_hda_codec snd_hda_codec_generic snd_hda_codec_hdmi
snd_hda_codec_realtek snd_hda_core snd_hda_intel snd_hwdep snd_pcm
snd_timer softcursor soundcore sparse_keymap syscopyarea sysfillrect
sysimgblt thermal tileblit tpm tpm_tis tun usbhid usblp video wmi
x86_pkg_temp_thermal

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Celeron(R) CPU 1037U @ 1.80GHz
stepping	: 9
microcode	: 0x17
cpu MHz		: 804.726
cache size	: 2048 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx
rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx
est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt
tsc_deadline_timer xsave lahf_lm arat epb pln pts dtherm tpr_shadow vnmi
flexpriority ept vpid fsgsbase smep erms xsaveopt
bugs		:
bogomips	: 3591.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Celeron(R) CPU 1037U @ 1.80GHz
stepping	: 9
microcode	: 0x17
cpu MHz		: 995.554
cache size	: 2048 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx
rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx
est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt
tsc_deadline_timer xsave lahf_lm arat epb pln pts dtherm tpr_shadow vnmi
flexpriority ept vpid fsgsbase smep erms xsaveopt
bugs		:
bogomips	: 3591.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

/proc/iomem:

00000000-00000fff : reserved
00001000-0009d7ff : System RAM
0009d800-0009ffff : reserved
000a0000-000bffff : PCI Bus 0000:00
000c0000-000cefff : Video ROM
000cf000-000cffff : Adapter ROM
000dc000-000dffff : PCI Bus 0000:00
000e0000-000fffff : reserved
     000e0000-000e3fff : PCI Bus 0000:00
     000e4000-000e7fff : PCI Bus 0000:00
     000f0000-000fffff : System ROM
00100000-1fffffff : System RAM
     01000000-01c25eb3 : Kernel code
     01c25eb4-0235ebbf : Kernel data
     024bf000-025c3fff : Kernel bss
20000000-201fffff : reserved
     20000000-201fffff : pnp 00:07
20200000-40003fff : System RAM
40004000-40004fff : reserved
     40004000-40004fff : pnp 00:07
40005000-d9ce0fff : System RAM
d9ce1000-da15cfff : reserved
da15d000-da1e6fff : System RAM
da1e7000-da281fff : ACPI Non-volatile Storage
da282000-da691fff : reserved
da692000-da692fff : System RAM
da693000-da6d5fff : ACPI Non-volatile Storage
da6d6000-dadc8fff : System RAM
dadc9000-daff1fff : reserved
daff2000-daffffff : System RAM
db000000-db7fffff : RAM buffer
db800000-df9fffff : reserved
     dba00000-df9fffff : Graphics Stolen Memory
dfa00000-feafffff : PCI Bus 0000:00
     dfa00000-dfa00fff : pnp 00:06
     e0000000-efffffff : 0000:00:02.0
     f0000000-f00fffff : PCI Bus 0000:01
       f0000000-f0003fff : 0000:01:00.0
         f0000000-f0003fff : r8169
       f0004000-f0004fff : 0000:01:00.0
         f0004000-f0004fff : r8169
     f7800000-f7bfffff : 0000:00:02.0
     f7c00000-f7cfffff : PCI Bus 0000:03
       f7c00000-f7c07fff : 0000:03:00.0
         f7c00000-f7c07fff : xhci-hcd
     f7d00000-f7dfffff : PCI Bus 0000:02
       f7d00000-f7d03fff : 0000:02:00.0
         f7d00000-f7d03fff : rtl_pci
     f7e00000-f7e03fff : 0000:00:1b.0
       f7e00000-f7e03fff : ICH HD audio
     f7e04000-f7e04fff : 0000:00:1f.6
     f7e05000-f7e050ff : 0000:00:1f.3
     f7e06000-f7e067ff : 0000:00:1f.2
       f7e06000-f7e067ff : ahci
     f7e07000-f7e073ff : 0000:00:1d.0
       f7e07000-f7e073ff : ehci_hcd
     f7e08000-f7e083ff : 0000:00:1a.0
       f7e08000-f7e083ff : ehci_hcd
     f7e0a000-f7e0a00f : 0000:00:16.0
       f7e0a000-f7e0a00f : mei_me
     f8000000-fbffffff : PCI MMCONFIG 0000 [bus 00-3f]
       f8000000-fbffffff : reserved
         f8000000-fbffffff : pnp 00:06
fec00000-fec00fff : reserved
     fec00000-fec003ff : IOAPIC 0
fed00000-fed03fff : reserved
     fed00000-fed003ff : HPET 0
       fed00000-fed003ff : PNP0103:00
fed10000-fed17fff : pnp 00:06
fed18000-fed18fff : pnp 00:06
fed19000-fed19fff : pnp 00:06
fed1c000-fed1ffff : reserved
     fed1c000-fed1ffff : pnp 00:06
       fed1f410-fed1f414 : iTCO_wdt.0.auto
         fed1f410-fed1f414 : iTCO_wdt
fed20000-fed3ffff : pnp 00:06
fed40000-fed44fff : pnp 00:00
fed45000-fed8ffff : pnp 00:06
fed90000-fed93fff : pnp 00:06
fee00000-fee00fff : Local APIC
     fee00000-fee00fff : reserved
ff000000-ffffffff : reserved
     ff000000-ffffffff : INT0800:00
       ff000000-ffffffff : pnp 00:06
100000000-11f5fffff : System RAM
11f600000-11fffffff : RAM buffer

/proc/ioports:

0000-0cf7 : PCI Bus 0000:00
     0000-001f : dma1
     0020-0021 : pic1
     0040-0043 : timer0
     0050-0053 : timer1
     0060-0060 : keyboard
     0064-0064 : keyboard
     0070-0077 : rtc0
     0080-008f : dma page reg
     00a0-00a1 : pic2
     00c0-00df : dma2
     00f0-00ff : PNP0C04:00
       00f0-00ff : fpu
     0170-0177 : pata_legacy
     01f0-01f7 : pata_legacy
     0295-0296 : pnp 00:04
     0376-0376 : pata_legacy
     03c0-03df : vga+
     03f6-03f6 : pata_legacy
     0400-0403 : ACPI PM1a_EVT_BLK
     0404-0405 : ACPI PM1a_CNT_BLK
     0408-040b : ACPI PM_TMR
     0410-0415 : ACPI CPU throttle
     0420-042f : ACPI GPE0_BLK
     0430-0433 : iTCO_wdt.0.auto
       0430-0433 : iTCO_wdt
     0450-0450 : ACPI PM2_CNT_BLK
     0454-0457 : pnp 00:03
     0458-047f : pnp 00:01
       0460-047f : iTCO_wdt.0.auto
         0460-047f : iTCO_wdt
     04d0-04d1 : pnp 00:05
     0500-057f : pnp 00:01
     0680-069f : pnp 00:01
     0a00-0a01 : pnp 00:04
0cf8-0cff : PCI conf1
0d00-ffff : PCI Bus 0000:00
     1000-100f : pnp 00:01
     164e-164f : pnp 00:01
     d000-dfff : PCI Bus 0000:02
       d000-d0ff : 0000:02:00.0
         d000-d0ff : rtl_pci
     e000-efff : PCI Bus 0000:01
       e000-e0ff : 0000:01:00.0
         e000-e0ff : r8169
     f000-f03f : 0000:00:02.0
     f040-f05f : 0000:00:1f.3
     f060-f07f : 0000:00:1f.2
       f060-f07f : ahci
     f080-f083 : 0000:00:1f.2
       f080-f083 : ahci
     f090-f097 : 0000:00:1f.2
       f090-f097 : ahci
     f0a0-f0a3 : 0000:00:1f.2
       f0a0-f0a3 : ahci
     f0b0-f0b7 : 0000:00:1f.2
       f0b0-f0b7 : ahci
     ffff-ffff : pnp 00:01
       ffff-ffff : pnp 00:01

lspci:

00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM
Controller (rev 09)
	Subsystem: Micro-Star International Co., Ltd. [MSI] 3rd Gen Core
processor DRAM Controller
	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: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: ivb_uncore

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core
processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])
	Subsystem: Micro-Star International Co., Ltd. [MSI] 3rd Gen Core
processor Graphics Controller
	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 31
	Region 0: Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at f000 [size=64]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee0300c  Data: 4152
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a4] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: i915
	Kernel modules: i915

00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series
Chipset Family MEI Controller (rev 04)
	Subsystem: Micro-Star International Co., Ltd. [MSI] 7 Series/C210
Series Chipset Family MEI Controller
	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 29
	Region 0: Memory at f7e0a000 (64-bit, non-prefetchable) [size=16]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0300c  Data: 4122
	Kernel driver in use: mei_me
	Kernel modules: mei_me

00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset
Family USB Enhanced Host Controller (rev 04) (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. [MSI] 7 Series/C210
Series Chipset Family USB Enhanced Host Controller
	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 0: Memory at f7e08000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci

00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset
Family High Definition Audio Controller (rev 04)
	Subsystem: Micro-Star International Co., Ltd. [MSI] 7 Series/C210
Series Chipset Family High Definition Audio Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 28
	Region 0: Memory at f7e00000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA
PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0300c  Data: 41e1
	Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=1 ArbSelect=Fixed TC/VC=22
			Status:	NegoPending- InProgress-
	Capabilities: [130 v1] Root Complex Link
		Desc:	PortNumber=0f ComponentID=00 EltType=Config
		Link0:	Desc:	TargetPort=00 TargetComponent=00 AssocRCRB-
LinkType=MemMapped LinkValid+
			Addr:	00000000fed1c000
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset
Family PCI Express Root Port 1 (rev c4) (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: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000f0000000-00000000f00fffff
	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: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s
<512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+
BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+, LTR-, OBFF Not
Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF
Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance-
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-,
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: Micro-Star International Co., Ltd. [MSI]
7 Series/C210 Series Chipset Family PCI Express Root Port 1
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset
Family PCI Express Root Port 2 (rev c4) (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: 64 bytes
	Interrupt: pin B routed to IRQ 17
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: f7d00000-f7dfffff
	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: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s
<512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+
BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+, LTR-, OBFF Not
Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF
Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance-
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-,
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: Micro-Star International Co., Ltd. [MSI]
7 Series/C210 Series Chipset Family PCI Express Root Port 2
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset
Family PCI Express Root Port 3 (rev c4) (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: 64 bytes
	Interrupt: pin C routed to IRQ 18
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f7c00000-f7cfffff
	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: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #3, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s
<512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+
BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #2, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+, LTR-, OBFF Not
Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF
Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance-
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-,
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: Micro-Star International Co., Ltd. [MSI]
7 Series/C210 Series Chipset Family PCI Express Root Port 3
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset
Family USB Enhanced Host Controller (rev 04) (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. [MSI] 7 Series/C210
Series Chipset Family USB Enhanced Host Controller
	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 f7e07000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci

00:1f.0 ISA bridge: Intel Corporation 7 Series Chipset Family LPC
Controller (rev 04)
	Subsystem: Micro-Star International Co., Ltd. [MSI] 7 Series Chipset
Family LPC Controller
	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: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich

00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family
6-port SATA Controller [AHCI mode] (rev 04) (prog-if 01 [AHCI 1.0])
	Subsystem: Micro-Star International Co., Ltd. [MSI] 7 Series Chipset
Family 6-port SATA Controller [AHCI mode]
	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 24
	Region 0: I/O ports at f0b0 [size=8]
	Region 1: I/O ports at f0a0 [size=4]
	Region 2: I/O ports at f090 [size=8]
	Region 3: I/O ports at f080 [size=4]
	Region 4: I/O ports at f060 [size=32]
	Region 5: Memory at f7e06000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee0300c  Data: 4181
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci

00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family
SMBus Controller (rev 04)
	Subsystem: Micro-Star International Co., Ltd. [MSI] 7 Series/C210
Series Chipset Family SMBus Controller
	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 0
	Region 0: Memory at f7e05000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at f040 [size=32]
	Kernel modules: i2c_i801

00:1f.6 Signal processing controller: Intel Corporation 7 Series/C210
Series Chipset Family Thermal Management Controller (rev 04)
	Subsystem: Micro-Star International Co., Ltd. [MSI] 7 Series/C210
Series Chipset Family Thermal Management Controller
	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 C routed to IRQ 4
	Region 0: Memory at f7e04000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-

01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
	Subsystem: Micro-Star International Co., Ltd. [MSI] RTL8111/8168/8411
PCI Express Gigabit Ethernet Controller
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 30
	Region 0: I/O ports at e000 [size=256]
	Region 2: Memory at f0004000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at f0000000 (64-bit, prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA
PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0300c  Data: 4142
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 10.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency
L0s unlimited, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive-
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not
Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF
Disabled
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance-
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-,
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [d0] Vital Product Data
		No end tag found
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF-
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF-
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [140 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 01-00-00-00-68-4c-e0-00
	Kernel driver in use: r8169
	Kernel modules: r8169

02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188EE
Wireless Network Adapter (rev 01)
	Subsystem: AzureWave RTL8188EE Wireless Network Adapter
	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 32
	Region 0: I/O ports at d000 [size=256]
	Region 2: Memory at f7d00000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA
PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0300c  Data: 4162
	Capabilities: [70] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <128ns, L1 <2us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 10.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency
L0s <512ns, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive-
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR+, OBFF
Via message/WAKE#
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis+, LTR-, OBFF
Disabled
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance-
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-,
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF-
MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF-
MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+
MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap+ ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-e0-4c-ff-fe-81-91-01
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: rtl8188ee
	Kernel modules: rtl8188ee

03:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB
Host Controller (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. [MSI] ASM1042 SuperSpeed
USB Host Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 0
	Region 0: Memory at f7c00000 (64-bit, non-prefetchable) [size=32K]
	Capabilities: [50] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [68] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00002080
	Capabilities: [78] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA
PME(D0-,D1-,D2-,D3hot-,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [80] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <64ns, L1 <2us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s
unlimited, L1 unlimited
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive-
BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF
Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF
Disabled
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance-
ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-,
EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
	Kernel driver in use: xhci_hcd

lsusb:

can't get device qualifier: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable

Bus 002 Device 004: ID 03f0:6004 Hewlett-Packard DeskJet 5550
Device Descriptor:
     bLength                18
     bDescriptorType         1
     bcdUSB               2.00
     bDeviceClass            0
     bDeviceSubClass         0
     bDeviceProtocol         0
     bMaxPacketSize0         8
     idVendor           0x03f0 Hewlett-Packard
     idProduct          0x6004 DeskJet 5550
     bcdDevice            1.00
     iManufacturer           1 hp
     iProduct                2 deskjet 5550
     iSerial                 3 MY3331P1DS2L
     bNumConfigurations      1
     Configuration Descriptor:
       bLength                 9
       bDescriptorType         2
       wTotalLength           32
       bNumInterfaces          1
       bConfigurationValue     1
       iConfiguration          0
       bmAttributes         0xc0
         Self Powered
       MaxPower                2mA
       Interface Descriptor:
         bLength                 9
         bDescriptorType         4
         bInterfaceNumber        0
         bAlternateSetting       0
         bNumEndpoints           2
         bInterfaceClass         7 Printer
         bInterfaceSubClass      1 Printer
         bInterfaceProtocol      2 Bidirectional
         iInterface              0
         Endpoint Descriptor:
           bLength                 7
           bDescriptorType         5
           bEndpointAddress     0x81  EP 1 IN
           bmAttributes            2
             Transfer Type            Bulk
             Synch Type               None
             Usage Type               Data
           wMaxPacketSize     0x0040  1x 64 bytes
           bInterval               0
         Endpoint Descriptor:
           bLength                 7
           bDescriptorType         5
           bEndpointAddress     0x02  EP 2 OUT
           bmAttributes            2
             Transfer Type            Bulk
             Synch Type               None
             Usage Type               Data
           wMaxPacketSize     0x0040  1x 64 bytes
           bInterval               0
Device Status:     0x0001
     Self Powered

Bus 002 Device 003: ID 15a4:9016 Afatech Technologies, Inc. AF9015 DVB-T
USB2.0 stick
Device Descriptor:
     bLength                18
     bDescriptorType         1
     bcdUSB               2.00
     bDeviceClass            0
     bDeviceSubClass         0
     bDeviceProtocol         0
     bMaxPacketSize0        64
     idVendor           0x15a4 Afatech Technologies, Inc.
     idProduct          0x9016 AF9015 DVB-T USB2.0 stick
     bcdDevice            2.00
     iManufacturer           1 Afatech
     iProduct                2 DVB-T 2
     iSerial                 3 010101010600001
     bNumConfigurations      1
     Configuration Descriptor:
       bLength                 9
       bDescriptorType         2
       wTotalLength           71
       bNumInterfaces          2
       bConfigurationValue     1
       iConfiguration          0
       bmAttributes         0x80
         (Bus Powered)
       MaxPower              500mA
       Interface Descriptor:
         bLength                 9
         bDescriptorType         4
         bInterfaceNumber        0
         bAlternateSetting       0
         bNumEndpoints           4
         bInterfaceClass       255 Vendor Specific Class
         bInterfaceSubClass      0
         bInterfaceProtocol      0
         iInterface              0
         Endpoint Descriptor:
           bLength                 7
           bDescriptorType         5
           bEndpointAddress     0x81  EP 1 IN
           bmAttributes            2
             Transfer Type            Bulk
             Synch Type               None
             Usage Type               Data
           wMaxPacketSize     0x0200  1x 512 bytes
           bInterval               0
         Endpoint Descriptor:
           bLength                 7
           bDescriptorType         5
           bEndpointAddress     0x02  EP 2 OUT
           bmAttributes            2
             Transfer Type            Bulk
             Synch Type               None
             Usage Type               Data
           wMaxPacketSize     0x0200  1x 512 bytes
           bInterval               0
         Endpoint Descriptor:
           bLength                 7
           bDescriptorType         5
           bEndpointAddress     0x84  EP 4 IN
           bmAttributes            2
    can't get debug descriptor: Resource temporarily unavailable
            Transfer Type            Bulk
             Synch Type               None
             Usage Type               Data
           wMaxPacketSize     0x0200  1x 512 bytes
           bInterval               0
         Endpoint Descriptor:
           bLength                 7
           bDescriptorType         5
           bEndpointAddress     0x85  EP 5 IN
           bmAttributes            2
             Transfer Type            Bulk
             Synch Type               None
             Usage Type               Data
           wMaxPacketSize     0x0200  1x 512 bytes
           bInterval               0
       Interface Descriptor:
         bLength                 9
         bDescriptorType         4
         bInterfaceNumber        1
         bAlternateSetting       0
         bNumEndpoints           1
         bInterfaceClass         3 Human Interface Device
         bInterfaceSubClass      0
         bInterfaceProtocol      1 Keyboard
         iInterface              0
           HID Device Descriptor:
             bLength                 9
             bDescriptorType        33
             bcdHID               1.01
             bCountryCode            0 Not supported
             bNumDescriptors         1
             bDescriptorType        34 Report
             wDescriptorLength      65
            Report Descriptors:
              ** UNAVAILABLE **
         Endpoint Descriptor:
           bLength                 7
           bDescriptorType         5
           bEndpointAddress     0x83  EP 3 IN
           bmAttributes            3
             Transfer Type            Interrupt
             Synch Type               None
             Usage Type               Data
           wMaxPacketSize     0x0040  1x 64 bytes
           bInterval              16
Device Qualifier (for other device speed):
     bLength                10
     bDescriptorType         6
     bcdUSB               2.00
     bDeviceClass            0
     bDeviceSubClass         0
     bDeviceProtocol         0
     bMaxPacketSize0        64
     bNumConfigurations      1
Device Status:     0x0000
     (Bus Powered)

Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Device Descriptor:
     bLength                18
     bDescriptorType         1
     bcdUSB               2.00
     bDeviceClass            9 Hub
     bDeviceSubClass         0
     bDeviceProtocol         1 Single TT
     bMaxPacketSize0        64
     idVendor           0x8087 Intel Corp.
     idProduct          0x0024 Integrated Rate Matching Hub
     bcdDevice            0.00
     iManufacturer           0
     iProduct                0
     iSerial                 0
     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
         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     0x0001  1x 1 bytes
           bInterval              12
Hub Descriptor:
     bLength               9
     bDescriptorType      41
     nNbrPorts             4
     wHubCharacteristic 0x0009
       Per-port power switching
       Per-port overcurrent protection
       TT think time 8 FS bits
     bPwrOn2PwrGood       50 * 2 milli seconds
     bHubContrCurrent      0 milli Ampere
     DeviceRemovable    0x00
     PortPwrCtrlMask    0xff
    Hub Port Status:
      Port 1: 0000.0503 highspeed power enable connect
      Port 2: 0000.0100 power
      Port 3: 0000.0103 power enable connect
      Port 4: 0000.0100 power
Device Qualifier (for othercan't get debug descriptor: Resource
temporarily unavailable
can't get device qualifier: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
    device speed):
     bLength                10
     bDescriptorType         6
     bcdUSB               2.00
     bDeviceClass            9 Hub
     bDeviceSubClass         0
     bDeviceProtocol         0 Full speed (or root) hub
     bMaxPacketSize0        64
     bNumConfigurations      1
Device Status:     0x0001
     Self Powered

Bus 002 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
     bDeviceProtocol         0 Full speed (or root) hub
     bMaxPacketSize0        64
     idVendor           0x1d6b Linux Foundation
     idProduct          0x0002 2.0 root hub
     bcdDevice            4.04
     iManufacturer           3 Linux 4.4.0 ehci_hcd
     iProduct                2 EHCI Host Controller
     iSerial                 1 0000:00:1d.0
     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
         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
Hub Descriptor:
     bLength               9
     bDescriptorType      41
     nNbrPorts             2
     wHubCharacteristic 0x000a
       No power switching (usb 1.0)
       Per-port overcurrent protection
     bPwrOn2PwrGood       10 * 2 milli seconds
     bHubContrCurrent      0 milli Ampere
     DeviceRemovable    0x02
     PortPwrCtrlMask    0xff
    Hub Port Status:
      Port 1: 0000.0503 highspeed power enable connect
      Port 2: 0000.0100 power
Device Status:     0x0001
     Self Powered

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Device Descriptor:
     bLength                18
     bDescriptorType         1
     bcdUSB               3.00
     bDeviceClass            9 Hub
     bDeviceSubClass         0
     bDeviceProtocol         3
     bMaxPacketSize0         9
     idVendor           0x1d6b Linux Foundation
     idProduct          0x0003 3.0 root hub
     bcdDevice            4.04
     iManufacturer           3 Linux 4.4.0 xhci-hcd
     iProduct                2 xHCI Host Controller
     iSerial                 1 0000:03:00.0
     bNumConfigurations      1
     Configuration Descriptor:
       bLength                 9
       bDescriptorType         2
       wTotalLength           31
       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
         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
           bMaxBurst               0
Hub Descriptor:
     bLength              12
     bDescriptorType      42can't get debug descriptor: Resource
temporarily unavailable
can't get device qualifier: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable

     nNbrPorts             2
     wHubCharacteristic 0x000a
       No power switching (usb 1.0)
       Per-port overcurrent protection
     bPwrOn2PwrGood       10 * 2 milli seconds
     bHubContrCurrent      0 milli Ampere
     bHubDecLat          0.0 micro seconds
     wHubDelay             0 nano seconds
     DeviceRemovable    0x00
    Hub Port Status:
      Port 1: 0000.02a0 5Gbps power Rx.Detect
      Port 2: 0000.02a0 5Gbps power Rx.Detect
Binary Object Store Descriptor:
     bLength                 5
     bDescriptorType        15
     wTotalLength           15
     bNumDeviceCaps          1
     SuperSpeed USB Device Capability:
       bLength                10
       bDescriptorType        16
       bDevCapabilityType      3
       bmAttributes         0x00
       wSpeedsSupported   0x0008
         Device can operate at SuperSpeed (5Gbps)
       bFunctionalitySupport   3
         Lowest fully-functional device speed is SuperSpeed (5Gbps)
       bU1DevExitLat           0 micro seconds
       bU2DevExitLat           0 micro seconds
Device Status:     0x0001
     Self Powered

Bus 003 Device 005: ID 04b3:310c IBM Corp. Wheel Mouse
Device Descriptor:
     bLength                18
     bDescriptorType         1
     bcdUSB               2.00
     bDeviceClass            0
     bDeviceSubClass         0
     bDeviceProtocol         0
     bMaxPacketSize0         8
     idVendor           0x04b3 IBM Corp.
     idProduct          0x310c Wheel Mouse
     bcdDevice            2.00
     iManufacturer           0
     iProduct                2 USB Optical Mouse
     iSerial                 0
     bNumConfigurations      1
     Configuration Descriptor:
       bLength                 9
       bDescriptorType         2
       wTotalLength           34
       bNumInterfaces          1
       bConfigurationValue     1
       iConfiguration          0
       bmAttributes         0xa0
         (Bus Powered)
         Remote Wakeup
       MaxPower              100mA
       Interface Descriptor:
         bLength                 9
         bDescriptorType         4
         bInterfaceNumber        0
         bAlternateSetting       0
         bNumEndpoints           1
         bInterfaceClass         3 Human Interface Device
         bInterfaceSubClass      1 Boot Interface Subclass
         bInterfaceProtocol      2 Mouse
         iInterface              0
           HID Device Descriptor:
             bLength                 9
             bDescriptorType        33
             bcdHID               1.11
             bCountryCode            0 Not supported
             bNumDescriptors         1
             bDescriptorType        34 Report
             wDescriptorLength      52
            Report Descriptors:
              ** UNAVAILABLE **
         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              10
Device Status:     0x0000
     (Bus Powered)

Bus 003 Device 004: ID 04b3:3025 IBM Corp. NetVista Full Width Keyboard
Device Descriptor:
     bLength                18
     bDescriptorType         1
     bcdUSB               1.10
     bDeviceClass            0
     bDeviceSubClass         0
     bDeviceProtocol         0
     bMaxPacketSize0         8
     idVendor           0x04b3 IBM Corp.
     idProduct          0x3025 NetVista Full Width Keyboard
     bcdDevice            1.09
     iManufacturer           1 LITE-ON Technology
     iProduct                2 USB NetVista Full Width Keyboard.
     iSerial                 0
     bNumConfigurations      1
     Configuration Descriptor:
       bLength                 9
       bDescriptorType         2
       wTotalLength           34
       bNumInterfaces          1
       bConfigurationValue     1
       iConfiguration          4 HID Keyboard
       bmAttributes         0xa0
         (Bus Powered)
         Remote Wakeup
       MaxPower               70mA
       Interface Descriptor:
         bLength                 9
         bDescriptorType         4
         bInterfaceNumber        0
         bAlternateSetting       0
         bNumEndpoints           1
         bInterfaceCcan't get debug descriptor: Resource temporarily
unavailable
can't get debug descriptor: Resource temporarily unavailable
lass         3 Human Interface Device
         bInterfaceSubClass      1 Boot Interface Subclass
         bInterfaceProtocol      1 Keyboard
         iInterface              5 EP1 Interrupt
           HID Device Descriptor:
             bLength                 9
             bDescriptorType        33
             bcdHID               1.10
             bCountryCode            0 Not supported
             bNumDescriptors         1
             bDescriptorType        34 Report
             wDescriptorLength      65
            Report Descriptors:
              ** UNAVAILABLE **
         Endpoint Descriptor:
           bLength                 7
           bDescriptorType         5
           bEndpointAddress     0x81  EP 1 IN
           bmAttributes            3
             Transfer Type            Interrupt
             Synch Type               None
             Usage Type               Data
           wMaxPacketSize     0x0008  1x 8 bytes
           bInterval              24
Device Status:     0x0000
     (Bus Powered)

Bus 003 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
Device Descriptor:
     bLength                18
     bDescriptorType         1
     bcdUSB               2.00
     bDeviceClass            9 Hub
     bDeviceSubClass         0
     bDeviceProtocol         1 Single TT
     bMaxPacketSize0        64
     idVendor           0x05e3 Genesys Logic, Inc.
     idProduct          0x0608 Hub
     bcdDevice            7.02
     iManufacturer           0
     iProduct                1 USB2.0 Hub
     iSerial                 0
     bNumConfigurations      1
     Configuration Descriptor:
       bLength                 9
       bDescriptorType         2
       wTotalLength           25
       bNumInterfaces          1
       bConfigurationValue     1
       iConfiguration          0
       bmAttributes         0xe0
         Self Powered
         Remote Wakeup
       MaxPower              100mA
       Interface Descriptor:
         bLength                 9
         bDescriptorType         4
         bInterfaceNumber        0
         bAlternateSetting       0
         bNumEndpoints           1
         bInterfaceClass         9 Hub
         bInterfaceSubClass      0
         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     0x0001  1x 1 bytes
           bInterval              12
Hub Descriptor:
     bLength               9
     bDescriptorType      41
     nNbrPorts             4
     wHubCharacteristic 0x00e9
       Per-port power switching
       Per-port overcurrent protection
       TT think time 32 FS bits
       Port indicators
     bPwrOn2PwrGood       50 * 2 milli seconds
     bHubContrCurrent    100 milli Ampere
     DeviceRemovable    0x00
     PortPwrCtrlMask    0xff
    Hub Port Status:
      Port 1: 0000.0303 lowspeed power enable connect
      Port 2: 0000.0100 power
      Port 3: 0000.0100 power
      Port 4: 0000.0303 lowspeed power enable connect
Device Qualifier (for other device speed):
     bLength                10
     bDescriptorType         6
     bcdUSB               2.00
     bDeviceClass            9 Hub
     bDeviceSubClass         0
     bDeviceProtocol         0 Full speed (or root) hub
     bMaxPacketSize0        64
     bNumConfigurations      1
Device Status:     0x0003
     Self Powered
     Remote Wakeup Enabled

Bus 003 Device 002: ID 0e8d:1806 MediaTek Inc. Samsung SE-208 Slim
Portable DVD Writer
Device Descriptor:
     bLength                18
     bDescriptorType         1
     bcdUSB               2.00
     bDeviceClass            0
     bDeviceSubClass         0
     bDeviceProtocol         0
     bMaxPacketSize0        64
     idVendor           0x0e8d MediaTek Inc.
     idProduct          0x1806 Samsung SE-208 Slim Portable DVD Writer
     bcdDevice            0.00
     iManufacturer           1 MediaTek Inc
     iProduct                2 MT1887
     iSerial                 3 S17Y6YAF8000LY
     bNumConfigurations      1
     Configuration Descriptor:
       bLength                 9
       bDescriptorType   can't get debug descriptor: Resource temporarily
unavailable
can't get device qualifier: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
         2
       wTotalLength           32
       bNumInterfaces          1
       bConfigurationValue     1
       iConfiguration          4 Default
       bmAttributes         0xa0
         (Bus Powered)
         Remote Wakeup
       MaxPower              500mA
       Interface Descriptor:
         bLength                 9
         bDescriptorType         4
         bInterfaceNumber        0
         bAlternateSetting       0
         bNumEndpoints           2
         bInterfaceClass         8 Mass Storage
         bInterfaceSubClass      2 SFF-8020i, MMC-2 (ATAPI)
         bInterfaceProtocol     80
         iInterface              5 6238--Storage
         Endpoint Descriptor:
           bLength                 7
           bDescriptorType         5
           bEndpointAddress     0x81  EP 1 IN
           bmAttributes            2
             Transfer Type            Bulk
             Synch Type               None
             Usage Type               Data
           wMaxPacketSize     0x0200  1x 512 bytes
           bInterval               0
         Endpoint Descriptor:
           bLength                 7
           bDescriptorType         5
           bEndpointAddress     0x02  EP 2 OUT
           bmAttributes            2
             Transfer Type            Bulk
             Synch Type               None
             Usage Type               Data
           wMaxPacketSize     0x0200  1x 512 bytes
           bInterval               0
Device Qualifier (for other device speed):
     bLength                10
     bDescriptorType         6
     bcdUSB               2.00
     bDeviceClass            0
     bDeviceSubClass         0
     bDeviceProtocol         0
     bMaxPacketSize0        64
     bNumConfigurations      1
Device Status:     0x0000
     (Bus Powered)

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
     bDeviceProtocol         1 Single TT
     bMaxPacketSize0        64
     idVendor           0x1d6b Linux Foundation
     idProduct          0x0002 2.0 root hub
     bcdDevice            4.04
     iManufacturer           3 Linux 4.4.0 xhci-hcd
     iProduct                2 xHCI Host Controller
     iSerial                 1 0000:03:00.0
     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
         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
Hub Descriptor:
     bLength               9
     bDescriptorType      41
     nNbrPorts             2
     wHubCharacteristic 0x000a
       No power switching (usb 1.0)
       Per-port overcurrent protection
       TT think time 8 FS bits
     bPwrOn2PwrGood       10 * 2 milli seconds
     bHubContrCurrent      0 milli Ampere
     DeviceRemovable    0x00
     PortPwrCtrlMask    0xff
    Hub Port Status:
      Port 1: 0000.0503 highspeed power enable connect
      Port 2: 0000.0503 highspeed power enable connect
Device Status:     0x0001
     Self Powered

Bus 001 Device 003: ID 0bda:0139 Realtek Semiconductor Corp. RTS5139
Card Reader Controller
Device Descriptor:
     bLength                18
     bDescriptorType         1
     bcdUSB               2.00
     bDeviceClass          255 Vendor Specific Class
     bDeviceSubClass       255 Vendor Specific Subclass
     bDevican't get debug descriptor: Resource temporarily unavailable
ceProtocol       255 Vendor Specific Protocol
     bMaxPacketSize0        64
     idVendor           0x0bda Realtek Semiconductor Corp.
     idProduct          0x0139 RTS5139 Card Reader Controller
     bcdDevice           39.60
     iManufacturer           1 Generic
     iProduct                2 USB2.0-CRW
     iSerial                 3 20100201396000000
     bNumConfigurations      1
     Configuration Descriptor:
       bLength                 9
       bDescriptorType         2
       wTotalLength           39
       bNumInterfaces          1
       bConfigurationValue     1
       iConfiguration          4 CARD READER
       bmAttributes         0xa0
         (Bus Powered)
         Remote Wakeup
       MaxPower              500mA
       Interface Descriptor:
         bLength                 9
         bDescriptorType         4
         bInterfaceNumber        0
         bAlternateSetting       0
         bNumEndpoints           3
         bInterfaceClass       255 Vendor Specific Class
         bInterfaceSubClass      6
         bInterfaceProtocol     80
         iInterface              5 Bulk-In, Bulk-Out, Interface
         Endpoint Descriptor:
           bLength                 7
           bDescriptorType         5
           bEndpointAddress     0x01  EP 1 OUT
           bmAttributes            2
             Transfer Type            Bulk
             Synch Type               None
             Usage Type               Data
           wMaxPacketSize     0x0200  1x 512 bytes
           bInterval               0
         Endpoint Descriptor:
           bLength                 7
           bDescriptorType         5
           bEndpointAddress     0x82  EP 2 IN
           bmAttributes            2
             Transfer Type            Bulk
             Synch Type               None
             Usage Type               Data
           wMaxPacketSize     0x0200  1x 512 bytes
           bInterval               0
         Endpoint Descriptor:
           bLength                 7
           bDescriptorType         5
           bEndpointAddress     0x83  EP 3 IN
           bmAttributes            3
             Transfer Type            Interrupt
             Synch Type               None
             Usage Type               Data
           wMaxPacketSize     0x0003  1x 3 bytes
           bInterval              10
Device Qualifier (for other device speed):
     bLength                10
     bDescriptorType         6
     bcdUSB               2.00
     bDeviceClass            0
     bDeviceSubClass         0
     bDeviceProtocol         0
     bMaxPacketSize0        64
     bNumConfigurations      1
Device Status:     0x0000
     (Bus Powered)

Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Device Descriptor:
     bLength                18
     bDescriptorType         1
     bcdUSB               2.00
     bDeviceClass            9 Hub
     bDeviceSubClass         0
     bDeviceProtocol         1 Single TT
     bMaxPacketSize0        64
     idVendor           0x8087 Intel Corp.
     idProduct          0x0024 Integrated Rate Matching Hub
     bcdDevice            0.00
     iManufacturer           0
     iProduct                0
     iSerial                 0
     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
         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     0x0001  1x 1 bytes
           bInterval              12
Hub Descriptor:
     bLength can't get debug descriptor: Resource temporarily unavailable
can't get device qualifier: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
                 9
     bDescriptorType      41
     nNbrPorts             4
     wHubCharacteristic 0x0009
       Per-port power switching
       Per-port overcurrent protection
       TT think time 8 FS bits
     bPwrOn2PwrGood       50 * 2 milli seconds
     bHubContrCurrent      0 milli Ampere
     DeviceRemovable    0x00
     PortPwrCtrlMask    0xff
    Hub Port Status:
      Port 1: 0000.0503 highspeed power enable connect
      Port 2: 0000.0100 power
      Port 3: 0000.0100 power
      Port 4: 0000.0100 power
Device Qualifier (for other device speed):
     bLength                10
     bDescriptorType         6
     bcdUSB               2.00
     bDeviceClass            9 Hub
     bDeviceSubClass         0
     bDeviceProtocol         0 Full speed (or root) hub
     bMaxPacketSize0        64
     bNumConfigurations      1
Device Status:     0x0001
     Self Powered

Bus 001 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
     bDeviceProtocol         0 Full speed (or root) hub
     bMaxPacketSize0        64
     idVendor           0x1d6b Linux Foundation
     idProduct          0x0002 2.0 root hub
     bcdDevice            4.04
     iManufacturer           3 Linux 4.4.0 ehci_hcd
     iProduct                2 EHCI Host Controller
     iSerial                 1 0000:00:1a.0
     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
         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
Hub Descriptor:
     bLength               9
     bDescriptorType      41
     nNbrPorts             2
     wHubCharacteristic 0x000a
       No power switching (usb 1.0)
       Per-port overcurrent protection
     bPwrOn2PwrGood       10 * 2 milli seconds
     bHubContrCurrent      0 milli Ampere
     DeviceRemovable    0x02
     PortPwrCtrlMask    0xff
    Hub Port Status:
      Port 1: 0000.0503 highspeed power enable connect
      Port 2: 0000.0100 power
Device Status:     0x0001
     Self Powered

/proc/modules:

ipv6 309630 24 [permanent], Live 0xffffffffa025a000
tun 19281 0 - Live 0xffffffffa0064000
mt2060 4406 1 - Live 0xffffffffa0042000
af9013 14939 1 - Live 0xffffffffa003d000
rtl8188ee 78387 0 - Live 0xffffffffa00eb000
rtl_pci 18512 1 rtl8188ee, Live 0xffffffffa002c000
rtlwifi 54538 2 rtl8188ee,rtl_pci, Live 0xffffffffa0007000
coretemp 6236 0 - Live 0xffffffffa0894000
i915 1105696 3 - Live 0xffffffffa0751000
hwmon 3250 1 coretemp, Live 0xffffffffa074b000
dvb_usb_af9015 18751 0 - Live 0xffffffffa073d000
intel_rapl 10397 0 - Live 0xffffffffa0729000
rtsx_usb_sdmmc 12352 0 - Live 0xffffffffa0722000
mac80211 536207 3 rtl8188ee,rtl_pci,rtlwifi, Live 0xffffffffa0676000
iosf_mbi 3162 1 intel_rapl, Live 0xffffffffa0670000
fbcon 37589 71 - Live 0xffffffffa0660000
rtsx_usb_ms 7592 0 - Live 0xffffffffa065b000
memstick 6928 1 rtsx_usb_ms, Live 0xffffffffa0655000
dvb_usb_v2 13576 1 dvb_usb_af9015, Live 0xffffffffa0641000
hid_generic 1385 0 - Live 0xffffffffa063d000
bitblit 5129 1 fbcon, Live 0xffffffffa0638000
mmc_core 93193 1 rtsx_usb_sdmmc, Live 0xffffffffa0617000
softcursor 1533 1 bitblit, Live 0xffffffffa0613000
font 11812 1 fbcon, Live 0xffffffffa060d000
i2c_algo_bit 5456 1 i915, Live 0xffffffffa0608000
x86_pkg_temp_thermal 4997 0 - Live 0xffffffffa05fc000
tileblit 2405 1 fbcon, Live 0xffffffffa05f8000
drm_kms_helper 95786 1 i915,[permanent], Live 0xffffffffa05d4000
cfbfillrect 3882 1 drm_kms_helper, Live 0xffffffffa05d0000
syscopyarea 3326 1 drm_kms_helper, Live 0xffffffffa05cc000
usbhid 36587 0 - Live 0xffffffffa05b0000
cfbimgblt 2367 1 drm_kms_helper, Live 0xffffffffa05ac000
sysfillrect 3818 1 drm_kms_helper, Live 0xffffffffa05a8000
sysimgblt 2367 1 drm_kms_helper, Live 0xffffffffa05a4000
fb_sys_fops 1506 1 drm_kms_helper, Live 0xffffffffa05a0000
cfbcopyarea 3390 1 drm_kms_helper, Live 0xffffffffa059c000
drm 271572 5 i915,drm_kms_helper, Live 0xffffffffa0540000
hid 100455 2 hid_generic,usbhid, Live 0xffffffffa0502000
intel_powerclamp 7670 0 - Live 0xffffffffa04f6000
msi_wmi 2873 0 - Live 0xffffffffa04ee000
cfg80211 436670 2 rtlwifi,mac80211, Live 0xffffffffa0458000
dvb_core 85641 1 dvb_usb_v2, Live 0xffffffffa041e000
intel_gtt 12424 1 i915, Live 0xffffffffa0416000
rc_core 16141 3 dvb_usb_af9015,dvb_usb_v2, Live 0xffffffffa0404000
sparse_keymap 3282 1 msi_wmi, Live 0xffffffffa03fc000
kvm_intel 153268 0 - Live 0xffffffffa039e000
agpgart 26356 2 drm,intel_gtt, Live 0xffffffffa0392000
psmouse 101097 0 - Live 0xffffffffa036f000
evdev 12330 9 - Live 0xffffffffa035c000
iTCO_wdt 6052 0 - Live 0xffffffffa0352000
iTCO_vendor_support 2097 1 iTCO_wdt, Live 0xffffffffa034e000
rtsx_usb 9935 2 rtsx_usb_sdmmc,rtsx_usb_ms, Live 0xffffffffa0347000
snd_hda_codec_hdmi 37566 1 - Live 0xffffffffa0337000
snd_hda_codec_realtek 55002 1 - Live 0xffffffffa0321000
snd_hda_codec_generic 56406 1 snd_hda_codec_realtek, Live 0xffffffffa030d000
kvm 440379 1 kvm_intel, Live 0xffffffffa01ed000
irqbypass 2872 1 kvm, Live 0xffffffffa01e5000
fb 55014 6 i915,fbcon,bitblit,softcursor,tileblit,drm_kms_helper, Live
0xffffffffa01d1000
crct10dif_pclmul 4580 0 - Live 0xffffffffa01c7000
fbdev 1094 2 fbcon,fb, Live 0xffffffffa01c3000
crc32_pclmul 3059 0 - Live 0xffffffffa01bb000
crc32c_intel 13318 0 - Live 0xffffffffa01ab000
rfkill 15562 1 cfg80211, Live 0xffffffffa01a2000
r8169 69115 0 - Live 0xffffffffa018a000
pcspkr 2227 0 - Live 0xffffffffa0186000
i2c_i801 11321 0 - Live 0xffffffffa017f000
serio_raw 4721 0 - Live 0xffffffffa0175000
i2c_core 37215 8
mt2060,af9013,i915,dvb_usb_v2,i2c_algo_bit,drm_kms_helper,drm,i2c_i801,
Live 0xffffffffa0163000
mii 4291 1 r8169, Live 0xffffffffa015e000
wmi 7650 1 msi_wmi, Live 0xffffffffa0152000
thermal 9079 0 - Live 0xffffffffa0144000
lpc_ich 14368 0 - Live 0xffffffffa013b000
mei_me 16930 0 - Live 0xffffffffa0132000
fan 4066 0 - Live 0xffffffffa011e000
mei 56350 1 mei_me, Live 0xffffffffa0109000
mfd_core 4025 2 rtsx_usb,lpc_ich, Live 0xffffffffa0105000
shpchp 24466 0 - Live 0xffffffffa00e4000
video 24840 2 i915,msi_wmi, Live 0xffffffffa00d8000
snd_hda_intel 24237 4 - Live 0xffffffffa00cb000
snd_hda_codec 87508 4
snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel,
Live 0xffffffffa00a9000
snd_hwdep 5866 1 snd_hda_codec, Live 0xffffffffa00a4000
snd_hda_core 38315 5
snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel,snd_hda_codec,
Live 0xffffffffa0092000
snd_pcm 78600 5
snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core, Live
0xffffffffa0074000
snd_timer 18689 2 snd_pcm, Live 0xffffffffa006b000
snd 51091 13
snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer,
Live 0xffffffffa0056000
soundcore 1176 1 snd, Live 0xffffffffa0052000
battery 7818 0 - Live 0xffffffffa004c000
button 4948 1 i915, Live 0xffffffffa0047000
tpm_tis 10525 0 - Live 0xffffffffa0039000
tpm 30065 1 tpm_tis, Live 0xffffffffa001d000
usblp 10874 0 - Live 0xffffffffa0016000
processor 24055 0 - Live 0xffffffffa0000000

/proc/scsi/scsi:

Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
     Vendor: ATA      Model: HGST HTS545050A7 Rev: AF10
     Type:   Direct-Access                    ANSI  SCSI revision: 05
Host: scsi6 Channel: 00 Id: 00 Lun: 00
     Vendor: TSSTcorp Model: CDDVDW SE-208GB  Rev: TS00
     Type:   CD-ROM                           ANSI  SCSI revision: 00


If you need additional information let me know.

Regards

Markus Heinz

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




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

  Powered by Linux