>>>>> "vincent" == Vincent Meyer <[EMAIL PROTECTED]> writes:
vincent> The module IS there - and won't load. Fails with :
vincent> /lib/modules/2.4.4-6mdk/kernel/drivers/usb/quickcam/mod_quickcam.o.gz:
vincent> unresolved symbol video_unregister_device_R8e3ca7f9
vincent> /lib/modules/2.4.4-6mdk/kernel/drivers/usb/quickcam/mod_quickcam.o.gz:
vincent> unresolved symbol video_register_device_Rf00875ba
>> The driver is there, but I don't know how to activate it (aka I don't
>> have this camera nor anyother camera).
>>
>> /lib/modules/2.4.4-2mdk/kernel/drivers/usb/quickcam/mod_quickcam.o.gz
>>
>> Search for that file in your kernel.
>>
>> Later, Juan.
instead of:
insmod mod_quickcam
use
modprobe -k quickcam
If you are not running that command by hand, told me what application
are you using.
Later, Juan.
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy