i get this error when i try to insmod the module.... i
am running 2.4.7-10 (from redhat 7.2) now, but had the
same problem with 2.4.2-2(from redhat 7.1) and a
home-compiled 2.4.9 on rh7.1....
[root@localhost qce-ga-0.40b]# insmod quickcam.o
quickcam.o: unresolved symbol load_hdcs_mod
quickcam.o: unresolved symbol FormatName
quickcam.o: unresolved symbol
video_unregister_device_Ra1f361a1
quickcam.o: unresolved symbol
video_proc_entry_Rb57bab08
quickcam.o: unresolved symbol
video_register_device_R3a7ce584
quickcam.o: unresolved symbol usb_deregister_Rc4ef4354
quickcam.o: unresolved symbol usb_submit_urb_R93024830
quickcam.o: unresolved symbol usb_alloc_urb_Rd77e35cb
quickcam.o: unresolved symbol usb_register_Rec0c2da5
quickcam.o: unresolved symbol mem_map_Re9b48827
quickcam.o: unresolved symbol
usb_set_interface_R3f21ad67
quickcam.o: unresolved symbol usb_unlink_urb_R457d7f1a
quickcam.o: unresolved symbol
create_proc_entry_Rdcaa9b2d
quickcam.o: unresolved symbol usb_free_urb_Rba418b6e
quickcam.o: unresolved symbol
remove_proc_entry_Rf7e587c0
quickcam.o: unresolved symbol
usb_driver_release_interface_Rd703bc1d
quickcam.o: unresolved symbol quickcam_convert_image
quickcam.o: unresolved symbol usb_control_msg_Rc1227ba8
quickcam.o: unresolved symbol init_mm_Rdb61127a
quickcam.o: unresolved symbol IsSupported
quickcam.o: unresolved symbol load_pb0100_mod
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Have a look at the first response to my questions at <http://sourceforge.net/forum/forum.php?thread_id=150099&forum_id=40677>. "nobody" suggests that the .o files that are created from cimpiling the source need to be in the same directory as the module when you load it. This made no difference in my case, but might help you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Same problem here with kernel 2.4.12. Where should
these functions (?) be defined anyway? Not in
any ordinary modules, that is for sure since trying
depmod -a will also report unresolved dependancies for mod_quickcam.o!
A quick grep in the qce source directories also reveal no definition of the functions.
Ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i get this error when i try to insmod the module.... i
am running 2.4.7-10 (from redhat 7.2) now, but had the
same problem with 2.4.2-2(from redhat 7.1) and a
home-compiled 2.4.9 on rh7.1....
[root@localhost qce-ga-0.40b]# insmod quickcam.o
quickcam.o: unresolved symbol load_hdcs_mod
quickcam.o: unresolved symbol FormatName
quickcam.o: unresolved symbol
video_unregister_device_Ra1f361a1
quickcam.o: unresolved symbol
video_proc_entry_Rb57bab08
quickcam.o: unresolved symbol
video_register_device_R3a7ce584
quickcam.o: unresolved symbol usb_deregister_Rc4ef4354
quickcam.o: unresolved symbol usb_submit_urb_R93024830
quickcam.o: unresolved symbol usb_alloc_urb_Rd77e35cb
quickcam.o: unresolved symbol usb_register_Rec0c2da5
quickcam.o: unresolved symbol mem_map_Re9b48827
quickcam.o: unresolved symbol
usb_set_interface_R3f21ad67
quickcam.o: unresolved symbol usb_unlink_urb_R457d7f1a
quickcam.o: unresolved symbol
create_proc_entry_Rdcaa9b2d
quickcam.o: unresolved symbol usb_free_urb_Rba418b6e
quickcam.o: unresolved symbol
remove_proc_entry_Rf7e587c0
quickcam.o: unresolved symbol
usb_driver_release_interface_Rd703bc1d
quickcam.o: unresolved symbol quickcam_convert_image
quickcam.o: unresolved symbol usb_control_msg_Rc1227ba8
quickcam.o: unresolved symbol init_mm_Rdb61127a
quickcam.o: unresolved symbol IsSupported
quickcam.o: unresolved symbol load_pb0100_mod
Have a look at the first response to my questions at <http://sourceforge.net/forum/forum.php?thread_id=150099&forum_id=40677>. "nobody" suggests that the .o files that are created from cimpiling the source need to be in the same directory as the module when you load it. This made no difference in my case, but might help you.
Same problem here with kernel 2.4.12. Where should
these functions (?) be defined anyway? Not in
any ordinary modules, that is for sure since trying
depmod -a will also report unresolved dependancies for mod_quickcam.o!
A quick grep in the qce source directories also reveal no definition of the functions.
Ideas?