Changes between Version 1 and Version 2 of Old/Webcamera
- Timestamp:
- Apr 10, 2006, 11:02:23 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Webcamera
v1 v2 1 2 ---- 1 3 Configuration of USB Device Driver for Logitech Quickcam Pro 4000 in ORBIT Node: 2 4 3 5 4 6 Step -1: 7 8 ---- 5 9 6 10 Debian 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) . … … 34 38 The 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. 35 39 36 40 Enabling the Web camera: 37 41 38 42 a) node1-1:/usr/src/linux-2.6.12# make menuconfig 43 39 44 b) From the top level menu, select "Code maturity level options" item and enable "Prompt for development and/or incomplete code/drivers". 45 40 46 c) Goto Device Drivers -> USB Support . 47 41 48 d) Select “USB Philips Cameras”, "USB Audio support". 49 42 50 e) Then do a make, make install, reboot. 51 43 52 f) Once the System boots up save the image. Plug the web camera and check using ‘dmesg’ if the device is detected. 44 53 … … 54 63 55 64 NOTE: 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 []