어떤 사운드 카드를 사용하고 있습니까?
$ lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
그렇다면 많은 새로운 랩탑에 공통적 인 문제가 있다고 생각합니다. 오디오 드라이버에서 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
참고 : 최신 커널 3.8.0-30
에서 실행되는 Asus N76VB 에서 마지막 줄을 다음과 같이 변경하십시오.
direction = output
sudo -H gedit /etc/pulse/daemon.conf
enable-lfe-remixing = yes
재부팅하십시오.
사운드 메뉴에서 가능한 하드웨어 설정 중 "아날로그 서라운드 2.1"을 볼 수 있습니다.
"Analog Surround 4.0"도 작동하지만 소리의 크기를 Front에서 Rear로 변경합니다.
또한베이스를 부팅하기 위해 그놈 알사 믹서를 설치할 수 있습니다.