Changes between Version 1 and Version 2 of Old/Webcamera


Ignore:
Timestamp:
Apr 10, 2006, 11:02:23 PM (18 years ago)
Author:
sankar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Webcamera

    v1 v2  
     1
     2----
    13Configuration of USB Device Driver for Logitech Quickcam Pro 4000 in ORBIT Node:
    24
    35
    46Step -1:
     7
     8----
    59
    610Debian Linux flavour 2.6.12 running in ORBIT nodes have source code for USB. But the baseline image in ORBIT does not have the USB code integrated into kernel. So the first step is to configure the USB into kernel ( i.e., compiling the kernel with the USB code) .
     
    3438The kernel image that comes up has USB support built-in now.  Now we need to install the device driver for the Web camera ( Logitech Quickpro 4000, in our case). A Philips Webcam device driver (pwc) is built for the purpose. More information on this is at : http://www.saillard.org/linux/pwc/. The best case here is to just select the right options in ‘make menuconfig’, rebuild the kernel, plug in the web camera to see if the Device is detected.
    3539
    36         Enabling the Web camera:
     40     Enabling the Web camera:
    3741
    3842a) node1-1:/usr/src/linux-2.6.12# make menuconfig
     43
    3944b) From the top level menu, select "Code maturity level options" item and enable "Prompt for development and/or incomplete code/drivers".
     45
    4046c) Goto Device Drivers -> USB Support .
     47
    4148d) Select “USB Philips Cameras”, "USB Audio support".
     49
    4250e) Then do a make, make install, reboot.
     51
    4352f) Once the System boots up save the image. Plug the web camera and check using ‘dmesg’ if the device is detected.
    4453
     
    5463
    5564NOTE: The options that you select after a ‘make menuconfig’ can be selected as “modules” as well. However I didn’t try that option as yet.
    56 
    57 
    58 []