2017-11-18 16:52 keltezéssel, Larry Finger írta: > 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 > Hello Larry, I hope this email post format is good, and fit to the rules. Here is the output: root@skynet-x2 ~]# iw dev wlp2s0 scan | egrep "SSID|signal" signal: -46.00 dBm SSID: SKYNET-X2 signal: -46.00 dBm SSID: SKYNET-GYEREK signal: -56.00 dBm SSID: BALUHALO signal: -52.00 dBm SSID: Apavik signal: -54.00 dBm SSID: UPC Wi-Free signal: -56.00 dBm SSID: CsomadAirport signal: -54.00 dBm SSID: Apavik2 [root@skynet-x2 ~]# And the dmesg output: https://pastebin.com/iqQSu2hD Thanks, Gergely