From owner-freebsd-mobile@FreeBSD.ORG Mon Mar 20 06:25:42 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4315416A401 for ; Mon, 20 Mar 2006 06:25:42 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC83943D45 for ; Mon, 20 Mar 2006 06:25:41 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k2K6MoOZ082937; Sun, 19 Mar 2006 23:22:50 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 19 Mar 2006 23:23:08 -0700 (MST) Message-Id: <20060319.232308.21275806.imp@bsdimp.com> To: mistry.7@osu.edu From: "M. Warner Losh" In-Reply-To: <200603121538.42227.mistry.7@osu.edu> References: <200603061631.02463.mistry.7@osu.edu> <20060312202535.GH16991@numachi.com> <200603121538.42227.mistry.7@osu.edu> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 19 Mar 2006 23:22:55 -0700 (MST) Cc: freebsd-mobile@freebsd.org Subject: Re: Sony DSC, but no da* device? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2006 06:25:42 -0000 In message: <200603121538.42227.mistry.7@osu.edu> Anish Mistry writes: : On Sunday 12 March 2006 15:25, Brian Reichert wrote: : > On Mon, Mar 06, 2006 at 04:30:54PM -0500, Anish Mistry wrote: : > > On Saturday 04 March 2006 17:46, Brian Reichert wrote: : > > > Instead, I only see the umass0 entry, and if I unplug this USB : > > > device, my kernel panics. : > > > : > > > Mar 4 17:28:42 chew kernel: ugen0: detached : > > > Mar 4 17:34:39 chew kernel: umass0: Sony Sony DSC, rev : > > > 2.00/6.00, addr 2 : > > > : > > > I'm running FreeBSD 6.0, and the device in question is a Sony : > > > DSC-T9 digital camera. : > > : > > My Sony DSC camera works fine on -CURRENT. I believe the patches : > > have been merged back and will appear in 6.1. There should be a : > > patch in the USB archives that will get you up an running on 6.0. : > : > Hmm. I just today cvsup'ed kernel source for 6.1-PRERELEASE, and : > applied the patch referred to in usb/84608. Also, as reported in : > a thread about this PR, only chunk #3 applied cleanly. : > : > The installation of the new kernel however does not yeild a change : > in symptoms. I still only get a umass device, but no SCSI device. : > :/ : Hmmm...I don't know anything else to try. Before the umass worked : with my camera, I just put the camera in PTP mode and used gphoto2 on : the ugen device and that worked. It wasn't as convenient as a mass : storage device. I've had good luck with my camera when the usb stack has had issues simply doing 'camcontrol rescan all' after plugging the camera in. Warner