| :: Setting up Logitech QuickCam pro 4000 on RH 9.0 :: | |||
| HOME |

#>ln -s /usr/src/linux-2.4.20 /usr/src/linux
[shashank@mia ~shashank/temp]# tar -xvzf pwc-8.8.tar.gz pwc-8.8/ pwc-8.8/kernel-2.4/ pwc-8.8/kernel-2.4/ChangeLog --SNIP-- [shashank@mia ~shashank/temp]# cd pwc-8.8/kernel-2.4/ [shashank@mia kernel-2.4]# ls ChangeLog pwc-ctrl.c pwc-ioctl.h pwc-uncompress.c pwc.h pwc_nala.h philips.txt pwc-if.c pwc-misc.c pwc-uncompress.h pwc_kiara.h pwc_timon.h [shashank@mia kernel-2.4]# cp pwc* /usr/src/linux-2.4.20/drivers/usb/
[shashank@mia ~shashank/temp]# tar -xvzf pwcx-8.2.2.tar.gz usb-pwcx-8.2.2/ usb-pwcx-8.2.2/x86/ --SNIP-- [shashank@mia ~shashank/temp]# cd usb-pwcx-8.2.2/x86/gcc-3.2/ [shashank@mia gcc-3.2]# ls README pwcx-2.4.20.o pwcx-2.5.67.ko [shashank@mia gcc-3.2]# cp pwcx-2.4.20.o /lib/modules/usb/NOTE: If you don't have the /lib/modules/usb directory, then create it.
[shashank@mia gcc-3.2]# cat /etc/modules.conf --SNIP-- alias char-major-81 videodev alias char-major-81-0 pwc #options pwc size=vga leds=250,250 fps=25 mbufs=3 compression=0 options pwc fps=15 mbufs=3 compression=0 post-install pwc /sbin/insmod --force -k /lib/modules/usb/pwcx-2.4.20.o >/dev/null 2>&1 || : --SNIP--
#>cd /usr/src/linux-2.4.20 #>make clean; make mrproper #>cp /boot/config-2.4.20-13.9 .config #>make menuconfig Turn off the following option Loadable Module Support --> Set Version Information on All module SymbolsIn addition check if the following options are selected. (Most probably they are)
USB support --> Support of USB
--> UHCI (Intel PIIX4, VIA, ...)
--> USB Audio support
--> USB Philips Cameras
Then complete the final step as :
#>make dep; make bzImage; make modules; make modules_install; make installWhen the compilation is complete, reboot the system in the new kernel (2.4.20).