From owner-freebsd-current@FreeBSD.ORG Sat Mar 28 15:19:40 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 4F0921065711 for ; Sat, 28 Mar 2009 15:19:40 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id DAA228FC08 for ; Sat, 28 Mar 2009 15:19:39 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=IwOLgU4Bi2eydhwbuUsA:9 a=D9i2aaj29YcLuecoJskA:7 a=YkLwnRjskbrxjAmMdRNUggW6RrwA:4 a=LY0hPdMaydYA:10 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1114644226; Sat, 28 Mar 2009 16:19:37 +0100 From: Hans Petter Selasky To: Alex Keda Date: Sat, 28 Mar 2009 16:22:07 +0100 User-Agent: KMail/1.9.7 References: <49C7FE13.90808@lissyara.su> <200903281604.38753.hselasky@c2i.net> <49CE3FAA.2020604@lissyara.su> In-Reply-To: <49CE3FAA.2020604@lissyara.su> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200903281622.08116.hselasky@c2i.net> Cc: freebsd-current@freebsd.org 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:19:40 -0000 On Saturday 28 March 2009, Alex Keda wrote: > Hans Petter Selasky =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > 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: >>>> class 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 > >>>> 0x0100 > >>> > >>> =20 > >>> ^^^^ 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 ? > > I do not have external hub =3D) > I have two ports in laptop - that will be enough =3D) Before your device attached in one of the ports, and now after you removed = =20 the quirk? =2D-HPS