From owner-freebsd-current@FreeBSD.ORG Sun Oct 18 00:37:43 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D91EE106568F for ; Sun, 18 Oct 2009 00:37:43 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from mail-qy0-f192.google.com (mail-qy0-f192.google.com [209.85.221.192]) by mx1.freebsd.org (Postfix) with ESMTP id 872E18FC0C for ; Sun, 18 Oct 2009 00:37:43 +0000 (UTC) Received: by qyk30 with SMTP id 30so2595984qyk.7 for ; Sat, 17 Oct 2009 17:37:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent:organization:x-operation-sytem; bh=2TKNEZzUwVtA/npL8BoWd1nxd5cgVtdJ4EVtR09RtbY=; b=FSGqj2gvYMiwash7m5Z/+vByDsVvvWwwZyrhaYPhBHK9weIZBJI7uHgMW3HnNBhAVW OuR7R4NbNOmrTgjd7c+1+WvriQtwN+2016b1Y8liA4Rtmf3QxJeweomuHOfiF2mZ233Q lgMQAHMF6d27PYOHgzHSC8HF4QA0VFUPnbylk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent:organization:x-operation-sytem; b=NvqXaUELSVGlyIvPJC94cdm0zDIbG2lYkVV1MQikzTT/uXPn6SC2iGNvv61qOwhPiy wSZEbfH121V8neytNpXkmUV+42jsgnqLb0a0XyFCnedI53/orXI5rE4pvazyVtOnKYfD HPgYdBJltrdvCaF/pbyURl/qLP+IixTn+G/h4= Received: by 10.224.91.10 with SMTP id k10mr1864293qam.298.1255826262774; Sat, 17 Oct 2009 17:37:42 -0700 (PDT) Received: from weongyo ([174.35.1.224]) by mx.google.com with ESMTPS id 22sm2229991qyk.6.2009.10.17.17.37.40 (version=SSLv3 cipher=RC4-MD5); Sat, 17 Oct 2009 17:37:41 -0700 (PDT) Received: by weongyo (sSMTP sendmail emulation); Sat, 17 Oct 2009 17:38:23 -0700 From: Weongyo Jeong Date: Sat, 17 Oct 2009 17:38:23 -0700 To: Ian Freislich Message-ID: <20091018003823.GH67082@weongyo> Mail-Followup-To: Ian Freislich , current@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD Cc: current@freebsd.org Subject: Re: urtw(4) feedback. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Weongyo Jeong List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2009 00:37:43 -0000 On Wed, Oct 07, 2009 at 02:23:10PM +0200, Ian Freislich wrote: > Hi > > FWIW, the manual can be updated to include support for the Linksys > WG111v3 adapter. Mine detects as follows: > > ugen4.3: at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON > > urtw0: on usbus4 > urtw0: rtl8187b rf rtl8225z2 hwrev e > > Opening it up confirms the presence of a RTL8187B. > > However throughput is very poor, I haven't been able to get more > than about 130kB/s and pings seem to be timed every 1.5 seconds. I'd committed a major change of urtw(4) for RTL8187B devices; r198194. Could you please test with it? I hope TX works than before. regards, Weongyo Jeong