On Tuesday 14 August 2007 19:40, Mikkel L. Ellertson wrote:
Nigel Henry wrote:
> Hi Yunus. Your modprobe.conf seems ok, but I believe you need to add a
> model option to one of the lines.
>
> It's worth a go, so open a konsole (CLI), su to root, and in a text
> editor, Gedit, Kwrite, etc, go to /etc/modprobe.conf, and change the
> last
> line that you show above, so that it says.
>
> options snd-hda-intel index=0 model=acer
>
> Save, then close the text editor. Still as root, run depmod -a, then
> reboot while praying.
>
> Whether this will work or not I don't know, but you only have to read
> through the ALSA-configuration.txt doc, to see how many variations
> there
> are (up to now), for chipsets that use snd-hda-intel. Links below.
You should not need to reboot. After running depmod, you should be
able to run "modprobe -r snd-card-0" and then "modprobe snd-card-0"
to reload the module with the new options. I did a fair amount of
that when trying to find the model that worked right with my Toshiba.
Mikkel
Thanks for the info Mikkel, and referenced in my notebook.
Whether model=acer works for Yanus may be a bit hit and miss, but worth a
try.
Nigel.
Hi Nigel & Mikkel,
I have downloaded ALSA driver from
ftp://ftp.suse.com/pub/projects/alsa/snapshot/driver/
After googling I found that I am not the only one that experience sound
problem on ACER TravelMate 6291. I am waiting for FC8 release to solve my
sound problem (and other problems). I might try to find some way to install
my newly downloaded ALSA driver (though it seems rather complicated for me).
Now I am focusing on finishing my Linux & C++ books.
But I am still curious when I tried to run:
#depmod -a ---->OK
#modprobe -r snd-card-0 --->I got error message (see below)
FATAL: Module snd-hda-intel is in use
#modprobe snd-card-0 ---->OK
What should I do to avoid above error message.
Thanks
yunus