我的笔记本电脑无法识别我的声卡并且只有虚拟音频。运行时inxi -A我得到这个:
Audio:
Device-1: Intel Sunrise Point-LP HD Audio driver: N/A
Device-2: NVIDIA GP107GL High Definition Audio driver: snd_hda_intel
Sound Server-1: ALSA v: k5.19.0-21-generic running: yes
Sound Server-2: PipeWire v: 0.3.58 running: yes
Run Code Online (Sandbox Code Playgroud)
我尝试了建议的解决方案,例如安装 WirePlumber 或重新启动 PulseAudio,但它们不起作用。
小智 12
systemctl --user enable pulseaudio
systemctl --user start pulseaudio
Run Code Online (Sandbox Code Playgroud)
我遇到了同样的问题,并按照链接中的步骤进行操作。
小智 0
我遇到了完全相同的问题,但对于 AMD 卡:
Audio:
Device-1: AMD Renoir Radeon High Definition Audio driver: snd_hda_intel
Device-2: AMD Raven/Raven2/FireFlight/Renoir Audio Processor
driver: snd_rn_pci_acp3x
Device-3: AMD Family 17h HD Audio driver: snd_hda_intel
Sound Server-1: ALSA v: k5.19.0-21-generic running: yes
Sound Server-2: PipeWire v: 0.3.58 running: yes
Run Code Online (Sandbox Code Playgroud)
对我来说,它有助于引导到 22.04 最新内核
Linux tsebo-T14 5.15.0-52-generic #58-Ubuntu SMP Thu Oct 13 08:03:55 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Run Code Online (Sandbox Code Playgroud)
使用 5.15.0-52-generic 启动 ubuntu 后,声音驱动程序恢复并按预期工作。