Date: Sat, 6 Apr 2002 10:28:12 +0100 (BST) From: Tim Joseph <tim.spam@spicy.org.uk> To: Rob Hurle <rob@coombs.anu.edu.au> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: USB Digital Camera - Fuji Message-ID: <20020406101534.W7068-100000@sickboy.timbonet.foo.uk> In-Reply-To: <20020406185955.G56548@k7.mavetju.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020406101534.W7068-100000>