hi hari_kumarkp,
your webcam Logitech, Inc. QuickCam Express with 046d:0928 device id is supported on linux using the gspca driver, there are two options
1- you can download the source and recompile on your system for better performance, you can issue these commands from the terminal to install the driver:
[email protected]# wget http://mxhaard.free.fr/spca50x/Download/gspcav1-20071224.tar.gz
[email protected]# tar zxvf gspcav1-20071224.tar.gz
[email protected]# cd gspcav1-20071224
[email protected]# ./configure
[email protected]# make
[email protected]#make install
2- gspca is also integrated on new linux kernel version starting on 2.6.28, kernel upgrade is also an option
×