From owner-freebsd-questions Sat Apr 6 1:29: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by hub.freebsd.org (Postfix) with ESMTP id 2EA5237B41D for ; Sat, 6 Apr 2002 01:28:15 -0800 (PST) Received: from josep.demon.co.uk ([194.222.61.233] helo=sickboy.timbonet.foo.uk) by anchor-post-34.mail.demon.net with esmtp (Exim 3.35 #1) id 16tmUX-000DdW-0Y; Sat, 06 Apr 2002 10:28:13 +0100 Received: from sickboy.timbonet.foo.uk (localhost.timbonet.foo.uk [127.0.0.1]) by sickboy.timbonet.foo.uk (8.12.2/8.12.2) with ESMTP id g369SCFd007108; Sat, 6 Apr 2002 10:28:12 +0100 (BST) (envelope-from tim.spam@spicy.org.uk) Received: from localhost (tim@localhost) by sickboy.timbonet.foo.uk (8.12.2/8.12.2/Submit) with ESMTP id g369SCus007105; Sat, 6 Apr 2002 10:28:12 +0100 (BST) X-Authentication-Warning: sickboy.timbonet.foo.uk: tim owned process doing -bs Date: Sat, 6 Apr 2002 10:28:12 +0100 (BST) From: Tim Joseph X-X-Sender: tim@sickboy.timbonet.foo.uk To: Rob Hurle Cc: FreeBSD Questions Subject: Re: USB Digital Camera - Fuji In-Reply-To: <20020406185955.G56548@k7.mavetju.org> Message-ID: <20020406101534.W7068-100000@sickboy.timbonet.foo.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 6 Apr 2002, Edwin Groothuis wrote: > On Sat, Apr 06, 2002 at 06:49:44PM +1000, Rob Hurle wrote: > > Does anyone know of software to access a Fujifilm F601 digital > > camera through the USB port? The camera announces itself as: > > > > ugen0: Fuji Photo Film Co., Ltd. USB Mass Storage, rev 1.10/10.00, addr 2 > > > > when connected. I have umass (and associated modules) installed, but an > > attempt to mount the ugen0 device by using the following entry in > > /etc/fstab: > > > > # The digital camera > > /dev/ugen0 /camera msdos rw,noauto,longnames 0 0 > > Try /dev/da0s1, that's what you get with umass. > Also, check your /var/log/messages, that will give a clue about > what is going on during the USB attach phase. > > Edwin > Rob, As it stands in 4.x-stable, I don't believe that the umass driver supports any of the Fujifilm family of USB cameras. ugen is the USB fallback driver, and I doubt that it will work. I'm happy to be corrected though! I have a 4800Z, and have been in contact with Nick Hibma about adding support for it. Work has started, but I honestly don't know when a working driver will be ready. I get an identical message to you from the ugen driver when I connect my camera, so I guess when my camera is supported, so will yours (and vice versa). Some code relevant to the Fujifilm cameras went into -current recently, but have no idea if this is related. Have a look at the umass code through CVSweb on the www.freebsd.org site. If you want to email Nick, have a look in the umass code in /usr/src/sys/dev/usb/umass.c for his address. HTH From, Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message