几周前,我买了一台华硕 n76vm 笔记本,期待它的“卓越音质”。该音响系统采用了外部低音炮,可放大低音并连接到特殊的输出插孔。然而,Ubuntu 12.04 没有检测到这个低音炮。这怎么解决?
任何帮助将不胜感激
http://www.asus.com/Notebooks/Multimedia_Entertainment/N76VM/#specifications
小智 6
为了获得我在文件中添加的低音炮/etc/modprobe.d/alsa-base.conf
这一行:
options snd-hda-intel model=asus-mode4
Run Code Online (Sandbox Code Playgroud)
然后重新启动并在音频首选项中选择 2.1 输出。它应该立即工作:) 从键盘背光获取此信息不适用于华硕 N56V
希望有帮助!
您使用的是哪款声卡?
$ lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
Run Code Online (Sandbox Code Playgroud)
如果是这样,我认为您在许多新笔记本电脑上都遇到了一个常见问题:您的音频驱动程序中缺少启用的 2.1 环绕模式。这是一个对我有用的解决方案:英特尔音频修复
以下是要做的三件事:
echo 'options snd-hda-intel model=asus-mode4' | sudo tee -a /etc/modprobe.d/alsa-base.conf
sudo -H gedit /usr/share/pulseaudio/alsa-mixer/profile-sets/extra-hdmi.conf
[Mapping analog-surround-21]
device-strings = surround40:%f
channel-map = front-left,front-right,lfe,lfe
paths-output = analog-output analog-output-speaker
priority = 7
direction = out
Run Code Online (Sandbox Code Playgroud)
注意:在运行较新内核的 Asus N76VB 上3.8.0-30
,将最后一行更改为:
direction = output
Run Code Online (Sandbox Code Playgroud)sudo -H gedit /etc/pulse/daemon.conf
enable-lfe-remixing = yes
Run Code Online (Sandbox Code Playgroud)重启。
您现在应该能够在声音菜单中可能的硬件设置中看到“模拟环绕声 2.1”。
“模拟环绕 4.0”也可以工作,但改变了从前到后的响度。
此外,您还可以安装 GNOME alsa 混音器来启动您的贝斯。
归档时间: |
|
查看次数: |
55860 次 |
最近记录: |