From owner-freebsd-current@FreeBSD.ORG Mon Feb 10 13:01:16 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C32258C5; Mon, 10 Feb 2014 13:01:16 +0000 (UTC) Date: Mon, 10 Feb 2014 13:01:16 +0000 From: Alexey Dokuchaev To: Hans Petter Selasky Subject: Re: urtwn driver for Edimax EW-7811U WLAN nano USB Adapter Message-ID: <20140210130116.GA39731@FreeBSD.org> References: <201310081742.r98HfbBV055077@fire.js.berklix.net> <589BAB21-30E9-4750-A345-BE7AB1116F48@FreeBSD.org> <20140210122146.GA26853@FreeBSD.org> <52F8C522.4050302@bitfrost.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52F8C522.4050302@bitfrost.no> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: "Julian H. Stacey" , Alfred Perlstein , Rui Paulo , "freebsd-current@freebsd.org bsd" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 10 Feb 2014 13:01:16 -0000 On Mon, Feb 10, 2014 at 01:25:06PM +0100, Hans Petter Selasky wrote: > On 02/10/14 13:21, Alexey Dokuchaev wrote: > >To augment this a bit: I also came across one of these dongles (vendor > >0x0bda product 0x8176) that gave me this "timeout waiting for checksum > >report" message. Retrying didn't help, but plugging the dongle out and > >then back in did. After powercycling the machine, I had to replug it > >again. Once replugged, the dongle seems to work fine (I rebuilt kernel > >and some ports via NFS over it thus far). > > Looking at output from "usbdump -i usbusX -f Y" might give you some clues. > Else have you tried "usbconfig -d X.Y reset". Hmm; I've added if_urtwn_load="YES" and some ifconfig...="WPA DHCP" lines to rc.conf and surprisingly it came up OK after reboot. usbdump is full of these lines (timestamps trimmed): usbus0.3 SUBM-BULK-EP=00000081,SPD=HIGH,NFR=1,SLEN=0,IVAL=0 usbus0.3 DONE-BULK-EP=00000081,SPD=HIGH,NFR=1,SLEN=384,IVAL=0,ERR=0 ^^^ sometimes 256 If I notice "checksum timeout" situation again, I'll post an update; thank you for the tips. ./danfe