The following text is from http://www.smcc.demon.nl/webcam/faq.html#L9 but
is not automatically loading pwcx-i386.o.  Does anyone know why?
-----------------------------------------------------------
Is there a way to automatically load PWCX after the PWC module?

Yes, there is! John Rodkey sent me a tip; add this to your
/etc/modules.conf:

post-install pwc /sbin/insmod --force /lib/modules/usb/pwcx-i386.o
>/dev/null 2>&1  || :

You may of course have to change the path to the pwcx module, depending on
your setup. Now everytime pwc is loaded (either by modprobe or the kerneld),
pwcx will loaded too. You will need the --force option because the pwcx
kernel version will probably not match yours. And oh, since pwcx is kernel
independant, you should indeed install it in /lib/modules/usb, instead of
/lib/modules/<kernel-version>/kernel/drivers/usb.
-----------------------------------------------------------


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to