View previous topic :: View next topic |
Author |
Message |
jesso Guru
Joined: 27 Oct 2004 Posts: 397 Location: Canada
|
Posted: Tue Mar 07, 2006 1:44 pm Post subject: problem loading sound card module |
|
|
I have a fresh gentoo install. I did the kernel with genkernel. I am trying to get my sound card working.
I have the following:
Code: | lspci -v | grep -i audio
00:1f.5 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio (rev 02)
|
i just don't know what to put in Code: | /etc/modules.autoload.d/kernel-2.6 |
Code: | find . -type f -iname '*.o' -or -iname '*.ko' | egrep "810|intel"
./kernel/drivers/char/agp/intel-agp.ko
./kernel/drivers/char/drm/i810.ko
./kernel/drivers/i2c/busses/i2c-i810.ko
./kernel/sound/pci/au88x0/snd-au8810.ko
./kernel/sound/pci/hda/snd-hda-intel.ko
./kernel/sound/pci/snd-intel8x0m.ko
|
I've tried loading "i810_audio", "snd-intel8x0" and "snd-intel8x0m". Neither of these work.
Can someone help? |
|
Back to top |
|
|
Kompi Apprentice
Joined: 05 Oct 2002 Posts: 252 Location: Germany
|
Posted: Tue Mar 07, 2006 2:12 pm Post subject: |
|
|
You should use /etc/init.d/alsasound script to load your ALSA modules instead of modules.autoload.
Set up /etc/modules.d/alsa correctly and run modules-updates.sh before.
Refer the "Gentoo Linux ALSA Guide" to learn how to setup ALSA the right way: http://www.gentoo.org/doc/en/alsa-guide.xml |
|
Back to top |
|
|
|