--- Begin Message ---
Package: src:linux
Version: 5.16.12-1~bpo11+1
Severity: normal
Dear Maintainer,
It seems we can't use Linux for cloning drive data from faulty drives
(with bad blocks) using USB SATA adapters.
I wanted to clone data from this old SSD:
```
Device Model: LITEONIT LCM-128M3S 2.5" 7mm 128GB
Serial Number: TW00RNVG550853138965
Add. Product Id: WQDA
Firmware Version: WQDA
User Capacity: 128,035,676,160 bytes [128 GB]
```
using :
```
dd if=/dev/disk/by-id/source of=/some/destination iflag=fullblock
conv=sync,noerror bs=8M status=progress
```
But the copying hangs after ~400MB. It seems that drive has some bad
blocks, but I expected `dd` to be able to skip those due to
`conv=sync,noerror` parameter.
What happens is that kernel task is hung:
```
May 09 08:29:56 kernel: usb-storage 2-2.2:1.0: USB Mass Storage device detected
May 09 08:29:56 kernel: scsi host6: usb-storage 2-2.2:1.0
May 09 08:29:57 kernel: scsi host6: scsi scan: INQUIRY result too short (5),
using 36
May 09 08:29:57 kernel: scsi 6:0:0:0: Direct-Access LITEONIT LCM-128M3S
2.5" 7mm PQ: 0 ANSI: 0
May 09 08:29:57 kernel: scsi 6:0:0:0: Attached scsi generic sg0 type 0
May 09 08:29:57 kernel: sd 6:0:0:0: [sda] 250069680 512-byte logical blocks:
(128 GB/119 GiB)
May 09 08:29:57 kernel: sd 6:0:0:0: [sda] Write Protect is off
May 09 08:29:57 kernel: sd 6:0:0:0: [sda] Mode Sense: 3b 00 00 00
May 09 08:29:57 kernel: sd 6:0:0:0: [sda] No Caching mode page found
May 09 08:29:57 kernel: sd 6:0:0:0: [sda] Assuming drive cache: write through
May 09 08:29:57 kernel: sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
May 09 08:29:57 kernel: sd 6:0:0:0: [sda] Attached SCSI disk
May 09 08:31:03 kernel: usb 2-2.2: Disable of device-initiated U1 failed.
May 09 08:31:08 kernel: usb 2-2.2: Disable of device-initiated U2 failed.
May 09 08:31:08 kernel: usb 2-2.2: reset SuperSpeed USB device number 5 using
xhci_hcd
May 09 08:32:55 kernel: usb 2-2.2: reset SuperSpeed USB device number 5 using
xhci_hcd
May 09 08:32:55 kernel: sd 6:0:0:0: [sda] tag#0 FAILED Result:
hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=32s
May 09 08:32:55 kernel: sd 6:0:0:0: [sda] tag#0 CDB: Read(10) 28 00 00 0c fc 00
00 08 00 00
May 09 08:32:55 kernel: I/O error, dev sda, sector 850944 op 0x0:(READ) flags
0x80700 phys_seg 38 prio class 0
May 09 08:33:26 kernel: usb 2-2.2: reset SuperSpeed USB device number 5 using
xhci_hcd
May 09 08:36:01 kernel: INFO: task scsi_eh_6:564989 blocked for more than 120
seconds.
May 09 08:36:01 kernel: Tainted: G OE 5.16.0-0.bpo.4-amd64
#1 Debian 5.16.12-1~bpo11+1
May 09 08:36:01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
May 09 08:36:01 kernel: task:scsi_eh_6 state:D stack: 0 pid:564989
ppid: 2 flags:0x00004000
May 09 08:36:01 kernel: Call Trace:
May 09 08:36:01 kernel: <TASK>
May 09 08:36:01 kernel: __schedule+0x307/0x9f0
May 09 08:36:01 kernel: schedule+0x4e/0xc0
May 09 08:36:01 kernel: schedule_preempt_disabled+0x14/0x20
May 09 08:36:01 kernel: __mutex_lock.constprop.0+0x23f/0x460
May 09 08:36:01 kernel: ? try_module_get.part.0+0x4e/0xc0
May 09 08:36:01 kernel: device_reset+0x1d/0x50 [usb_storage]
May 09 08:36:01 kernel: scsi_eh_ready_devs+0x6b3/0xcf0 [scsi_mod]
May 09 08:36:01 kernel: ? _raw_spin_unlock_irqrestore+0x25/0x40
May 09 08:36:01 kernel: ? __pm_runtime_resume+0x58/0x80
May 09 08:36:01 kernel: scsi_error_handler+0x433/0x510 [scsi_mod]
May 09 08:36:01 kernel: ? scsi_eh_get_sense+0x250/0x250 [scsi_mod]
May 09 08:36:01 kernel: kthread+0x169/0x190
May 09 08:36:01 kernel: ? set_kthread_struct+0x40/0x40
May 09 08:36:01 kernel: ret_from_fork+0x1f/0x30
May 09 08:36:01 kernel: </TASK>
May 09 08:38:02 kernel: INFO: task scsi_eh_6:564989 blocked for more than 241
seconds.
May 09 08:38:02 kernel: Tainted: G OE 5.16.0-0.bpo.4-amd64
#1 Debian 5.16.12-1~bpo11+1
May 09 08:38:02 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
May 09 08:38:02 kernel: task:scsi_eh_6 state:D stack: 0 pid:564989
ppid: 2 flags:0x00004000
May 09 08:38:02 kernel: Call Trace:
May 09 08:38:02 kernel: <TASK>
May 09 08:38:02 kernel: __schedule+0x307/0x9f0
May 09 08:38:02 kernel: schedule+0x4e/0xc0
May 09 08:38:02 kernel: schedule_preempt_disabled+0x14/0x20
May 09 08:38:02 kernel: __mutex_lock.constprop.0+0x23f/0x460
May 09 08:38:02 kernel: ? try_module_get.part.0+0x4e/0xc0
May 09 08:38:02 kernel: device_reset+0x1d/0x50 [usb_storage]
May 09 08:38:02 kernel: scsi_eh_ready_devs+0x6b3/0xcf0 [scsi_mod]
May 09 08:38:02 kernel: ? _raw_spin_unlock_irqrestore+0x25/0x40
May 09 08:38:02 kernel: ? __pm_runtime_resume+0x58/0x80
May 09 08:38:02 kernel: scsi_error_handler+0x433/0x510 [scsi_mod]
May 09 08:38:02 kernel: ? scsi_eh_get_sense+0x250/0x250 [scsi_mod]
May 09 08:38:02 kernel: kthread+0x169/0x190
May 09 08:38:02 kernel: ? set_kthread_struct+0x40/0x40
May 09 08:38:02 kernel: ret_from_fork+0x1f/0x30
May 09 08:38:02 kernel: </TASK>
May 09 08:40:03 kernel: INFO: task scsi_eh_6:564989 blocked for more than 362
seconds.
May 09 08:40:03 kernel: Tainted: G OE 5.16.0-0.bpo.4-amd64
#1 Debian 5.16.12-1~bpo11+1
May 09 08:40:03 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
May 09 08:40:03 kernel: task:scsi_eh_6 state:D stack: 0 pid:564989
ppid: 2 flags:0x00004000
May 09 08:40:03 kernel: Call Trace:
May 09 08:40:03 kernel: <TASK>
May 09 08:40:03 kernel: __schedule+0x307/0x9f0
May 09 08:40:03 kernel: schedule+0x4e/0xc0
May 09 08:40:03 kernel: schedule_preempt_disabled+0x14/0x20
May 09 08:40:03 kernel: __mutex_lock.constprop.0+0x23f/0x460
May 09 08:40:03 kernel: ? try_module_get.part.0+0x4e/0xc0
May 09 08:40:03 kernel: device_reset+0x1d/0x50 [usb_storage]
May 09 08:40:03 kernel: scsi_eh_ready_devs+0x6b3/0xcf0 [scsi_mod]
May 09 08:40:03 kernel: ? _raw_spin_unlock_irqrestore+0x25/0x40
May 09 08:40:03 kernel: ? __pm_runtime_resume+0x58/0x80
May 09 08:40:03 kernel: scsi_error_handler+0x433/0x510 [scsi_mod]
May 09 08:40:03 kernel: ? scsi_eh_get_sense+0x250/0x250 [scsi_mod]
May 09 08:40:03 kernel: kthread+0x169/0x190
May 09 08:40:03 kernel: ? set_kthread_struct+0x40/0x40
May 09 08:40:03 kernel: ret_from_fork+0x1f/0x30
May 09 08:40:03 kernel: </TASK>
May 09 08:40:11 kernel: usb 2-2.2: USB disconnect, device number 5
May 09 08:40:11 kernel: sd 6:0:0:0: Device offlined - not ready after error
recovery
May 09 08:40:11 kernel: I/O error, dev sda, sector 851456 op 0x0:(READ) flags
0x0 phys_seg 1 prio class 0
May 09 08:40:11 kernel: Buffer I/O error on dev sda, logical block 106432,
async page read
May 09 08:40:11 kernel: I/O error, dev sda, sector 851456 op 0x0:(READ) flags
0x0 phys_seg 1 prio class 0
May 09 08:40:11 kernel: Buffer I/O error on dev sda, logical block 106432,
async page read
```
I/O error was "discovered" only afer I disconnected USB SATA adapter...
Same issue persist on two different USB adpters (lsusb, lshw outputs)
```
Bus 002 Device 007: ID 1f75:0611 Innostor Technology Corporation IS611
SATA/PATA Bridge Controller
*-usb:1
description: Mass storage device
product: IS611 SATA/PATA Bridge Controller
vendor: Innostor Technology Corporation
physical id: 2
bus info: usb@2:2.2
logical name: scsi6
version: 0.06
serial: 20170302
capabilities: usb-3.00 scsi emulated
configuration: driver=usb-storage maxpower=800mA speed=5000Mbit/s
```
```
Bus 002 Device 009: ID abcd:6103 LogiLink Ext. HDD
*-usb:1
description: Mass storage device
product: Ext. HDD
vendor: Innostor
physical id: 2
bus info: usb@2:2.2
logical name: scsi6
version: 0.06
serial: 20200427
capabilities: usb-3.00 scsi emulated
configuration: driver=usb-storage maxpower=800mA speed=5000Mbit/s
```
Currently I am cloning SDD data using same dd but via internal SATA port
inside the laptop. `dd` did report I/O errors, but it keeps working -
kernel task did not hang. This does not mean file system will be file
after cloning, but that's another question.
-- Package-specific info:
** Version:
Linux version 5.16.0-0.bpo.4-amd64 (debian-kernel@lists.debian.org) (gcc-10
(Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1
SMP PREEMPT Debian 5.16.12-1~bpo11+1 (2022-03-08)
** Command line:
BOOT_IMAGE=/boot/vmlinuz-5.16.0-0.bpo.4-amd64
root=UUID=b22a64bc-0d0a-466a-a2b9-7f848f8349b8 ro security=apparmor
ipv6.disable=1 fsck.repair=yes
** Tainted: OE (12288)
* externally-built ("out-of-tree") module was loaded
* unsigned module was loaded
** Kernel log:
Unable to read kernel log; any relevant messages should be attached
** Model information
sys_vendor: Micro-Star International Co., Ltd.
product_name: MS-7D15
product_version: 2.0
chassis_vendor: Micro-Star International Co., Ltd.
chassis_version: 2.0
bios_vendor: American Megatrends International, LLC.
bios_version: A.30
board_vendor: Micro-Star International Co., Ltd.
board_name: MAG B560 TORPEDO (MS-7D15)
board_version: 2.0
** Loaded modules:
rfcomm
xt_conntrack
nft_chain_nat
xt_MASQUERADE
nf_nat
nf_conntrack_netlink
nf_conntrack
nf_defrag_ipv6
nf_defrag_ipv4
xfrm_user
xfrm_algo
nft_counter
xt_addrtype
nft_compat
nf_tables
libcrc32c
nfnetlink
br_netfilter
bridge
stp
llc
vboxnetadp(OE)
vboxnetflt(OE)
vboxdrv(OE)
cmac
algif_hash
intel_rapl_msr
algif_skcipher
intel_rapl_common
af_alg
overlay
bnep
nfc
snd_hda_codec_hdmi
x86_pkg_temp_thermal
intel_powerclamp
coretemp
snd_hda_codec_realtek
snd_hda_codec_generic
btusb
btrtl
btbcm
kvm_intel
btintel
snd_sof_pci_intel_tgl
bluetooth
snd_sof_intel_hda_common
kvm
soundwire_intel
soundwire_generic_allocation
soundwire_cadence
snd_sof_intel_hda
snd_sof_pci
snd_sof_xtensa_dsp
snd_sof
snd_soc_hdac_hda
irqbypass
snd_hda_ext_core
snd_soc_acpi_intel_match
snd_soc_acpi
ghash_clmulni_intel
snd_soc_core
jitterentropy_rng
snd_compress
sha512_ssse3
sha512_generic
soundwire_bus
ledtrig_audio
ctr
snd_hda_intel
binfmt_misc
snd_intel_dspcfg
aesni_intel
drbg
snd_intel_sdw_acpi
snd_hda_codec
ansi_cprng
ecdh_generic
snd_hda_core
crypto_simd
rfkill
sg
cryptd
snd_hwdep
joydev
ecc
snd_pcm
intel_cstate
iTCO_wdt
intel_pmc_bxt
snd_timer
iTCO_vendor_support
intel_uncore
snd
efi_pstore
wmi_bmof
soundcore
watchdog
ee1004
pcspkr
intel_pmc_core
evdev
acpi_pad
acpi_tad
parport_pc
ppdev
lp
parport
fuse
configfs
efivarfs
ip_tables
x_tables
autofs4
ext4
crc16
mbcache
jbd2
crc32c_generic
sd_mod
hid_generic
uas
usbhid
usb_storage
hid
i915
i2c_algo_bit
ttm
drm_kms_helper
xhci_pci
nvme
cec
ahci
xhci_hcd
r8169
nvme_core
libahci
rc_core
realtek
t10_pi
mdio_devres
e1000e
libata
mxm_wmi
crc_t10dif
crc32_pclmul
crct10dif_generic
drm
usbcore
ptp
crc32c_intel
scsi_mod
libphy
i2c_i801
crct10dif_pclmul
pps_core
i2c_smbus
usb_common
scsi_common
crct10dif_common
fan
wmi
video
button
** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:4c43] (rev 01)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7d15]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0
Region 3: Memory at <ignored> (32-bit, non-prefetchable)
Expansion ROM at <ignored>
Kernel driver in use: icl_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:4c8a]
(rev 04) (prog-if 00 [VGA controller])
DeviceName: Onboard - Video
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7d15]
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 122
Region 0: Memory at 91000000 (64-bit, non-prefetchable) [size=16M]
Region 2: Memory at a0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at 4000 [size=64]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915
00:06.0 PCI bridge [0604]: Intel Corporation Device [8086:4c09] (rev 01)
(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 120
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: [disabled]
Memory behind bridge: 92200000-922fffff [size=1M]
Prefetchable memory behind bridge: [disabled]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:08.0 System peripheral [0880]: Intel Corporation Device [8086:4c11] (rev 01)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7d15]
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 255
Region 0: Memory at 9233f000 (64-bit, non-prefetchable) [disabled]
[size=4K]
Capabilities: <access denied>
00:14.0 USB controller [0c03]: Intel Corporation Device [8086:43ed] (rev 11)
(prog-if 30 [XHCI])
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7d15]
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 92320000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:14.2 RAM memory [0500]: Intel Corporation Device [8086:43ef] (rev 11)
DeviceName: Onboard - Other
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-
Region 0: Memory at 92334000 (64-bit, non-prefetchable) [disabled]
[size=16K]
Region 2: Memory at 9233e000 (64-bit, non-prefetchable) [disabled]
[size=4K]
Capabilities: <access denied>
00:16.0 Communication controller [0780]: Intel Corporation Device [8086:43e0]
(rev 11)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7d15]
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 255
Region 0: Memory at 9233d000 (64-bit, non-prefetchable) [disabled]
[size=4K]
Capabilities: <access denied>
Kernel modules: mei_me
00:17.0 SATA controller [0106]: Intel Corporation Device [8086:43d2] (rev 11)
(prog-if 01 [AHCI 1.0])
DeviceName: Onboard - SATA
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7d15]
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 123
Region 0: Memory at 92338000 (32-bit, non-prefetchable) [size=8K]
Region 1: Memory at 9233c000 (32-bit, non-prefetchable) [size=256]
Region 2: I/O ports at 4090 [size=8]
Region 3: I/O ports at 4080 [size=4]
Region 4: I/O ports at 4060 [size=32]
Region 5: Memory at 9233b000 (32-bit, non-prefetchable) [size=2K]
Capabilities: <access denied>
Kernel driver in use: ahci
Kernel modules: ahci
00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:43bd] (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 B routed to IRQ 121
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00003000-00003fff [size=4K]
Memory behind bridge: 92100000-921fffff [size=1M]
Prefetchable memory behind bridge: [disabled]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:4387] (rev 11)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7d15]
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:1f.3 Audio device [0403]: Intel Corporation Device [8086:43c8] (rev 11)
DeviceName: Onboard - Sound
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:ed15]
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: 32, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 139
Region 0: Memory at 92330000 (64-bit, non-prefetchable) [size=16K]
Region 4: Memory at 92000000 (64-bit, non-prefetchable) [size=1M]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_sof_pci_intel_tgl
00:1f.4 SMBus [0c05]: Intel Corporation Device [8086:43a3] (rev 11)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7d15]
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 16
Region 0: Memory at 9233a000 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at efa0 [size=32]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device [8086:43a4] (rev
11)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7d15]
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-
Region 0: Memory at 90800000 (32-bit, non-prefetchable) [size=4K]
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (10)
I219-V [8086:0d4f] (rev 11)
DeviceName: Onboard - Ethernet
Subsystem: Micro-Star International Co., Ltd. [MSI] Ethernet Connection
(10) I219-V [1462:7d15]
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 16
Region 0: Memory at 92300000 (32-bit, non-prefetchable) [size=128K]
Capabilities: <access denied>
Kernel modules: e1000e
01:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd
Device [144d:a809] (prog-if 02 [NVM Express])
Subsystem: Samsung Electronics Co Ltd Device [144d:a801]
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
NUMA node: 0
Region 0: Memory at 92200000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: nvme
Kernel modules: nvme
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8125
2.5GbE Controller [10ec:8125] (rev 05)
Subsystem: Micro-Star International Co., Ltd. [MSI] RTL8125 2.5GbE
Controller [1462:7d15]
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 17
Region 0: I/O ports at 3000 [size=256]
Region 2: Memory at 92100000 (64-bit, non-prefetchable) [size=64K]
Region 4: Memory at 92110000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169
** USB devices:
Bus 002 Device 003: ID 0424:5734 Microchip Technology, Inc. (formerly SMSC)
USB5734
Bus 002 Device 002: ID 174c:3074 ASMedia Technology Inc. ASM1074 SuperSpeed hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 009: ID 0424:274c Microchip Technology, Inc. (formerly SMSC) Hub
Controller
Bus 001 Device 008: ID 413c:2113 Dell Computer Corp. KB216 Wired Keyboard
Bus 001 Device 007: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
Bus 001 Device 004: ID 0424:2734 Microchip Technology, Inc. (formerly SMSC)
USB2734
Bus 001 Device 002: ID 174c:2074 ASMedia Technology Inc. ASM1074 High-Speed hub
Bus 001 Device 006: ID 1462:7d15 Micro Star International MYSTIC LIGHT
Bus 001 Device 005: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle
(HCI mode)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-- System Information:
Debian Release: 11.3
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'stable'), (100, 'bullseye-fasttrack')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.16.0-0.bpo.4-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=lt_LT.UTF-8, LC_CTYPE=lt_LT.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8), LANGUAGE=en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages linux-image-5.16.0-0.bpo.4-amd64 depends on:
ii initramfs-tools [linux-initramfs-tool] 0.140
ii kmod 28-1
ii linux-base 4.6
Versions of packages linux-image-5.16.0-0.bpo.4-amd64 recommends:
ii apparmor 2.13.6-10
ii firmware-linux-free 20200122-1
Versions of packages linux-image-5.16.0-0.bpo.4-amd64 suggests:
pn debian-kernel-handbook <none>
ii grub-efi-amd64 2.04-20
pn linux-doc-5.16 <none>
Versions of packages linux-image-5.16.0-0.bpo.4-amd64 is related to:
ii firmware-amd-graphics 20210818-1
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>
ii firmware-linux-nonfree 20210818-1
ii firmware-misc-nonfree 20210818-1
pn firmware-myricom <none>
pn firmware-netxen <none>
pn firmware-qlogic <none>
ii firmware-realtek 20210315-3
pn firmware-samsung <none>
pn firmware-siano <none>
pn firmware-ti-connectivity <none>
pn xen-hypervisor <none>
-- no debconf information
--- End Message ---