From owner-freebsd-questions@FreeBSD.ORG Sat Jun 28 01:18:40 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3671106567E for ; Sat, 28 Jun 2008 01:18:40 +0000 (UTC) (envelope-from chip@wiegand.org) Received: from smtpauth17.prod.mesa1.secureserver.net (smtpauth17.prod.mesa1.secureserver.net [64.202.165.29]) by mx1.freebsd.org (Postfix) with SMTP id B8C638FC15 for ; Sat, 28 Jun 2008 01:18:40 +0000 (UTC) (envelope-from chip@wiegand.org) Received: (qmail 24406 invoked from network); 28 Jun 2008 01:17:47 -0000 Received: from unknown (72.211.136.129) by smtpauth17.prod.mesa1.secureserver.net (64.202.165.29) with ESMTP; 28 Jun 2008 01:17:47 -0000 Message-ID: <4865920D.9060302@wiegand.org> Date: Fri, 27 Jun 2008 18:21:17 -0700 From: chip User-Agent: Thunderbird 2.0.0.9 (X11/20080213) MIME-Version: 1.0 To: FreeBSD Questions References: <4865505B.4070006@wiegand.org> <48657228.6010603@wiegand.org> <48657374.3080909@wiegand.org> <48657341.9020602@cwis.biz> <48658B32.7090603@wiegand.org> <48658DA2.9070307@cwis.biz> In-Reply-To: <48658DA2.9070307@cwis.biz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD-7.0 Release and Camera? Almost got it figured out X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2008 01:18:41 -0000 Ryan Coleman wrote: > chip wrote: >> Ryan Coleman wrote: >>> chip wrote: >>>> Heheh, got that working, had to add sudo to the beginning of the >>>> command. Now the problem has to do with permissions. The pics are >>>> downloaded with the owner being root, so I have to view the pics as >>>> root. Whats the workaround? >>>> Thanks. >>>> >>>> chip wrote: >>>>> A little more info - >>>>> I now have gphoto2 recognizing and downloading my images, but only >>>>> in a terminal window. I am using XFCE and want to create a >>>>> shortcut on the toolbar or the desktop that will open a terminal >>>>> window and run the command. I have a shortcut set up but it just >>>>> opens a terminal window and quickly closes, I don't know what's >>>>> wrong, but it's not downloading the images. >>>>> Any suggestions on how to get a shortcut to a terminal window app >>>>> to work on XFCE? >>>>> >>>>> Thanks. >>>>> >>>>> chip wrote: >>>>>> Anyone know how to get FBSD 7-R to recognize my Canon S3 IS and >>>>>> download pics from it? >>> First off, please bottom respond. Easier to follow the thread. >>> >>> Secondly, chown would do the job. sudo chown youruser:yourgroup * >>> (or file*) >>> >>> -- >>> Ryan >>> >>> >> So that is after loading the pics. Is there anything I can do >> beforehand so the whole process can be done under my normal user login? > RTFM: > http://gphoto.sourceforge.net/doc/manual/permissions-serial.html#ex-serial-anybody-access > > > Really, man... RTFM :) > Thanks for the link. It refers to ttys0, that doesn't exist on my machine. I did use those instructions on acd0 which now allows me to play cd's without being on the root account.