Logitech Quickcam Express and mod_quickcam.o
As my info at left indicates, I'm running redhat 7.1, upgraded with the rawhide packages and kernel RPMs to kernel version 2.4.9.
After compiling the quickcam express driver I got from sourceforge, I have a mod_quickcam.o module to insmod into the kernel.
I can do this manually, and then view the quickcam video using xawtv. This is good.
But what I'd like to do is have the module install automatically.
I copied it into the /lib/modules/<kernel> folder, then ran depmod -a to tell the OS where the module was, and rebooted. Upon reboot, lsmod tells me the module is already in the kernel. I startx, and not only is xawtv unable to view the quickcam video at /dev/video1, my zapping tv viewer program looking to see video at my /dev/video0 tv tuner doesn't work either. It somehow blocks normal loading of the i2c, i2c-algo-bit, and bttv modules that the tv tuner needs by loading mod_quickcam.o at boot time.
If I remove the mod_quickcam module and manually install the i2c, i2c-algo-bit, and bttv modules, tv tuning works fine, and then I can install the mod_quickcam module and quickcam video flows out /dev/video1 again.
How do I get the mod_quickcam.o module into the a sort of list for the kernel to grab when it needs it instead of injecting itself in the kernel at boot time and making my tv tuner not work?
|