I installed alsa-source :

sudo aptitude install alsa-source

then I used module-assistant (that you may have to install too), if you
never used it, just do :

sudo module-asistant

then choose "UPDATE", then "PREPARE" and finally select.

In select choose alsa-drivers, then go back, choose to build the
selected modules, then wait a little, then choose to install the modules
and after that hit escape as many time you need to go back to the
console.

Then I do not know with what module do your card work, if it is snd-hda-
intel, then there is probably one model that fit better than one other,
you can try some models by unloading and reloading the module with
"modprobe snd-hda-intel model=XXXX"

where XXXX is the name of the model, normally you should find what model
names exist in the docs of alsa-source. (for me it works well with asus-
laptop, a few other existing models are "asus" "3-stacks" ans
"6-stacks")

if you find a model that fits well to your card, just edit the file
"/etc/modprobe.d/sound" to have the following line :

options snd-hda-intel model=XXXX

some people say that one should also put the following :

alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss


but I do not know if these lines are useful

-- 
alsa hda-intel not working anymore
https://bugs.launchpad.net/bugs/134206
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to