LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   alsa and unresolved symbols (https://www.linuxquestions.org/questions/linux-software-2/alsa-and-unresolved-symbols-53724/)

ava 04-06-2003 03:25 PM

alsa and unresolved symbols
 
hi there,

when i compiled my alsa snd-es18xx module, everything went fine, until i had to modprobe snd-es18xx. it gave me the following error:
Code:

root@aphrodite:~# modprobe snd-es18xx
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o: init_module: No such device
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o: Hint: insmod errors can be caused by
incorrect module parameters, including invalid IO or IRQ parameters.
      You may find more information in syslog
or the output from dmesg
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o: insmod
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o failed
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o: insmod snd-es18xx failed

when i insmod snd-es18xx:
Code:

root@aphrodite:~# insmod snd-es18xx
Using /lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o: unresolved symbol isapnp_resource_change
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o: unresolved symbol snd_opl3_hwdep_new
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o: unresolved symbol isapnp_cfg_end
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o: unresolved symbol snd_mpu401_uart_interrupt
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o: unresolved symbol isapnp_find_dev
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o: unresolved symbol isapnp_write_byte
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o: unresolved symbol isapnp_probe_cards
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o: unresolved symbol isapnp_cfg_begin
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o: unresolved symbol snd_opl3_create
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o: unresolved symbol snd_mpu401_uart_new

hope it rings a bell...
(please help me, cause i'm a real music freak :D)

edit: added some linefeeds :)

rch 04-07-2003 03:14 AM

there is a script called sndevices in the alsa directory run that script
instead you could also get a script from here
http://www.linuxquestions.org/questi...threadid=50996

myst 04-07-2003 03:39 AM

follow my example, i think you are stuck in the same problem i were...

http://www.linuxquestions.org/questi...lackware+audio


All times are GMT -5. The time now is 09:40 AM.