> devices, loads the modules it needs, and I made the /dev/video linked > to /dev/video0 and the light comes on the cam. Any capture app I run This sounds peculiar. On my system, /dev/video is a directory and so could not be made to link elsewhere. With some programs, you need to specify the video device as /dev/video0. I recall at least one program had a problem where I had to edit the source code to change the default video device. Try the following: xawtv -hwscan Here's what I get: [stevec@doogles dev]$ xawtv -hwscan This is xawtv-3.54, running on Linux/i686 (2.4.9-34) looking for available devices port 76-76 type : Xvideo, image scaler name : NV10 Video Overlay port 77-108 type : Xvideo, image scaler name : NV05 Video Blitter /dev/video0: OK type : v4l name : OV511+ USB Camera flags: capture [stevec@doogles dev]$