Hi,
I'm curently trying to run a logitech web cam (QuickCam Pro 4000). It is using a philips chipset and is suported by the pwc drivers. I am running a 2.4.18 kernel on a debian system (debain pre-compiled kernel).
I can insert the pwc module, here is what i get in /var/log/message:
Quote:
Apr 22 13:58:09 magoo kernel: uhci.c: USB Universal Host Controller Interface driver v1.1
Apr 22 13:58:09 magoo kernel: PCI: Found IRQ 11 for device 00:07.2
Apr 22 13:58:09 magoo kernel: uhci.c: USB UHCI at I/O 0xe000, IRQ 11
Apr 22 13:58:09 magoo kernel: usb.c: new USB bus registered, assigned bus number 1
Apr 22 13:58:09 magoo kernel: hub.c: USB hub found
Apr 22 13:58:09 magoo kernel: hub.c: 2 ports detected
Apr 22 13:58:09 magoo kernel: hub.c: USB new device connect on bus1/1, assigned device number 2
Apr 22 13:58:10 magoo kernel: usb.c: USB device 2 (vend/prod 0x46d/0x8b2) is not claimed by any active driver.
Apr 22 13:58:51 magoo kernel: usb.c: deregistering driver Philips webcam
Apr 22 13:58:51 magoo kernel: pwc Philips webcam module removed.
Apr 22 13:58:56 magoo kernel: pwc Philips PCA645/646 + PCVC675/680/690 + PCVC730/740/750 webcam module version 8.5 loaded.
Apr 22 13:58:56 magoo kernel: pwc Also supports the Askey VC010, Logitech Quickcam 3000 Pro, Samsung MPC-C10 and MPC-C30, the Creative WebCam 5 and the SOTEC CMS-001.
Apr 22 13:58:56 magoo kernel: usb.c: registered new driver Philips webcam
Apr 22 14:02:29 magoo kernel: usb-uhci.c: $Revision: 1.275 $ time 11:20:39 Apr 14 2002
Apr 22 14:02:29 magoo kernel: usb-uhci.c: High bandwidth mode enabled
Apr 22 14:02:29 magoo kernel: usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
|
It does not state it has seen the webcam and does not create the /dev/video0. I tryed to create video0 myself (mknod /dev/video0 c 81 0) but there does not seem to be a difference.
The /proc/modules says:
Quote:
pwc 36896 0 (unused)
soundcore 3556 0 (autoclean)
uhci 23720 0 (unused)
usbcore 48512 0 [pwc uhci]
videodev 4608 0 [pwc]
eepro100 17104 1
af_packet 11528 0 (unused)
rtc 5528 0 (autoclean)
ide-disk 6624 2 (autoclean)
ide-probe-mod 8064 0 (autoclean)
ide-mod 130860 2 (autoclean) [ide-disk ide-probe-mod]
ext3 56736 1 (autoclean)
jbd 35048 1 (autoclean) [ext3]
unix 13316 5 (autoclean)
|
Both uhci and pwc are marked as unused??
Bottom line is my video app says: cannot open /dev/video0. I believe it is because the drivers are not loaded corectly. (by the way, I know there are not the latest drivers, but I want to avoid recompiling a kernel)
Any ideas? Thanks in advance.