From owner-freebsd-current@FreeBSD.ORG Fri Nov 7 08:45:22 2008 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 EC3891065679 for ; Fri, 7 Nov 2008 08:45:22 +0000 (UTC) (envelope-from aleksey.kashin@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6B0F88FC17 for ; Fri, 7 Nov 2008 08:45:22 +0000 (UTC) (envelope-from aleksey.kashin@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so928575ika.3 for ; Fri, 07 Nov 2008 00:45:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=pBlU3Da43PN6K3T6uAuzj/viLCyfrMYa5+F5GGtbGe0=; b=M+2VnI/dxA+D1VszkqjVa8rHAs7AOUjJZr/XpRReb/FjsUE8UCdIEaA5unPpTHCy+7 5mtSBf4bLmc81stkoxJwOnBvLxC11ss7krPKbncS57ZvySpgvNUKr6ALkk2DPxrVMrIy cjLLLncg32lAcINtcIkU8kxnTUizsYsQ6ZO7g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=csBBVkf+Mq6Q1oS79JfeZ6Gn8b4b7XtZOOTkUqo8Sn8efV5VrcHEkr9fMvCmOft4y/ xdT2L9Hq1BNVpck68pkzbbCQRZGgQaW5vvGRB9Nr+yvkhmxnMcu8MYJ5EHA/H6DPytVJ mY8tzVnDVLSPqUdEWK3Vjjk8ynIsEInPX2OhU= Received: by 10.103.222.1 with SMTP id z1mr1582794muq.121.1226045579889; Fri, 07 Nov 2008 00:12:59 -0800 (PST) Received: from ?10.20.100.38? (office.atelperm.ru [78.159.224.204]) by mx.google.com with ESMTPS id y2sm10629510mug.2.2008.11.07.00.12.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 07 Nov 2008 00:12:59 -0800 (PST) Message-ID: <4913F867.9020301@gmail.com> Date: Fri, 07 Nov 2008 13:12:23 +0500 From: "Aleksey K." User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: CFT: Realtek 8187L wireless USB driver - urtw(4) 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: Fri, 07 Nov 2008 08:45:23 -0000 >Dear all, >This driver supports 8187L which is one of Realtek's 8187x series and >I'm looking for testers who have this device. :-) With lack of H/W I >can't add codes for 8187/8187B devices that AFAIK they can share a lot >of codes and can be supported without modifying many part of codes. > >In my environment the basic features (WEP/WPA and etc ...) are worked >and the driver based on USB1 (not USB2) can be found at as follows: > > http://people.freebsd.org/~weongyo/urtw_20081107.tar.gz > >I think a current problem of urtw(4) is poor RX/TX performance about >8 ~ 10Mbps due to mishandling the rate controlling and I'm not sure it >would easy to fix it without documents but I expect the connection would >be stable. > >Please let me know if you encounter any problems or opinions. Always >patches to improve or enhance features are welcome! > >regards, >Weongyo Jeong Hi. I have netbook MSI Wind U90X with wi-fi module - Realtek 8187SE. You plan to write the driver for this card? I could help with driver testing... Best regards, Kashin Aleksey.