请问如何配置5.1声道?
Tofloor
poster avatar
lirenjie17
deepin
2013-12-08 17:27
Author
我用的是ASUS P8Z77-V LX主板,自带插口和5.1音箱,请问如何在deepin linux2013下配置使用5.1声道?
另:
yuyi@yuyi-s-computer:~$  lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
01:00.1 Audio device: NVIDIA Corporation GF116 High Definition Audio Controller (rev a1)

谢谢!!
Reply Favorite View the author
All Replies
cxbii
deepin
2013-12-09 00:01
#1
在系统设置,声音 高级设置看看
Reply View the author
lirenjie17
deepin
2013-12-09 05:29
#2
在sound->Advanced选项的output选项中,只有两个东西,一个是HDMI,选上就没声了,另一个是我现在的选项:Built-in Audio Analog Stereo
而在sound->Speaker->Output Port中选项也只有两个,一个是headphone,一个是我现在的选项:Analog Output

另外,我的声卡是集成的,我刚刚在百度知道里问了下华硕主板官方,他们说他们现在还没有对linux的5.1的驱动所以带不起5.1.是因为这个原因吗?还是我没配置好,deepinlinux本身带有5.1驱动?

——再求大神解答,谢谢!!
Reply View the author
cxbii
deepin
2013-12-09 06:53
#3
在sound->Advanced选项的output选项中,只有两个东西,一个是HDMI,选上就没声了,另一个是我现在的选项:Built-in Audio Analog Stereo
而在sound->Speaker->Output Port中选项也只有两个,一个是headphone,一个是我现在的选项:Analog Output

另外,我的声卡是集成的,我刚刚在百度知道里问了下华硕主板官方,他们说他们现在还没有对linux的5.1的驱动所以带不起5.1.是因为这个原因吗?还是我没配置好,deepinlinux本身带有5.1驱动?

——再求大神解答,谢谢!!
驱动这个你还真的找华硕了
Reply View the author
woodelf
deepin
2013-12-09 07:04
#4
打开/etc/pulse/daemon.conf,把其中的
  1. ; default-sample-channels = 2
Copy the Code
改为
  1. default-sample-channels = 6
Copy the Code
,注意去掉前面的注释符号。
然后重新启动,用
  1. speaker-test -Dplug:surround51 -c6 -l1 -twav
Copy the Code
测试一下是否正常。如果不正常的话只能撤销修改了。
ALSA和pulseaudio音频架构都是支持5.1声道立体声的。
Reply View the author
lirenjie17
deepin
2013-12-15 01:01
#5
打开/etc/pulse/daemon.conf,把其中的
  1. ; default-sample-channels = 2
Copy the Code
改为
  1. default-sample-channels = 6
Copy the Code
,注意去掉前面的注释符号。
然后重新启动,用
  1. speaker-test -Dplug:surround51 -c6 -l1 -twav
Copy the Code
测试一下是否正常。如果不正常的话只能撤销修改了。
ALSA和pulseaudio音频架构都是支持5.1声道立体声的。

感谢大神!
测试结果还是只有两个好使
唉……算了吧……
Reply View the author
woodelf
deepin
2013-12-15 01:02
#6
[quote]打开/etc/pulse/daemon.conf,把其中的
  1. ; default-sample-channels = 2
Copy the Code
改为
  1. default-sample-channels = 6
Copy the Code
,注意去掉前面的注释符号。
然后重新启动,用
  1. speaker-test -Dplug:surround51 -c6 -l1 -twav
Copy the Code
测试一下是否正常。如果不正常的话只能撤销修改了。
ALSA和pulseaudio音频架构都是支持5.1声道立体声的。

感谢大神!测试结果是这样的:
Playback device is plug:surround51
Stream parameters are 48000Hz, S16_LE, 6 channels
WAV file(s)
Playback open error: -16,Device or resource busy

这是好了么?[/quote]
看输出应该是正常了。
Reply View the author
lirenjie17
deepin
2013-12-15 01:06
#7
谢谢回答的大神们,在关闭所有有声音的软件之后,测试一下还是只有两个有声,决定放弃了……唉……最后想问一下谁知道linux下能带起5.1的声卡?
Reply View the author