On Fri, Nov 28, 2003 at 08:06:05AM +1100, Laurent DINCLAUX wrote:
Laurent DINCLAUX a �crit :
Hello,
I need to add Suigmatel usb driver (kernel 2.4.20)
Downloaded the archive and have got: ir257_stir4200_config-1.diff stir4200.c stir4200.h
Found an other version. I have compiled a stir4200.o. I do I install it please ?
Why not ask the author of this driver?
Also, where did you find this driver at?
greg k-h
To download: http://wetlogic.net/stewart/stir4200/stir4200.tgz
Project page: http://sourceforge.net/projects/sigma-irda/ (look at the forum)
An other version (kernel patch I think): http://irda.sourceforge.net/docs/status.html#future http://irda.sourceforge.net/ftp/patches/future/ir257_stir4200-1.tgz
I don't know how to use kernel patch so I used teh fist one:
# make
cc -I/lib/modules/2.4.20/build/include -I../include -Wall -Wcast-align -Wstrict-prototypes -O2 -DLINUX -D__KERNEL__ -DMODULE -DMODVERSIONS -fomit-frame-pointer -fno-common -pipe -mpreferred-stack-boundary=2 -include /lib/modules/2.4.20/build/include/linux/modversions.h -DKBUILD_BASENAME=stir4200 -o stir4200.o -c stir4200.c
# make install make: *** No rule to make target `install'. Stop.
# depmod -aq
# 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
/lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o: unresolved symbol irlap_close
/lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o: unresolved symbol irda_init_max_qos_capabilies
/lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o: unresolved symbol async_wrap_skb
/lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o: unresolved symbol irlap_open
/lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o: unresolved symbol async_unwrap_char
/lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o: unresolved symbol irda_device_setup
/lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o: unresolved symbol irda_qos_bits_to_value
/lib/modules/2.4.20/kernel/drivers/net/irda/stir4200.o: unresolved symbol irda_device_set_media_busy
# 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....
------------------------------------------------------- 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
