आप किस साउंड कार्ड का उपयोग कर रहे हैं?
$ 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
नोट : नए कर्नेल पर चल रहे Asus N76VB पर 3.8.0-30
, इसकी जगह अंतिम पंक्ति बदलें:
direction = output
sudo -H gedit /etc/pulse/daemon.conf
enable-lfe-remixing = yes
रीबूट।
अब आपको ध्वनि मेनू में अपनी संभावित हार्डवेयर सेटिंग्स के बीच अपने "एनालॉग सराउंड 2.1" को देखने में सक्षम होना चाहिए।
"एनालॉग सराउंड 4.0" भी काम कर रहा है, लेकिन फ्रंट से रियर तक जोर बदल जाता है।
इसके अतिरिक्त आप अपने बेस को बूट करने के लिए GNOME alsa मिक्सर स्थापित कर सकते हैं।