I’ve recently installed Ubuntu Jaunty on an HP Pavilion dv6-1110ss and everything I tried worked fine except for one thing: there was no sound.
After searching for a while and trying out some stuff, the solution is easy. Just open file /etc/modprobe.d/alsa-base.conf and add the following lines:
options snd-pcsp index=-2
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=hp-m4
options snd-hda-intel enable_msi=1
(Before finding the previous solution I tried upgrading ALSA -following this instructions- so I’ve tested this with ALSA 1.0.20, but I guess 1.0.18 should work aswell).
Related posts:
- No sound problem with Wolfenstein: Enemy Territory
I don’t really play much, but of the few games I know Wolfenstein: Enemy Territory... - Portàtil: Ahtec Sense XHL90
Ja fa bastant temps que tinc el meu portàtil i que vaig prometre escriure un... - Getting your scanner to work with Ubuntu (gt68xx)
You try to use your scanner with XSane but it says that it cannot open... - Lock the CD tray when the laptop’s lid is closed
When I carry my laptop around from one room to the other I often open...







im very new to the ubuntu .. so new i just installed it yesterday . i went to the folder that you said and inserted the text that you have given and the bottom . but it wont let me save it says
You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again.
if you could please help me with this it would be greatly appreciated
thank you for your time ..
@tattoo: You have to open the file as admin. For that, press Alt+F2 and write into the dialogue which will show up: gksudo gedit /etc/modprobe.d/alsa-base.conf
You’ll be asked for your password and after that the text editor will show up but this time you’ll be able to save.
When I am trying to open the file as admin I am asked for my password. After entering te password nothing happens. I get no text editor. Can someone help me?
Maybe you are using KDE? If that’s the case, try “gksudo kate /etc/modprobe.d/alsa-base.conf”.