On Sun, 2006-12-31 at 13:06 +0100, Przemyslaw Gawronski wrote: > Hi > > >> I've just installed a Logitech Communication STX Webcam (using the gspc > >> driver) and it works just fine. > > I've got the same webcam, but I can't get it to work :( How do I enable > this module? > > I've tried: modprobe gspc, but it doesn't seem to work :( > > Thanks for advice > > Przemek I assume that you're using FC5/6, right? A. Install the kernel-devel package. $ yum install kernel-devel B. Download the driver from: http://mxhaard.free.fr/spca50x/Download/gspcav1-20061216.tar.gz C. Unpack it in your home directory. tar -xzf gspcav1-20061216.tar.gz D. Build the driver (as a user) $ cd gspcav1-20061216 $ make E. Install the driver. $ su $ make install F. Insert the modules. $ modprobe gspca $ modprobe snd_usb_audio $ exit. - Gilboa