我的笔记本电脑认不出我的声卡,只有假音频。在运行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我尝试了一些建议的解决方案,比如安装WirePlumber或重新启动PulseAudio,但它们都不起作用。
发布于 2022-10-21 16:04:17
systemctl --user enable pulseaudio
systemctl --user start pulseaudio我也遇到了同样的问题,按照链接中的步骤进行操作。
发布于 2022-10-22 11:56:23
我也遇到了同样的问题,并按照上述链接执行步骤。
sudo touch /usr/share/pipewire/media-session.d/with-pulseaudio
sudo systemctl --user restart pipewire-session-manager
sudo reboot now解决了!
发布于 2022-10-21 07:20:14
我也有同样的问题,但对于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对我来说,引导到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在用5.15.0-52-泛型启动ubuntu之后,声音驱动程序将返回并按预期工作。
https://askubuntu.com/questions/1436452
复制相似问题