我的笔记本电脑正在运行全新安装的 Focal Fossa 20.04,但我无法从板载扬声器中听到任何声音。幸运的是,我的耳机可以正常工作。辅助端口没有问题。
bingo@pinkdad:~$ inxi -SMA
System:
Host: pinkdad Kernel: 5.4.0-26-generic x86_64 bits: 64
Desktop: Gnome 3.36.1 Distro: Ubuntu 20.04 LTS (Focal Fossa)
Machine:
Type: Laptop System: LENOVO product: 20J6CTO1WW v: ThinkPad T470p
serial: <superuser/root required>
Mobo: LENOVO model: 20J6CTO1WW serial: <superuser/root required>
UEFI: LENOVO v: R0FET51W (1.31 ) date: 01/07/2020
Audio:
Device-1: Intel CM238 HD Audio driver: snd_hda_intel
Sound Server: ALSA v: k5.4.0-26-generic
我一直在玩alsamixer
和pavucontrol
设置 GUI 以确保没有任何东西被静音并且一切都已打开。
这似乎受到sudo vim /etc/modprobe.d/alsa-base.conf
适当修改并重新启动的影响。
以下是我尝试过的选项:
options snd-hda-intel model=generic
options snd-hda-intel model=ALC298
options snd-hda-intel model=auto
我新安装的 20.04 尚未成功。任何帮助/想法都非常感谢。在以前的 Ubuntu 版本上一切都运行良好。
答案1
添加此行 -
options snd-hda-intel model=auto
在......的最后
/etc/modprobe.d/alsa-base.conf
和reboot
系统。
它开始对我起作用了。显然,我们需要指出 alsamixer 在扬声器和耳机之间使用自动检测。
答案2
运行 ubuntu 18.04 的 latitude 3510 也遇到了类似的问题:扬声器工作正常,但耳机没有声音。
snd_intel_dspcfg.dsp_driver=1 已解决问题