Package: src:linux
Version: 5.18.2-1
Severity: normal

Dear Maintainer,

that is card reader itself is being seen by the system:

lsusb -d 05e3:0722
Bus 001 Device 004: ID 05e3:0722 Genesys Logic, Inc. SD/MMC card reader

but it doesn't see the card:

dmesg -T | grep sdc
[Thu Jun  9 15:30:09 2022] sd 7:0:0:0: [sdc] Media removed, stopped polling
[Thu Jun  9 15:30:09 2022] sd 7:0:0:0: [sdc] Attached SCSI removable disk

mount /dev/sdc /mnt/sdcard
mount: /mnt/sdcard: no medium found on /dev/sdc.

I have explored the driver:

modinfo usb-storage | grep -i v05e3p0722

and it looks like there is no support for this device (no output from command
above), but I am not sure it is the case. In any case the system doesn't react
nighter on inserting or removing the card. I have recompiled this module where
supported device 05e3:0723 was replaced by 05e3:0722 without any changes in
system behaviour, though I understand it is not the right method. I have checked
this card on another system (notebook) and it works properly.

Here is additional information that may help:

udevadm info /dev/bus/usb/001/004

P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
M: 1-1.4
R: 4
U: usb
T: usb_device
D: c 189:3
N: bus/usb/001/004
L: 0
V: usb
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
E: DEVNAME=/dev/bus/usb/001/004
E: DEVTYPE=usb_device
E: DRIVER=usb
E: PRODUCT=5e3/722/9843
E: TYPE=0/0/0
E: BUSNUM=001
E: DEVNUM=004
E: MAJOR=189
E: MINOR=3
E: SUBSYSTEM=usb
E: USEC_INITIALIZED=2168312
E: ID_VENDOR=Generic
E: ID_VENDOR_ENC=Generic
E: ID_VENDOR_ID=05e3
E: ID_MODEL=USB_Storage
E: ID_MODEL_ENC=USB\x20Storage
E: ID_MODEL_ID=0722
E: ID_REVISION=9843
E: ID_SERIAL=Generic_USB_Storage_000000009843
E: ID_SERIAL_SHORT=000000009843
E: ID_BUS=usb
E: ID_USB_INTERFACES=:080650:
E: ID_VENDOR_FROM_DATABASE=Genesys Logic, Inc.
E: ID_MODEL_FROM_DATABASE=SD/MMC card reader
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.4
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_4
E: ID_FOR_SEAT=usb-pci-0000_00_1a_0-usb-0_1_4
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:


udevadm info /dev/sdc

P: 
/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdc
M: sdc
U: block
T: disk
D: b 8:32
N: sdc
L: 0
S: disk/by-path/pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:0
S: disk/by-diskseq/16
S: disk/by-id/usb-Generic_STORAGE_DEVICE_000000009843-0:0
Q: 16
E: 
DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdc
E: DEVNAME=/dev/sdc
E: DEVTYPE=disk
E: DISKSEQ=16
E: MAJOR=8
E: MINOR=32
E: SUBSYSTEM=block
E: USEC_INITIALIZED=3242303
E: ID_VENDOR=Generic
E: ID_VENDOR_ENC=Generic\x20
E: ID_VENDOR_ID=05e3
E: ID_MODEL=STORAGE_DEVICE
E: ID_MODEL_ENC=STORAGE\x20DEVICE\x20\x20
E: ID_MODEL_ID=0722
E: ID_REVISION=9843
E: ID_SERIAL=Generic_STORAGE_DEVICE_000000009843-0:0
E: ID_SERIAL_SHORT=000000009843
E: ID_TYPE=disk
E: ID_INSTANCE=0:0
E: ID_BUS=usb
E: ID_USB_INTERFACES=:080650:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usb-storage
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_4_1_0-scsi-0_0_0_0
E: UDISKS_PRESENTATION_NOPOLICY=0
E: DEVLINKS=/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:0
/dev/disk/by-diskseq/16
/dev/disk/by-id/usb-Generic_STORAGE_DEVICE_000000009843-0:0
E: TAGS=:systemd:
E: CURRENT_TAGS=:systemd:

lsusb -D /dev/bus/usb/001/004

Device: ID 05e3:0722 Genesys Logic, Inc. SD/MMC card reader
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x05e3 Genesys Logic, Inc.
  idProduct          0x0722 SD/MMC card reader
  bcdDevice           98.43
  iManufacturer           3 Generic
  iProduct                4 USB Storage
  iSerial                 2 000000009843
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0020
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk-Only
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

-- Package-specific info:
** Version:
Linux version 5.18.0-1-amd64 (debian-ker...@lists.debian.org) (gcc-11
(Debian 11.3.0-3) 11.3.0, GNU ld (GNU Binutils for Debian) 2.38) #1
SMP PREEMPT_DYNAMIC Debian 5.18.2-1 (2022-06-06)

** Command line:
BOOT_IMAGE=/vmlinuz-5.18.0-1-amd64 root=/dev/mapper/sys-apex ro ipv6.disable=1

** Tainted: POE (12289)
 * proprietary module was loaded
 * externally-built ("out-of-tree") module was loaded
 * unsigned module was loaded

** Kernel log:
[   18.266366] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[   18.266369] intel_rapl_common: RAPL package-0 domain dram locked by BIOS
[   18.515487] videodev: Linux video capture interface: v2.00
[   18.738236] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[   18.906937] usb 2-2: set resolution quirk: cval->res = 384
[   18.907730] usbcore: registered new interface driver snd-usb-audio
[   18.907774] usb 2-2: Found UVC 1.00 device <unnamed> (046d:0825)
[   18.948369] input: UVC Camera (046d:0825) as
/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/input/input19
[   18.948582] usbcore: registered new interface driver uvcvideo
[   19.574697] Bluetooth: Core ver 2.22
[   19.574733] NET: Registered PF_BLUETOOTH protocol family
[   19.574735] Bluetooth: HCI device and connection manager initialized
[   19.574739] Bluetooth: HCI socket layer initialized
[   19.574741] Bluetooth: L2CAP socket layer initialized
[   19.574746] Bluetooth: SCO socket layer initialized
[   19.699514] usbcore: registered new interface driver btusb
[   23.265229] usb 2-2: reset high-speed USB device number 3 using xhci_hcd
[   24.350008] audit: type=1400 audit(1654788632.192:2):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="nvidia_modprobe" pid=1123 comm="apparmor_parser"
[   24.350020] audit: type=1400 audit(1654788632.192:3):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="nvidia_modprobe//kmod" pid=1123 comm="apparmor_parser"
[   24.387812] audit: type=1400 audit(1654788632.228:4):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="lsb_release" pid=1122 comm="apparmor_parser"
[   24.481647] audit: type=1400 audit(1654788632.324:5):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="/usr/bin/man" pid=1125 comm="apparmor_parser"
[   24.481654] audit: type=1400 audit(1654788632.324:6):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="man_filter" pid=1125 comm="apparmor_parser"
[   24.481657] audit: type=1400 audit(1654788632.324:7):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="man_groff" pid=1125 comm="apparmor_parser"
[   24.498922] audit: type=1400 audit(1654788632.340:8):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="system_tor" pid=1124 comm="apparmor_parser"
[   24.501788] audit: type=1400 audit(1654788632.344:9):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="/usr/lib/x86_64-linux-gnu/lightdm/lightdm-guest-session"
pid=1121 comm="apparmor_parser"
[   24.501794] audit: type=1400 audit(1654788632.344:10):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="/usr/lib/x86_64-linux-gnu/lightdm/lightdm-guest-session//chromium"
pid=1121 comm="apparmor_parser"
[   24.502784] audit: type=1400 audit(1654788632.344:11):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="tcpdump" pid=1126 comm="apparmor_parser"
[   26.334401] r8169 0000:03:00.0: firmware: direct-loading firmware
rtl_nic/rtl8168g-2.fw
[   26.360997] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY
driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[   26.525087] r8169 0000:03:00.0 eth0: Link is Down
[   27.520554] bridge: filtering via arp/ip/ip6tables is no longer
available by default. Update your scripts to load br_netfilter if you
need this.
[   27.523881] br0: port 1(eth0) entered blocking state
[   27.523887] br0: port 1(eth0) entered disabled state
[   27.523967] device eth0 entered promiscuous mode
[   27.842029] tun: Universal TUN/TAP device driver, 1.6
[   27.845623] br0: port 2(tap0) entered blocking state
[   27.845629] br0: port 2(tap0) entered disabled state
[   27.845684] device tap0 entered promiscuous mode
[   28.167475] r8169 0000:03:00.0 eth0: Link is Up - 100Mbps/Full -
flow control rx/tx
[   29.036579] br0: port 1(eth0) entered blocking state
[   29.036595] br0: port 1(eth0) entered forwarding state
[   32.466023] resource sanity check: requesting [mem
0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem
0x000d0000-0x000dffff window]
[   32.466028] caller _nv000720rm+0x1ad/0x200 [nvidia] mapping multiple BARs
[   38.402631] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   38.402635] Bluetooth: BNEP filters: protocol multicast
[   38.402639] Bluetooth: BNEP socket layer initialized
[   38.580639] NET: Registered PF_ALG protocol family
[   39.205575] vboxdrv: Found 4 processor cores
[   39.225225] vboxdrv: TSC mode is Invariant, tentative frequency 3092837053 Hz
[   39.225228] vboxdrv: Successfully loaded version 6.1.34_Debian
r150636 (interface 0x00320000)
[   39.411600] VBoxNetFlt: Successfully started.
[   39.568484] VBoxNetAdp: Successfully started.
[   50.189923] NET: Registered PF_QIPCRTR protocol family
[   50.469369] systemd-journald[411]: Time jumped backwards, rotating.
[   64.297327] usb 2-2: reset high-speed USB device number 3 using xhci_hcd
[   71.047572] Bluetooth: RFCOMM TTY layer initialized
[   71.047582] Bluetooth: RFCOMM socket layer initialized
[   71.047590] Bluetooth: RFCOMM ver 1.11
[   95.155384] FAT-fs (sdb1): Volume was not properly unmounted. Some
data may be corrupt. Please run fsck.
[  176.833571] usb 2-2: reset high-speed USB device number 3 using xhci_hcd
[  188.189494] usb 2-2: reset high-speed USB device number 3 using xhci_hcd
[  201.894628] input: EDIFIER W800BT Plus (AVRCP) as
/devices/virtual/input/input20
[  506.943972] FAT-fs (sdb1): Volume was not properly unmounted. Some
data may be corrupt. Please run fsck.
[  631.830777] FAT-fs (sdb1): Volume was not properly unmounted. Some
data may be corrupt. Please run fsck.
[ 2818.221300] FAT-fs (sdb1): Volume was not properly unmounted. Some
data may be corrupt. Please run fsck.
[ 8565.432174] perf: interrupt took too long (2507 > 2500), lowering
kernel.perf_event_max_sample_rate to 79750
[10017.527894] FAT-fs (sdb1): Volume was not properly unmounted. Some
data may be corrupt. Please run fsck.
[10022.766877] ata1.00: exception Emask 0x0 SAct 0x80030008 SErr 0x0 action 0x6
[10022.766883] ata1.00: irq_stat 0x40000008
[10022.766887] ata1.00: failed command: READ FPDMA QUEUED
[10022.766888] ata1.00: cmd 60/00:80:00:8a:b9/02:00:06:00:00/40 tag 16
ncq dma 262144 in
                        res 41/84:00:1c:8b:b9/00:02:06:00:00/00 Emask
0x410 (ATA bus error) <F>
[10022.766893] ata1.00: status: { DRDY ERR }
[10022.766895] ata1.00: error: { ICRC ABRT }
[10022.766898] ata1: hard resetting link
[10023.081224] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[10023.157499] ata1.00: configured for UDMA/100
[10023.157522] sd 0:0:0:0: [sda] tag#16 FAILED Result: hostbyte=DID_OK
driverbyte=DRIVER_OK cmd_age=0s
[10023.157525] sd 0:0:0:0: [sda] tag#16 Sense Key : Aborted Command [current]
[10023.157527] sd 0:0:0:0: [sda] tag#16 Add. Sense: Scsi parity error
[10023.157529] sd 0:0:0:0: [sda] tag#16 CDB: Read(10) 28 00 06 b9 8a
00 00 02 00 00
[10023.157530] I/O error, dev sda, sector 112822784 op 0x0:(READ)
flags 0x80700 phys_seg 27 prio class 0
[10023.157548] ata1: EH complete
[10028.244806] ata1.00: exception Emask 0x0 SAct 0x8700 SErr 0x0 action 0x6
[10028.244812] ata1.00: irq_stat 0x40000008
[10028.244815] ata1.00: failed command: READ FPDMA QUEUED
[10028.244816] ata1.00: cmd 60/00:48:00:8f:d7/02:00:1b:00:00/40 tag 9
ncq dma 262144 in
                        res 41/84:00:d0:8f:d7/00:02:1b:00:00/00 Emask
0x410 (ATA bus error) <F>
[10028.244821] ata1.00: status: { DRDY ERR }
[10028.244823] ata1.00: error: { ICRC ABRT }
[10028.244827] ata1: hard resetting link
[10028.557168] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[10028.633029] ata1.00: configured for UDMA/100
[10028.633052] sd 0:0:0:0: [sda] tag#9 FAILED Result: hostbyte=DID_OK
driverbyte=DRIVER_OK cmd_age=0s
[10028.633055] sd 0:0:0:0: [sda] tag#9 Sense Key : Aborted Command [current]
[10028.633057] sd 0:0:0:0: [sda] tag#9 Add. Sense: Scsi parity error
[10028.633059] sd 0:0:0:0: [sda] tag#9 CDB: Read(10) 28 00 1b d7 8f 00
00 02 00 00
[10028.633060] I/O error, dev sda, sector 467111680 op 0x0:(READ)
flags 0x80700 phys_seg 62 prio class 0
[10028.633078] ata1: EH complete
[13385.270879] perf: interrupt took too long (3196 > 3133), lowering
kernel.perf_event_max_sample_rate to 62500

** Model information
sys_vendor: LENOVO
product_name: 10130
product_version: Lenovo H530
chassis_vendor: To Be Filled By O.E.M.
chassis_version: To Be Filled By O.E.M.
bios_vendor: LENOVO
bios_version: IEKT40AUS
board_vendor: LENOVO
board_name: 367D
board_version: 31900059 STD

** Loaded modules:
uinput
rfcomm
qrtr
vboxnetadp(OE)
vboxnetflt(OE)
cmac
vboxdrv(OE)
algif_hash
algif_skcipher
af_alg
bnep
overlay
tun
bridge
stp
llc
binfmt_misc
nls_ascii
nls_cp437
vfat
fat
btusb
btrtl
btbcm
btintel
btmtk
bluetooth
jitterentropy_rng
sha512_ssse3
sha512_generic
drbg
uvcvideo
snd_usb_audio
ansi_cprng
videobuf2_vmalloc
videobuf2_memops
ecdh_generic
videobuf2_v4l2
videobuf2_common
snd_usbmidi_lib
rfkill
videodev
snd_rawmidi
ecc
snd_seq_device
intel_rapl_msr
joydev
mc
mei_hdcp
intel_rapl_common
x86_pkg_temp_thermal
intel_powerclamp
snd_hda_codec_realtek
coretemp
snd_hda_codec_generic
kvm_intel
ledtrig_audio
kvm
snd_hda_codec_hdmi
irqbypass
snd_hda_intel
snd_intel_dspcfg
snd_intel_sdw_acpi
snd_hda_codec
rapl
intel_cstate
intel_uncore
snd_hda_core
snd_hwdep
snd_pcm_oss
snd_mixer_oss
snd_pcm
iTCO_wdt
snd_timer
snd
intel_pmc_bxt
mei_me
soundcore
iTCO_vendor_support
watchdog
at24
mei
pcspkr
serio_raw
evdev
sg
efi_pstore
nvidia_drm(POE)
drm_kms_helper
nvidia_modeset(POE)
nvidia(POE)
vhci_hcd
usbip_vudc
udc_core
usbip_host
usbip_core
loop
parport_pc
ppdev
lp
parport
drm
fuse
configfs
efivarfs
ip_tables
x_tables
autofs4
ext4
crc16
mbcache
jbd2
btrfs
blake2b_generic
xor
raid6_pq
zstd_compress
libcrc32c
crc32c_generic
dm_mod
hid_generic
usbhid
hid
crc32_pclmul
sd_mod
crc32c_intel
t10_pi
crc64_rocksoft_generic
sr_mod
crc64_rocksoft
crc_t10dif
cdrom
crct10dif_generic
crct10dif_pclmul
crc64
crct10dif_common
uas
ghash_clmulni_intel
usb_storage
ahci
libahci
libata
aesni_intel
crypto_simd
xhci_pci
cryptd
psmouse
scsi_mod
i2c_i801
i2c_smbus
xhci_hcd
scsi_common
lpc_ich
ehci_pci
ehci_hcd
r8169
realtek
video
usbcore
mdio_devres
libphy
usb_common
fan
button

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 4th Gen Core Processor
DRAM Controller [8086:0c00] (rev 06)
Subsystem: Lenovo 4th Gen Core Processor DRAM Controller [17aa:367d]
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
IOMMU group: 0
Capabilities: <access denied>
Kernel driver in use: hsw_uncore

00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v3/4th Gen
Core Processor PCI Express x16 Controller [8086:0c01] (rev 06)
(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 25
IOMMU group: 1
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 0000e000-0000efff [size=4K]
Memory behind bridge: f6000000-f70fffff [size=17M]
Prefetchable memory behind bridge: 00000000e8000000-00000000f1ffffff [size=160M]
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:14.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series
Chipset Family USB xHCI [8086:8c31] (rev 05) (prog-if 30 [XHCI])
Subsystem: Lenovo 8 Series/C220 Series Chipset Family USB xHCI [17aa:367d]
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 30
IOMMU group: 2
Region 0: Memory at f7200000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci

00:16.0 Communication controller [0780]: Intel Corporation 8
Series/C220 Series Chipset Family MEI Controller #1 [8086:8c3a] (rev
04)
Subsystem: Lenovo 8 Series/C220 Series Chipset Family MEI Controller [17aa:367d]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 31
IOMMU group: 3
Region 0: Memory at f721a000 (64-bit, non-prefetchable) [size=16]
Capabilities: <access denied>
Kernel driver in use: mei_me
Kernel modules: mei_me

00:1a.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series
Chipset Family USB EHCI #2 [8086:8c2d] (rev 05) (prog-if 20 [EHCI])
Subsystem: Lenovo 8 Series/C220 Series Chipset Family USB EHCI [17aa:367d]
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
IOMMU group: 4
Region 0: Memory at f7218000 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci

00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series
Chipset High Definition Audio Controller [8086:8c20] (rev 05)
Subsystem: Lenovo 8 Series/C220 Series Chipset High Definition Audio
Controller [17aa:367d]
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 32
IOMMU group: 5
Region 0: Memory at f7210000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series
Chipset Family PCI Express Root Port #1 [8086:8c10] (rev d5) (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 26
IOMMU group: 6
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00002000-00002fff [size=4K]
Memory behind bridge: e0000000-e01fffff [size=2M]
Prefetchable memory behind bridge: 00000000e0200000-00000000e03fffff [size=2M]
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:1c.2 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series
Chipset Family PCI Express Root Port #3 [8086:8c14] (rev d5) (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 27
IOMMU group: 7
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 0000d000-0000dfff [size=4K]
Memory behind bridge: f7100000-f71fffff [size=1M]
Prefetchable memory behind bridge: 00000000f2100000-00000000f21fffff [size=1M]
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:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series
Chipset Family USB EHCI #1 [8086:8c26] (rev 05) (prog-if 20 [EHCI])
Subsystem: Lenovo 8 Series/C220 Series Chipset Family USB EHCI [17aa:367d]
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
IOMMU group: 8
Region 0: Memory at f7217000 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci

00:1f.0 ISA bridge [0601]: Intel Corporation H81 Express LPC
Controller [8086:8c5c] (rev 05)
Subsystem: Lenovo H81 Express LPC Controller [17aa:367d]
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
IOMMU group: 9
Capabilities: <access denied>
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich

00:1f.2 SATA controller [0106]: Intel Corporation 8 Series/C220 Series
Chipset Family 6-port SATA Controller 1 [AHCI mode] [8086:8c02] (rev
05) (prog-if 01 [AHCI 1.0])
Subsystem: Lenovo 8 Series/C220 Series Chipset Family 6-port SATA
Controller 1 [AHCI mode] [17aa:367d]
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 29
IOMMU group: 9
Region 0: I/O ports at f070 [size=8]
Region 1: I/O ports at f060 [size=4]
Region 2: I/O ports at f050 [size=8]
Region 3: I/O ports at f040 [size=4]
Region 4: I/O ports at f020 [size=32]
Region 5: Memory at f7216000 (32-bit, non-prefetchable) [size=2K]
Capabilities: <access denied>
Kernel driver in use: ahci
Kernel modules: ahci

00:1f.3 SMBus [0c05]: Intel Corporation 8 Series/C220 Series Chipset
Family SMBus Controller [8086:8c22] (rev 05)
Subsystem: Lenovo 8 Series/C220 Series Chipset Family SMBus Controller
[17aa:367d]
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
IOMMU group: 9
Region 0: Memory at f7215000 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at f000 [size=32]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801

01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK208
[GeForce GT 635] [10de:1280] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Micro-Star International Co., Ltd. [MSI] GK208 [GeForce GT
635] [1462:2922]
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 33
IOMMU group: 1
Region 0: Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at e8000000 (64-bit, prefetchable) [size=128M]
Region 3: Memory at f0000000 (64-bit, prefetchable) [size=32M]
Region 5: I/O ports at e000 [size=128]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nvidia

01:00.1 Audio device [0403]: NVIDIA Corporation GK208 HDMI/DP Audio
Controller [10de:0e0f] (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] GK208 HDMI/DP
Audio Controller [1462:2922]
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
IOMMU group: 1
Region 0: Memory at f7080000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168]
(rev 0c)
Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet
Controller [17aa:367d]
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
IOMMU group: 10
Region 0: I/O ports at d000 [size=256]
Region 2: Memory at f7100000 (64-bit, non-prefetchable) [size=4K]
Region 4: Memory at f2100000 (64-bit, prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169


** USB devices:
Bus 020 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 019 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 018 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 017 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 016 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 015 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 014 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 013 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 012 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 011 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 010 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 05e3:0722 Genesys Logic, Inc. SD/MMC card reader
Bus 001 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd
Bluetooth Dongle (HCI mode)
Bus 001 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 005: ID 1c4f:0026 SiGma Micro Keyboard
Bus 002 Device 004: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
Bus 002 Device 003: ID 046d:0825 Logitech, Inc. Webcam C270
Bus 002 Device 002: ID 152d:2329 JMicron Technology Corp. / JMicron
USA Technology Corp. JM20329 SATA Bridge
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: bookworm/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'),
(1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.18.0-1-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.utf8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-5.18.0-1-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.141
ii  kmod                                    29-1+b1
ii  linux-base                              4.9

Versions of packages linux-image-5.18.0-1-amd64 recommends:
ii  apparmor             3.0.4-2
ii  firmware-linux-free  20200122-1

Versions of packages linux-image-5.18.0-1-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  extlinux                3:6.04~git20190206.bf6db5b4+dfsg1-3+b1
ii  grub-efi-amd64          2.06-2
pn  linux-doc-5.18          <none>

Versions of packages linux-image-5.18.0-1-amd64 is related to:
pn  firmware-amd-graphics     <none>
pn  firmware-atheros          <none>
pn  firmware-bnx2             <none>
pn  firmware-bnx2x            <none>
pn  firmware-brcm80211        <none>
pn  firmware-cavium           <none>
pn  firmware-intel-sound      <none>
pn  firmware-intelwimax       <none>
pn  firmware-ipw2x00          <none>
pn  firmware-ivtv             <none>
pn  firmware-iwlwifi          <none>
pn  firmware-libertas         <none>
pn  firmware-linux-nonfree    <none>
ii  firmware-misc-nonfree     20210818-1
pn  firmware-myricom          <none>
pn  firmware-netxen           <none>
pn  firmware-qlogic           <none>
ii  firmware-realtek          20210818-1
pn  firmware-samsung          <none>
pn  firmware-siano            <none>
pn  firmware-ti-connectivity  <none>
pn  xen-hypervisor            <none>

-- no debconf information

Reply via email to