From owner-freebsd-usb@FreeBSD.ORG Tue Feb 10 19:06:34 2009 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 90E8E1065672; Tue, 10 Feb 2009 19:06:34 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id EEAA18FC0C; Tue, 10 Feb 2009 19:06:33 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=kw03RjmKpLm8ql5X2xOdcA==:17 a=2AB2AvmJkNISu6F46_MA:9 a=JCiLEOPaOiP68RtI8WwA:7 a=7c2JhavZUW1yON0bIHj4kUFnGeYA:4 a=LY0hPdMaydYA:10 Received: from [85.19.218.115] (account mc467741@c2i.net HELO laptop) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1194621967; Tue, 10 Feb 2009 20:06:32 +0100 From: Hans Petter Selasky To: "Nenhum_de_Nos" , Andrew Thompson Date: Tue, 10 Feb 2009 20:08:58 +0100 User-Agent: KMail/1.9.7 References: <09da8c63d4de0f47726e524abaa6a1f6.squirrel@cygnus.homeunix.com> <200902101601.35722.hselasky@c2i.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902102008.59847.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: ADMtek USB To LAN Converter 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: Tue, 10 Feb 2009 19:06:35 -0000 On Tuesday 10 February 2009, Nenhum_de_Nos wrote: > On Tue, February 10, 2009 13:01, Hans Petter Selasky wrote: > > On Tuesday 10 February 2009, Nenhum_de_Nos wrote: > >> first of all I apologize for two messages, but I'm not receiving usb@ > >> msgs. > >> > >> but to the point, this adapter: > > > > Hi, > > > >> aue0: usb error on rx: IOERROR > > > > Probably the old USB aue0 driver does not handle the clear-stall > > correctly. > > this error appeared just once, but I tried for quite long time (some hours > yesterday), and using 7.1R/STABLE/CURRENT > > >> So is this possible ? > > > > It will require some work. What is the target version of FreeBSD where > > you want to backport the aue0 driver? > > well, STABLE would be much of enough :) as it'll be in future releases :) > > >> and at last but not least, thanks for usb2 code :) > > > > Great to hear it's working! > > yep, and is ok. just noticed u3g stopped working :) > I was about to send nick a message about this, or is all about you ? ;) Hi, If you have some debug prints you can send them to me or Andrew Thompson. There has been some changes to u3g recently. Maybe something is broken? kldload usb2_serial_3g And dmesg output. --HPS