Which Linux distro are you using?
Which release version?
Debian Sid, updated about a week ago.
Which kernel are you using?
6.11.4
Which BIOS version are you using?
3.03
Which Framework Laptop 16 model are you using? (AMD Ryzen™ 7040 Series)
AMD Ryzen 7 7840HS w/ Radeon 780M Graphics
I have had this laptop for about a month. When I first got it, I tested the audio expansion card. My notes were that this showed up under ALSA as card #2 and I didn’t have any issues. I hadn’t used the audio card since then, until I tried to now, and I can’t make it work.
To be clear, I am referring to:
I don’t have the device listed:
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Generic [HD-Audio Generic], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Generic [HD-Audio Generic], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Generic_1 [HD-Audio Generic], device 0: ALC295 Analog [ALC295 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
I had thought the audio card was a USB device. I don’t see it in lsusb
, though.
$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 004: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 005: ID 32ac:0014 Framework Laptop 16 Numpad Module
Bus 001 Device 006: ID 0e8d:e616 MediaTek Inc. Wireless_Device
Bus 001 Device 007: ID 27c6:609c Shenzhen Goodix Technology Co.,Ltd. Goodix USB2.0 MISC
Bus 001 Device 008: ID 32ac:0012 Framework Laptop 16 Keyboard Module - ANSI
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 05e3:0625 Genesys Logic, Inc. USB3.2 Hub
Bus 002 Device 005: ID 0bda:8156 Realtek Semiconductor Corp. USB 10/100/1G/2.5G LAN
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 0bda:5634 Realtek Semiconductor Corp. Laptop Camera
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:0002 Linux Foundation 2.0 root hub
Bus 006 Device 002: ID 32ac:0002 Framework HDMI Expansion Card
Bus 007 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Things I have tried are:
- Reverting to the Linux 6.10 kernel that I think was running when I initially tested the audio card.
- Unplugging and re-plugging the card; nothing shows up in
dmesg
for the disconnect or the connect. - Plugging the module into a different known-working slot (still nothing in
dmesg
). Likewise, using my Ethernet module to ensure that my usual audio module slot is working fine. - Booting a Debian
stable
live USB stick, checkinglsusb
anddmesg
and unplugging/plugging the module. - Plugging in a separate, brand-new audio module; same results.
modprobe snd_usb_audio
(module loads, but doesn’t do anything).
At this point given that a brand new card does not work either, I’m pretty sure I have a software/configuration issue, but I don’t know what is wrong.
Can somebody with an audio expansion card and Linux please help me with:
- Does the device show up in
lsusb
? If so, please paste the entry. - What driver is responsible for handling the audio device?
sudo dmesg | grep snd
should show it, I think.
Any other advice would be welcome.
Thank you,
Corey