Just a suggestion, If it's a USB webcam, try loading module usbvideo.
hs
tps@xxxxxxxxxxx wrote:
Folks,
I'm trying to set up a system remotely with a webcam. The camera
is plugged in (Phillips camera) and the driver loads, but the assignment
to one the the video devices just doesn't happen. I have this working on
a lot of other machines, but it's been a while since I did one from scratch.
What's the obvious thing I'm missing?
scanner:/dev# lsmod
Module Size Used by Not tainted
pwc 46480 0 (unused)
mousedev 4372 0 (unused)
hid 21892 0 (unused)
cmpci 26484 0 (unused)
soundcore 3940 2 [cmpci]
videodev 6272 0 [pwc]
sis900 14284 1
crc32 2912 0 [sis900]
keybdev 2116 0 (unused)
usbkbd 3672 0 (unused)
input 3616 0 [mousedev hid keybdev usbkbd]
usb-ohci 19304 0 (unused)
usbcore 47620 0 [pwc hid usbkbd usb-ohci]
rtc 6792 0 (autoclean)
unix 15468 3 (autoclean)
pwc Philips PCA645/646 + PCVC675/680/690 + PCVC730/740/750 webcam module version 8.12 loaded.
pwc Also supports the Askey VC010, various Logitech Quickcams, Samsung MPC-C10 and MPC-C30,
pwc the Creative WebCam 5, SOTEC Afina Eye and Visionite VCS-UC300 and VCS-UM100.
usb.c: registered new driver Philips webcam
scanner:/dev#
Thanks,
Tim