Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Nov 2010 04:31:06 +0100
From:      Bernt Hansson <bernt@bah.homeip.net>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Digital camera (Canon)
Message-ID:  <4CF31E7A.2070809@bah.homeip.net>
In-Reply-To: <alpine.BSF.2.00.1011272314230.42419@tripel.monochrome.org>
References:  <4CF1C9D2.3010207@bah.homeip.net> <alpine.BSF.2.00.1011272314230.42419@tripel.monochrome.org>

next in thread | previous in thread | raw e-mail | index | archive | help
2010-11-28 05:21, Chris Hill skrev:
> On Sun, 28 Nov 2010, Bernt Hansson wrote:
>
>> I have a digital camera, Canon powershoot sx130 is. That I wish to
>> mount. The camera contains an sd-card that I wish to extract the
>> photos from.
>>
>> ugen2.2: <canon inc.> at usbus2

Thank you all for your input on this issue.
Merry whatever your winter holiday is, and yes, the pictures is aviable
to download from the camera. Thank you!

> I have a Canon Powershot S5IS that behaves similarly. I have found that
> it can't be mounted like a disk drive, even though you would think it
> should work that way. Instead, I have to use gtkam to get the pictures
> off of it - /usr/ports/graphics/gtkam
>
> Also had to change some system stuff in order to be able to do this as
> an ordinary user:
>
> Added to /etc/devfs.conf
> # Allow members of group operator to use USB
> own usb* root:operator
> perm usb* 0660
>
> ...and here is my /etc/devfs.rules in its entirety:
> # Added so ordinary users can use the USB camera if they are
> # members of group 'usb'
> #
> [usb_devices=10]
> add path 'ugen*' mode 0660 group usb
> add path 'da*s*' mode 0660 group usb
> #
> # 20091231: added the following for 8.0, since usb is handled
> # differently now. Hoping this will make gtkam work.
> add path 'usb/*' mode 0660 group usb
>
> HTH...
>
> --
> Chris Hill chris@monochrome.org
> ** [ Busy Expunging <|> ]
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CF31E7A.2070809>