Package: src:linux Version: 4.2.3-2 Severity: important Hi,
I cannot use KVM with 4.2, qemu loops with 100% CPU during seabios initialization. Booting with the latest linux-image-4.1.0-2-amd64 fixes the issue. The simplest reproducer is qemu-system-x86_64 --enable-kvm but it happens with all kinds of qemu command lines, directly or via libvirt. kvm tracing shows: ... qemu-system-x86-3219 [007] .... 1090.728418: kvm_set_irq: gsi 12 level 0 source 0 qemu-system-x86-3219 [007] .... 1090.728418: kvm_pic_set_irq: chip 1 pin 4 (edge|masked) qemu-system-x86-3219 [007] .... 1090.728419: kvm_ioapic_set_irq: pin 12 dst 0 vec=0 (Fixed|physical|edge|masked) qemu-system-x86-3219 [007] .... 1090.728419: kvm_set_irq: gsi 1 level 0 source 0 qemu-system-x86-3219 [007] .... 1090.728420: kvm_pic_set_irq: chip 0 pin 1 (edge|masked) qemu-system-x86-3219 [007] .... 1090.728420: kvm_ioapic_set_irq: pin 1 dst 0 vec=0 (Fixed|physical|edge|masked) qemu-system-x86-3219 [007] .... 1090.728420: kvm_set_irq: gsi 12 level 0 source 0 qemu-system-x86-3219 [007] .... 1090.728421: kvm_pic_set_irq: chip 1 pin 4 (edge|masked) qemu-system-x86-3219 [007] .... 1090.728421: kvm_ioapic_set_irq: pin 12 dst 0 vec=0 (Fixed|physical|edge|masked) qemu-system-x86-3219 [007] .... 1090.728723: kvm_set_irq: gsi 0 level 0 source 0 qemu-system-x86-3219 [007] .... 1090.728724: kvm_pic_set_irq: chip 0 pin 0 (edge) qemu-system-x86-3219 [007] .... 1090.728725: kvm_ioapic_set_irq: pin 2 dst 0 vec=0 (Fixed|physical|edge|masked) qemu-system-x86-3219 [007] .... 1090.728725: kvm_set_irq: gsi 0 level 0 source 0 qemu-system-x86-3219 [007] .... 1090.728725: kvm_pic_set_irq: chip 0 pin 0 (edge) qemu-system-x86-3219 [007] .... 1090.728725: kvm_ioapic_set_irq: pin 2 dst 0 vec=0 (Fixed|physical|edge|masked) qemu-system-x86-3219 [007] .... 1090.728726: kvm_set_irq: gsi 0 level 0 source 0 qemu-system-x86-3219 [007] .... 1090.728726: kvm_pic_set_irq: chip 0 pin 0 (edge) qemu-system-x86-3219 [007] .... 1090.728726: kvm_ioapic_set_irq: pin 2 dst 0 vec=0 (Fixed|physical|edge|masked) qemu-system-x86-3221 [000] d... 1090.729926: kvm_write_tsc_offset: vcpu=0 prev=18446740943986499809 next=18446740943986499809 qemu-system-x86-3221 [000] .... 1090.729927: kvm_track_tsc: vcpu_id 0 masterclock 1 offsetmatched 0 nr_online 1 hostclock tsc qemu-system-x86-3221 [000] .... 1090.730004: kvm_update_master_clock: masterclock 1 hostclock tsc offsetmatched 1 qemu-system-x86-3221 [000] d... 1090.730010: kvm_entry: vcpu 0 qemu-system-x86-3221 [000] .... 1090.730013: kvm_emulate_insn: ffff0000:fff0:ea 5b e0 00 f0 (real) qemu-system-x86-3221 [000] d... 1090.730016: kvm_entry: vcpu 0 qemu-system-x86-3221 [000] d... 1090.730017: kvm_exit: reason EPT_VIOLATION rip 0xe05b info 81 0 qemu-system-x86-3221 [000] .... 1090.730018: kvm_page_fault: address feffc000 error_code 81 qemu-system-x86-3221 [000] d... 1090.730032: kvm_entry: vcpu 0 qemu-system-x86-3221 [000] d... 1090.730034: kvm_exit: reason EXCEPTION_NMI rip 0xe05b info 0 80000b08 qemu-system-x86-3221 [000] .... 1090.730035: kvm_inj_exception: #DF (0x0) qemu-system-x86-3221 [000] d... 1090.730040: kvm_entry: vcpu 0 qemu-system-x86-3221 [000] d... 1090.730041: kvm_exit: reason EXCEPTION_NMI rip 0xfea5 info 0 80000b08 qemu-system-x86-3221 [000] .... 1090.730041: kvm_inj_exception: #DF (0x0) qemu-system-x86-3221 [000] d... 1090.730043: kvm_entry: vcpu 0 ... >From there, the last 3 lines are repeated forever. The trace complete from the >beginning is available at http://www.sfritsch.de/~stf/kvm.trace.xz I am rather surprised that there is no bug report about this yet, so I guess it only happens on some hardware. Mine is a Core i7-860. -- Package-specific info: ** Version: Linux version 4.2.0-1-amd64 ([email protected]) (gcc version 4.9.3 (Debian 4.9.3-4) ) #1 SMP Debian 4.2.3-2 (2015-10-14) ** Command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-1-amd64 root=UUID=d73302da-e64e-4b2f-bfa4-8bf2dc4df11d ro ** Not tainted ** Kernel log: [ 4.877300] iTCO_vendor_support: vendor-support=0 [ 4.879419] input: HDA Intel MID Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 4.879573] input: HDA Intel MID Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 4.879726] input: HDA Intel MID Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 4.879875] input: HDA Intel MID Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 4.880221] input: HDA Intel MID Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 [ 4.882180] input: HDA Intel MID Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14 [ 4.882341] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x0a8280a2 [ 4.882347] input: HDA Intel MID Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15 [ 4.882468] nouveau [ DEVICE][0000:01:00.0] Chipset: GT218 (NVA8) [ 4.882524] nouveau [ DEVICE][0000:01:00.0] Family : NV50 [ 4.883736] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 [ 4.883835] iTCO_wdt: Found a P55 TCO device (Version=2, TCOBASE=0x0460) [ 4.883995] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 5.002263] nouveau [ VBIOS][0000:01:00.0] using image from PRAMIN [ 5.002400] nouveau [ VBIOS][0000:01:00.0] BIT signature found [ 5.002452] nouveau [ VBIOS][0000:01:00.0] version 70.18.2d.00.00 [ 5.022732] nouveau [ PMC][0000:01:00.0] MSI interrupts enabled [ 5.022818] nouveau [ PFB][0000:01:00.0] RAM type: DDR2 [ 5.022869] nouveau [ PFB][0000:01:00.0] RAM size: 512 MiB [ 5.022920] nouveau [ PFB][0000:01:00.0] ZCOMP: 960 tags [ 5.025650] nouveau [ VOLT][0000:01:00.0] GPU voltage: 900000uv [ 5.028137] Adding 1572860k swap on /dev/mapper/vg0-swap. Priority:-1 extents:1 across:1572860k SSFS [ 5.693366] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input16 [ 5.694516] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input17 [ 5.694645] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input18 [ 5.694770] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input19 [ 6.092946] nouveau [ PTHERM][0000:01:00.0] FAN control: none / external [ 6.093013] nouveau [ PTHERM][0000:01:00.0] fan management: automatic [ 6.093069] nouveau [ PTHERM][0000:01:00.0] internal sensor: yes [ 6.113086] nouveau [ CLK][0000:01:00.0] 03: core 135 MHz shader 270 MHz memory 135 MHz [ 6.113170] nouveau [ CLK][0000:01:00.0] 07: core 405 MHz shader 810 MHz memory 405 MHz [ 6.113256] nouveau [ CLK][0000:01:00.0] 0f: core 589 MHz shader 1402 MHz memory 405 MHz [ 6.113356] nouveau [ CLK][0000:01:00.0] --: core 405 MHz shader 810 MHz memory 405 MHz [ 6.113595] [TTM] Zone kernel: Available graphics memory: 4085602 kiB [ 6.113596] [TTM] Zone dma32: Available graphics memory: 2097152 kiB [ 6.113597] [TTM] Initializing pool allocator [ 6.113605] [TTM] Initializing DMA pool allocator [ 6.113617] nouveau [ DRM] VRAM: 512 MiB [ 6.113618] nouveau [ DRM] GART: 1048576 MiB [ 6.113621] nouveau [ DRM] TMDS table version 2.0 [ 6.113622] nouveau [ DRM] DCB version 4.0 [ 6.113623] nouveau [ DRM] DCB outp 00: 01000302 00020030 [ 6.113625] nouveau [ DRM] DCB outp 01: 02000300 00000000 [ 6.113626] nouveau [ DRM] DCB outp 02: 02011362 0f220010 [ 6.113627] nouveau [ DRM] DCB outp 03: 01022310 00020010 [ 6.113629] nouveau [ DRM] DCB conn 00: 00001030 [ 6.113630] nouveau [ DRM] DCB conn 01: 00102161 [ 6.113631] nouveau [ DRM] DCB conn 02: 00000200 [ 6.154844] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 6.154845] [drm] Driver supports precise vblank timestamp query. [ 6.157739] EXT4-fs (dm-11): mounted filesystem with ordered data mode. Opts: (null) [ 6.194162] nouveau [ DRM] MM: using COPY for buffer copies [ 6.202192] EXT4-fs (dm-10): barriers disabled [ 6.202855] EXT4-fs (dm-10): mounted filesystem with ordered data mode. Opts: barrier=0 [ 6.207159] EXT4-fs (dm-12): mounted filesystem with ordered data mode. Opts: (null) [ 6.227189] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null) [ 6.228908] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null) [ 6.270444] nouveau [ DRM] allocated 1280x1024 fb: 0x70000, bo ffff8802250a0400 [ 6.270575] fbcon: nouveaufb (fb0) is primary device [ 6.341367] Console: switching to colour frame buffer device 160x64 [ 6.343343] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device [ 6.343344] nouveau 0000:01:00.0: registered panic notifier [ 6.348968] systemd-journald[302]: Received request to flush runtime journal from PID 1 [ 6.356968] [drm] Initialized nouveau 1.2.2 20120801 for 0000:01:00.0 on minor 0 [ 6.515985] REISERFS (device dm-1): found reiserfs format "3.6" with standard journal [ 6.516000] REISERFS (device dm-1): using ordered data mode [ 6.516003] reiserfs: using flush barriers [ 6.516118] REISERFS (device dm-1): journal params: device dm-1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 [ 6.516327] REISERFS (device dm-1): checking transaction log (dm-1) [ 7.781122] REISERFS (device dm-1): Using r5 hash to sort names [ 7.797123] floppy0: no floppy controllers found [ 7.797145] work still pending [ 8.081130] EXT4-fs (dm-13): barriers disabled [ 8.112650] EXT4-fs (dm-13): mounted filesystem with ordered data mode. Opts: barrier=0 [ 8.586659] EXT4-fs (dm-2): barriers disabled [ 8.591548] EXT4-fs (dm-2): mounted filesystem with writeback data mode. Opts: nobarrier,data=writeback,noauto_da_alloc,journal_async_commit [ 8.730474] EXT4-fs (dm-3): barriers disabled [ 8.734844] EXT4-fs (dm-3): mounted filesystem with writeback data mode. Opts: nobarrier,data=writeback,journal_async_commit [ 8.753313] EXT4-fs (dm-5): barriers disabled [ 8.765171] EXT4-fs (dm-5): mounted filesystem with writeback data mode. Opts: nobarrier,data=writeback,noauto_da_alloc,journal_async_commit [ 9.091568] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: (null) [ 9.146400] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 9.174922] r8169 0000:03:00.0: firmware: direct-loading firmware rtl_nic/rtl8168d-2.fw [ 9.234701] r8169 0000:03:00.0 eth0: link down [ 9.234723] r8169 0000:03:00.0 eth0: link down [ 9.235777] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 9.380415] RPC: Registered named UNIX socket transport module. [ 9.380830] RPC: Registered udp transport module. [ 9.381338] RPC: Registered tcp transport module. [ 9.382110] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 9.386869] FS-Cache: Loaded [ 9.394915] FS-Cache: Netfs 'nfs' registered for caching [ 9.403346] Installing knfsd (copyright (C) 1996 [email protected]). [ 9.461426] nf_conntrack version 0.5.0 (65536 buckets, 262144 max) [ 9.469516] ip_tables: (C) 2000-2006 Netfilter Core Team [ 10.249810] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 10.280843] Ebtables v2.0 registered [ 11.592968] r8169 0000:03:00.0 eth0: link up [ 11.592979] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready ** Model information sys_vendor: Gigabyte Technology Co., Ltd. product_name: P55-UD3 product_version: chassis_vendor: Gigabyte Technology Co., Ltd. chassis_version: bios_vendor: Award Software International, Inc. bios_version: F9 board_vendor: Gigabyte Technology Co., Ltd. board_name: P55-UD3 board_version: x.x ** Loaded modules: ebtable_filter ebtables ip6table_filter ip6_tables binfmt_misc xt_owner xt_tcpudp xt_conntrack iptable_nat nf_nat_ipv4 nf_nat iptable_filter ip_tables x_tables nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc bridge stp llc reiserfs snd_hda_codec_hdmi joydev iTCO_wdt iTCO_vendor_support nouveau snd_hda_codec_realtek snd_hda_codec_generic mxm_wmi wmi video ttm snd_hda_intel drm_kms_helper coretemp kvm_intel snd_hda_codec kvm snd_hda_core evdev pcspkr serio_raw snd_hwdep synaptics_usb i7core_edac snd_pcm_oss drm snd_mixer_oss edac_core i2c_i801 i2c_algo_bit snd_pcm sg snd_timer lpc_ich mfd_core snd soundcore shpchp acpi_cpufreq 8250_fintek processor button thermal_sys it87 hwmon_vid parport_pc ppdev lp parport autofs4 ext4 crc16 mbcache jbd2 dm_mod raid1 sr_mod cdrom ata_generic md_mod hid_generic usbhid hid sd_mod uas usb_storage crc32c_intel ahci libahci pata_jmicron libata uhci_hcd ehci_pci xhci_pci xhci_hcd ehci_hcd r8169 mii scsi_mod usbcore usb_common ** PCI devices: 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DMI [8086:d131] (rev 11) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] 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> 00:03.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express Root Port 1 [8086:d138] (rev 11) (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: 0000c000-0000cfff Memory behind bridge: f9000000-faffffff Prefetchable memory behind bridge: 00000000d0000000-00000000efffffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:08.0 System peripheral [0880]: Intel Corporation Core Processor System Management Registers [8086:d155] (rev 11) 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> 00:08.1 System peripheral [0880]: Intel Corporation Core Processor Semaphore and Scratchpad Registers [8086:d156] (rev 11) 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> 00:08.2 System peripheral [0880]: Intel Corporation Core Processor System Control and Status Registers [8086:d157] (rev 11) 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> 00:08.3 System peripheral [0880]: Intel Corporation Core Processor Miscellaneous Registers [8086:d158] (rev 11) 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 System peripheral [0880]: Intel Corporation Core Processor QPI Link [8086:d150] (rev 11) 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.1 System peripheral [0880]: Intel Corporation Core Processor QPI Routing and Protocol Registers [8086:d151] (rev 11) 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:1a.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller [8086:3b3b] (rev 05) (prog-if 00 [UHCI]) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5004] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 16 Region 4: I/O ports at ff00 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1a.1 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller [8086:3b3e] (rev 05) (prog-if 00 [UHCI]) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5004] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 21 Region 4: I/O ports at fe00 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1a.2 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller [8086:3b3f] (rev 05) (prog-if 00 [UHCI]) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5004] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 18 Region 4: I/O ports at fd00 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1a.7 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 05) (prog-if 20 [EHCI]) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5006] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 18 Region 0: Memory at fbfff000 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci-pci 00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 05) Subsystem: Gigabyte Technology Co., Ltd Device [1458:a002] 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 39 Region 0: Memory at fbff8000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel 00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 05) (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=02, subordinate=02, sec-latency=0 I/O behind bridge: 0000e000-0000efff Memory behind bridge: fbd00000-fbdfffff Prefetchable memory behind bridge: 00000000cf800000-00000000cf9fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 05) (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=03, subordinate=03, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: fbc00000-fbcfffff Prefetchable memory behind bridge: 00000000fbb00000-00000000fbbfffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:1c.2 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 [8086:3b46] (rev 05) (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=04, subordinate=04, sec-latency=0 I/O behind bridge: 00001000-00001fff Memory behind bridge: fbe00000-fbefffff Prefetchable memory behind bridge: 00000000cfa00000-00000000cfbfffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:1d.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller [8086:3b36] (rev 05) (prog-if 00 [UHCI]) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5004] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 23 Region 4: I/O ports at fc00 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1d.1 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller [8086:3b37] (rev 05) (prog-if 00 [UHCI]) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5004] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 19 Region 4: I/O ports at fb00 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1d.2 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller [8086:3b38] (rev 05) (prog-if 00 [UHCI]) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5004] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 18 Region 4: I/O ports at fa00 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1d.3 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller [8086:3b39] (rev 05) (prog-if 00 [UHCI]) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5004] 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 D routed to IRQ 16 Region 4: I/O ports at f900 [size=32] Capabilities: <access denied> Kernel driver in use: uhci_hcd 00:1d.7 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 05) (prog-if 20 [EHCI]) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5006] 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 fbffe000 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci-pci 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev a5) (prog-if 01 [Subtractive decode]) Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Bus: primary=00, secondary=05, subordinate=05, sec-latency=32 Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> 00:1f.0 ISA bridge [0601]: Intel Corporation 5 Series Chipset LPC Interface Controller [8086:3b02] (rev 05) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5001] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Capabilities: <access denied> Kernel driver in use: lpc_ich 00:1f.2 SATA controller [0106]: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller [8086:3b22] (rev 05) (prog-if 01 [AHCI 1.0]) Subsystem: Gigabyte Technology Co., Ltd Device [1458:b005] 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 38 Region 0: I/O ports at f800 [size=8] Region 1: I/O ports at f700 [size=4] Region 2: I/O ports at f600 [size=8] Region 3: I/O ports at f500 [size=4] Region 4: I/O ports at f400 [size=32] Region 5: Memory at fbffd000 (32-bit, non-prefetchable) [size=2K] Capabilities: <access denied> Kernel driver in use: ahci 00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 05) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5001] 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 18 Region 0: Memory at fbffc000 (64-bit, non-prefetchable) [size=256] Region 4: I/O ports at 0500 [size=32] Kernel driver in use: i801_smbus 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [GeForce 210] [10de:0a65] (rev a2) (prog-if 00 [VGA controller]) Subsystem: CardExpert Technology Device [10b0:1401] 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 40 Region 0: Memory at f9000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at ee000000 (64-bit, prefetchable) [size=32M] Region 5: I/O ports at cf00 [size=128] [virtual] Expansion ROM at fa000000 [disabled] [size=512K] Capabilities: <access denied> Kernel driver in use: nouveau 01:00.1 Audio device [0403]: NVIDIA Corporation High Definition Audio Controller [10de:0be3] (rev a1) Subsystem: CardExpert Technology Device [10b0:1401] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 Region 0: Memory at faffc000 (32-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel 02:00.0 SATA controller [0106]: JMicron Technology Corp. JMB363 SATA/IDE Controller [197b:2363] (rev 02) (prog-if 01 [AHCI 1.0]) Subsystem: Gigabyte Technology Co., Ltd Motherboard [1458:b000] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 Region 5: Memory at fbdfe000 (32-bit, non-prefetchable) [size=8K] Capabilities: <access denied> Kernel driver in use: ahci 02:00.1 IDE interface [0101]: JMicron Technology Corp. JMB363 SATA/IDE Controller [197b:2363] (rev 02) (prog-if 85 [Master SecO PriO]) Subsystem: Gigabyte Technology Co., Ltd Motherboard [1458:b000] 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: I/O ports at ef00 [size=8] Region 1: I/O ports at ee00 [size=4] Region 2: I/O ports at ed00 [size=8] Region 3: I/O ports at ec00 [size=4] Region 4: I/O ports at eb00 [size=16] Capabilities: <access denied> Kernel driver in use: pata_jmicron 03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 03) Subsystem: Gigabyte Technology Co., Ltd Motherboard [1458:e000] 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 29 Region 0: I/O ports at de00 [size=256] Region 2: Memory at fbbff000 (64-bit, prefetchable) [size=4K] Region 4: Memory at fbbf8000 (64-bit, prefetchable) [size=16K] [virtual] Expansion ROM at fbc00000 [disabled] [size=128K] Capabilities: <access denied> Kernel driver in use: r8169 04:00.0 USB controller [0c03]: Renesas Technology Corp. uPD720202 USB 3.0 Host Controller [1912:0015] (rev 02) (prog-if 30 [XHCI]) 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 fbefe000 (64-bit, non-prefetchable) [size=8K] Capabilities: <access denied> Kernel driver in use: xhci_hcd 3f:00.0 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture Generic Non-Core Registers [8086:2c51] (rev 04) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] 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 3f:00.1 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture System Address Decoder [8086:2c81] (rev 04) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] 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 3f:02.0 Host bridge [0600]: Intel Corporation Core Processor QPI Link 0 [8086:2c90] (rev 04) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] 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 Kernel driver in use: i7core_edac 3f:02.1 Host bridge [0600]: Intel Corporation Core Processor QPI Physical 0 [8086:2c91] (rev 04) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] 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 3f:03.0 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller [8086:2c98] (rev 04) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] 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 3f:03.1 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Target Address Decoder [8086:2c99] (rev 04) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] 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 3f:03.4 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Test Registers [8086:2c9c] (rev 04) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] 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 3f:04.0 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Control Registers [8086:2ca0] (rev 04) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] 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 3f:04.1 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Address Registers [8086:2ca1] (rev 04) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] 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 3f:04.2 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Rank Registers [8086:2ca2] (rev 04) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] 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 3f:04.3 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Thermal Control Registers [8086:2ca3] (rev 04) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] 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 3f:05.0 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Control Registers [8086:2ca8] (rev 04) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] 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 3f:05.1 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Address Registers [8086:2ca9] (rev 04) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] 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 3f:05.2 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Rank Registers [8086:2caa] (rev 04) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] 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 3f:05.3 Host bridge [0600]: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Thermal Control Registers [8086:2cab] (rev 04) Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000] 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 ** USB devices: Bus 004 Device 002: ID 18e3:9102 Fitipower Integrated Technology Inc Multi Card Reader Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 011 Device 004: ID 06cb:0009 Synaptics, Inc. Composite TouchPad and TrackPoint Bus 011 Device 003: ID 04b3:3018 IBM Corp. UltraNav Keyboard Bus 011 Device 002: ID 04b3:3016 IBM Corp. UltraNav Keyboard Hub Bus 011 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 010 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 002: ID 2109:0812 VIA Labs, Inc. VL812 Hub Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 002: ID 2109:2812 VIA Labs, Inc. VL812 Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.2.0-1-amd64 (SMP w/8 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages linux-image-4.2.0-1-amd64 depends on: ii debconf [debconf-2.0] 1.5.57 ii initramfs-tools [linux-initramfs-tool] 0.120 ii kmod 21-1 ii linux-base 4.0 Versions of packages linux-image-4.2.0-1-amd64 recommends: ii firmware-linux-free 3.4 ii irqbalance 1.0.9-1 Versions of packages linux-image-4.2.0-1-amd64 suggests: pn debian-kernel-handbook <none> ii grub-pc 2.02~beta2-29 ii linux-doc-4.2 4.2.3-2 Versions of packages linux-image-4.2.0-1-amd64 is related to: pn firmware-atheros <none> pn firmware-bnx2 <none> pn firmware-bnx2x <none> pn firmware-brcm80211 <none> pn firmware-intelwimax <none> pn firmware-ipw2x00 <none> pn firmware-ivtv <none> pn firmware-iwlwifi <none> pn firmware-libertas <none> pn firmware-linux <none> ii firmware-linux-nonfree 20151018-2 ii firmware-misc-nonfree [firmware-ralink] 20151018-2 pn firmware-myricom <none> pn firmware-netxen <none> pn firmware-qlogic <none> ii firmware-realtek 20151018-2 pn xen-hypervisor <none> -- debconf information: linux-image-4.2.0-1-amd64/postinst/depmod-error-initrd-4.2.0-1-amd64: false linux-image-4.2.0-1-amd64/postinst/mips-initrd-4.2.0-1-amd64: linux-image-4.2.0-1-amd64/prerm/removing-running-kernel-4.2.0-1-amd64: true

