From owner-freebsd-usb@FreeBSD.ORG Sat Feb 25 16:32:02 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B36D5106564A for ; Sat, 25 Feb 2012 16:32:02 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 1A87A8FC16 for ; Sat, 25 Feb 2012 16:32:01 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 242822816; Sat, 25 Feb 2012 17:32:00 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sat, 25 Feb 2012 17:30:13 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4F48E9EF.4090904@freebsd.org> In-Reply-To: <4F48E9EF.4090904@freebsd.org> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201202251730.13817.hselasky@c2i.net> Cc: Nathan Whitehorn Subject: Re: Device detected as umass, but not attaching via CAM X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2012 16:32:02 -0000 On Saturday 25 February 2012 15:02:23 Nathan Whitehorn wrote: > I'm a bit at a loss to debug this, so any help would be appreciated. My > camera used to connect to FreeBSD -CURRENT until summer or so, but now > doesn't get detected as a CAM device (I've also seen this with a Sony > memory stick). When I attach it, I get: > > ugen6.2: at usbus6 > umass0: on usbus6 > > but no daX line. > > Here's some more info from usbconfig, though probably of dubious utility. > > # usbconfig -u 6 -a 2 dump_device_desc > ugen6.2: at usbus6, cfg=0 md=HOST spd=HIGH > (480Mbps) pwr=ON > > bLength = 0x0012 > bDescriptorType = 0x0001 > bcdUSB = 0x0200 > bDeviceClass = 0x0000 > bDeviceSubClass = 0x0000 > bDeviceProtocol = 0x0000 > bMaxPacketSize0 = 0x0040 > idVendor = 0x04b0 > idProduct = 0x0409 > bcdDevice = 0x0100 > iManufacturer = 0x0001 > iProduct = 0x0002 > iSerialNumber = 0x0000 > bNumConfigurations = 0x0001 > > Any ideas where to look further or things to try? My kernel is FreeBSD > 10.0-CURRENT #17 r231915 on amd64. Try to look at quirks for this device. Also output from umass debugging would be helpful. Probably a CAM/SCSI issue. sysctl hw.usb.umass.debug=-1 --HPS