在我从包管理器安装了一些更新之后,我的声音设备在 Debian 测试中丢失了:
$ inxi -SMA
System:
Host: Hera Kernel: 5.18.0-2-amd64 arch: x86_64 bits: 64 Desktop: GNOME
v: 42.2 Distro: Debian GNU/Linux bookworm/sid
Machine:
Type: Laptop System: Dell product: XPS 13 9343 v: N/A
serial: <superuser required>
Mobo: Dell model: 0TM99H v: A00 serial: <superuser required> UEFI: Dell
v: A15 date: 01/23/2018
Audio:
Device-1: Intel Broadwell-U Audio driver: snd_hda_intel
Device-2: Intel Wildcat Point-LP High Definition Audio
driver: snd_hda_intel
Sound Server-1: ALSA v: k5.18.0-2-amd64 running: yes
Sound Server-2: PipeWire v: 0.3.52 running: yes
PipeWire 和 Alsa 似乎已启动并运行。
我尝试了这个解决方案,但没有任何结果:https://askubuntu.com/questions/1403665/no-sound-output-devices-listed-after-upgrade-from-21-10-to-22-04
对于如何调试/修复此问题有什么想法吗?
答案1
我遇到了完全相同的问题。我尝试了不同的 linux-headers / linux-image 包,但问题仍然存在:
- Linux-映像-5.18.0-2-amd64
- Linux-映像-6.0.0-6-amd64
- Linux-映像-6.1.0-1-amd64
我认为原因是最近 Debian 从 pulseaudio 移到了 pipewire,可能是
apt install pipewire-pulse wireplumber
可以解决问题。
来源:https://www.reddit.com/r/debian/comments/y2bqjx/comment/is56t5g/?context=3