From owner-freebsd-newbies@FreeBSD.ORG Mon Jan 19 17:23:34 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E0C316A4CE for ; Mon, 19 Jan 2004 17:23:34 -0800 (PST) Received: from zeus.acuson.com (ac17860.acuson.com [157.226.71.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1246F43D2D for ; Mon, 19 Jan 2004 17:23:33 -0800 (PST) (envelope-from DavidJohnson@Siemens.com) Received: from mvaexch02 ([157.226.230.209]:1213 helo=mvaexch02.acuson.com) by zeus.acuson.com with esmtp (Exim 4.14) id 1Aikbu-0006ux-4f; Mon, 19 Jan 2004 17:23:18 -0800 Received: by mvaexch02.acuson.com with Internet Mail Service (5.5.2657.72) id ; Mon, 19 Jan 2004 17:16:14 -0800 Received: from dhcp-46-107.acuson.com ([157.226.46.107]) by mvaexch01.acuson.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id VDN3DW2A; Mon, 19 Jan 2004 17:15:14 -0800 From: Johnson David To: jrrelay@juno.com, freebsd-newbies@freebsd.org Organization: Siemens Medical Systems Date: Mon, 19 Jan 2004 17:21:24 -0800 User-Agent: KMail/1.5.4 References: <20040119.181402.-176941.2.jrrelay@juno.com> In-Reply-To: <20040119.181402.-176941.2.jrrelay@juno.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401191721.24903.DavidJohnson@Siemens.com> X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *1Aikbu-0006ux-4f*GRQAh84RXk2* Subject: Re: SPAM: 03.90: Re: Digital USB Camera X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 01:23:34 -0000 On Monday 19 January 2004 04:14 pm, jrrelay@juno.com wrote: > ...the puzzle > for bsd will be discovering the device name to use when mounting the > device. It should be the first available SCSI disk device. If you don't have any SCSI disks or other USB umass devices attached, it should always be /dev/da0. > ...it may be (and this is only a guess) necessary to have the > camera connected to the usb port while starting bsd and watching the > installed devices roll by as the start proceeds. there is some > program which captures many of the start-up messages for later review > -- the name is something like 'dmesg'. It is dmesg. But you can also see the output on the console, at the time you insert the device. You don't have to wait until bootup. For example, here's the output on the console when I plug in my thumbdrive: umass0: JUNGSOFT CO.,LTD NEXDISK, rev 1.10/1.00, addr 2 GEOM: create disk da0 dp=0xc2d76050 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 127MB (261760 512 byte sectors: 64H 32S/T 127C) The actual fat32 filesystem on the device is mapped to /dev/da0s1. I use KDE, and creating an icon to automatically mount this when clicked on is very convenient. I click on the camera icon and the filemanager pops up ready to drag and drop photos around. Right click and select "Unmount", and I can remove it. It took a slight amount of work to set up (fiddling with devfs and sysctl to allow users to mount devices), but several Windows users have commented on how much easier it is to use then what they have. Of course, Mac users just yawn :-) David