From owner-freebsd-current@FreeBSD.ORG Thu Aug 13 16:37:25 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F7E71065677 for ; Thu, 13 Aug 2009 16:37:25 +0000 (UTC) (envelope-from uqs@spoerlein.net) Received: from acme.spoerlein.net (cl-43.dus-01.de.sixxs.net [IPv6:2a01:198:200:2a::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0B2928FC41 for ; Thu, 13 Aug 2009 16:37:24 +0000 (UTC) Received: from acme.spoerlein.net (localhost.spoerlein.net [127.0.0.1]) by acme.spoerlein.net (8.14.3/8.14.3) with ESMTP id n7DGbNNQ028573 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Aug 2009 18:37:23 +0200 (CEST) (envelope-from uqs@spoerlein.net) Received: (from uqs@localhost) by acme.spoerlein.net (8.14.3/8.14.3/Submit) id n7DGbNUj028572; Thu, 13 Aug 2009 18:37:23 +0200 (CEST) (envelope-from uqs@spoerlein.net) Date: Thu, 13 Aug 2009 18:37:22 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Harald Schmalzbauer Message-ID: <20090813163722.GK72922@acme.spoerlein.net> Mail-Followup-To: Harald Schmalzbauer , FreeBSD Current References: <4A7EA0A7.1000507@omnilan.de> <4A7FC408.6020401@omnilan.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A7FC408.6020401@omnilan.de> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: FreeBSD Current Subject: Re: USB umass device not working on -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2009 16:37:25 -0000 On Mon, 10.08.2009 at 08:54:00 +0200, Harald Schmalzbauer wrote: > Harald Schmalzbauer schrieb am 09.08.2009 12:10 (localtime): > ... > > one year ago I fed my present for my mother with some music files - a > > samsung ogg-player. > > Until now the music collection is still untouched, so I tried to help > > her and replace some files. > > Unfortunately it doesn't attach as daX any more. > ... > > Hmmm, very strange, here I found a PR reporting the opposite: > http://www.jp.freebsd.org/cgi/query-pr.cgi?pr=114154 > It's my player (just the 2G version) and Ulrich Spoerlein reports it > working with HPS' stack, but not with the old USB code. > I'm sure I filled this puppy here and I've been running FreeBSD-7 until > -current was ready for testing (arround beta1). > None the less, this device seems to work somehow on FreeBSD. I'm not > sure how usb_quirk.ko is related. I'm lost. Are there still hard coded > quirks? > Any help appreciated The test with Hans' stack was done a long time ago. Funny thing was also, that something changed on RELENG_7 so that I needed to backout those quirks to make the device work. It is working just fine under RELENG_7 c But trying this on a recent -CURRENT, I'm outta luck again: ugen3.2: at usbus3 umass0: on usbus3 umass0: SCSI over Bulk-Only; quirks = 0x0110 umass0:1:0:-1: Attached to scbus1 (da0:umass-sim0:0:0:0): got CAM status 0x4 (da0:umass-sim0:0:0:0): fatal error, failed to attach to device (da0:umass-sim0:0:0:0): lost device Oh well ... Uli