From owner-freebsd-questions@FreeBSD.ORG Thu Mar 1 03:10:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D07DD16A400 for ; Thu, 1 Mar 2007 03:10:10 +0000 (UTC) (envelope-from ajm91qw@sbcglobal.net) Received: from smtp110.sbc.mail.re2.yahoo.com (smtp110.sbc.mail.re2.yahoo.com [68.142.229.95]) by mx1.freebsd.org (Postfix) with SMTP id 8568113C491 for ; Thu, 1 Mar 2007 03:10:10 +0000 (UTC) (envelope-from ajm91qw@sbcglobal.net) Received: (qmail 90876 invoked from network); 1 Mar 2007 02:43:30 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Received:X-YMail-OSG:Date:From:To:Subject:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent; b=AU/qhW/qe4R61KMkS+uAIpsOWEduYmwcRzznFuBihB9sRMShiPZzSNmGUYUceEHo+vFh+I6TfFgcXUQriGxU0EvVZUY2bMVHqyWMtfufL/dHIx4mXnHPlwTudr0skCTTlJIPmbOnCV4eaoxbPnaBG2LxYJgWeDQUuYRI55ERSCE= ; Received: from unknown (HELO localhost) (ajm91qw@sbcglobal.net@75.38.49.57 with plain) by smtp110.sbc.mail.re2.yahoo.com with SMTP; 1 Mar 2007 02:43:29 -0000 X-YMail-OSG: 42GWBjUVM1ng8RJ2pnxb9fuKUCY7JQsugyvA9LXxcQuW_W0hJSNoNy7ozxCu3nTml8HS19QS7_VHIQBv.beZ4.D.eH6ScKlh1jkB9ln228vdxq2e9wLZ96WczfkhpkgL2lr7UqUa_X0YXA-- Date: Wed, 28 Feb 2007 20:43:08 -0600 From: ajm To: freebsd-questions@freebsd.org Message-ID: <20070301024308.GA726@powerfull.bsd> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) Subject: Re: unlisted camera in gtkam? 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: Thu, 01 Mar 2007 03:10:10 -0000 On Wed, Feb 28, 2007 at 11:48:54AM +0200, t nagu tundmatu wrote: > Hello to all, > > I have a problem with gtkam ? my new camera (Pentax K10D) is not supported. > I now got it listed in the menu but trying to 'add a new camera' gives a > message 'could not initialize the camera.' Is there any trick I'm missing or > is there maybe another program I can use (with the support of this camera) > or maybe a third option? > > Thanks in advance. I don't have a Pentax, but I use a memory card reader for my Olympus. I find it easier to mount, download photos then use gqview to view and gimp to edit. Just make sure you mount it with the mount_msdosfs command. Here is what I have done. In the /etc/sysctl.conf file I have the following lines: # user mounts devices vfs.usermount=1 In the /usr/local/etc/sudoers file I have the following: # Defaults specification Defaults env_reset Defaults timestamp_timeout=0 Defaults tty_tickets Defaults requiretty Defaults passwd_timeout=1 # User privilege specification user_me ALL=/sbin/umount,\ /sbin/mount_msdosfs In my home directory, I have created a directory call ~/mount/camera I am in the wheel group. The command is sudo mount_msdosfs /dev/da?s1 ~/mount/camera replace the ? with your device number. I hope this helps...I am sure there are many other ways to do this. -- Alexander FreeBSD 6.0-RELEASE i386