ogborne
Fri Nov 08, 2013 8:33:40 pm
I don't use the sound feature much but, I do need it for you tube. I read Zorin 6&7 Install Guide by Wolfman. Under sound he said to install "paman". I did so and got sound, but it is very low sound. I turned the paman controls to max and set the speaker volumn to max. The sound was ok, but in xp I never have to turn the volumn up over half way. My sound comes from an intregated chip Realtek ALC 887. I did a search in Ubuntu since I could not find more information in Zorin. Below is a copy of the information given by Ubuntu. I am unsure as what to do at this point. What is your opinion? Thanks
THIS IS THE POST BELOW
I got a new computer at work, installed Ubuntu 10.10 Maverick Meerkat and the sound didn't work. The fix was actually quite simple so I thought I'd share it with you in case you have a similar issue.
The computer has an HDA Intel chip (Realtek ALC887) and I couldn't open alsamixer (this error was displayed: "load hw:0 error: Invalid argument"), although the sound seemed to be working in various applications (no error there) except I couldn't hear anything.
The fix:
Edit /etc/modprobe.d/alsa-base.conf as root:
sudo gedit /etc/modprobe.d/alsa-base.conf
And add the following line at the end of the file:
options snd-hda-intel model=generic
Save, reboot (a logout might be enough too) and try to play some audio file - the sound should work. If this generic fix doesn't work for you, try "auto" instead or see THIS post.
Update: this solution continues to work with newer Ubuntu versions, tested with te same sound card under Ubuntu 11.10, 12.04 and 12.10 (yes, I still get no sound by default in Ubuntu unless I apply this fix).
THIS IS THE POST BELOW
I got a new computer at work, installed Ubuntu 10.10 Maverick Meerkat and the sound didn't work. The fix was actually quite simple so I thought I'd share it with you in case you have a similar issue.
The computer has an HDA Intel chip (Realtek ALC887) and I couldn't open alsamixer (this error was displayed: "load hw:0 error: Invalid argument"), although the sound seemed to be working in various applications (no error there) except I couldn't hear anything.
The fix:
Edit /etc/modprobe.d/alsa-base.conf as root:
sudo gedit /etc/modprobe.d/alsa-base.conf
And add the following line at the end of the file:
options snd-hda-intel model=generic
Save, reboot (a logout might be enough too) and try to play some audio file - the sound should work. If this generic fix doesn't work for you, try "auto" instead or see THIS post.
Update: this solution continues to work with newer Ubuntu versions, tested with te same sound card under Ubuntu 11.10, 12.04 and 12.10 (yes, I still get no sound by default in Ubuntu unless I apply this fix).