我正在使用戴尔Alienware M14X。我已经在我的笔记本上安装了Ubuntu14.04。我面临的问题是,音频一直只通过扬声器播放,即使我插上耳机也是如此。
当我进入声音设置时,它会在“播放声音通过”中向我展示耳机,这意味着我的系统能够检测到耳机,但只是音频不通过耳机播放,而是仍然通过扬声器播放。
发布于 2014-06-07 04:22:37
在终端中运行以下命令:
gksudo gedit /etc/modprobe.d/alsa-base.conf向下滚动并将这些行添加到文件的末尾:
#Keep snd-pcsp from being loaded as first soundcard
options snd-pcsp index=-2
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=dell-m6-amic然后,使用耳机和扬声器保存、重新启动和测试声音。
https://askubuntu.com/questions/477933
复制相似问题