On Tue, 21 May 2002 09:51:36 -500
[EMAIL PROTECTED], IV <[EMAIL PROTECTED]> wrote:

> I'm currently running kernel 2.4.17.  And I have an intel 810 based   
> sound card installed and can not get the alsa drivers running.        
>                                                                       
> By running modprobe I get the following:                              
> [root@localhost root]# modprobe snd-intel8x0                          
> /lib/modules/2.4.17/misc/snd-intel8x0.o: invalid parameter parm_snd_ip

Uhm, I guess a typo: snd_ip=... instead of snd_id=... in /etc/modules.conf ;)

> /lib/modules/2.4.17/misc/snd-intel8x0.o: insmod                       
> /lib/modules/2.4.17/misc/snd-intel8x0.o failed                        
> /lib/modules/2.4.17/misc/snd-intel8x0.o: insmod snd-intel8x0 failed   
>                                                                       
>                                                                       
> By running insmod I get:                                              
>                                                                       
> Using /lib/modules/2.4.17/misc/snd-intel8x0.o                         
> /lib/modules/2.4.17/misc/snd-intel8x0.o: unresolved symbol            
> snd_ac97_resume_R8c330b41                                             
> /lib/modules/2.4.17/misc/snd-intel8x0.o: unresolved symbol            
> snd_ac97_set_rate_Rfced8ce5                                           
> /lib/modules/2.4.17/misc/snd-intel8x0.o: unresolved symbol            
> snd_ac97_update_bits_R7d845865                                        
> /lib/modules/2.4.17/misc/snd-intel8x0.o: unresolved symbol            
> snd_ac97_mixer_R57999db5                                              
> /lib/modules/2.4.17/misc/snd-intel8x0.o: unresolved symbol            
> snd_mpu401_uart_new_R606a10b8                                         
 
You shouldn't use insmod. Try 'modprobe -v snd-intel8x0' and you'll see other
modules being loaded before the snd-intel8x0 module.
                                                                     
> I compiles using                                                      
> ./configure --with-kernel=/usr/src/linux --with-sequencer=yes         
> --with-moddir=/lib/modules/2.4.17/misc                                
>                                                                       
> my /var/log/messages looks like:                                      
>                                                                       
> May 21 09:35:48 localhost insmod:                                     
> /lib/modules/2.4.17/misc/snd-intel8x0.o: invalid parameter parm_snd_ip
> May 21 09:35:48 localhost insmod:                                     
> /lib/modules/2.4.17/misc/snd-intel8x0.o: insmod sound-slot-0 failed   
>                                                                       
> any ideas?                                                            
>                                                                       
> Tommy  
                                                               
HTH,

    -Frans

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

Reply via email to