Package: src:linux
Version: 7.0.3-1
Severity: normal
Tags: upstream
X-Debbugs-Cc: [email protected]
User: [email protected]
Usertags: amd64
Dear Maintainer,
After cold boot, the Conexant SN6140 audio codec on this AMD platform
fails to initialize correctly when PipeWire/WirePlumber probes it via
ALSA UCM. The speaker and headphone output are unavailable, and the
system falls back to dummy output.
Hardware:
Laptop: HONOR BRN-HXXB
HDA Controller: AMD Ryzen HD Audio [1022:15e3]
Codec: Conexant SN6140 (Vendor ID 0x14f11f87, Subsystem 0x1ee7204b)
The PipeWire log shows:
spa.alsa: '_ucm0001.hw:Generic_1':
playback open failed: Device or resource busy
WirePlumber then fails to create the speaker sink:
s-monitors: Failed to create
alsa_output.pci-0000_c1_00.6.HiFi__Speaker__sink:
Object activation aborted: PipeWire proxy destroyed
Restarting WirePlumber after the system has been up for a few seconds
(systemctl --user restart wireplumber) consistently fixes the issue.
This confirms the codec simply needs more time to initialize than the
driver currently allows.
Setting snd_hda_intel.power_save=0 does not resolve the issue.
A 4-second delay before WirePlumber startup works around it.
Root cause appears to be in the kernel HDA driver: the Conexant SN6140
codec takes longer to complete initialization than snd_hda_intel
expects, but the driver reports the card to userspace (udev event)
before the codec is fully ready.
-- Package-specific info:
** Version:
Linux version 7.0.3+deb14-amd64 ([email protected])
(x86_64-linux-gnu-gcc-15 (Debian 15.2.0-17) 15.2.0, GNU ld (GNU Binutils for
Debian) 2.46) #1 SMP PREEMPT_DYNAMIC Debian 7.0.3-1 (2026-04-30)
** Command line:
BOOT_IMAGE=/vmlinuz-7.0.3+deb14-amd64 root=/dev/mapper/debian--vg-root ro
acpi_enforce_resources=lax reboot=efi
** Not tainted
** Kernel log:
[ 6.537759] snd_hda_intel 0000:c1:00.1: Handle vga_switcheroo audio client
[ 6.541273] snd_hda_intel 0000:c1:00.6: enabling device (0000 -> 0002)
[ 6.564309] input: Huawei WMI hotkeys as
/devices/platform/huawei-wmi/input/input15
[ 6.565196] ACPI: battery: new hook: Huawei Battery Extension
[ 6.569648] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms
ovfl timer
[ 6.570199] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 6.570451] RAPL PMU: hw unit of domain core 2^-16 Joules
[ 6.572380] usbcore: registered new interface driver btusb
[ 6.582741] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection
command is advertised, but not supported.
[ 6.603498] snd_hda_intel 0000:c1:00.1: bound 0000:c1:00.0 (ops
amdgpu_dm_audio_component_bind_ops [amdgpu])
[ 6.606788] uvcvideo 1-3:1.0: Found UVC 1.10 device HD Camera (3277:0045)
[ 6.609335] snd_hda_codec_conexant hdaudioC1D0: SN6140: BIOS auto-probing.
[ 6.609930] input: HD-Audio Generic HDMI/DP,pcm=3 as
/devices/pci0000:00/0000:00:08.1/0000:c1:00.1/sound/card0/input16
[ 6.610262] input: HD-Audio Generic HDMI/DP,pcm=7 as
/devices/pci0000:00/0000:00:08.1/0000:c1:00.1/sound/card0/input17
[ 6.610304] snd_hda_codec_conexant hdaudioC1D0: autoconfig for SN6140:
line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 6.610982] snd_hda_codec_conexant hdaudioC1D0: speaker_outs=0
(0x0/0x0/0x0/0x0/0x0)
[ 6.611217] snd_hda_codec_conexant hdaudioC1D0: hp_outs=1
(0x16/0x0/0x0/0x0/0x0)
[ 6.611502] snd_hda_codec_conexant hdaudioC1D0: mono: mono_out=0x0
[ 6.611735] snd_hda_codec_conexant hdaudioC1D0: inputs:
[ 6.611946] snd_hda_codec_conexant hdaudioC1D0: Mic=0x19
[ 6.617420] usbcore: registered new interface driver uvcvideo
[ 6.617900] input: HDA Digital PCBeep as
/devices/pci0000:00/0000:00:08.1/0000:c1:00.6/sound/card1/input18
[ 6.618543] input: HD-Audio Generic Mic as
/devices/pci0000:00/0000:00:08.1/0000:c1:00.6/sound/card1/input19
[ 6.619026] input: HD-Audio Generic Headphone as
/devices/pci0000:00/0000:00:08.1/0000:c1:00.6/sound/card1/input20
[ 6.637371] ath11k_pci 0000:02:00.0: BAR 0 [mem 0x90600000-0x907fffff
64bit]: assigned
[ 6.637739] ath11k_pci 0000:02:00.0: enabling device (0000 -> 0002)
[ 6.638456] ath11k_pci 0000:02:00.0: MSI vectors: 32
[ 6.638690] ath11k_pci 0000:02:00.0: wcn6855 hw2.1
[ 6.639243] ath11k_pci 0000:02:00.0: firmware: failed to load
ath11k/WCN6855/hw2.1/firmware-2.bin (-2)
[ 6.639470] ath11k_pci 0000:02:00.0: firmware: failed to load
ath11k/WCN6855/hw2.1/firmware-2.bin (-2)
[ 6.639676] ath11k_pci 0000:02:00.0: firmware: failed to load
ath11k/WCN6855/hw2.1/firmware-2.bin (-2)
[ 6.646215] NET: Registered PF_QIPCRTR protocol family
[ 6.688186] snd_pci_ps 0000:c1:00.5: enabling device (0000 -> 0002)
[ 6.688235] kvm_amd: TSC scaling supported
[ 6.688769] kvm_amd: Nested Virtualization enabled
[ 6.688771] kvm_amd: Nested Paging enabled
[ 6.688773] kvm_amd: LBR virtualization supported
[ 6.688776] kvm_amd: [Firmware Bug]: Cannot enable x2AVIC, AVIC is
unsupported
[ 6.688777] kvm_amd: Virtual GIF supported
[ 6.689855] kvm_amd: Virtual NMI enabled
[ 6.705764] MCE: In-kernel MCE decoding enabled.
[ 6.793460] intel_rapl_common: Found RAPL domain package
[ 6.793937] intel_rapl_common: Found RAPL domain core
[ 6.794863] amd_atl: AMD Address Translation Library initialized
[ 6.801066] mhi mhi0: Requested to power ON
[ 6.801495] mhi mhi0: Power on setup success
[ 6.981665] EXT4-fs (nvme0n1p2): mounted filesystem
ff1cfbe3-0a2d-4cb2-baaf-f61dda54f29b r/w with ordered data mode. Quota mode:
none.
[ 6.996960] EXT4-fs (dm-1): mounted filesystem
79f455e1-2d90-4ce7-8c9c-fdb64f49f1df r/w with ordered data mode. Quota mode:
none.
[ 7.004236] EXT4-fs (dm-3): mounted filesystem
69d79da9-49e6-4bf1-a029-976ed06850d0 r/w with ordered data mode. Quota mode:
none.
[ 7.007649] systemd-journald[433]: Received client request to flush runtime
journal.
[ 7.036919] audit: type=1400 audit(1777643776.075:2): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="busybox" pid=711
comm="apparmor_parser"
[ 7.037414] audit: type=1400 audit(1777643776.079:3): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="Discord" pid=704
comm="apparmor_parser"
[ 7.037661] audit: type=1400 audit(1777643776.079:4): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="cam" pid=712
comm="apparmor_parser"
[ 7.037967] audit: type=1400 audit(1777643776.079:5): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="ch-checkns" pid=713
comm="apparmor_parser"
[ 7.038279] audit: type=1400 audit(1777643776.079:6): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="buildah" pid=710
comm="apparmor_parser"
[ 7.038603] audit: type=1400 audit(1777643776.079:7): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="brave" pid=709
comm="apparmor_parser"
[ 7.038894] audit: type=1400 audit(1777643776.079:8): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="balena-etcher" pid=708
comm="apparmor_parser"
[ 7.039198] audit: type=1400 audit(1777643776.079:9): apparmor="STATUS"
operation="profile_load" profile="unconfined"
name=4D6F6E676F444220436F6D70617373 pid=705 comm="apparmor_parser"
[ 7.039521] audit: type=1400 audit(1777643776.079:10): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="ch-run" pid=714
comm="apparmor_parser"
[ 7.039853] audit: type=1400 audit(1777643776.079:11): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=706
comm="apparmor_parser"
[ 7.131062] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 7.131416] Bluetooth: BNEP filters: protocol multicast
[ 7.131421] Bluetooth: BNEP socket layer initialized
[ 7.134181] Bluetooth: MGMT ver 1.23
[ 7.139909] NET: Registered PF_ALG protocol family
[ 7.156064] nvme nvme0: using unchecked data buffer
[ 7.160725] mhi mhi0: Wait for device to enter SBL or Mission mode
[ 7.165256] block nvme0n1: No UUID available providing old NGUID
[ 7.492980] evm: overlay not supported
[ 7.630662] Bluetooth: RFCOMM TTY layer initialized
[ 7.630674] Bluetooth: RFCOMM socket layer initialized
[ 7.630680] Bluetooth: RFCOMM ver 1.11
[ 7.779996] ath11k_pci 0000:02:00.0: chip_id 0x12 chip_family 0xb board_id
0xff soc_id 0x400c1211
[ 7.780006] ath11k_pci 0000:02:00.0: fw_version 0x11088c35
fw_build_timestamp 2024-04-17 08:34 fw_build_id
WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.41
[ 7.797240] Initializing XFRM netlink socket
[ 7.823331] bridge: filtering via arp/ip/ip6tables is no longer available by
default. Update your scripts to load br_netfilter if you need this.
[ 8.109478] ath11k_pci 0000:02:00.0 wlp2s0: renamed from wlan0
[ 8.117473] ath11k_pci 0000:02:00.0: Failed to set the requested Country
regulatory setting
[ 8.117480] ath11k_pci 0000:02:00.0: failed to process regulatory info -22
[ 8.117715] ath11k_pci 0000:02:00.0: Failed to set the requested Country
regulatory setting
[ 8.117716] ath11k_pci 0000:02:00.0: failed to process regulatory info -22
[ 8.320619] br-a03db0fc21d4: port 1(veth706cd72) entered blocking state
[ 8.320627] br-a03db0fc21d4: port 1(veth706cd72) entered disabled state
[ 8.320634] veth706cd72: entered allmulticast mode
[ 8.320684] veth706cd72: entered promiscuous mode
[ 8.378823] eth0: renamed from vethf86dcc0
[ 8.379183] br-a03db0fc21d4: port 1(veth706cd72) entered blocking state
[ 8.379191] br-a03db0fc21d4: port 1(veth706cd72) entered forwarding state
[ 8.448744] rfkill: input handler disabled
[ 9.414818] input: xremap as /devices/virtual/input/input21
[ 15.311103] wlp2s0: authenticate with 44:41:f0:16:dc:20 (local
address=38:d5:7a:f4:0a:6d)
[ 15.311120] wlp2s0: send auth to 44:41:f0:16:dc:20 (try 1/3)
[ 15.315021] wlp2s0: authenticated
[ 15.317040] wlp2s0: associate with 44:41:f0:16:dc:20 (try 1/3)
[ 15.320863] wlp2s0: RX AssocResp from 44:41:f0:16:dc:20 (capab=0x1031
status=0 aid=1)
[ 15.339471] wlp2s0: associated
[ 15.347069] wlp2s0: Limiting TX power to 30 (30 - 0) dBm as advertised by
44:41:f0:16:dc:20
[ 41.703793] rfkill: input handler enabled
[ 42.616270] rfkill: input handler disabled
[ 752.797751] warning: `ThreadPoolForeg' uses wireless extensions which will
stop working for Wi-Fi 7 hardware; use nl80211
** Model information
sys_vendor: HONOR
product_name: BRN-HXXB
product_version: M1030
chassis_vendor: HONOR
chassis_version: M1030
bios_vendor: HONOR
bios_version: 1.15
board_vendor: HONOR
board_name: BRN-HXXB-PCB
board_version: M1030
** Configuration for modprobe:
blacklist arkfb
blacklist aty128fb
blacklist atyfb
blacklist cirrusfb
blacklist cyber2000fb
blacklist kyrofb
blacklist matroxfb_base
blacklist mb862xxfb
blacklist microcode
blacklist neofb
blacklist pm2fb
blacklist pm3fb
blacklist radeonfb
blacklist s3fb
blacklist savagefb
blacklist sisfb
blacklist tdfxfb
blacklist tridentfb
blacklist vt8623fb
options amdgpu aspm=1
options amdgpu dc=1
options amdgpu enable_psr=1
options bonding max_bonds=0
options cx88_alsa index=-2
options dummy numdummies=0
options ifb numifbs=0
options snd_atiixp_modem index=-2
options snd_intel8x0m index=-2
options snd_pcsp index=-2
options snd_via82xx_modem index=-2
** Loaded modules:
ac
aesni_intel
af_alg
algif_hash
algif_skcipher
amd_atl
amd_pmc
amd_pmf
amd_sfh
amdgpu
amdtee
amdxcp
ath11k
ath11k_pci
autofs4
battery
binfmt_misc
bluetooth
bnep
bridge
btbcm
btintel
btmtk
btrtl
btusb
button
ccm
ccp
cec
cfg80211
cmac
configfs
crc16
crc32c_cryptoapi
dm_mod
drm
drm_buddy
drm_client_lib
drm_display_helper
drm_exec
drm_kms_helper
drm_panel_backlight_quirks
drm_suballoc_helper
drm_ttm_helper
ecdh_generic
edac_mce_amd
efi_pstore
efivarfs
evdev
ext4
fat
ghash_clmulni_intel
gpu_sched
hid
hid_generic
hid_multitouch
hkdf
huawei_wmi
i2c_algo_bit
i2c_hid
i2c_hid_acpi
i2c_piix4
i2c_smbus
intel_rapl_common
intel_rapl_msr
ip_set
irqbypass
jbd2
joydev
k10temp
kvm
kvm_amd
libarc4
llc
mac80211
mbcache
mc
mhi
michael_mic
nf_conntrack
nf_conntrack_netlink
nf_defrag_ipv4
nf_defrag_ipv6
nf_nat
nf_tables
nfnetlink
nft_chain_nat
nft_compat
nls_ascii
nls_cp437
nvme
nvme_auth
nvme_core
nvme_keyring
overlay
pcspkr
platform_profile
qmi_helpers
qrtr
qrtr_mhi
rapl
rc_core
rfcomm
rfkill
serio_raw
snd
snd_acp_config
snd_acp_legacy_common
snd_acp_pci
snd_amd_acpi_mach
snd_amd_sdw_acpi
snd_compress
snd_ctl_led
snd_hda_codec
snd_hda_codec_atihdmi
snd_hda_codec_conexant
snd_hda_codec_generic
snd_hda_codec_hdmi
snd_hda_core
snd_hda_intel
snd_hrtimer
snd_hwdep
snd_intel_dspcfg
snd_intel_sdw_acpi
snd_pci_acp3x
snd_pci_acp5x
snd_pci_acp6x
snd_pci_ps
snd_pcm
snd_pcm_dmaengine
snd_ps_pdm_dma
snd_rn_pci_acp3x
snd_rpl_pci_acp6x
snd_seq
snd_seq_device
snd_seq_dummy
snd_soc_acpi
snd_soc_acpi_amd_match
snd_soc_acpi_amd_sdca_quirks
snd_soc_core
snd_soc_dmic
snd_soc_ps_mach
snd_soc_sdca
snd_sof
snd_sof_amd_acp
snd_sof_amd_rembrandt
snd_sof_pci
snd_sof_utils
snd_sof_xtensa_dsp
snd_timer
soundcore
soundwire_amd
soundwire_bus
soundwire_generic_allocation
sp5100_tco
sparse_keymap
spd5118
stp
tee
thunderbolt
ttm
uinput
usb_common
usbcore
usbhid
uvc
uvcvideo
veth
vfat
video
videobuf2_common
videobuf2_memops
videobuf2_v4l2
videobuf2_vmalloc
videodev
watchdog
wmi
wmi_bmof
x_tables
xfrm_algo
xfrm_user
xhci_hcd
xhci_pci
xt_MASQUERADE
xt_addrtype
xt_conntrack
xt_nat
xt_set
xt_tcpudp
** Out of tree modules:
None found
** PCI devices:
0000:00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix
Root Complex [1022:14e8]
Subsystem: Device [1ee7:204a]
0000:00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Phoenix IOMMU
[1022:14e9]
Subsystem: Device [1ee7:204a]
0000:00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix
Dummy Host Bridge [1022:14ea]
0000:00:01.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Phoenix GPP
Bridge [1022:14ed]
Subsystem: Advanced Micro Devices, Inc. [AMD] Device [1022:1453]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix
Dummy Host Bridge [1022:14ea]
0000:00:02.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Phoenix GPP
Bridge [1022:14ee]
Subsystem: Advanced Micro Devices, Inc. [AMD] Device [1022:1453]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix
Dummy Host Bridge [1022:14ea]
0000:00:03.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 19h
USB4/Thunderbolt PCIe tunnel [1022:14ef]
Subsystem: Advanced Micro Devices, Inc. [AMD] Device [1022:1453]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix
Dummy Host Bridge [1022:14ea]
0000:00:04.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 19h
USB4/Thunderbolt PCIe tunnel [1022:14ef]
Subsystem: Advanced Micro Devices, Inc. [AMD] Device [1022:1453]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix
Dummy Host Bridge [1022:14ea]
0000:00:08.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Phoenix
Internal GPP Bridge to Bus [C:A] [1022:14eb]
Subsystem: Advanced Micro Devices, Inc. [AMD] Phoenix Internal GPP
Bridge to Bus [C:A] [1022:14eb]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:08.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Phoenix
Internal GPP Bridge to Bus [C:A] [1022:14eb]
Subsystem: Advanced Micro Devices, Inc. [AMD] Phoenix Internal GPP
Bridge to Bus [C:A] [1022:14eb]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:08.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Phoenix
Internal GPP Bridge to Bus [C:A] [1022:14eb]
Subsystem: Advanced Micro Devices, Inc. [AMD] Phoenix Internal GPP
Bridge to Bus [C:A] [1022:14eb]
Kernel driver in use: pcieport
Kernel modules: shpchp
0000:00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus
Controller [1022:790b] (rev 71)
Subsystem: Device [1ee7:204a]
Kernel driver in use: piix4_smbus
Kernel modules: i2c_piix4, sp5100_tco
0000:00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC
Bridge [1022:790e] (rev 51)
Subsystem: Device [1ee7:204a]
0000:00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix
Data Fabric; Function 0 [1022:14f0]
0000:00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix
Data Fabric; Function 1 [1022:14f1]
0000:00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix
Data Fabric; Function 2 [1022:14f2]
0000:00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix
Data Fabric; Function 3 [1022:14f3]
Kernel driver in use: k10temp
Kernel modules: k10temp
0000:00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix
Data Fabric; Function 4 [1022:14f4]
0000:00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix
Data Fabric; Function 5 [1022:14f5]
0000:00:18.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix
Data Fabric; Function 6 [1022:14f6]
0000:00:18.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Phoenix
Data Fabric; Function 7 [1022:14f7]
0000:00:01.2/01:00.0 Non-Volatile memory controller [0108]: Sandisk Corp WD
SN560/SN740/SN770/SN5000 NVMe SSD [15b7:5017] (rev 01)
Subsystem: Sandisk Corp WD SN560/SN740/SN770/SN5000 NVMe SSD [15b7:5017]
Kernel driver in use: nvme
Kernel modules: nvme
0000:00:02.2/02:00.0 Network controller [0280]: Qualcomm Technologies, Inc
QCNFA765 Wireless Network Adapter [17cb:1103] (rev 01)
Subsystem: Foxconn International, Inc. Device [105b:e0cc]
Kernel driver in use: ath11k_pci
Kernel modules: ath11k_pci
0000:00:08.1/c1:00.0 VGA compatible controller [0300]: Advanced Micro Devices,
Inc. [AMD/ATI] Phoenix1 [1002:15bf] (rev c8)
Subsystem: Device [1ee7:204a]
Kernel driver in use: amdgpu
Kernel modules: amdgpu
0000:00:08.1/c1:00.1 Audio device [0403]: Advanced Micro Devices, Inc.
[AMD/ATI] Radeon High Definition Audio Controller [1002:1640]
Subsystem: Device [1ee7:204a]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
0000:00:08.1/c1:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc.
[AMD] Phoenix CCP/PSP 3.0 Device [1022:15c7]
Subsystem: Device [1ee7:204a]
Kernel driver in use: ccp
Kernel modules: ccp
0000:00:08.1/c1:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD]
Device [1022:15b9]
Subsystem: Device [1ee7:204a]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
0000:00:08.1/c1:00.4 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD]
Device [1022:15ba]
Subsystem: Device [1ee7:204a]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
0000:00:08.1/c1:00.5 Multimedia controller [0480]: Advanced Micro Devices, Inc.
[AMD] Audio Coprocessor [1022:15e2] (rev 63)
Subsystem: Device [1ee7:204a]
Kernel driver in use: snd_pci_ps
Kernel modules: snd_pci_acp3x, snd_rn_pci_acp3x, snd_pci_acp5x,
snd_pci_acp6x, snd_acp_pci, snd_rpl_pci_acp6x, snd_pci_ps, snd_sof_amd_rembrandt
0000:00:08.1/c1:00.6 Audio device [0403]: Advanced Micro Devices, Inc. [AMD]
Ryzen HD Audio Controller [1022:15e3]
Subsystem: Device [1ee7:204a]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
0000:00:08.2/c2:00.0 Non-Essential Instrumentation [1300]: Advanced Micro
Devices, Inc. [AMD] Phoenix Dummy Function [1022:14ec]
Subsystem: Device [1ee7:204a]
0000:00:08.3/c3:00.0 Non-Essential Instrumentation [1300]: Advanced Micro
Devices, Inc. [AMD] Phoenix Dummy Function [1022:14ec]
Subsystem: Device [1ee7:204a]
0000:00:08.3/c3:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD]
Device [1022:15c0]
Subsystem: Device [1ee7:204a]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
0000:00:08.3/c3:00.4 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD]
Device [1022:15c1]
Subsystem: Device [1ee7:204a]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
0000:00:08.3/c3:00.5 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD]
Pink Sardine USB4/Thunderbolt NHI controller #1 [1022:1668]
Subsystem: Device [1ee7:204a]
Kernel driver in use: thunderbolt
Kernel modules: thunderbolt
0000:00:08.3/c3:00.6 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD]
Pink Sardine USB4/Thunderbolt NHI controller #2 [1022:1669]
Subsystem: Device [1ee7:204a]
Kernel driver in use: thunderbolt
Kernel modules: thunderbolt
** USB devices:
/: Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/5p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
|__ Port 001: Dev 002, If 0, Class=Hub, Driver=hub/4p, 480M
ID 05e3:0610 Genesys Logic, Inc. Hub
|__ Port 004: Dev 004, If 0, Class=Human Interface Device,
Driver=usbhid, 12M
ID 248a:5c2e Maxxter
|__ Port 004: Dev 004, If 1, Class=Human Interface Device,
Driver=usbhid, 12M
ID 248a:5c2e Maxxter
|__ Port 004: Dev 004, If 2, Class=Human Interface Device,
Driver=usbhid, 12M
ID 248a:5c2e Maxxter
|__ Port 003: Dev 003, If 0, Class=Video, Driver=uvcvideo, 480M
ID 3277:0045
|__ Port 003: Dev 003, If 1, Class=Video, Driver=uvcvideo, 480M
ID 3277:0045
|__ Port 005: Dev 005, If 0, Class=Wireless, Driver=btusb, 12M
ID 0489:e0e1 Foxconn / Hon Hai
|__ Port 005: Dev 005, If 1, Class=Wireless, Driver=btusb, 12M
ID 0489:e0e1 Foxconn / Hon Hai
/: Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 10000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
|__ Port 001: Dev 002, If 0, Class=Hub, Driver=hub/4p, 5000M
ID 05e3:0626 Genesys Logic, Inc. Hub
/: Bus 003.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/1p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
/: Bus 004.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/1p, 10000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
/: Bus 005.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/1p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
/: Bus 006.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/1p, 10000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
/: Bus 007.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/1p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
/: Bus 008.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/1p, 10000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
-- System Information:
Debian Release: forky/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 7.0.3+deb14-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages linux-image-7.0.3+deb14-amd64 depends on:
ii initramfs-tools [linux-initramfs-tool] 0.151
ii linux-base 4.15
ii linux-base-7.0.3+deb14-amd64 7.0.3-1
ii linux-binary-7.0.3+deb14-amd64 7.0.3-1
ii linux-modules-7.0.3+deb14-amd64 7.0.3-1
Versions of packages linux-image-7.0.3+deb14-amd64 recommends:
ii apparmor 4.1.7-2
Versions of packages linux-image-7.0.3+deb14-amd64 suggests:
pn debian-kernel-handbook <none>
ii firmware-linux-free 20241210-3
ii grub-efi-amd64 2.14-2
pn linux-doc-7.0 <none>
Versions of packages linux-image-7.0.3+deb14-amd64 is related to:
ii firmware-amd-graphics 20260410-1
ii firmware-atheros 20260410-1
pn firmware-bnx2 <none>
pn firmware-bnx2x <none>
pn firmware-brcm80211 <none>
pn firmware-cavium <none>
pn firmware-cirrus <none>
pn firmware-intel-graphics <none>
pn firmware-intel-misc <none>
pn firmware-intel-sound <none>
pn firmware-ipw2x00 <none>
pn firmware-ivtv <none>
pn firmware-iwlwifi <none>
pn firmware-libertas <none>
pn firmware-marvell-prestera <none>
pn firmware-mediatek <none>
pn firmware-misc-nonfree <none>
pn firmware-myricom <none>
pn firmware-netronome <none>
pn firmware-netxen <none>
pn firmware-nvidia-graphics <none>
pn firmware-qcom-soc <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