On Tue, 2 Oct 2001, Campbell, Craig wrote:

> Hi All
> 
> I'm trying to get sound up on a Dell Precision 330 workstation, RedHat 7.1.
> This is a P4 using the i850 chipset, with an AD1885 codec.  It seems that
> the intel8x0 driver does not recognize (support) this part.  Is this correct
> or am I doing something wrong?
> 
> My modules.conf looks like:
>       alias eth0 3c59x
>       alias parport_lowlevel parport_pc
>       #ALSA portion
>       alias char-major-116 snd
>       options snd snd_major=116 snd_cards_limit=1
>       alias snd-card-0 snd-card-intel8x0.o

modules.conf should be 
        alias snd-card-0 snd-card-type
means in your case
        alias snd-card-0 snd-card-intel8x0 <--- WITHOUT '.o'

if this dont work, try lspci -v, and look for your audio-device, what
lspci tells about it. you can pass probably irq settings to the module.
look in your bios, maybe it is deactivated in your bios settings.
i think its always better to load modules per modprobe, especially the
alsa-ones, cause insmod dont do the whole work. modprobe loade the
requiered sub-modules as for example snd-ac97-codec wich are needed for
your soundcard to work. 

r.

z.


_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to