I looked in /var/log/messages, and saw this:
CODE
usb 4-3: new high speed USB device using ehci_hcd and address 3
usb 4-3: configuration #1 chosen from 1 choice
uvcvideo: Found UVC 1.00 device Philips SPC 1300NC Webcam (0471:0331)
Device initialization failed: the default format and/or frame are not valid.
uvcvideo: <3>uvcvideo: Failed to initialize the device (-22).
3:3:1: cannot get freq at ep 0x84
usb 4-3: configuration #1 chosen from 1 choice
uvcvideo: Found UVC 1.00 device Philips SPC 1300NC Webcam (0471:0331)
Device initialization failed: the default format and/or frame are not valid.
uvcvideo: <3>uvcvideo: Failed to initialize the device (-22).
3:3:1: cannot get freq at ep 0x84
So it seemed to recognise uvcvideo ok, but then couldn't initialize the camera for some reason.
I tried lsusb, and got this:
CODE
# lsusb
Bus 004 Device 003: ID 0471:0331 Philips
Bus 004 Device 003: ID 0471:0331 Philips
And then saw a program called kdetvv4lsetup, which unfortunately just gave this:
CODE
$ kdetvv4lsetup
kdetvv4lsetup: using X11 display :0
dga: version 2.0
mode: 1400x1050, depth=16, bpp=16, bpl=4096, base=0xf0020000
can't open /dev/video0: No such file or directory
which makes sense cos there isn't a /dev/video* and no other likely-looking devices either.kdetvv4lsetup: using X11 display :0
dga: version 2.0
mode: 1400x1050, depth=16, bpp=16, bpl=4096, base=0xf0020000
can't open /dev/video0: No such file or directory
Any ideas what I can do? I'm running 2007 Spring if that makes any difference, is it possible I'm using old drivers or something?