From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 21:55:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30D3F16A4CE for ; Thu, 26 Feb 2004 21:55:46 -0800 (PST) Received: from yggdrasil.seektruth.org (D-128-208-61-34.dhcp4.washington.edu [128.208.61.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 971B543D2D for ; Thu, 26 Feb 2004 21:55:45 -0800 (PST) (envelope-from dsyphers@seektruth.org) Received: from yggdrasil.seektruth.org (localhost [127.0.0.1]) i1R5tkPI001054; Thu, 26 Feb 2004 21:55:46 -0800 (PST) (envelope-from dsyphers@seektruth.org) Received: from localhost (localhost [[UNIX: localhost]]) by yggdrasil.seektruth.org (8.12.11/8.12.11/Submit) id i1R5tjbm001053; Thu, 26 Feb 2004 21:55:45 -0800 (PST) (envelope-from dsyphers) From: David Syphers To: gphoto-user@lists.sourceforge.net, freebsd-questions@freebsd.org Date: Thu, 26 Feb 2004 21:55:45 -0800 User-Agent: KMail/1.6 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200402262155.45624.dsyphers@u.washington.edu> Subject: olympus D-400 camera on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 05:55:46 -0000 Hi, Sorry for the cross post, but I'm not sure whether my problem is with gphoto2 or FreeBSD. Please cc: me in reply. I was just given an old Olympus D-400 Zoom camera (which gphoto2 claims to support), and I'm trying to download pictures onto a computer running FreeBSD -CURRENT (from Feb. 26). The nifty usb SmartMedia reader I have isn't supported by umass (I just get 'ugen0: SCM Microsystems Inc. eUSB SmartMedia Adapter, rev 1.10/2.08, addr 2' when I plug it in). So I'm trying to use the serial connection directly with the camera. I have the serial ports set up (though I've never used them before): I've got sio in my kernel, and both serial ports are found on boot: ~~~~ yggdrasil> dmesg | grep sio sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A sio1 port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ~~~~ I've got cuaa0 and cuaa1 permission 666 as well (though I was originally doing this as root, so it didn't matter). However, gphoto2 isn't finding any camera. I've tried various orders of plugging things in, turning on the camera, and booting the computer, to no avail. I've searched gphoto and FreeBSD archives, and come up with no ideas. Any thoughts on whether this is a FreeBSD problem, a gphoto problem, or something else? Relevant gphoto2 output below: ~~~~ yggdrasil> gphoto2 -v gphoto2 2.1.4 Copyright (c) 2000-2003 Lutz Mueller and others gphoto2 comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of gphoto2 under the terms of the GNU General Public License. For more information about these matters, see the files named COPYING. This version of gphoto2 is using the following software versions and options: gphoto2 2.1.4 cc, popt, exif, no cdk, aa, jpeg, readline libgphoto2 2.1.4 cc, EXIF, no ltdl, no /proc/meminfo libgphoto2_port 0.5.1 cc, USB, serial without locking, no ltdl yggdrasil> gphoto2 --list-ports Devices found: 3 Path Description -------------------------------------------------------------- serial:/dev/cuaa0 Serial Port 0 serial:/dev/cuaa1 Serial Port 1 usb: Universal Serial Bus yggdrasil> gphoto2 --auto-detect Model Port ---------------------------------------------------------- ~~~~ Thanks, -David -- Department of Physics The University of Washington, Seattle