From owner-freebsd-questions Tue Jan 21 13:42:18 2003 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 235E837B401 for ; Tue, 21 Jan 2003 13:42:17 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 0AC5A43F3F for ; Tue, 21 Jan 2003 13:42:10 -0800 (PST) (envelope-from mwm-dated-1043617329.73a1d1@mired.org) Received: (qmail 14810 invoked from network); 21 Jan 2003 21:42:09 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 21 Jan 2003 21:42:09 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15917.48817.221597.796272@guru.mired.org> Date: Tue, 21 Jan 2003 15:42:09 -0600 To: Per olof Ljungmark Cc: freebsd-questions@FreeBSD.ORG Subject: Re: A little desperate for help with USB/Sony camera In-Reply-To: <3E2DB236.3060700@intersonic.se> References: <3E2DB236.3060700@intersonic.se> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.68 (Shut Out) 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 In <3E2DB236.3060700@intersonic.se>, Per olof Ljungmark typed: > Hi all, > > Me and my wife is VERY soon off to where she will give birth to our new > baby. As I wanted to be able to send fresh pictures I ran away and > bought a Sony Cybershot. > > The manual seem to say the camera can be mounted as a removable drive > from Windows, how about FreeBSD? > > I would be most grateful for a quick hint, have no time just now to RTFM :-) You need to add umass, scbus and da to your kernel. Plug the camera in, and boot on the new camera. If everything is working right, you'll see it show up as da0. You then mount that as an msdos file system. If you've already got SCSI disks, it may show up as da0 anyway. If that happens, boot the old kernel and wire down the scbus0 like so: device scbus0 at ahc0 # SCSI bus (required) (I used ahc0 because that's what my system scsi bus is). http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message