Date: Mon, 8 Apr 2002 08:36:12 +1000 From: Edwin Groothuis <edwin@mavetju.org> To: Rob Hurle <rob@coombs.anu.edu.au> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: USB Digital Camera - Fuji Message-ID: <20020408083612.J56548@k7.mavetju.org> In-Reply-To: <20020407224141.J923-100000@freebsd.connect-a.com.au>; from rob@coombs.anu.edu.au on Sun, Apr 07, 2002 at 10:44:55PM %2B1000 References: <20020406185955.G56548@k7.mavetju.org> <20020407224141.J923-100000@freebsd.connect-a.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Apr 07, 2002 at 10:44:55PM +1000, Rob Hurle wrote: > Hi Edwin, > > Thanks for your reply: > > > > 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. > > /var/log/messages told me about ugen0 - da0 is my SCSI disc, and da1 is my > ZIP drive (converted to SCSI lookalike through software, but connected to > the printer port). I think ugen0 is the correct device for the USB > channel, but umass does not recognise it (yet). ugen is the "generic" driver, as in "I know this USB device exist, but I don't know what to do with it further". If the kernel knows what to do with it, it will make it an umass device or an uprinter. For my camera, it will create an umass device and a da0 (despite that I don't have no SCSI controllers/disks. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ 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?20020408083612.J56548>