Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2003-10-30 01:25:53
Size: 746
Editor: anonymous
Comment: Ouah je kiffe !!!!!
Revision 4 as of 2003-11-23 15:44:54
Size: 865
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
==== I want to use my usb webcam for hasciicam and palantir ==== DynebolicFaq : [http://dynebolic.org/ dyne:bolic homepage]
==== How can I use my usb webcam on dyne:bolic? ====
Line 3: Line 4:
You have to activate the camera loading its kernel module
It deoends on
your webcam :
        - for logitech/dexxa quickcams the module is mod_quickcam:
          '''''# modprobe mod_quickcam'''''
You have to activate the camera loading its kernel module, depending on the webcam you've got:
        
 *
for '''logitech/dexxa''' quickcams the module is ''mod_quickcam'' and is installed by typing, at terminal:
 
 ''
modprobe mod_quickcam''
Line 8: Line 10:
        - in case of phillips webcams the module is pwc:
          '''''# modprobe pwc'''''
 *for '''philips''' webcams the module is ''pwc'':
 
''modprobe pwc''
Line 11: Line 14:
        - for other webcams, please refer to ["http://www.linux-usb.org"]  *for other webcams, please refer to the [http://www.linux-usb.org linux-usb] site.
Line 13: Line 16:
(please note that hasciicam and freej don't support phillips webcams) '''Please note''' that hasciicam and freej '''don't''' support philips webcams.
Line 15: Line 18:
once the module is loaded, you get /dev/v4l/video0
for convenience, you can also make a link to it:
Once the module is loaded, you will get a device called ''/dev/v4l/video0''
Line 18: Line 20:
# ln -sf /dev/v4l/video0 /dev/video For convenience, you could also make a link to it:

''
ln -sf /dev/v4l/video0 /dev/video''
Line 21: Line 25:
Back to DynebolicFaq DynebolicFaq : [http://dynebolic.org/ dyne:bolic homepage]
Line 23: Line 27:
[http://dynebolic.org/ Dynebolic homepage]

DynebolicFaq : [http://dynebolic.org/ dyne:bolic homepage]

How can I use my usb webcam on dyne:bolic?

You have to activate the camera loading its kernel module, depending on the webcam you've got:

  • for logitech/dexxa quickcams the module is mod_quickcam and is installed by typing, at terminal:

    modprobe mod_quickcam

  • for philips webcams the module is pwc:

    modprobe pwc

  • for other webcams, please refer to the [http://www.linux-usb.org linux-usb] site.

Please note that hasciicam and freej don't support philips webcams.

Once the module is loaded, you will get a device called /dev/v4l/video0

For convenience, you could also make a link to it:

ln -sf /dev/v4l/video0 /dev/video


DynebolicFaq : [http://dynebolic.org/ dyne:bolic homepage]


webcam (last edited 2020-10-27 17:00:21 by asbesto)