From owner-freebsd-current@FreeBSD.ORG Sat Mar 28 15:02:10 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 351A7106566B for ; Sat, 28 Mar 2009 15:02:10 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe10.swip.net [212.247.155.33]) by mx1.freebsd.org (Postfix) with ESMTP id C1AD18FC1C for ; Sat, 28 Mar 2009 15:02:09 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=d6JgnbdtQLolSaSLcQMA:9 a=kdaF-5qNX4sAGMisFpNc9NR4E04A:4 a=LY0hPdMaydYA:10 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop) by mailfe10.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1047952449; Sat, 28 Mar 2009 16:02:07 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sat, 28 Mar 2009 16:04:38 +0100 User-Agent: KMail/1.9.7 References: <49C7FE13.90808@lissyara.su> <200903240846.35938.hselasky@c2i.net> <49CE3832.5060203@lissyara.su> In-Reply-To: <49CE3832.5060203@lissyara.su> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200903281604.38753.hselasky@c2i.net> Cc: Alex Keda Subject: Re: New USB stack and USB floppy 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: Sat, 28 Mar 2009 15:02:10 -0000 On Saturday 28 March 2009, Alex Keda wrote: > Hans Petter Selasky =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > On Monday 23 March 2009, Alex Keda wrote: > >> I have USB floppy. > >> > >> Mar 24 00:11:25 HP kernel: usb2_alloc_device:1516: getting device > >> descriptor at addr 3 failed! > >> Mar 24 00:11:26 HP kernel: ugen0.3: at usbus0 > >> Mar 24 00:11:26 HP kernel: umass0: >> 0/0, rev 1.10/2.00, addr 3> on usbus0 > >> Mar 24 00:11:26 HP kernel: umass0: SCSI over Bulk-Only; quirks =3D 0x= 0100 > > > > ^^= ^^ > > Edit /sys/dev/usb/storage/umass.c > > > > And remove the quirk entry for your device. Maybe it is not correct. > > I delete UMASS_PROTO_SCSI. > But: > Mar 28 17:44:01 HP kernel: usb2_alloc_device:1516: getting device > descriptor at addr 3 failed! > Mar 28 17:44:02 HP kernel: usb2_req_re_enumerate:1434: getting device > descriptor at addr 3 failed! > Mar 28 17:44:03 HP kernel: usb2_req_re_enumerate:1434: getting device > descriptor at addr 3 failed! > Mar 28 17:44:03 HP kernel: ugen0.3: <> at usbus0 (disconnected) > Mar 28 17:44:03 HP kernel: uhub_reattach_port:413: could not allocate > new device! > What happens if you use an external HUB to connect the device ? =2D-HPS