Hello,

Has anyone had any success using a Logitech Quickcam pro 3000 with the 
Philips webcam drivers? 

I see from the author's webpage that the camera has Philips components.

        http://www.smcc.demon.nl/webcam

"2001-09-25: Oh yes, I almost forgot. The driver also supports the Logitech 
Quickcam 3000 Pro and both Samsung MPC-C10 and MPC-C30. "

I get the standard messages when the driver loads but never get the "camera 
detected" part:

kernel: pwc Philips PCA645/646 + PCVC675/680/690 + PCVC730/740/750 webcam 
module version 8.2 loaded.
kernel: pwc Also supports Askey VC010 cam.
kernel: usb.c: registered new driver Philips webcam

And later:

kernel: usb.c: USB device 2 (vend/prod 0x46d/0x8b0) is not claimed by any 
active driver.

>From /usr/src/linux/drivers/usb/pwc-if.c

        else if (vendor_id == 0x046d) {
            switch(product_id) {
            case 0x08b0: 
                Info("Logitech QuickCam 3000 Pro detected.\n");
                type_id = 730;
                break;  
            default:
                return NULL;
                break;  
            }       
        }       

Also, using usbview I see that my camera's vendor ID and product ID match the 
case above:

        Vendor Id: 046d
        Product Id: 08b0

The pwc driver author says:

"What happens is that the PWC driver gets registered, but it is never called 
by the USB core when a USB device is detected."

Has anyone got ideas, patches, kernel verions which might allow this to work? 
I've tried kernels 2.4.10 and 2.4.10-ac4.

Many Thanks.
Ashley

-- 

"If things seem a bit weird today, you've probably got CAPS on in vi..."

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to