From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Subject: Re: Wifi RTL8723bu driver test: failed to scan Date: Tue, 28 Nov 2017 11:14:10 -0500 Message-ID: <75669dd0-1f25-fc7e-4a4d-a5549aeeb2cf@gmail.com> References: <20171122105116.57c3c000@dell-desktop.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: kvalo-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Thomas Petazzoni , Maxime Ripard To: Mylene JOSSERAND Return-path: In-Reply-To: <20171122105116.57c3c000-K8i4uRanGBt8XcdJbWeDu7NAH6kLmebB@public.gmane.org> Content-Language: en-US Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org On 11/22/2017 04:51 AM, Mylene JOSSERAND wrote: > Hello Jes Sorensen, > > I am currently testing a LM811 Wifi/BT USB dongle [1] on a Sinlinx > SinA33 Allwinner SoC board [2]. I saw that I should use the realtek > driver RTL8723BU for this USB dongle. > > Currently, I am only testing the Wifi and the mainline driver (kernel > 4.14-rc7) does not seem to work. At least, the scanning does not output > anything. > > I tested the driver recommended by LM Technologies [3] and it works > fine (scan, connect and ping are ok). Before investigating on the > differences between these two drivers, do you have any idea about this > issue? > > Here are the commands and output I got with mainline's driver: I have not looked at the driver these LM Technologies people are referring to, but I am guessing it's the vendor code. 8723bu is a little dicey because it has BT in the chip and if you enable that the two drivers need to interact, which rtl8xxxu currently doesn't know about. Check your dmesg output to make sure you don't have some BT thing loaded hijacking the chip. Jes