Being as this error makes no sense, it might be helpful if you explained in detail, exactly what you did, and how and where you did it, so we have some context in which to try to understand it.
Alright, I used Synaptic to install kernel-2.6.33.5-pclos1.bfs. I had kernel-2.6.32.11-pclos2.bfs installed, so I figured that I probably have an i686 CPU.
In your first post your hardware seems to be detected, and the drivers used are defined. Are the drivers actually loaded? Most likely not, from the looks of things. From a root terminal, on the running system,
Well, first of all I tried to run modprobe as a user and got this:
[fidormula@localhost ~]$ modprobe ucvideo
bash: modprobe: command not found
So I ran it as root and here's my output:
[root@localhost fidormula]# modprobe ucvideo
FATAL: Module ucvideo not found.
[root@localhost fidormula]# modprobe snd_usb_audio
[root@localhost fidormula]# lsmod |grep snd
snd_usb_audio 64549 0
snd_usb_lib 13110 1 snd_usb_audio
snd_rawmidi 16051 1 snd_usb_lib
snd_hwdep 4798 1 snd_usb_audio
snd_intel8x0 22814 1
snd_intel8x0m 9452 0
snd_ac97_codec 89641 2 snd_intel8x0,snd_intel8x0m
ac97_bus 946 1 snd_ac97_codec
snd_seq_dummy 1266 0
snd_seq_oss 22632 0
snd_seq_midi_event 5421 1 snd_seq_oss
snd_seq 40566 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 5214 4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 29075 0
snd_pcm 58499 5 snd_usb_audio,snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_pcm_oss
snd_timer 15571 2 snd_seq,snd_pcm
snd_mixer_oss 11087 1 snd_pcm_oss
snd 46023 15 snd_usb_audio,snd_rawmidi,snd_hwdep,snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore 5525 1 snd
snd_page_alloc 6494 3 snd_intel8x0,snd_intel8x0m,snd_pcm
usbcore 121266 9 snd_usb_audio,snd_usb_lib,uvcvideo,ndiswrapper,uhci_hcd,ohci_hcd,ehci_hcd,usbhid
[root@localhost fidormula]# lsmod |grep uvc
uvcvideo 47771 0
videodev 29617 1 uvcvideo
v4l1_compat 11233 2 uvcvideo,videodev
usbcore 121266 9 snd_usb_audio,snd_usb_lib,uvcvideo,ndiswrapper,uhci_hcd,ohci_hcd,ehci_hcd,usbhid
Once the above commands have been done, the next thing is to run alsaconf as root.
Alright, I did that, and it didn't find my USB sound card, as far as I can tell:
┌──────────────────────────Soundcard Selection─────────────────────────────┐
│ │
│ Following card(s) are found on your system. │
│ Choose a soundcard to configure: │
│ ┌──────────────────────────────────────────────────────────────────────┐ │
│ │intel8x0 Silicon Integrated Systems [SiS] AC'97 Sound Controller (rev│ │
│ │legacy Probe legacy ISA (non-PnP) chips
If an individual application does not find the cam, that does not mean the cam is not working, just that an individual application may be broken or written for a different class of cameras. Try a different app. Wxcam, Cheese, Skype are three common apps that use the cam. Try each to see if any can find the camera and produce a video image. If Skype can produce a video, check to see if it can use the cam's mic.
Well, Skype identifies the webcam by name, but when I click "Test" nothing much happens and the light on the camera never comes on, but "FATAL: Module ucvideo not found." probably explains why.