Package: src:linux Version: 4.9.18-1 Severity: important When connecting a device (mini-box 256x64 picoLCD, listed in the kernel log as 'ITUNER INC USB-LCD-256x64') to one of the USB2 ports on this machine, it'll run fine for up to several hours, and then disconnect, leaving the following in the kernel log: ohci-pci 0000:00:12.0: frame counter not updating; disabled ohci-pci 0000:00:12.0: HC died; cleaning up
Note that in the log below, it managed to run for slightly over 2 minutes after system boot before dying. Connecting the device to a USB3 port, causing it to use xhci_hcd, appears to work reliably. I've seen similar bug reports for this issue on Ubuntu (I'm running Debian stretch here): https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1634737 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1635012 The above cases appear to have been resolved by https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a8006bd915095c40098bfcb684cc2bdfb414dc0d - however, I've verified that the changes introduced by this patch are already applied to linux-image-4.9.0-2-amd64 ver 4.9.18-1. My previous installation on here was wheezy, using a backported kernel from jessie. This USB2 issue did not appear while wheezy was running. -- Package-specific info: ** Version: Linux version 4.9.0-2-amd64 (debian-ker...@lists.debian.org) (gcc version 6.3.0 20170321 (Debian 6.3.0-11) ) #1 SMP Debian 4.9.18-1 (2017-03-30) ** Command line: placeholder root=/dev/mapper/balrog-root--stretch ro net.ifnames=0 biosdevname=0 quiet ** Not tainted ** Kernel log: [ 46.674217] lan0: port 1(eth0.2) entered blocking state [ 46.674219] lan0: port 1(eth0.2) entered disabled state [ 46.674298] device eth0.2 entered promiscuous mode [ 46.680647] lan0: port 1(eth0.2) entered blocking state [ 46.680649] lan0: port 1(eth0.2) entered forwarding state [ 47.732359] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory [ 47.732367] NFSD: starting 90-second grace period (net ffffffff81cd3980) [ 48.110022] xen:xen_evtchn: Event-channel device installed [ 57.821269] lan0: port 2(vif1.0) entered blocking state [ 57.821271] lan0: port 2(vif1.0) entered disabled state [ 57.821379] device vif1.0 entered promiscuous mode [ 57.824143] IPv6: ADDRCONF(NETDEV_UP): vif1.0: link is not ready [ 57.937745] Bridge firewalling registered [ 59.756110] xen-blkback: backend/vbd/1/51713: using 1 queues, protocol 1 (x86_64-abi) persistent grants [ 59.768037] xen-blkback: backend/vbd/1/51714: using 1 queues, protocol 1 (x86_64-abi) persistent grants [ 59.777334] xen-blkback: backend/vbd/1/51729: using 1 queues, protocol 1 (x86_64-abi) persistent grants [ 59.796475] xen-blkback: backend/vbd/1/51745: using 1 queues, protocol 1 (x86_64-abi) persistent grants [ 59.809462] xen-blkback: backend/vbd/1/51761: using 1 queues, protocol 1 (x86_64-abi) persistent grants [ 59.836503] vif vif-1-0 vif1.0: Guest Rx ready [ 59.836580] IPv6: ADDRCONF(NETDEV_CHANGE): vif1.0: link becomes ready [ 59.836627] lan0: port 2(vif1.0) entered blocking state [ 59.836629] lan0: port 2(vif1.0) entered forwarding state [ 65.697886] device vif2.0 entered promiscuous mode [ 65.700755] IPv6: ADDRCONF(NETDEV_UP): vif2.0: link is not ready [ 67.374042] vif vif-2-0 vif2.0: Guest Rx ready [ 67.374116] IPv6: ADDRCONF(NETDEV_CHANGE): vif2.0: link becomes ready [ 67.374717] xen-blkback: backend/vbd/2/51713: using 2 queues, protocol 1 (x86_64-abi) persistent grants [ 68.871065] lan0: port 3(vif3.0) entered blocking state [ 68.871069] lan0: port 3(vif3.0) entered disabled state [ 68.871236] device vif3.0 entered promiscuous mode [ 68.875165] IPv6: ADDRCONF(NETDEV_UP): vif3.0: link is not ready [ 69.290501] xen-blkback: backend/vbd/3/51713: using 1 queues, protocol 1 (x86_64-abi) [ 69.308346] xen-blkback: backend/vbd/3/51714: using 1 queues, protocol 1 (x86_64-abi) [ 69.337093] vif vif-3-0 vif3.0: Guest Rx ready [ 69.337170] IPv6: ADDRCONF(NETDEV_CHANGE): vif3.0: link becomes ready [ 69.337225] lan0: port 3(vif3.0) entered blocking state [ 69.337226] lan0: port 3(vif3.0) entered forwarding state [ 72.396111] GuestNet: port 2(vif4.0) entered blocking state [ 72.396113] GuestNet: port 2(vif4.0) entered disabled state [ 72.396227] device vif4.0 entered promiscuous mode [ 72.399081] IPv6: ADDRCONF(NETDEV_UP): vif4.0: link is not ready [ 74.197440] xen-blkback: backend/vbd/4/51713: using 2 queues, protocol 1 (x86_64-abi) persistent grants [ 74.225330] vif vif-4-0 vif4.0: Guest Rx ready [ 74.225383] IPv6: ADDRCONF(NETDEV_CHANGE): vif4.0: link becomes ready [ 74.225430] GuestNet: port 2(vif4.0) entered blocking state [ 74.225432] GuestNet: port 2(vif4.0) entered forwarding state [ 76.183978] lan0: port 4(vif5.0) entered blocking state [ 76.183980] lan0: port 4(vif5.0) entered disabled state [ 76.184089] device vif5.0 entered promiscuous mode [ 76.186851] IPv6: ADDRCONF(NETDEV_UP): vif5.0: link is not ready [ 77.858265] xen-blkback: backend/vbd/5/51713: using 2 queues, protocol 1 (x86_64-abi) persistent grants [ 77.880994] xen-blkback: backend/vbd/5/51714: using 2 queues, protocol 1 (x86_64-abi) persistent grants [ 77.914863] vif vif-5-0 vif5.0: Guest Rx ready [ 77.914935] IPv6: ADDRCONF(NETDEV_CHANGE): vif5.0: link becomes ready [ 77.914999] lan0: port 4(vif5.0) entered blocking state [ 77.915001] lan0: port 4(vif5.0) entered forwarding state [ 122.160025] ohci-pci 0000:00:12.0: frame counter not updating; disabled [ 122.160064] ohci-pci 0000:00:12.0: HC died; cleaning up [ 122.160151] usb 11-3: USB disconnect, device number 2 [ 122.163302] usb 11-4: USB disconnect, device number 3 [ 154.647920] lan0: port 5(vif6.0) entered blocking state [ 154.647922] lan0: port 5(vif6.0) entered disabled state [ 154.648010] device vif6.0 entered promiscuous mode [ 154.650934] IPv6: ADDRCONF(NETDEV_UP): vif6.0: link is not ready [ 156.287702] vif vif-6-0 vif6.0: Guest Rx ready [ 156.287769] IPv6: ADDRCONF(NETDEV_CHANGE): vif6.0: link becomes ready [ 156.287828] lan0: port 5(vif6.0) entered blocking state [ 156.287829] lan0: port 5(vif6.0) entered forwarding state [ 156.292096] xen-blkback: backend/vbd/6/51713: using 2 queues, protocol 1 (x86_64-abi) persistent grants [ 246.999319] device vif2.0 left promiscuous mode [ 5262.955605] usb 10-2: new full-speed USB device number 2 using xhci_hcd [ 5263.144855] usb 10-2: New USB device found, idVendor=04d8, idProduct=c002 [ 5263.144858] usb 10-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5263.144860] usb 10-2: Product: USB-LCD-256x64 [ 5263.144861] usb 10-2: Manufacturer: ITUNER INC [ 5263.144862] usb 10-2: SerialNumber: Ver.00.03 [ 5263.295744] input: ITUNER INC USB-LCD-256x64 as /devices/pci0000:00/0000:00:15.2/0000:03:00.0/usb10/10-2/10-2:1.0/0003:04D8:C002.0003/input/input17 [ 5263.295822] Registered IR keymap rc-rc6-mce [ 5263.295892] input: ITUNER INC USB-LCD-256x64 as /devices/pci0000:00/0000:00:15.2/0000:03:00.0/usb10/10-2/10-2:1.0/0003:04D8:C002.0003/rc/rc0/input18 [ 5263.295928] rc rc0: ITUNER INC USB-LCD-256x64 as /devices/pci0000:00/0000:00:15.2/0000:03:00.0/usb10/10-2/10-2:1.0/0003:04D8:C002.0003/rc/rc0 [ 5263.296313] rc rc0: lirc_dev: driver ir-lirc-codec (PicoLCD (graphic)) registered at minor = 0 [ 5263.297259] Console: switching to mono frame buffer device 32x8 [ 5280.099829] Console: switching to colour VGA+ 80x25 [ 5727.382715] device vif8.0 entered promiscuous mode [ 5727.385595] IPv6: ADDRCONF(NETDEV_UP): vif8.0: link is not ready [ 5728.957119] xen-blkback: backend/vbd/8/51713: using 2 queues, protocol 1 (x86_64-abi) persistent grants [ 5728.993444] vif vif-8-0 vif8.0: Guest Rx ready [ 5728.993511] IPv6: ADDRCONF(NETDEV_CHANGE): vif8.0: link becomes ready [ 5838.321825] audit: type=1305 audit(1494695633.399:2): audit_pid=6641 old=0 auid=4294967295 ses=4294967295 res=1 ** Model information sys_vendor: To Be Filled By O.E.M. product_name: To Be Filled By O.E.M. product_version: To Be Filled By O.E.M. chassis_vendor: To Be Filled By O.E.M. chassis_version: To Be Filled By O.E.M. bios_vendor: American Megatrends Inc. bios_version: P3.30 board_vendor: ASRock board_name: FM2A88X Extreme4+ board_version: ** Loaded modules: xt_physdev br_netfilter iptable_filter xen_netback xen_blkback xen_gntdev xen_evtchn xenfs xen_privcmd 8021q garp mrp bridge stp llc edac_mce_amd edac_core crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_hda_codec_realtek ir_lirc_codec snd_hda_codec_generic lirc_dev snd_hda_codec_hdmi ir_rc6_decoder snd_hda_intel rc_rc6_mce amdkfd evdev pcspkr snd_hda_codec radeon serio_raw snd_hda_core ttm shpchp snd_hwdep snd_pcm drm_kms_helper snd_timer snd soundcore sg hid_picolcd rc_core fam15h_power k10temp drm sp5100_tco i2c_algo_bit video button tpm_tis tpm_tis_core tpm nfsd aoe ip_tables x_tables autofs4 xfs raid10 raid0 multipath linear rpcsec_gss_krb5 auth_rpcgss nfsv4 dns_resolver nfsv3 nfs_acl nfs lockd grace sunrpc fscache dm_snapshot dm_bufio dm_mod raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c crc32c_generic raid1 md_mod hid_generic usbhid hid sr_mod cdrom sd_mod ata_generic ohci_pci crc32c_intel aesni_intel aes_x86_64 glue_helper lrw alx gf128mul ablk_helper mdio cryptd ahci libahci xhci_pci pata_atiixp uhci_hcd xhci_hcd ohci_hcd ehci_pci libata ehci_hcd i2c_piix4 usbcore scsi_mod usb_common ** PCI devices: 00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Root Complex [1022:1422] Subsystem: ASRock Incorporation Family 15h (Models 30h-3fh) Processor Root Complex [1849:1422] 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 00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) I/O Memory Management Unit [1022:1423] Subsystem: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) I/O Memory Management Unit [1022:1423] 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 255 Capabilities: <access denied> 00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:1313] (prog-if 00 [VGA controller]) Subsystem: ASRock Incorporation Kaveri [Radeon R7 Graphics] [1849:1313] 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 11 Region 0: Memory at c0000000 (64-bit, prefetchable) [size=256M] Region 2: Memory at d0000000 (64-bit, prefetchable) [size=8M] Region 4: I/O ports at f000 [size=256] Region 5: Memory at feb00000 (32-bit, non-prefetchable) [size=256K] Expansion ROM at 000c0000 [disabled] [size=128K] Capabilities: <access denied> Kernel modules: radeon 00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri HDMI/DP Audio Controller [1002:1308] Subsystem: ASRock Incorporation Kaveri HDMI/DP Audio Controller [1849:1308] 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 107 Region 0: Memory at feb64000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel 00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:1424] 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- 00:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:1424] 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- 00:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:1424] 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- 00:10.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller [1022:7814] (rev 09) (prog-if 30 [XHCI]) Subsystem: ASRock Incorporation FCH USB XHCI Controller [1849:7814] 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 18 Region 0: Memory at feb6a000 (64-bit, non-prefetchable) [size=8K] Capabilities: <access denied> Kernel driver in use: xhci_hcd Kernel modules: xhci_pci 00:10.1 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller [1022:7814] (rev 09) (prog-if 30 [XHCI]) Subsystem: ASRock Incorporation FCH USB XHCI Controller [1849:7814] 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 Region 0: Memory at feb68000 (64-bit, non-prefetchable) [size=8K] Capabilities: <access denied> Kernel driver in use: xhci_hcd Kernel modules: xhci_pci 00:11.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] [1022:7801] (rev 40) (prog-if 01 [AHCI 1.0]) Subsystem: ASRock Incorporation FCH SATA Controller [AHCI mode] [1849:7801] 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: 32 Interrupt: pin A routed to IRQ 91 Region 0: I/O ports at f190 [size=8] Region 1: I/O ports at f180 [size=4] Region 2: I/O ports at f170 [size=8] Region 3: I/O ports at f160 [size=4] Region 4: I/O ports at f150 [size=16] Region 5: Memory at feb71000 (32-bit, non-prefetchable) [size=2K] Capabilities: <access denied> Kernel driver in use: ahci Kernel modules: ahci 00:12.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller [1022:7807] (rev 11) (prog-if 10 [OHCI]) Subsystem: ASRock Incorporation FCH USB OHCI Controller [1849:7807] 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: 32, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 18 Region 0: Memory at feb70000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci-pci Kernel modules: ohci_pci 00:12.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller [1022:7808] (rev 11) (prog-if 20 [EHCI]) Subsystem: ASRock Incorporation FCH USB EHCI Controller [1849:7808] 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: 32, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 17 Region 0: Memory at feb6f000 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> Kernel driver in use: ehci-pci Kernel modules: ehci_pci 00:13.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller [1022:7807] (rev 11) (prog-if 10 [OHCI]) Subsystem: ASRock Incorporation FCH USB OHCI Controller [1849:7807] 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: 32, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 18 Region 0: Memory at feb6e000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci-pci Kernel modules: ohci_pci 00:13.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller [1022:7808] (rev 11) (prog-if 20 [EHCI]) Subsystem: ASRock Incorporation FCH USB EHCI Controller [1849:7808] 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: 32, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 17 Region 0: Memory at feb6d000 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> Kernel driver in use: ehci-pci Kernel modules: ehci_pci 00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:780b] (rev 16) Subsystem: ASRock Incorporation FCH SMBus Controller [1849:780b] 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- Kernel driver in use: piix4_smbus Kernel modules: i2c_piix4, sp5100_tco 00:14.1 IDE interface [0101]: Advanced Micro Devices, Inc. [AMD] FCH IDE Controller [1022:780c] (prog-if 8a [Master SecP PriP]) Subsystem: ASRock Incorporation FCH IDE Controller [1849:780c] 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: 32 Interrupt: pin B routed to IRQ 17 Region 0: I/O ports at 01f0 [size=8] Region 1: I/O ports at 03f4 Region 2: I/O ports at 0170 [size=8] Region 3: I/O ports at 0374 Region 4: I/O ports at f100 [size=16] Kernel driver in use: pata_atiixp Kernel modules: pata_atiixp, ata_generic 00:14.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller [1022:780d] (rev 01) Subsystem: ASRock Incorporation FCH Azalia Controller [1849:c892] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 32, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 Region 0: Memory at feb60000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel 00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:780e] (rev 11) Subsystem: ASRock Incorporation FCH LPC Bridge [1849:780e] 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 00:14.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] FCH PCI Bridge [1022:780f] (rev 40) (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=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 Bus: primary=00, secondary=01, subordinate=01, sec-latency=64 I/O behind bridge: 0000e000-0000efff Memory behind bridge: fea00000-feafffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- 00:14.5 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller [1022:7809] (rev 11) (prog-if 10 [OHCI]) Subsystem: ASRock Incorporation FCH USB OHCI Controller [1849:7809] 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: 32, Cache Line Size: 64 bytes Interrupt: pin C routed to IRQ 18 Region 0: Memory at feb6c000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci-pci Kernel modules: ohci_pci 00:15.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 0) [1022:43a0] (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 86 Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 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 Kernel modules: shpchp 00:15.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 2) [1022:43a2] (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 87 Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 Memory behind bridge: fe900000-fe9fffff 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 Kernel modules: shpchp 00:15.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 3) [1022:43a3] (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 88 Bus: primary=00, secondary=04, subordinate=04, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: fe800000-fe8fffff 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 Kernel modules: shpchp 00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Function 0 [1022:141a] 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- 00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Function 1 [1022:141b] 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- 00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Function 2 [1022:141c] 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- 00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Function 3 [1022:141d] 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- Capabilities: <access denied> Kernel driver in use: k10temp Kernel modules: k10temp 00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Function 4 [1022:141e] 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- Kernel driver in use: fam15h_power Kernel modules: fam15h_power 00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Function 5 [1022:141f] 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- 01:05.0 USB controller [0c03]: VIA Technologies, Inc. VT82xx/62xx UHCI USB 1.1 Controller [1106:3038] (rev 62) (prog-if 00 [UHCI]) Subsystem: VIA Technologies, Inc. VT82xx/62xx UHCI USB 1.1 Controller [1106:3038] 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: 32, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 20 Region 4: I/O ports at e020 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd Kernel modules: uhci_hcd 01:05.1 USB controller [0c03]: VIA Technologies, Inc. VT82xx/62xx UHCI USB 1.1 Controller [1106:3038] (rev 62) (prog-if 00 [UHCI]) Subsystem: VIA Technologies, Inc. VT82xx/62xx UHCI USB 1.1 Controller [1106:3038] 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: 32, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 21 Region 4: I/O ports at e000 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd Kernel modules: uhci_hcd 01:05.2 USB controller [0c03]: VIA Technologies, Inc. USB 2.0 [1106:3104] (rev 65) (prog-if 20 [EHCI]) Subsystem: VIA Technologies, Inc. USB 2.0 Controller [1106:3104] 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: 32, Cache Line Size: 64 bytes Interrupt: pin C routed to IRQ 22 Region 0: Memory at fea00000 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> Kernel driver in use: ehci-pci Kernel modules: ehci_pci 03:00.0 USB controller [0c03]: Etron Technology, Inc. EJ188/EJ198 USB 3.0 Host Controller [1b6f:7052] (prog-if 30 [XHCI]) Subsystem: ASRock Incorporation EJ188/EJ198 USB 3.0 Host Controller [1849:7052] 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 105 Region 0: Memory at fe900000 (64-bit, non-prefetchable) [size=32K] Capabilities: <access denied> Kernel driver in use: xhci_hcd Kernel modules: xhci_pci 04:00.0 Ethernet controller [0200]: Qualcomm Atheros QCA8171 Gigabit Ethernet [1969:10a1] (rev 10) Subsystem: ASRock Incorporation QCA8171 Gigabit Ethernet [1849:10a1] 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 106 Region 0: Memory at fe800000 (64-bit, non-prefetchable) [size=256K] Region 2: I/O ports at d000 [size=128] Capabilities: <access denied> Kernel driver in use: alx Kernel modules: alx ** USB devices: Bus 012 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 010 Device 002: ID 04d8:c002 Microchip Technology, Inc. Bus 010 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 014 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 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 013 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 011 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 007 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages linux-image-4.9.0-2-amd64 depends on: ii initramfs-tools [linux-initramfs-tool] 0.130 ii kmod 23-2 ii linux-base 4.5 Versions of packages linux-image-4.9.0-2-amd64 recommends: pn firmware-linux-free <none> pn irqbalance <none> Versions of packages linux-image-4.9.0-2-amd64 suggests: pn debian-kernel-handbook <none> ii grub-pc 2.02~beta3-5 pn linux-doc-4.9 <none> Versions of packages linux-image-4.9.0-2-amd64 is related to: pn firmware-amd-graphics <none> pn firmware-atheros <none> pn firmware-bnx2 <none> pn firmware-bnx2x <none> pn firmware-brcm80211 <none> pn firmware-cavium <none> pn firmware-intel-sound <none> pn firmware-intelwimax <none> pn firmware-ipw2x00 <none> pn firmware-ivtv <none> pn firmware-iwlwifi <none> pn firmware-libertas <none> pn firmware-linux-nonfree <none> pn firmware-misc-nonfree <none> pn firmware-myricom <none> pn firmware-netxen <none> pn firmware-qlogic <none> pn firmware-realtek <none> pn firmware-samsung <none> pn firmware-siano <none> pn firmware-ti-connectivity <none> ii xen-hypervisor-4.8-amd64 [xen-hypervisor] 4.8.1-1+deb9u1 -- no debconf information