From owner-freebsd-wireless@freebsd.org Fri Sep 23 07:19:02 2016 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1691BE63A3; Fri, 23 Sep 2016 07:19:02 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B3EAA1D; Fri, 23 Sep 2016 07:19:01 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (localhost [127.0.0.1]) by ns.kevlo.org (8.15.2/8.15.2) with ESMTPS id u8N7IVS3079159 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 23 Sep 2016 15:18:32 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.15.2/8.15.2/Submit) id u8N7IVkY079158; Fri, 23 Sep 2016 15:18:31 +0800 (CST) (envelope-from kevlo) Date: Fri, 23 Sep 2016 15:18:30 +0800 From: Kevin Lo To: Andriy Voskoboinyk Cc: "freebsd-wireless@freebsd.org" , "freebsd-current@freebsd.org" Subject: Re: urtwn(4) / rtwn(4) drivers are merged - call for review / testing Message-ID: <20160923071830.GA79146@ns.kevlo.org> References: <20160922092442.GA72044@ns.kevlo.org> <20160923015840.GA77979@ns.kevlo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 07:19:02 -0000 It works for me, thanks :) Kevin On Fri, Sep 23, 2016 at 09:08:15AM +0300, Andriy Voskoboinyk wrote: > > Fri, 23 Sep 2016 04:58:40 +0300 було написано Kevin Lo : > > Thanks for the log file, > > Tx 'device timeouts' should be fixed in > https://github.com/s3erios/rtwn/commit/f78d51b6ed8590e3aeb65fbf616aa767034a89f5 > (currently I'm reviewing PCI-specific code to see if there are any > additional > issues - e.g., there are no Rx events in the log file). > > > On Thu, Sep 22, 2016 at 01:54:21PM +0300, Andriy Voskoboinyk wrote: > >> > >> Thu, 22 Sep 2016 12:24:42 +0300 було написано Kevin Lo > >> : > >> > >> Hi, > >> > >> So, the driver was fully tested. Thanks! > >> Can you set dev.rtwn.0.debug=0x829f for RTL8188CE to see how big > >> the problem is? > > > > Sure. Here you go https://people.freebsd.org/~kevlo/rtl8188ce-debug.txt > > > > Thanks, > > Kevin > > > >> > Hi Andriy, > >> > > >> > First of all, THANK YOU! You're doing amazing work! > >> > Second, I've done some testing on the following devices, downloading > >> > FreeBSD-12.0-CURRENT-amd64-20160809-r303880-disc1.iso from > >> > ftp.freebsd.org: > >> > > >> > - ASUS USB-N10 NANO (RTL8188CUS): > >> > rtwn0: >> > 3> on usbus0 > >> > rtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R > >> > > >> > - TP-Link TL-WN725N v2 (RTL8188EU): > >> > rtwn0: on > >> > usbus0 > >> > rtwn0: MAC/BB RTL8188EU, RF 6052 1T1R > >> > > >> > - D-Link DWA-131 (RTL8192CU): > >> > rtwn0: >> > 3> on usbus0 > >> > rtwn0: MAC/BB RTL8192CU, RF 6052 2T2R > >> > > >> > - TP-Link Archer T4U (RTL8812AU): > >> > rtwn0: on > >> > usbus0 > >> > rtwn0: MAC/BB RTL8812AU, RF 6052 2T2R > >> > > >> > - D-Link DWA-171 rev A1 (RTL8821AU): > >> > rtwn0: <802.11n WLAN Adapter> on usbus0 > >> > rtwn0: MAC/BB RTL8821AU, RF 6052 1T1R > >> > > >> > - RTL8188CE mini pcie: > >> > rtwn0: port 0xd000-0xd0ff mem > >> > 0x90800000-0x90803fff irq 17 at device 0.0 on pci1 > >> > rtwn0: r92ce_attach: warning: hardware crypto enabled > >> > rtwn0: MAC/BB RTL8188CE, RF 6052 1T1R > >> > > >> > All seems to be ok, except RTL8188CE PCIe adapter doesn't work: > >> > > >> > rtwn0: r92ce_post_init: warning: net80211 ratectl is used > >> > rtwn0: device timeout > >> > > >> > Kevin > >> > > >> > On Mon, Sep 19, 2016 at 04:26:38PM +0300, Andriy Voskoboinyk wrote: > >> >> > >> >> Thu, 01 Sep 2016 19:29:03 +0300 було написано Andriy Voskoboinyk > >> >> : > >> >> > >> >> Now it resides on https://github.com/s3erios/freebsd-rtwn (integrated > >> >> into src tree, so it can be built with 'make buildkernel' / 'make > >> >> buildworld'). > >> >> > >> >> This the last stage; once all reported issues will be resolved, I'm > >> >> going to merge it into HEAD. > >> >> > >> >> > Hi everyone, > >> >> > > >> >> > rtwn(4), urtwn(4) and urtwm (from previous emails) drivers were > >> merged > >> >> > into a > >> >> > single rtwn driver (plus rtwn_usb / rtwn_pci device glue); the > >> code is > >> >> > available on https://github.com/s3erios/rtwn repository. Among > >> >> bugfixes / > >> >> > code deduplication, there some new features too: > >> >> > > >> >> > 1) multi-vap support (one any wireless interface + one STA > >> interface + > >> >> > any number of monitor mode interfaces). > >> >> > 2) few new sysctls: > >> >> > * dev.rtwn.#.crypto - controls how to use hardware crypto > >> >> acceleration > >> >> > * dev.rtwn.#.ratectl_selected > >> >> > * dev.rtwn.#.ratectl - selects current 'rate control' algorithm > >> >> > (currently only 'none' and 'net80211' are supported; RTL8192CE > >> needs > >> >> > testing > >> >> > with the last). > >> >> > 3) (incomplete) power management support for RTL8188EU (requires > >> >> > firmware). > >> >> > 4) Short Guard Interval support. > >> >> > > >> >> > It's known to work with RTL8188CUS, RTL8188EU and RTL8821AU; > >> however, > >> >> > it was never tested with RTL8192CE or RTL8812AU. > >> >> > > >> >> > How-to-build: > >> >> > 1) download / checkout the repository. > >> >> > 2) apply 'patch-usbdevs.diff' against '/usr/src' > >> >> > 3) build and install rtwn module: > >> >> > cd $repository/sys/modules/rtwn && make && make install > >> >> > 4) build and install rtwn_usb/rtwn_pci: > >> >> > cd ../rtwn_usb && make && make install > >> >> > cd ../rtwn_pci && make && make install > >> >> > 5) unload previous && load current drivers: > >> >> > kldunload if_urtwn if_rtwn > >> >> > kldload /boot/modules/if_rtwn.ko /boot/modules/if_rtwn_usb.ko > >> >> > /boot/modules/if_rtwn_pci.ko > >> >> > 6) Use. > >> >> _______________________________________________ > >> >> freebsd-wireless@freebsd.org mailing list > >> >> https://lists.freebsd.org/mailman/listinfo/freebsd-wireless > >> >> To unsubscribe, send any mail to > >> >> "freebsd-wireless-unsubscribe@freebsd.org" > >> >> > >> > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > >