I tries insmod, I get unresolved symbols. Nay ideas?

[root@hori misc]# /sbin/insmod snd-card-emu10k1.o
snd-card-emu10k1.o: unresolved symbol snd_emu10k1_pcm_Ra233f2bf
snd-card-emu10k1.o: unresolved symbol snd_emu10k1_pcm_mic_Rbdd43bac
snd-card-emu10k1.o: unresolved symbol snd_emu10k1_fx8010_new_R2de06655
snd-card-emu10k1.o: unresolved symbol snd_emu10k1_pcm_efx_R634822a2
snd-card-emu10k1.o: unresolved symbol snd_emu10k1_fx8010_pcm_Rf1e3a736
snd-card-emu10k1.o: unresolved symbol snd_emu10k1_mixer_R2fed7bd1
snd-card-emu10k1.o: unresolved symbol snd_emu10k1_midi_Rb621d5f8
snd-card-emu10k1.o: unresolved symbol snd_emu10k1_create_R995a055b


Emre Tezel wrote:

> Hi Everyone,
> 
> I am trying to get alsa 0.9.0beta10 working. I compiled and installed 
> all the tar balls. I modified my modules.conf and even did a ldconfig. 
> But I get an error message whenever I tried to load the drivers.
> 
> [root@hori misc]# /sbin/modprobe snd-card-emu10k1
> /lib/modules/2.4.7-10/misc/snd-card-emu10k1.o: init_module: No such device
> Hint: insmod errors can be caused by incorrect module parameters, 
> including invalid IO or IRQ parameters
> /lib/modules/2.4.7-10/misc/snd-card-emu10k1.o: insmod 
> /lib/modules/2.4.7-10/misc/snd-card-emu10k1.o failed
> /lib/modules/2.4.7-10/misc/snd-card-emu10k1.o: insmod snd-card-emu10k1 
> failed
> 
> my modules.conf looks like this:
> 
> alias parport_lowlevel parport_pc
> alias eth0 3c59x
> #alias sound-slot-0 emu10k1
> #post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L 
>  >/dev/null 2>&1 || :
> #pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S 
>  >/dev/null 2>&1 || :
> alias usb-controller usb-uhci
> 
> # ALSA portion
> alias char-major-116 snd
> # OSS/Free portion
> alias char-major-14 soundcore
> 
> # ALSA portion
> alias snd-card-0 snd-card-emu10k1
> # OSS/Free portion
> alias sound-slot-0 snd-card-0
> 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
> 
> Please help !!!
> 
> Thx
> Emre
> 
> 
> _______________________________________________
> Alsa-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/alsa-user
> 



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

Reply via email to