Package: src:linux Version: 6.11.10-1 Severity: normal X-Debbugs-Cc: s_weigm...@freenet.de
Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these template lines *** >From cold-start / reboot, one cannot associate to a WiFi-6e (6GHz) AP, unless one already had a successful authentication to 6GHz since last boot. The driver is being claimed to dismiss the authentication request. On 5GHz and on 2.4GHz authnetication works on the same AP. The log excerpt below shows a failing association request to a 6GHz WiFi-6e AP. At this time, the WiFi NIC is already associated to the same SSID on the 5GHz band of the same AP, thus the REGDOM is DE. Please note that the REGDOM is being set to WORLD. wpa_supplicant[1523]: wlp1s0: SME: Trying to authenticate with 82:8b:0b:ea:d0:8b (SSID='<REDACTED>' freq=6375 MHz) wpa_supplicant[1523]: wlp1s0: SME: Authentication request to the driver failed wpa_supplicant[1523]: BSSID 82:8b:0b:ea:d0:8b ignore list count incremented to 2, ignoring for 10 seconds wpa_supplicant[1523]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD This behavior is reproducible after each boot. Workaround: 1. Open another shell and spam correct REGDOM settings for your region: `while true; do sudo iw reg set DE; sleep 0.1; done;` 2. Initiate association on WiFi-6e AP 3. Association to 6GHz WiFi-6e successful! 4. Kill the while loop in the other shell. Thank you for investigating! -- Seb -- 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=/vmlinuz-6.11.10-amd64 root=/dev/mapper/mars-root ro rootflags=subvol=@rootfs quiet splash amd_iommu=on ** Not tainted ** Kernel log: [ 18.854834] block nvme0n1: No UUID available providing old NGUID [ 18.900487] NET: Registered PF_QIPCRTR protocol family [ 19.449813] Bluetooth: hci0: Device setup in 2308344 usecs [ 19.449818] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported. [ 19.510106] Bluetooth: MGMT ver 1.23 [ 19.518421] NET: Registered PF_ALG protocol family [ 19.556478] Bluetooth: RFCOMM TTY layer initialized [ 19.556485] Bluetooth: RFCOMM socket layer initialized [ 19.556491] Bluetooth: RFCOMM ver 1.11 [ 22.107372] wlp1s0: authenticate with 80:ea:0b:ea:d0:8a (local address=a8:3b:76:ba:b0:19) [ 22.591302] wlp1s0: send auth to 80:ea:0b:ea:d0:8a (try 1/3) [ 22.612564] wlp1s0: authenticate with 80:ea:0b:ea:d0:8a (local address=a8:3b:76:ba:b0:19) [ 22.622913] wlp1s0: send auth to 80:ea:0b:ea:d0:8a (try 1/3) [ 22.628188] wlp1s0: authenticated [ 22.632390] wlp1s0: associate with 80:ea:0b:ea:d0:8a (try 1/3) [ 22.663085] wlp1s0: RX AssocResp from 80:ea:0b:ea:d0:8a (capab=0x511 status=0 aid=2) [ 22.692589] wlp1s0: associated [ 22.896959] wlp1s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 80:ea:0b:ea:d0:8a [ 25.255269] rfkill: input handler disabled [ 25.362498] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7 [ 31.908607] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [ 32.216703] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [ 48.749705] rfkill: input handler enabled [ 49.489694] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7 [ 49.591611] rfkill: input handler disabled [ 57.975870] warning: `wavemon' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211 [ 62.431997] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [ 70.573359] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [ 151.687120] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [ 151.999062] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [ 158.246243] wlp1s0: disconnect from AP 80:ea:0b:ea:d0:8a for new auth to 82:8b:0b:ea:d0:8b [ 158.458467] wlp1s0: authenticate with 82:8b:0b:ea:d0:8b (local address=a8:3b:76:ba:b0:19) [ 158.942494] wlp1s0: send auth to 82:8b:0b:ea:d0:8b (try 1/3) [ 159.017339] wlp1s0: authenticate with 82:8b:0b:ea:d0:8b (local address=a8:3b:76:ba:b0:19) [ 159.045428] wlp1s0: send auth to 82:8b:0b:ea:d0:8b (try 1/3) [ 159.050336] wlp1s0: authenticated [ 159.057797] wlp1s0: associate with 82:8b:0b:ea:d0:8b (try 1/3) [ 159.094319] wlp1s0: RX ReassocResp from 82:8b:0b:ea:d0:8b (capab=0x511 status=0 aid=4) [ 159.129057] wlp1s0: associated [ 276.668673] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [ 276.980140] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [ 535.988752] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [ 536.296747] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [ 692.575067] systemd-sysv-generator[38659]: SysV service '/etc/init.d/uml-utilities' lacks a native systemd unit file, automatically generating a unit file for compatibility. [ 692.575071] systemd-sysv-generator[38659]: Please update package to include a native systemd unit file. [ 692.575073] systemd-sysv-generator[38659]: ! This compatibility logic is deprecated, expect removal soon. ! [ 693.122962] systemd-sysv-generator[38822]: SysV service '/etc/init.d/uml-utilities' lacks a native systemd unit file, automatically generating a unit file for compatibility. [ 693.122967] systemd-sysv-generator[38822]: Please update package to include a native systemd unit file. [ 693.122968] systemd-sysv-generator[38822]: ! This compatibility logic is deprecated, expect removal soon. ! [ 694.139830] kauditd_printk_skb: 65 callbacks suppressed [ 694.139837] audit: type=1400 audit(1733128824.564:79): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="passt" pid=39176 comm="apparmor_parser" [ 694.164081] audit: type=1400 audit(1733128824.588:80): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="pasta" pid=39179 comm="apparmor_parser" [ 696.235846] audit: type=1400 audit(1733128826.660:81): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="libreoffice-oosplash" pid=39749 comm="apparmor_parser" [ 696.248926] audit: type=1400 audit(1733128826.672:82): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="libreoffice-senddoc" pid=39752 comm="apparmor_parser" [ 698.324889] audit: type=1400 audit(1733128828.748:83): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="libreoffice-soffice" pid=39755 comm="apparmor_parser" [ 698.359344] audit: type=1400 audit(1733128828.784:84): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="libreoffice-soffice//gpg" pid=39755 comm="apparmor_parser" [ 698.379778] audit: type=1400 audit(1733128828.804:85): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="libreoffice-xpdfimport" pid=39764 comm="apparmor_parser" [ 716.877935] clocksource: timekeeping watchdog on CPU8: Marking clocksource 'tsc' as unstable because the skew is too large: [ 716.877959] clocksource: 'hpet' wd_nsec: 511407315 wd_now: 63c9dac1 wd_last: 635a1f8b mask: ffffffff [ 716.877967] clocksource: 'tsc' cs_nsec: 511965233 cs_now: 230180aaf74 cs_last: 22fb3874c86 mask: ffffffffffffffff [ 716.877973] clocksource: Clocksource 'tsc' skewed 557918 ns (0 ms) over watchdog 'hpet' interval of 511407315 ns (511 ms) [ 716.877980] clocksource: 'tsc' is current clocksource. [ 716.877996] tsc: Marking TSC unstable due to clocksource watchdog [ 716.878041] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'. [ 716.878045] sched_clock: Marking unstable (716572722677, 305336288)<-(716884218956, -6181359) [ 716.878381] clocksource: Checking clocksource tsc synchronization from CPU 5 to CPUs 0,2-3,6,8,15. [ 716.878588] clocksource: Switched to clocksource hpet [ 826.162848] cros_ec_lpcs cros_ec_lpcs.0: packet too long (4 bytes, expected 0) [ 957.461676] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [ 957.774231] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [ 1286.959452] cros-ec-dev cros-ec-dev.1.auto: Some logs may have been dropped... [ 1608.622786] wlp1s0: disconnect from AP 82:8b:0b:ea:d0:8b for new auth to 80:ea:0b:ea:d0:8a [ 1608.830796] wlp1s0: authenticate with 80:ea:0b:ea:d0:8a (local address=a8:3b:76:ba:b0:19) [ 1608.849608] wlp1s0: send auth to 80:ea:0b:ea:d0:8a (try 1/3) [ 1608.860585] wlp1s0: authenticated [ 1608.933749] wlp1s0: associate with 80:ea:0b:ea:d0:8a (try 1/3) [ 1608.985271] wlp1s0: RX ReassocResp from 80:ea:0b:ea:d0:8a (capab=0x511 status=0 aid=2) [ 1609.029237] wlp1s0: associated [ 1609.050921] wlp1s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 80:ea:0b:ea:d0:8a [ 1920.794258] wlp1s0: disconnect from AP 80:ea:0b:ea:d0:8a for new auth to 82:8b:0b:ea:d0:8b [ 1921.004949] wlp1s0: authenticate with 82:8b:0b:ea:d0:8b (local address=a8:3b:76:ba:b0:19) [ 1921.020660] wlp1s0: send auth to 82:8b:0b:ea:d0:8b (try 1/3) [ 1921.028696] wlp1s0: authenticated [ 1921.101404] wlp1s0: associate with 82:8b:0b:ea:d0:8b (try 1/3) [ 1921.156840] wlp1s0: RX ReassocResp from 82:8b:0b:ea:d0:8b (capab=0x511 status=0 aid=4) [ 1921.196892] wlp1s0: associated [ 3048.242744] cros_ec_lpcs cros_ec_lpcs.0: packet too long (4 bytes, expected 0) [ 5761.842878] cros_ec_lpcs cros_ec_lpcs.0: packet too long (4 bytes, expected 0) [ 7435.890791] ucsi_acpi USBC000:00: unknown error 0 [ 7435.890811] ucsi_acpi USBC000:00: GET_CABLE_PROPERTY failed (-5) [14029.961506] perf: interrupt took too long (2515 > 2500), lowering kernel.perf_event_max_sample_rate to 79500 [20027.457781] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [20027.758520] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [20158.193674] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [20158.494290] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [22994.338196] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [22994.637944] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [24024.190250] perf: interrupt took too long (3185 > 3143), lowering kernel.perf_event_max_sample_rate to 62750 [26891.610249] usb 1-4: reset full-speed USB device number 2 using xhci_hcd [26891.909850] usb 1-4: reset full-speed USB device number 2 using xhci_hcd ** Model information sys_vendor: Framework product_name: Laptop 13 (AMD Ryzen 7040Series) product_version: A7 chassis_vendor: Framework chassis_version: A7 bios_vendor: INSYDE Corp. bios_version: 03.05 board_vendor: Framework board_name: FRANMDCP07 board_version: A7 ** Loaded modules: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device ip6t_REJECT nf_reject_ipv6 ipt_REJECT nf_reject_ipv4 ccm rfcomm cmac algif_hash algif_skcipher af_alg qrtr bnep sunrpc binfmt_misc bridge stp llc nft_chain_nat xt_MASQUERADE nf_nat xt_multiport xt_comment xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xt_CHECKSUM xt_tcpudp nft_compat nf_tables nls_ascii nls_cp437 vfat fat ext4 mbcache jbd2 amd_atl intel_rapl_msr snd_sof_amd_rembrandt intel_rapl_common snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_hda_codec_realtek snd_sof mt7921_common snd_hda_codec_generic snd_sof_utils snd_hda_scodec_component mt792x_lib snd_hda_codec_hdmi mt76_connac_lib snd_soc_core snd_hda_intel mt76 snd_intel_dspcfg snd_compress snd_intel_sdw_acpi btusb snd_pcm_dmaengine snd_hda_codec mac80211 btrtl snd_pci_ps edac_mce_amd btintel snd_hda_core snd_rpl_pci_acp6x hid_sensor_als kvm_amd btbcm snd_hwdep snd_pci_acp6x hid_sensor_trigger btmtk snd_pci_acp5x hid_sensor_iio_common snd_pcm libarc4 kvm snd_rn_pci_acp3x industrialio_triggered_buffer amd_pmf snd_acp_config snd_timer ucsi_acpi bluetooth kfifo_buf cros_usbpd_charger cfg80211 leds_cros_ec amdtee snd typec_ucsi snd_soc_acpi sp5100_tco rapl industrialio cros_usbpd_notify cros_ec_hwmon cros_ec_sysfs cros_charge_control cros_usbpd_logger cros_ec_chardev wmi_bmof cros_kbd_led_backlight led_class_multicolor cros_ec_debugfs pcspkr ccp snd_pci_acp3x soundcore typec watchdog k10temp rfkill amd_sfh roles ac tee joydev platform_profile amd_pmc evdev serio_raw msr parport_pc ppdev lp parport aegis128_aesni camellia_aesni_avx2 camellia_aesni_avx_x86_64 camellia_x86_64 pcrypt nvme_fabrics efi_pstore configfs nfnetlink zram ip_tables x_tables autofs4 btrfs dm_crypt dm_mod efivarfs raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c crc32c_generic raid1 raid0 md_mod amdgpu amdxcp drm_exec gpu_sched drm_buddy i2c_algo_bit drm_suballoc_helper drm_display_helper crct10dif_pclmul hid_multitouch hid_sensor_hub cec crc32_pclmul hid_generic rc_core crc32c_intel drm_ttm_helper i2c_hid_acpi ghash_clmulni_intel ttm i2c_hid xhci_pci sha512_ssse3 cros_ec_dev xhci_hcd drm_kms_helper hid cros_ec_lpcs sha256_ssse3 nvme i2c_piix4 usbcore thunderbolt cros_ec video drm sha1_ssse3 nvme_core i2c_smbus usb_common crc16 button battery wmi aesni_intel gf128mul crypto_simd cryptd ** PCI devices: 00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix Root Complex [1022:14e8] Subsystem: Framework Computer Inc. Device [f111:0006] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- 00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Phoenix IOMMU [1022:14e9] Subsystem: Framework Computer Inc. Device [f111:0006] 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 Capabilities: <access denied> 00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix Dummy Host Bridge [1022:14ea] 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- IOMMU group: 0 00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix Dummy Host Bridge [1022:14ea] 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- IOMMU group: 1 00:02.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Phoenix GPP Bridge [1022:14ee] (prog-if 00 [Normal decode]) Subsystem: Advanced Micro Devices, Inc. [AMD] Device [1022:1453] 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 ? routed to IRQ 38 IOMMU group: 2 Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: [disabled] [32-bit] Memory behind bridge: 90b00000-90bfffff [size=1M] [32-bit] Prefetchable memory behind bridge: 8010900000-80109fffff [size=1M] [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:02.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Phoenix GPP Bridge [1022:14ee] (prog-if 00 [Normal decode]) Subsystem: Advanced Micro Devices, Inc. [AMD] Device [1022:1453] 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 ? routed to IRQ 39 IOMMU group: 3 Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: [disabled] [32-bit] Memory behind bridge: 90a00000-90afffff [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:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix Dummy Host Bridge [1022:14ea] 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- IOMMU group: 4 00:03.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 19h USB4/Thunderbolt PCIe tunnel [1022:14ef] (prog-if 00 [Normal decode]) Subsystem: Advanced Micro Devices, Inc. [AMD] Device [1022:1453] 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 ? routed to IRQ 40 IOMMU group: 4 Bus: primary=00, secondary=03, subordinate=61, sec-latency=0 I/O behind bridge: 6000-9fff [size=16K] [16-bit] Memory behind bridge: 78000000-8fffffff [size=384M] [32-bit] Prefetchable memory behind bridge: 7000000000-7fffffffff [size=64G] [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:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix Dummy Host Bridge [1022:14ea] 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- IOMMU group: 5 00:04.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 19h USB4/Thunderbolt PCIe tunnel [1022:14ef] (prog-if 00 [Normal decode]) Subsystem: Advanced Micro Devices, Inc. [AMD] Device [1022:1453] 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 ? routed to IRQ 41 IOMMU group: 5 Bus: primary=00, secondary=62, subordinate=c0, sec-latency=0 I/O behind bridge: 2000-5fff [size=16K] [16-bit] Memory behind bridge: 60000000-77ffffff [size=384M] [32-bit] Prefetchable memory behind bridge: 6000000000-6fffffffff [size=64G] [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:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix Dummy Host Bridge [1022:14ea] 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- IOMMU group: 6 00:08.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Phoenix Internal GPP Bridge to Bus [C:A] [1022:14eb] (prog-if 00 [Normal decode]) Subsystem: Device [0006:f111] 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 42 IOMMU group: 7 Bus: primary=00, secondary=c1, subordinate=c1, sec-latency=0 I/O behind bridge: 1000-1fff [size=4K] [16-bit] Memory behind bridge: 90000000-905fffff [size=6M] [32-bit] Prefetchable memory behind bridge: 8000000000-80107fffff [size=264M] [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:08.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Phoenix Internal GPP Bridge to Bus [C:A] [1022:14eb] (prog-if 00 [Normal decode]) Subsystem: Device [0006:f111] 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 43 IOMMU group: 8 Bus: primary=00, secondary=c2, subordinate=c2, sec-latency=0 I/O behind bridge: [disabled] [32-bit] Memory behind bridge: 90900000-909fffff [size=1M] [32-bit] Prefetchable memory behind bridge: 8010800000-80108fffff [size=1M] [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:08.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Phoenix Internal GPP Bridge to Bus [C:A] [1022:14eb] (prog-if 00 [Normal decode]) Subsystem: Device [0006:f111] 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 44 IOMMU group: 9 Bus: primary=00, secondary=c3, subordinate=c3, sec-latency=0 I/O behind bridge: [disabled] [32-bit] Memory behind bridge: 90600000-908fffff [size=3M] [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:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:790b] (rev 71) Subsystem: Framework Computer Inc. Device [f111:0006] 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- IOMMU group: 10 Kernel driver in use: piix4_smbus Kernel modules: i2c_piix4, sp5100_tco 00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:790e] (rev 51) Subsystem: Framework Computer Inc. Device [f111:0006] 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: 10 00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix Data Fabric; Function 0 [1022:14f0] 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- IOMMU group: 11 00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix Data Fabric; Function 1 [1022:14f1] 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- IOMMU group: 11 00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix Data Fabric; Function 2 [1022:14f2] 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- IOMMU group: 11 00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix Data Fabric; Function 3 [1022:14f3] 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- IOMMU group: 11 Kernel driver in use: k10temp Kernel modules: k10temp 00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix Data Fabric; Function 4 [1022:14f4] 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- IOMMU group: 11 00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix Data Fabric; Function 5 [1022:14f5] 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- IOMMU group: 11 00:18.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix Data Fabric; Function 6 [1022:14f6] 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- IOMMU group: 11 00:18.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix Data Fabric; Function 7 [1022:14f7] 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- IOMMU group: 11 01:00.0 Network controller [0280]: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter [14c3:0616] Subsystem: MEDIATEK Corp. Device [14c3:e616] 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 117 IOMMU group: 12 Region 0: Memory at 8010900000 (64-bit, prefetchable) [size=1M] Region 2: Memory at 90b00000 (64-bit, non-prefetchable) [size=32K] Capabilities: <access denied> Kernel driver in use: mt7921e Kernel modules: mt7921e 02:00.0 Non-Volatile memory controller [0108]: Shenzhen Longsys Electronics Co., Ltd. Lexar NM790 NVME SSD (DRAM-less) [1d97:1602] (rev 01) (prog-if 02 [NVM Express]) Subsystem: Shenzhen Longsys Electronics Co., Ltd. Lexar NM790 NVME SSD (DRAM-less) [1d97:1602] 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 62 IOMMU group: 13 Region 0: Memory at 90a00000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: nvme Kernel modules: nvme c1:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Phoenix1 [1002:15bf] (rev c4) (prog-if 00 [VGA controller]) Subsystem: Framework Computer Inc. Device [f111:0006] 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 99 IOMMU group: 14 Region 0: Memory at 8000000000 (64-bit, prefetchable) [size=256M] Region 2: Memory at 90000000 (64-bit, prefetchable) [size=2M] Region 4: I/O ports at 1000 [size=256] Region 5: Memory at 90500000 (32-bit, non-prefetchable) [size=512K] Capabilities: <access denied> Kernel driver in use: amdgpu Kernel modules: amdgpu c1:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt Radeon High Definition Audio Controller [1002:1640] Subsystem: Framework Computer Inc. Device [f111:0006] 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 115 IOMMU group: 15 Region 0: Memory at 905c8000 (32-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel c1:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Family 19h (Model 74h) CCP/PSP 3.0 Device [1022:15c7] Subsystem: Framework Computer Inc. Device [f111:0006] 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 109 IOMMU group: 16 Region 2: Memory at 90400000 (32-bit, non-prefetchable) [size=1M] Region 5: Memory at 905cc000 (32-bit, non-prefetchable) [size=8K] Capabilities: <access denied> Kernel driver in use: ccp Kernel modules: ccp c1:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Device [1022:15b9] (prog-if 30 [XHCI]) Subsystem: Framework Computer Inc. Device [f111:0006] 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 97 IOMMU group: 17 Region 0: Memory at 90200000 (64-bit, non-prefetchable) [size=1M] Capabilities: <access denied> Kernel driver in use: xhci_hcd Kernel modules: xhci_pci c1:00.4 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Device [1022:15ba] (prog-if 30 [XHCI]) Subsystem: Framework Computer Inc. Device [f111:0006] 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 99 IOMMU group: 18 Region 0: Memory at 90300000 (64-bit, non-prefetchable) [size=1M] Capabilities: <access denied> Kernel driver in use: xhci_hcd Kernel modules: xhci_pci c1:00.5 Multimedia controller [0480]: Advanced Micro Devices, Inc. [AMD] ACP/ACP3X/ACP6x Audio Coprocessor [1022:15e2] (rev 63) Subsystem: Framework Computer Inc. Device [f111:0006] 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 114 IOMMU group: 19 Region 0: Memory at 90580000 (32-bit, non-prefetchable) [size=256K] Region 2: Memory at 8010000000 (64-bit, prefetchable) [size=8M] Capabilities: <access denied> Kernel driver in use: snd_pci_ps Kernel modules: snd_pci_acp3x, snd_rn_pci_acp3x, snd_pci_acp5x, snd_pci_acp6x, snd_rpl_pci_acp6x, snd_pci_ps, snd_sof_amd_rembrandt c1:00.6 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family 17h/19h HD Audio Controller [1022:15e3] Subsystem: Framework Computer Inc. Device [f111:0006] 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 116 IOMMU group: 20 Region 0: Memory at 905c0000 (32-bit, non-prefetchable) [size=32K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel c2:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Phoenix Dummy Function [1022:14ec] Subsystem: Framework Computer Inc. Device [f111:0006] 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 IOMMU group: 21 Capabilities: <access denied> c2:00.1 Signal processing controller [1180]: Advanced Micro Devices, Inc. [AMD] AMD IPU Device [1022:1502] Subsystem: Framework Computer Inc. Device [f111:0006] 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 255 IOMMU group: 22 Region 0: Memory at 90900000 (32-bit, non-prefetchable) [size=512K] Region 1: Memory at 909c0000 (32-bit, non-prefetchable) [size=8K] Region 2: Memory at 8010800000 (64-bit, prefetchable) [size=256K] Region 4: Memory at 90980000 (32-bit, non-prefetchable) [size=256K] Capabilities: <access denied> c3:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Phoenix Dummy Function [1022:14ec] Subsystem: Framework Computer Inc. Device [f111:0006] 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 IOMMU group: 23 Capabilities: <access denied> c3:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Device [1022:15c0] (prog-if 30 [XHCI]) Subsystem: Framework Computer Inc. Device [f111:0006] 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 101 IOMMU group: 24 Region 0: Memory at 90600000 (64-bit, non-prefetchable) [size=1M] Capabilities: <access denied> Kernel driver in use: xhci_hcd Kernel modules: xhci_pci c3:00.4 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Device [1022:15c1] (prog-if 30 [XHCI]) Subsystem: Framework Computer Inc. Device [f111:0006] 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 103 IOMMU group: 25 Region 0: Memory at 90700000 (64-bit, non-prefetchable) [size=1M] Capabilities: <access denied> Kernel driver in use: xhci_hcd Kernel modules: xhci_pci c3:00.5 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Pink Sardine USB4/Thunderbolt NHI controller #1 [1022:1668] (prog-if 40 [USB4 Host Interface]) Subsystem: Framework Computer Inc. Device [f111:0006] 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 45 IOMMU group: 26 Region 0: Memory at 90800000 (64-bit, non-prefetchable) [size=512K] Capabilities: <access denied> Kernel driver in use: thunderbolt Kernel modules: thunderbolt c3:00.6 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Pink Sardine USB4/Thunderbolt NHI controller #2 [1022:1669] (prog-if 40 [USB4 Host Interface]) Subsystem: Framework Computer Inc. Device [f111:0006] 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 80 IOMMU group: 27 Region 0: Memory at 90880000 (64-bit, non-prefetchable) [size=512K] Capabilities: <access denied> Kernel driver in use: thunderbolt Kernel modules: thunderbolt ** USB devices: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 27c6:609c Shenzhen Goodix Technology Co.,Ltd. Goodix USB2.0 MISC Bus 001 Device 003: ID 0e8d:e616 MediaTek Inc. Wireless_Device Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 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 005 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 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 6.11.10-amd64 (SMP w/16 CPU threads; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en.UTF-8 Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled 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: ii apparmor 3.1.7-1+b3 Versions of packages linux-image-6.11.10-amd64 suggests: pn debian-kernel-handbook <none> ii extlinux 3:6.04~git20190206.bf6db5b4+dfsg1-3+b1 ii firmware-linux-free 20240610-1 ii grub-efi-amd64 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> pn firmware-iwlwifi <none> pn firmware-libertas <none> pn firmware-linux-nonfree <none> ii firmware-misc-nonfree 20240909-2 pn firmware-myricom <none> pn firmware-netxen <none> pn firmware-qlogic <none> pn firmware-realtek <none> pn firmware-samsung <none> pn firmware-siano <none> pn firmware-ti-connectivity <none> pn xen-hypervisor <none> -- no debconf information