华硕N76VM上的外置低音炮“Sonic Master”没有声音

几个星期前,我买了一台Asus n76vm笔记本,期待它的“卓越声音”。 这种音响系统会损害外部低音炮,放大低音并连接到特殊的输出插孔。 但是,Ubuntu 12.04没有检测到这个低音炮。 怎么能解决这个问题?

任何帮助将不胜感激

http://www.asus.com/Notebooks/Multimedia_Entertainment/N76VM/#specifications

得到我在文件/etc/modprobe.d/alsa-base.conf上添加的超低音扬声器:

 options snd-hda-intel model=asus-mode4 

然后重新启动并选择音频pref中的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) 

如果是这样,我认为你的许多新笔记本电脑存在一个常见问题:你的音频驱动程序缺少2.1环绕模式。 这是一个适合我的解决方案: 英特尔音频修复

这里有三件事要做:

  1. echo 'options snd-hda-intel model=asus-mode4' | sudo tee -a /etc/modprobe.d/alsa-base.conf
  2. 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 

    注意 :在新的内核3.8.0-30上运行的华硕N76VB上,将最后一行更改为:

     direction = output 
  3. sudo -H gedit /etc/pulse/daemon.conf

     enable-lfe-remixing = yes 
  4. 重启。

您现在应该能够在声音菜单中的可能硬件设置中看到“模拟环绕声2.1”。

“Analog Surround 4.0”也在工作,但会改变从前到后的响度。

此外,您可以安装GNOME alsa混音器来启动低音提琴。