On 11/17/2017 06:22 PM, Rákosi Gergely wrote:
Hello Larry,
First of all, thanks your help.
Lets see...here is the kernel version: 4.13.12-300
The machine is an Asus ROG 553VE
The firmware which loading in the dmesg is : rtlwifi/rtl8723befw_36.bin
The output of md5sum is : 1850c1308fbcd95e9f6a7f58ede1e35f
In mailing lists like this, top posting is not recommended. Please read
http://www.idallen.com/topposting.html for a good explanation why top posting is
not good, particularly for complicated threads.
You have the correct firmware. By the way, the code in 4.13.12 should be better
that rtlwifi_new. That latter repo is deliberately kept a little bit behind just
in case there is a regression.
With NO options in the loading, please run the following:
iw dev
You should only see one device. On the "Interface" line, note what your system
calls the wifi device. Substitute that for the "wlan0" in the next command:
sudo iw dev wlan0 scan | egrep "SSID|signal"
Post that output. In addition, copy the dmesg output to some pastebin and post
the link as well.
Larry