On Monday 19 April 2004 21:59, linux seaq wrote:
> hi is it possible to access an usb camera from thin client?
shure

>
> the camera is supported by linux according to gphoto2 website.
first check out if you really need gphoto2, or if the camera could work als 
usb-mass storage device. 
If it works as usb-mass storage device u may need the following entrys in 
lts.conf

        MODULE_01               = "uhci"
        MODULE_03               = "scsi_mod"
        MODULE_04               = "sr_mod"
        MODULE_05               = "sd_mod"
        MODULE_06               = "usb-storage"

u can see in the kenel messages if the cam is found.
 otherwise u need to compile gphoto2 4 your client.

once u have the cam working on the client, u can access the cam 
e.g. with the rmedia package. just add the following in lts.conf

        RCFILE_01               = "rmedia"
        RMEDIA_DEV03_NAME       = "cam"
        RMEDIA_DEV03_PATH       = "/dev/sda1"

or whatever ure device is

hth
cornelius

>
> any suggestion?
>
> thanks in advance
>
> Andres
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to