No sound on HP Pavilion dv6-1110ss

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:

  1. No sound problem with Wolfenstein: Enemy Territory I don’t really play much, but of the few games I know Wolfenstein: Enemy Territory is probably the one with...

4 Comments »

 
  1. tattoo says:

    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 ..

  2. RainCT says:

    @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.

  3. Bianca says:

    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?

  4. RainCT says:

    Maybe you are using KDE? If that’s the case, try “gksudo kate /etc/modprobe.d/alsa-base.conf”.

 

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>