From owner-freebsd-wireless@freebsd.org Wed Oct 12 04:35:30 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 6DBE3C0BDDD; Wed, 12 Oct 2016 04:35:30 +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 DAF48DC1; Wed, 12 Oct 2016 04:35:28 +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 u9C4YFMS045678 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 12 Oct 2016 12:34:16 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.15.2/8.15.2/Submit) id u9C4YFli045677; Wed, 12 Oct 2016 12:34:15 +0800 (CST) (envelope-from kevlo) Date: Wed, 12 Oct 2016 12:34:15 +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: <20161012043415.GA45653@ns.kevlo.org> References: <20160923015840.GA77979@ns.kevlo.org> <20160923071830.GA79146@ns.kevlo.org> <20161001150924.GA48641@ns.kevlo.org> <20161003005523.GA57437@ns.kevlo.org> <20161011012702.GA36712@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: Wed, 12 Oct 2016 04:35:30 -0000 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 :( > >