Oliver Neukum a �crit :
Am Mittwoch, 3. Dezember 2003 22:09 schrieben Sie:

Oliver Neukum a �crit :




# insmod stir4200.o
stir4200.o: unresolved symbol irda_debug
stir4200.o: unresolved symbol irlap_close
stir4200.o: unresolved symbol irda_init_max_qos_capabilies
stir4200.o: unresolved symbol async_wrap_skb
stir4200.o: unresolved symbol irlap_open
stir4200.o: unresolved symbol async_unwrap_char
stir4200.o: unresolved symbol irda_device_setup
stir4200.o: unresolved symbol irda_qos_bits_to_value
stir4200.o: unresolved symbol irda_device_set_media_busy



Can't figure out what is happening....


You need to load the irda subsystem. Use modprobe.


# modprobe stir4200
/lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o: unresolved symbol irda_debug
/lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o: insmod /lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o failed
/lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o: insmod stir4200 failed


# modprobe irda
# modprobe stir4200
/lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o: unresolved symbol irda_debug
/lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o: insmod /lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o failed
/lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o: insmod stir4200 failed


# insmod irda
Using /lib/modules/2.4.20/kernel/net/irda/irda.o
insmod: a module named irda already exists
# insmod stir4200
Using /lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o
/lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o: unresolved symbol irda_debug


Where does irda_debug come from?? Do I have a too old version of irda module??

It seem that your module is compiled with options different from the options
your kernel was compiled with. You need to recompile.



Thanks olivier but in stir4200.c tere are many calls to irda_debug, seems thta I have to recompile the kernel with irda_debug. But I don't know how to do that. I think I give it up for now...
... or maybe you have a great how-to URL :)





------------------------------------------------------- This SF.net email is sponsored by OSDN's Audience Survey. Help shape OSDN's sites and tell us what you think. Take this five minute survey and you could win a $250 Gift Certificate. http://www.wrgsurveys.com/2003/osdntech03.php?site=8 _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to