Azalia Audio Controller in Nanggar

I installed nanggar in one of my office’s pc. One of the reason is, nanggar is Indonesian version of Ubuntu. We should have our nationality burnt in our heart right…

Well after I finished the installation, the sound didn’t work. I made a usual setting like I did before to other linux when setting up sound. In console I did these (as administrator)

#alsaconf
#alsamixer

And make some change in alsamixer mode like volume and else.

But I got error. The sound won’t come out. I read in lspci command, seems the driver showed azalia audio controller. And kind a crash to alsa driver that linux usually had.
In the source I read here we should couple change on the driver module. Here we go,

Add some of the line at the end of file called /etc/modprobe.d/alsa-base.conf
Sudo gedit /etc/modprobe.d/alsa-base.conf
options snd-pcsp index=-2
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=dell-m4-1
options snd-hda-intel enable_msi=1
Then in System>Preferences>Sound change all setting to ALSA

Next add pulse username in /etc/group

sudo gedit /etc/group/

Find

audio:x:29:pulse

Then add

audio:x:29:yourusername,pulse

Restart your nanggar. And you will have your sound back.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.