Package: src:linux Version: 6.11.10-1 Severity: important Dear Maintainer,
* What led up to the situation? Inserting usb thumb drive expecting hotplugging. Hotplugging usb thumb drives has long led to segfaults in multiple cores. This has been happening over multiple kernel versions for perhaps 6 months or more. The system *seems* to recover, but has now broken on one particular drive (checked as good on another linux box). This drive worked yesterday on the same kernel. I have reported the segfault problem before with no response. --------- Example of segfaults from this session -------------------- 7841.217929] w[22749]: segfault at 4c ip 0000563db92fe0ce sp 00007ffc8f6afa70 error 4 in w[30ce,563db92fd000+3000] likely on CPU 7 (core 3, socket 0) [ 7841.217945] Code: 0f be c3 48 8b 12 f6 44 42 01 40 74 7f 80 fb 20 74 7a 0f be fb 48 83 c5 01 e8 3e f1 ff ff 49 39 ee 0f 84 85 00 00 00 45 89 e7 <0f> b6 5d 00 84 db 75 ba 45 85 ff 75 65 48 8b 35 46 3f 00 00 bf 2d [ 7841.476679] w[23321]: segfault at 4c ip 000055ad040d40ce sp 00007fffb5228840 error 4 in w[30ce,55ad040d3000+3000] likely on CPU 6 (core 2, socket 0) [ 7841.476690] Code: 0f be c3 48 8b 12 f6 44 42 01 40 74 7f 80 fb 20 74 7a 0f be fb 48 83 c5 01 e8 3e f1 ff ff 49 39 ee 0f 84 85 00 00 00 45 89 e7 <0f> b6 5d 00 84 db 75 ba 45 85 ff 75 65 48 8b 35 46 3f 00 00 bf 2d --------------------------------------------------- The hotlugging now just hangs and the kernel oops. Note that I tried #echo 500000 > /sys/module/usbcore/parameters/initial_descriptor_timeout To see whether this might help. This was the setting when I took the dmesg output. Extract from dmesg: ================================================================================= 7841.217929] w[22749]: segfault at 4c ip 0000563db92fe0ce sp 00007ffc8f6afa70 error 4 in w[30ce,563db92fd000+3000] likely on CPU 7 (core 3, socket 0) [ 7841.217945] Code: 0f be c3 48 8b 12 f6 44 42 01 40 74 7f 80 fb 20 74 7a 0f be fb 48 83 c5 01 e8 3e f1 ff ff 49 39 ee 0f 84 85 00 00 00 45 89 e7 <0f> b6 5d 00 84 db 75 ba 45 85 ff 75 65 48 8b 35 46 3f 00 00 bf 2d [ 7841.476679] w[23321]: segfault at 4c ip 000055ad040d40ce sp 00007fffb5228840 error 4 in w[30ce,55ad040d3000+3000] likely on CPU 6 (core 2, socket 0) [ 7841.476690] Code: 0f be c3 48 8b 12 f6 44 42 01 40 74 7f 80 fb 20 74 7a 0f be fb 48 83 c5 01 e8 3e f1 ff ff 49 39 ee 0f 84 85 00 00 00 45 89 e7 <0f> b6 5d 00 84 db 75 ba 45 85 ff 75 65 48 8b 35 46 3f 00 00 bf 2d ...[snip].. [ 8225.740410] usb 3-2: reset high-speed USB device number 19 using xhci_hcd [ 8338.728036] INFO: task kworker/5:0:16433 blocked for more than 120 seconds. [ 8338.728042] Not tainted 6.11.10-amd64 #1 Debian 6.11.10-1 [ 8338.728044] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 8338.728045] task:kworker/5:0 state:D stack:0 pid:16433 tgid:16433 ppid:2 flags:0x00004000 [ 8338.728051] Workqueue: events_freezable_pwr_efficient disk_events_workfn [ 8338.728058] Call Trace: [ 8338.728059] <TASK> [ 8338.728063] __schedule+0x3ec/0xb00 [ 8338.728070] schedule+0x27/0xf0 [ 8338.728072] io_schedule+0x46/0x70 [ 8338.728075] blk_mq_get_tag+0x165/0x2a0 [ 8338.728081] ? __pfx_autoremove_wake_function+0x10/0x10 [ 8338.728086] __blk_mq_alloc_requests+0x1b1/0x500 [ 8338.728090] blk_mq_alloc_request+0x240/0x2c0 [ 8338.728095] scsi_execute_cmd+0x78/0x490 [scsi_mod] [ 8338.728121] scsi_test_unit_ready+0x75/0x100 [scsi_mod] [ 8338.728136] sd_check_events+0xfc/0x1a0 [sd_mod] [ 8338.728142] disk_check_events+0x3a/0x100 [ 8338.728144] ? psi_avgs_work+0xc9/0xd0 [ 8338.728148] process_one_work+0x177/0x330 [ 8338.728152] worker_thread+0x252/0x390 [ 8338.728155] ? __pfx_worker_thread+0x10/0x10 [ 8338.728158] kthread+0xd2/0x100 [ 8338.728162] ? __pfx_kthread+0x10/0x10 [ 8338.728165] ret_from_fork+0x34/0x50 [ 8338.728168] ? __pfx_kthread+0x10/0x10 [ 8338.728172] ret_from_fork_asm+0x1a/0x30 [ 8338.728176] </TASK> [ 8338.728181] INFO: task (udev-worker):23791 blocked for more than 120 seconds. [ 8338.728183] Not tainted 6.11.10-amd64 #1 Debian 6.11.10-1 [ 8338.728184] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 8338.728185] task:(udev-worker) state:D stack:0 pid:23791 tgid:23791 ppid:393 flags:0x00000002 [ 8338.728188] Call Trace: [ 8338.728189] <TASK> [ 8338.728191] __schedule+0x3ec/0xb00 [ 8338.728194] schedule+0x27/0xf0 [ 8338.728196] io_schedule+0x46/0x70 [ 8338.728199] blk_mq_get_tag+0x165/0x2a0 [ 8338.728202] ? __pfx_autoremove_wake_function+0x10/0x10 [ 8338.728207] __blk_mq_alloc_requests+0x1b1/0x500 [ 8338.728210] blk_mq_submit_bio+0x235/0x730 [ 8338.728214] __submit_bio+0x97/0x200 [ 8338.728218] submit_bio_noacct_nocheck+0x306/0x3e0 [ 8338.728222] mpage_readahead+0xe5/0x120 [ 8338.728228] ? __pfx_blkdev_get_block+0x10/0x10 [ 8338.728232] read_pages+0x6a/0x230 [ 8338.728237] page_cache_ra_unbounded+0x105/0x180 [ 8338.728242] force_page_cache_ra+0x93/0xb0 [ 8338.728245] filemap_get_pages+0xfd/0x640 [ 8338.728249] ? __memcg_slab_free_hook+0xf7/0x140 [ 8338.728254] filemap_read+0xf3/0x370 [ 8338.728257] ? __ptep_modify_prot_commit+0x1d/0x30 [ 8338.728264] blkdev_read_iter+0x6b/0x130 [ 8338.728268] vfs_read+0x2a4/0x370 [ 8338.728273] ksys_read+0x6d/0xf0 [ 8338.728277] do_syscall_64+0x82/0x190 [ 8338.728281] ? mas_wr_store_entry+0x10a/0x3a0 [ 8338.728287] ? mas_store_prealloc+0x56/0xd0 [ 8338.728291] ? vma_set_page_prot+0x62/0xc0 [ 8338.728295] ? mmap_region+0x834/0xa20 [ 8338.728300] ? vm_mmap_pgoff+0x131/0x1c0 [ 8338.728305] ? syscall_exit_to_user_mode+0x4d/0x210 [ 8338.728308] ? do_syscall_64+0x8e/0x190 [ 8338.728311] ? syscall_exit_to_user_mode+0x4d/0x210 [ 8338.728313] ? do_syscall_64+0x8e/0x190 [ 8338.728315] ? vm_mmap_pgoff+0x131/0x1c0 [ 8338.728319] ? syscall_exit_to_user_mode+0x4d/0x210 [ 8338.728322] ? do_syscall_64+0x8e/0x190 [ 8338.728324] ? exc_page_fault+0x7e/0x180 [ 8338.728326] entry_SYSCALL_64_after_hwframe+0x76/0x7e [ 8338.728332] RIP: 0033:0x7f9613e5645d [ 8338.728357] RSP: 002b:00007fff01533fe8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000 [ 8338.728360] RAX: ffffffffffffffda RBX: 0000000000000200 RCX: 00007f9613e5645d [ 8338.728362] RDX: 0000000000000200 RSI: 00007f9614009000 RDI: 0000000000000014 [ 8338.728363] RBP: 0000000073543e00 R08: 00000000ffffffff R09: 0000000000000000 [ 8338.728365] R10: 000055abb7784890 R11: 0000000000000246 R12: 000055abb77b1960 [ 8338.728366] R13: 0000000000000000 R14: 000055abb77b19c0 R15: 000055abb77848a8 [ 8338.728370] </TASK> =========================================================================== -- Package-specific info: ** Version: Linux version 6.11.10-amd64 (debian-kernel@lists.debian.org) (x86_64-linux-gnu-gcc-14 (Debian 14.2.0-8) 14.2.0, GNU ld (GNU Binutils for Debian) 2.43.1) #1 SMP PREEMPT_DYNAMIC Debian 6.11.10-1 (2024-11-23) ** Command line: BOOT_IMAGE=/boot/vmlinuz-6.11.10-amd64 root=UUID=5b8060f7-f126-4534-a051-db5d205bd315 ro elevator=deadline ** Not tainted ** Kernel log: Unable to read kernel log; any relevant messages should be attached ** Model information sys_vendor: Notebook product_name: W54_55SU1,SUW product_version: Not Applicable chassis_vendor: Notebook chassis_version: N/A bios_vendor: American Megatrends Inc. bios_version: 4.6.5 board_vendor: Notebook board_name: W54_55SU1,SUW board_version: Not Applicable ** Loaded modules: f2fs crc32_generic lz4hc_compress lz4_compress essiv authenc crypto_null dm_crypt dm_mod uas usb_storage snd_hda_intel snd_intel_dspcfg tls mptcp_diag xsk_diag tcp_diag udp_diag raw_diag inet_diag unix_diag af_packet_diag netlink_diag nf_tables libcrc32c qrtr tun uinput binfmt_misc btusb btrtl btintel btbcm btmtk bluetooth pktcdvd intel_rapl_msr intel_rapl_common x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel snd_hda_codec_hdmi kvm cpufreq_ondemand i915 iwlmvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 mac80211 snd_hda_codec_realtek snd_hda_codec_generic drm_buddy aesni_intel snd_hda_scodec_component drm_display_helper libarc4 gf128mul crypto_simd cryptd iTCO_wdt rtsx_pci_sdmmc intel_pmc_bxt cec rapl xhci_pci iwlwifi iTCO_vendor_support snd_intel_sdw_acpi mmc_core mei_hdcp mei_pxp snd_hda_codec at24 watchdog rc_core ehci_pci intel_cstate xhci_hcd snd_hda_core r8169 ttm ehci_hcd snd_hwdep cfg80211 intel_uncore drm_kms_helper pcspkr snd_pcm realtek sr_mod usbcore mdio_devres snd_timer libphy cdrom i2c_algo_bit mei_me snd video battery ac rtsx_pci i2c_i801 mei wmi button sg i2c_smbus soundcore rfkill usb_common lpc_ich joydev nfsd auth_rpcgss nfs_acl lockd grace sunrpc drm msr parport_pc ppdev lp parport efi_pstore configfs nfnetlink ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic sd_mod ahci libahci libata scsi_mod psmouse evdev crc32c_intel serio_raw scsi_common ** PCI devices: 00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller [8086:0c04] (rev 06) Subsystem: CLEVO/KAPOK Computer Device [1558:5455] 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 Capabilities: <access denied> Kernel modules: ie31200_edac 00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06) (prog-if 00 [VGA controller]) Subsystem: CLEVO/KAPOK Computer Device [1558:5455] 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 34 Region 0: Memory at f7800000 (64-bit, non-prefetchable) [size=4M] Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M] Region 4: I/O ports at f000 [size=64] Expansion ROM at 000c0000 [virtual] [disabled] [size=128K] Capabilities: <access denied> Kernel driver in use: i915 Kernel modules: i915 00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06) Subsystem: CLEVO/KAPOK Computer Device [1558:5455] 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 33 Region 0: Memory at f7e14000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel 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: CLEVO/KAPOK Computer Device [1558:5455] 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 31 Region 0: Memory at f7e00000 (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: CLEVO/KAPOK Computer Device [1558:5455] 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 29 Region 0: Memory at f7e1e000 (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: CLEVO/KAPOK Computer Device [1558:5455] 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 0: Memory at f7e1c000 (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: CLEVO/KAPOK Computer Device [1558:5455] 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 f7e10000 (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]) Subsystem: CLEVO/KAPOK Computer Device [1558:5455] 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 24 Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: 2000-2fff [size=4K] [16-bit] Memory behind bridge: df200000-df3fffff [size=2M] [32-bit] Prefetchable memory behind bridge: df400000-df5fffff [size=2M] [32-bit] 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]) Subsystem: CLEVO/KAPOK Computer Device [1558:5455] 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 25 Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: [disabled] [16-bit] Memory behind bridge: f7d00000-f7dfffff [size=1M] [32-bit] Prefetchable memory behind bridge: [disabled] [64-bit] 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.3 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 [8086:8c16] (rev d5) (prog-if 00 [Normal decode]) Subsystem: CLEVO/KAPOK Computer Device [1558:5455] 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 26 Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 I/O behind bridge: e000-efff [size=4K] [16-bit] Memory behind bridge: f7c00000-f7cfffff [size=1M] [32-bit] Prefetchable memory behind bridge: [disabled] [64-bit] 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: CLEVO/KAPOK Computer Device [1558:5455] 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 f7e1b000 (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 HM86 Express LPC Controller [8086:8c49] (rev 05) Subsystem: CLEVO/KAPOK Computer Device [1558:5455] 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 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:8c03] (rev 05) (prog-if 01 [AHCI 1.0]) Subsystem: CLEVO/KAPOK Computer Device [1558:5455] 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 27 Region 0: I/O ports at f0b0 [size=8] Region 1: I/O ports at f0a0 [size=4] 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 f7e1a000 (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: CLEVO/KAPOK Computer Device [1558:5455] 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 f7e19000 (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 02:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 73) Subsystem: Intel Corporation Wireless-N 7260 [Wilkins Peak 2] [8086:4062] 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 Region 0: Memory at f7d00000 (64-bit, non-prefetchable) [size=8K] Capabilities: <access denied> Kernel driver in use: iwlwifi Kernel modules: iwlwifi 03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411B PCI Express Card Reader [10ec:5287] (rev 01) Subsystem: CLEVO/KAPOK Computer Device [1558:5455] 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 f7c15000 (32-bit, non-prefetchable) [size=4K] Expansion ROM at f7c00000 [disabled] [size=64K] Capabilities: <access denied> Kernel driver in use: rtsx_pci Kernel modules: rtsx_pci 03:00.1 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 12) Subsystem: CLEVO/KAPOK Computer Device [1558:5455] 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 19 Region 0: I/O ports at e000 [size=256] Region 2: Memory at f7c14000 (64-bit, non-prefetchable) [size=4K] Region 4: Memory at f7c10000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: r8169 Kernel modules: r8169 ** USB devices: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 002: ID 8087:07dc Intel Corp. Bluetooth wireless interface Bus 003 Device 018: ID 0951:1666 Kingston Technology DataTraveler 100 G3/G4/SE9 G2/50 Kyson Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub -- System Information: Debian Release: trixie/sid APT prefers testing-debug APT policy: (500, 'testing-debug'), (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.11.10-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) Versions of packages linux-image-6.11.10-amd64 depends on: ii initramfs-tools [linux-initramfs-tool] 0.145 ii kmod 33+20240816-2 ii linux-base 4.10.1 Versions of packages linux-image-6.11.10-amd64 recommends: pn apparmor <none> Versions of packages linux-image-6.11.10-amd64 suggests: ii debian-kernel-handbook 1.0.21 ii firmware-linux-free 20240610-1 ii grub-pc 2.12-5 pn linux-doc-6.11 <none> Versions of packages linux-image-6.11.10-amd64 is related to: ii firmware-amd-graphics 20240909-2 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 20240909-2 pn firmware-libertas <none> ii firmware-linux-nonfree 20240909-2 ii firmware-misc-nonfree 20240909-2 pn firmware-myricom <none> pn firmware-netxen <none> pn firmware-qlogic <none> ii firmware-realtek 20240909-2 pn firmware-samsung <none> pn firmware-siano <none> pn firmware-ti-connectivity <none> pn xen-hypervisor <none> -- no debconf information