Return-path: Received: from mail-ot0-f174.google.com ([74.125.82.174]:39347 "EHLO mail-ot0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751311AbdKQPvU (ORCPT ); Fri, 17 Nov 2017 10:51:20 -0500 Received: by mail-ot0-f174.google.com with SMTP id v15so2353986ote.6 for ; Fri, 17 Nov 2017 07:51:20 -0800 (PST) Subject: Re: rtl8723be on Fedora27 To: =?UTF-8?Q?R=c3=a1kosi_Gergely?= , linux-wireless@vger.kernel.org References: From: Larry Finger Message-ID: <3a1fc541-9104-2d13-409f-c8e64845a86d@lwfinger.net> (sfid-20171117_165124_229436_172678AD) Date: Fri, 17 Nov 2017 09:51:17 -0600 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-2; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 11/17/2017 02:16 AM, R?kosi Gergely wrote: > Hello, > > I'm trying to use rtl8723be wifi on Fedora27 but I still get continuosly > disconnection. The error in the dmesg is "Init MAC failed" > I tried with the following module options too : "fwlps=0 swlps=0" and > the variant of "ant_sel=1 or 2 or 0" > I downloaded the git files from your repo, and do the usual make,make > install, and modprobe stuffs, and then restart the notebook, but I get > the same result. I know from the E-mail you sent to me privately that you are new to this process, thus I am going to give you some pointers. It is important for you to give your kernel version. Yes, for devoted Fedora users, saying that you are using F27 might be sufficient; however, I am not one of them. You should always supply the output of the command 'uname -r'. On the RTL8723BE, "Init MAC failed" is not the dmesg that is expected from either the HP ant_sel problem, or a power-save problem. Incidentally, although there are many "fixes" that require modifying the XXps options, the underlying cause of that issue was fixed almost one year ago. The main software component that might be wrong is the firmware. Please find the name of the firmware file that is being loaded from the dmesg output. It will be rtlwifi/... Once you locate that name, run the command md5sum /lib/firmware/rtlwifi/xxx Substitute the actual name for the xxx. Post the output of the md5sum. Larry