Return-path: Received: from mail-qt0-f179.google.com ([209.85.216.179]:33923 "EHLO mail-qt0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751778AbdK1QOM (ORCPT ); Tue, 28 Nov 2017 11:14:12 -0500 From: Jes Sorensen Subject: Re: Wifi RTL8723bu driver test: failed to scan To: Mylene JOSSERAND Cc: kvalo@codeaurora.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, Thomas Petazzoni , Maxime Ripard References: <20171122105116.57c3c000@dell-desktop.home> Message-ID: <75669dd0-1f25-fc7e-4a4d-a5549aeeb2cf@gmail.com> (sfid-20171128_171419_657959_DC3563BD) Date: Tue, 28 Nov 2017 11:14:10 -0500 MIME-Version: 1.0 In-Reply-To: <20171122105116.57c3c000@dell-desktop.home> Content-Type: text/plain; charset=utf-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: 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