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

Bug#983294: nvme storage device disappears after random time of usage



Subject: linux-image-4.19.0-14-amd64: nvme storage device disappears after random time of usage
Package: src:linux
Version: 4.19.171-2
Severity: normal

Dear Maintainer,

using a certain NVME storage device "ADATA XPG SX6000 Lite 128 GB, SSD"
leads after some time to a controller down error message,
after which the /dev/nvme* devices are vanished. Any mounted file system or swap space on
such a device will only report i/o errors after that, easily making the machine unusable.

The device is not absolutely unusable. E.g. it never showed a problem writing an UEFI partition
to it, then booting from it. It is possible to trigger the problem quite reproducably by
constantly writing random bytes to an mounted ext4 file system on one the device's partition:

# while true;do file=$(mktemp -p /mnt/test_nvm);\
dd bs=10240 if=/dev/urandom of=${file};echo $file filled;rm $file;done

After some hours, the following entries will appear in kernel.log:

Feb 21 21:14:43 server kernel: [1624409.093271] nvme nvme0: controller is down; will reset: CSTS=0xffffffff, PCI_STATUS=0x10
Feb 21 21:14:43 server kernel: [1624409.145284] nvme 0000:03:00.0: enabling device (0000 -> 0002)
Feb 21 21:14:43 server kernel: [1624409.145457] nvme nvme0: Removing after probe failure status: -19

...and the device will be gone.

Obviously, I expect the storage device not to vanish during operation.

The kernel log given below starts with the reboot after such a situation, i.e. does not contain the error message itself, nevertheless
might give helpful hints on the machine’s details.

-- Package-specific info:
** Version:
Linux version 4.19.0-14-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.171-2 (2021-01-30)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-4.19.0-14-amd64 root=/dev/mapper/CachedVG-lv_root ro quiet nvme_core.default_ps_max_latency_us=550 nomodeset

** Not tainted

** Kernel log:
[    9.514267] systemd[1]: Listening on LVM2 poll daemon socket.
[    9.514375] systemd[1]: Reached target System Time Synchronized.
[    9.959671] lp: driver loaded but no devices found
[    9.974087] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[    9.996685] ppdev: user-space parallel port driver
[   10.088993] loop: module loaded
[   10.712098] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[   10.712111] ACPI: Power Button [PWRB]
[   10.768385] idma64 idma64.0: Found Intel integrated DMA 64-bit
[   10.771850] input: PC Speaker as /devices/platform/pcspkr/input/input2
[   10.785212] EFI Variables Facility v0.08 2004-May-17
[   10.788785] idma64 idma64.1: Found Intel integrated DMA 64-bit
[   10.809649] idma64 idma64.2: Found Intel integrated DMA 64-bit
[   10.828678] idma64 idma64.3: Found Intel integrated DMA 64-bit
[   10.848828] idma64 idma64.4: Found Intel integrated DMA 64-bit
[   10.868490] idma64 idma64.5: Found Intel integrated DMA 64-bit
[   10.888526] idma64 idma64.6: Found Intel integrated DMA 64-bit
[   10.898088] sd 2:0:0:0: Attached scsi generic sg0 type 0
[   10.898131] sd 3:0:0:0: Attached scsi generic sg1 type 0
[   10.908518] idma64 idma64.7: Found Intel integrated DMA 64-bit
[   10.926527] pstore: Using compression: deflate
[   10.926539] pstore: Registered efi as persistent store backend
[   10.928651] idma64 idma64.8: Found Intel integrated DMA 64-bit
[   10.948528] idma64 idma64.9: Found Intel integrated DMA 64-bit
[   10.963294] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   10.963296] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   10.963297] RAPL PMU: hw unit of domain package 2^-14 Joules
[   10.963298] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   10.963298] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   10.966117] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[   10.968618] idma64 idma64.10: Found Intel integrated DMA 64-bit
[   11.088462] Intel(R) Wireless WiFi driver for Linux
[   11.088464] Copyright(c) 2003- 2015 Intel Corporation
[   11.088575] iwlwifi 0000:05:00.0: enabling device (0000 -> 0002)
[   11.125442] input: MSI WMI hotkeys as /devices/virtual/input/input3
[   11.287781] iwlwifi 0000:05:00.0: firmware: direct-loading firmware iwlwifi-3168-29.ucode
[   11.288156] iwlwifi 0000:05:00.0: loaded firmware version 29.1044073957.0 op_mode iwlmvm
[   11.304417] Bluetooth: Core ver 2.22
[   11.304451] NET: Registered protocol family 31
[   11.304452] Bluetooth: HCI device and connection manager initialized
[   11.304457] Bluetooth: HCI socket layer initialized
[   11.304459] Bluetooth: L2CAP socket layer initialized
[   11.304467] Bluetooth: SCO socket layer initialized
[   11.375918] audit: type=1326 audit(1613951009.927:2): auid=4294967295 uid=0 gid=0 ses=4294967295 subj==unconfined pid=415 comm="libinput-device" exe="/lib/udev/libinput-device-group" sig=31 arch=40000003 syscall=45 compat=1 ip=0xf7f6ec37 code=0x0
[   11.375923] audit: type=1326 audit(1613951009.927:3): auid=4294967295 uid=0 gid=0 ses=4294967295 subj==unconfined pid=422 comm="libinput-device" exe="/lib/udev/libinput-device-group" sig=31 arch=40000003 syscall=45 compat=1 ip=0xf7ef5c37 code=0x0
[   11.376649] audit: type=1326 audit(1613951009.927:4): auid=4294967295 uid=0 gid=0 ses=4294967295 subj==unconfined pid=423 comm="libinput-device" exe="/lib/udev/libinput-device-group" sig=31 arch=40000003 syscall=45 compat=1 ip=0xf7f47c37 code=0x0
[   11.608088] usbcore: registered new interface driver btusb
[   11.620381] Bluetooth: hci0: read Intel version: 370810225019140f00
[   11.710424] bluetooth hci0: firmware: direct-loading firmware intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq
[   11.710429] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq
[   11.892117] iwlwifi 0000:05:00.0: Detected Intel(R) Dual Band Wireless AC 3168, REV=0x220
[   11.909659] iwlwifi 0000:05:00.0: base HW address: c0:b8:83:94:40:44
[   11.960824] Adding 3993596k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:3993596k SSFS
[   11.973397] Bluetooth: hci0: Intel firmware patch completed and activated
[   12.020188] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   12.022322] thermal thermal_zone0: failed to read out thermal zone (-61)
[   12.114636] iwlwifi 0000:05:00.0 wlo1: renamed from wlan0
[   12.185568] intel_rapl: Found RAPL domain package
[   12.185571] intel_rapl: Found RAPL domain core
[   12.185573] intel_rapl: Found RAPL domain uncore
[   12.185575] intel_rapl: Found RAPL domain dram
[   16.004193] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: (null)
[   18.382422] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
[   18.478343] systemd-journald[322]: Received request to flush runtime journal from PID 1
[   18.783710] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[   21.778276] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[   22.053294] audit: type=1400 audit(1613951020.607:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/haveged" pid=582 comm="apparmor_parser"
[   22.067151] audit: type=1400 audit(1613951020.619:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/i386-linux-gnu/lightdm/lightdm-guest-session" pid=581 comm="apparmor_parser"
[   22.067155] audit: type=1400 audit(1613951020.619:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/i386-linux-gnu/lightdm/lightdm-guest-session//chromium" pid=581 comm="apparmor_parser"
[   22.097755] audit: type=1400 audit(1613951020.651:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=584 comm="apparmor_parser"
[   22.097759] audit: type=1400 audit(1613951020.651:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=584 comm="apparmor_parser"
[   22.097761] audit: type=1400 audit(1613951020.651:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=584 comm="apparmor_parser"
[   22.110719] audit: type=1400 audit(1613951020.663:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/freshclam" pid=585 comm="apparmor_parser"
[   22.165793] audit: type=1400 audit(1613951020.719:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=587 comm="apparmor_parser"
[   22.165798] audit: type=1400 audit(1613951020.719:13): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=587 comm="apparmor_parser"
[   22.166215] audit: type=1400 audit(1613951020.719:14): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/clamd" pid=586 comm="apparmor_parser"
[   25.019762] r8169 0000:06:00.0: firmware: direct-loading firmware rtl_nic/rtl8168h-2.fw
[   25.019983] Generic PHY r8169-600:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-600:00, irq=IGNORE)
[   25.127230] r8169 0000:06:00.0 enp6s0: Link is Down
[   25.127342] IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
[   28.148346] r8169 0000:06:00.0 enp6s0: Link is Up - 1Gbps/Full - flow control off
[   28.148359] IPv6: ADDRCONF(NETDEV_CHANGE): enp6s0: link becomes ready
[   73.195497] snd_hda_intel 0000:00:0e.0: couldn't bind with audio component
[   73.312250] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC283: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:hp
[   73.312253] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   73.312255] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   73.312256] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   73.312257] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   73.312259] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
[   73.414478] snd_hda_codec_hdmi hdaudioC0D2: No i915 binding for Intel HDMI/DP codec
[   73.415923] hdaudio hdaudioC0D2: Unable to bind the codec
[   73.416065] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:0e.0/sound/card0/input4
[   73.418265] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:0e.0/sound/card0/input5
[   73.418320] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:0e.0/sound/card0/input6
[   73.446053] kauditd_printk_skb: 6 callbacks suppressed
[   73.446055] audit: type=1326 audit(1613951072.000:21): auid=4294967295 uid=0 gid=0 ses=4294967295 subj==unconfined pid=6018 comm="libinput-device" exe="/lib/udev/libinput-device-group" sig=31 arch=40000003 syscall=45 compat=1 ip=0xf7f6bc37 code=0x0
[   73.446598] audit: type=1326 audit(1613951072.000:22): auid=4294967295 uid=0 gid=0 ses=4294967295 subj==unconfined pid=6017 comm="libinput-device" exe="/lib/udev/libinput-device-group" sig=31 arch=40000003 syscall=45 compat=1 ip=0xf7fe7c37 code=0x0
[   73.456293] audit: type=1326 audit(1613951072.012:23): auid=4294967295 uid=0 gid=0 ses=4294967295 subj==unconfined pid=6019 comm="libinput-device" exe="/lib/udev/libinput-device-group" sig=31 arch=40000003 syscall=45 compat=1 ip=0xf7fc0c37 code=0x0
[  630.034568] perf: interrupt took too long (2526 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
[  789.254674] perf: interrupt took too long (3173 > 3157), lowering kernel.perf_event_max_sample_rate to 63000

** Model information
sys_vendor: Micro-Star International Co., Ltd.
product_name: Cubi N 8GL (MS-B171)
product_version: 1.1
chassis_vendor: Micro-Star International Co., Ltd.
chassis_version: 1.1
bios_vendor: American Megatrends Inc.
bios_version: 8.50
board_vendor: Micro-Star International Co., Ltd.
board_name: MS-B1711
board_version: 1.1

** Loaded modules:
snd_hda_codec_hdmi
snd_hda_codec_realtek
snd_hda_codec_generic
binfmt_misc
nls_ascii
nls_cp437
vfat
fat
intel_rapl
x86_pkg_temp_thermal
intel_powerclamp
coretemp
arc4
iwlmvm
kvm_intel
snd_soc_skl
snd_soc_skl_ipc
btusb
mac80211
kvm
btrtl
snd_soc_sst_ipc
snd_soc_sst_dsp
btbcm
i915
btintel
snd_hda_ext_core
snd_soc_acpi_intel_match
irqbypass
bluetooth
snd_soc_acpi
snd_soc_core
crct10dif_pclmul
crc32_pclmul
snd_compress
msi_wmi
sparse_keymap
evdev
snd_hda_intel
iwlwifi
snd_hda_codec
ghash_clmulni_intel
snd_hda_core
drbg
intel_cstate
drm_kms_helper
snd_hwdep
intel_rapl_perf
snd_pcm
efi_pstore
ansi_cprng
cfg80211
drm
sg
snd_timer
snd
ecdh_generic
wdat_wdt
i2c_algo_bit
efivars
serio_raw
tpm_crb
pcspkr
idma64
mei_me
rfkill
soundcore
tpm_tis
button
tpm_tis_core
mei
tpm
pcc_cpufreq
wmi
rng_core
video
loop
parport_pc
ppdev
lp
parport
efivarfs
ip_tables
x_tables
autofs4
ext4
crc16
mbcache
jbd2
fscrypto
ecb
dm_mod
raid10
raid456
async_raid6_recov
async_memcpy
async_pq
async_xor
async_tx
xor
raid6_pq
libcrc32c
crc32c_generic
raid0
multipath
linear
raid1
md_mod
sd_mod
uas
usb_storage
crc32c_intel
ahci
libahci
xhci_pci
xhci_hcd
libata
spi_pxa2xx_platform
usbcore
i2c_designware_platform
i2c_designware_core
nvme
scsi_mod
aesni_intel
r8169
realtek
libphy
aes_x86_64
crypto_simd
cryptd
glue_helper
usb_common
i2c_i801
intel_lpss_pci
intel_lpss
mfd_core
nvme_core

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:31f0] (rev 03)
	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.3 System peripheral [0880]: Intel Corporation Device [8086:3190] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:b171]
	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-
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at 82430000 (64-bit, non-prefetchable) [disabled] [size=4K]
	Capabilities: <access denied>

00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3185] (rev 03) (prog-if 00 [VGA controller])
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:b171]
	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 81000000 (64-bit, non-prefetchable) [size=16M]
	Region 2: Memory at 90000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at f000 [size=64]
	[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel modules: i915

00:0e.0 Audio device [0403]: Intel Corporation Device [8086:3198] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:b171]
	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 133
	Region 0: Memory at 82410000 (64-bit, non-prefetchable) [size=16K]
	Region 4: Memory at 82000000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel, snd_soc_skl

00:0f.0 Communication controller [0780]: Intel Corporation Celeron/Pentium Silver Processor Trusted Execution Engine Interface [8086:319a] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Celeron/Pentium Silver Processor Trusted Execution Engine Interface [1462:b171]
	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 131
	Region 0: Memory at 8242f000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: mei_me
	Kernel modules: mei_me

00:12.0 SATA controller [0106]: Intel Corporation Device [8086:31e3] (rev 03) (prog-if 01 [AHCI 1.0])
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:b171]
	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 126
	Region 0: Memory at 82414000 (32-bit, non-prefetchable) [size=8K]
	Region 1: Memory at 8242e000 (32-bit, non-prefetchable) [size=256]
	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 8242d000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: ahci
	Kernel modules: ahci

00:13.0 PCI bridge [0604]: Intel Corporation Device [8086:31d8] (rev f3) (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 120
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	Memory behind bridge: 82300000-823fffff
	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:13.2 PCI bridge [0604]: Intel Corporation Device [8086:31da] (rev f3) (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 121
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	Memory behind bridge: 82200000-822fffff
	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:13.3 PCI bridge [0604]: Intel Corporation Device [8086:31db] (rev f3) (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 D routed to IRQ 122
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: 82100000-821fffff
	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:15.0 USB controller [0c03]: Intel Corporation Device [8086:31a8] (rev 03) (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:b171]
	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 125
	Region 0: Memory at 82400000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

00:16.0 Signal processing controller [1180]: Intel Corporation Celeron/Pentium Silver Processor Serial IO I2C Host Controller [8086:31ac] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Celeron/Pentium Silver Processor Serial IO I2C Host Controller [1462:b171]
	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 27
	Region 0: Memory at 8242c000 (64-bit, non-prefetchable) [size=4K]
	Region 2: Memory at 8242b000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:16.1 Signal processing controller [1180]: Intel Corporation Celeron/Pentium Silver Processor Serial IO I2C Host Controller [8086:31ae] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Celeron/Pentium Silver Processor Serial IO I2C Host Controller [1462:b171]
	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 28
	Region 0: Memory at 8242a000 (64-bit, non-prefetchable) [size=4K]
	Region 2: Memory at 82429000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:16.2 Signal processing controller [1180]: Intel Corporation Device [8086:31b0] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:b171]
	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 29
	Region 0: Memory at 82428000 (64-bit, non-prefetchable) [size=4K]
	Region 2: Memory at 82427000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:16.3 Signal processing controller [1180]: Intel Corporation Device [8086:31b2] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:b171]
	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 D routed to IRQ 30
	Region 0: Memory at 82426000 (64-bit, non-prefetchable) [size=4K]
	Region 2: Memory at 82425000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:17.0 Signal processing controller [1180]: Intel Corporation Device [8086:31b4] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:b171]
	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 31
	Region 0: Memory at 82424000 (64-bit, non-prefetchable) [size=4K]
	Region 2: Memory at 82423000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:17.1 Signal processing controller [1180]: Intel Corporation Device [8086:31b6] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:b171]
	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 32
	Region 0: Memory at 82422000 (64-bit, non-prefetchable) [size=4K]
	Region 2: Memory at 82421000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:17.2 Signal processing controller [1180]: Intel Corporation Device [8086:31b8] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:b171]
	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 33
	Region 0: Memory at 82420000 (64-bit, non-prefetchable) [size=4K]
	Region 2: Memory at 8241f000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:17.3 Signal processing controller [1180]: Intel Corporation Device [8086:31ba] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:b171]
	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 D routed to IRQ 34
	Region 0: Memory at 8241e000 (64-bit, non-prefetchable) [size=4K]
	Region 2: Memory at 8241d000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:19.0 Signal processing controller [1180]: Intel Corporation Celeron/Pentium Silver Processor Serial IO SPI Host Controller [8086:31c2] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Celeron/Pentium Silver Processor Serial IO SPI Host Controller [1462:b171]
	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 35
	Region 0: Memory at 8241c000 (64-bit, non-prefetchable) [size=4K]
	Region 2: Memory at 8241b000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:19.1 Signal processing controller [1180]: Intel Corporation Celeron/Pentium Silver Processor Serial IO SPI Host Controller [8086:31c4] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Celeron/Pentium Silver Processor Serial IO SPI Host Controller [1462:b171]
	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 36
	Region 0: Memory at 8241a000 (64-bit, non-prefetchable) [size=4K]
	Region 2: Memory at 82419000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:19.2 Signal processing controller [1180]: Intel Corporation Celeron/Pentium Silver Processor Serial IO SPI Host Controller [8086:31c6] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Celeron/Pentium Silver Processor Serial IO SPI Host Controller [1462:b171]
	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 37
	Region 0: Memory at 82418000 (64-bit, non-prefetchable) [size=4K]
	Region 2: Memory at 82417000 (64-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci

00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:31e8] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:b171]
	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:1f.1 SMBus [0c05]: Intel Corporation Celeron/Pentium Silver Processor Gaussian Mixture Model [8086:31d4] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Celeron/Pentium Silver Processor Gaussian Mixture Model [1462:b171]
	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 A routed to IRQ 20
	Region 0: Memory at 82416000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at f040 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801

03:00.0 Non-Volatile memory controller [0108]: Realtek Semiconductor Co., Ltd. Device [10ec:5763] (rev 01) (prog-if 02 [NVM Express])
	Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:5763]
	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 22
	NUMA node: 0
	Region 0: Memory at 82300000 (64-bit, non-prefetchable) [size=16K]
	Region 5: Memory at 82304000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: nvme
	Kernel modules: nvme

05:00.0 Network controller [0280]: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] [8086:24fb] (rev 10)
	Subsystem: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] [8086:2110]
	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 132
	Region 0: Memory at 82200000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi

06:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
	Subsystem: Micro-Star International Co., Ltd. [MSI] RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1462:b171]
	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 21
	Region 0: I/O ports at e000 [size=256]
	Region 2: Memory at 82104000 (64-bit, non-prefetchable) [size=4K]
	Region 4: Memory at 82100000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: r8169
	Kernel modules: r8169


** USB devices:
Bus 002 Device 003: ID 152d:0578 JMicron Technology Corp. / JMicron USA Technology Corp. JMS567 SATA 6Gb/s bridge
Bus 002 Device 002: ID 152d:0578 JMicron Technology Corp. / JMicron USA Technology Corp. JMS567 SATA 6Gb/s bridge
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:0aa7 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: 10.8
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-14-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-4.19.0-14-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.133+deb10u1
ii  kmod                                    26-1
ii  linux-base                              4.6

Versions of packages linux-image-4.19.0-14-amd64 recommends:
ii  apparmor             2.13.2-10
ii  firmware-linux-free  3.4

Versions of packages linux-image-4.19.0-14-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  grub-efi-amd64          2.02+dfsg1-20+deb10u3
pn  linux-doc-4.19          <none>

Versions of packages linux-image-4.19.0-14-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>
ii  firmware-iwlwifi          20190114-2
pn  firmware-libertas         <none>
pn  firmware-linux-nonfree    <none>
ii  firmware-misc-nonfree     20190114-2
pn  firmware-myricom          <none>
pn  firmware-netxen           <none>
pn  firmware-qlogic           <none>
ii  firmware-realtek          20190114-2
pn  firmware-samsung          <none>
pn  firmware-siano            <none>
pn  firmware-ti-connectivity  <none>
pn  xen-hypervisor            <none>

-- no debconf information


Reply to: