Ellen wrote:
> Hi, I'm a new user in Linux. I'm using gigabyte
> GA-81PE1000 Pro motherboard with Intel 865PE chipset
> and Realtek AC97 soundcard. However, after I installed
> alsa version 0.9.7a, I still can't open the sound.
> When I type "sndconfig", it can detect the soundcard
> as "Intel Crop. | 8280IEB AC'97". However, it said the
> system can't support this card. I don't know if I set
> something wrong with the modules.conf
> I add these following line in it:
> ...
> options snd snd_major=116 snd_cards_limit=1

Newer ALSA version don't use "snd_" in option names anymore.
The ALSA entries in modules.conf should look like this:

alias char-major-116 snd
options snd major=116 cards_limit=1
alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0 id="ICH"
alias char-major-14 soundcore
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
alias sound-slot-0 snd-card-0


Please make sure that the old OSS driver "i810_audio" isn't loaded.
There should not be any line in modules.conf mentioning this driver.
If it's still loaded (see the output of lsmod), unload it
("rmmod i810_audio").


HTH
Clemens




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to