From owner-freebsd-current@freebsd.org Fri Oct 14 01:59:06 2016 Return-Path: Delivered-To: freebsd-current@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 7676AC10B59; Fri, 14 Oct 2016 01:59:06 +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 D6510D8A; Fri, 14 Oct 2016 01:59:05 +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 u9E1vnEx069346 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 14 Oct 2016 09:57:49 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.15.2/8.15.2/Submit) id u9E1vmZg069345; Fri, 14 Oct 2016 09:57:49 +0800 (CST) (envelope-from kevlo) Date: Fri, 14 Oct 2016 09:57:48 +0800 From: Kevin Lo To: Andriy Voskoboinyk Cc: "freebsd-wireless@freebsd.org" , "freebsd-current@freebsd.org" , Adrian Chadd Subject: Re: urtwn(4) / rtwn(4) drivers are merged - call for review / testing Message-ID: <20161014015748.GA69328@ns.kevlo.org> References: <20160923071830.GA79146@ns.kevlo.org> <20161001150924.GA48641@ns.kevlo.org> <20161003005523.GA57437@ns.kevlo.org> <20161011012702.GA36712@ns.kevlo.org> <20161012043415.GA45653@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-current@freebsd.org X-Mailman-Version: 2.1.23 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, 14 Oct 2016 01:59:06 -0000 On Fri, Oct 14, 2016 at 03:03:41AM +0300, Andriy Voskoboinyk wrote: > > Wed, 12 Oct 2016 07:34:15 +0300 було написано Kevin Lo : > > Thanks for testing! (I have got another one to simplify the process) > Can you approve that current tree (master) works without any (new) > problems? Sure. For usb wireless adapters, they work quite well :) Thanks. > P.S. Known issue (present in the current driver too): > - the card ACKs only some frames that were sent using CCK rates > (whilst sees all retransmissions - that can be seen in 'rx discard 'cuz > dup' > counter via wlanstats) > > > I tried to use https://github.com/s3erios/rtwn/tree/pci_modified, > > still no luck. BTW, there's a compilation error: > > http://pastebin.com/hCFfYVSj > > > > To ensure that the adapter is not faulty, I tested with the snapshots > > image > > (FreeBSD-12.0-CURRENT-amd64-20160829-r305028-memstick.img), rtwn(4) > > works fine. > > > > Kevin > > > > On Tue, Oct 11, 2016 at 11:21:24PM +0300, Andriy Voskoboinyk wrote: > >> > >> Tue, 11 Oct 2016 04:27:02 +0300 було написано Kevin Lo > >> : > >> > >> I have created 'pci_modified' branch to speed-up the process (RTL881*AU > >> will > >> not work with it for now); right now it contains (mostly) unmodified > >> initialization path from rtwn(4) driver. > >> > >> If this version will work, I will revert some 'RTWN_PCI_WORKAROUND' > >> temporary blocks until the culprit is found. > >> > >> > On Sat, Oct 08, 2016 at 02:18:54AM +0300, Andriy Voskoboinyk wrote: > >> >> > >> >> Mon, 03 Oct 2016 03:55:23 +0300 було написано Kevin Lo > >> >> : > >> >> > >> >> Hi! > >> > > >> > Hi Andriy, > >> > > >> >> Can you refresh the tree and retest it (dev.rtwn.0.debug=0x829f) ? > >> > > >> > I refreshed the tree and retested it, unfortunately it's still the > >> same. > >> > Here's the log: https://people.freebsd.org/~kevlo/rtl8188ce-debuglog > >> >> > >> >> P.S. If Rx is still broken (status is always 0) try to execute > >> >> 'ifconfig wlan0 promisc' > >> > > >> > It doesn't help either :( > >> > >