Ok will check. The gui is not handling this i pressume from any regional settings there? I noted this same behaviour with Rasbian Pixel too
Posts by Sodan
-
-
Well I can accept that, but after turning powersave off and locking my router not to use other channels than 1-11 it works flawless.
When router selects 12 or higher the Pi cant se it
-
This is for the built in. Mine was still on powersaving according to iw after installing fresh 7.95. The device now works much better.
-
Had issues of some very slow wifi speeds. When connected on Ethernet streaming was superior to wifi.
Turned out to be powersaving on the wlan card that is disturbing.
Disable this by installing iw from libre elec "network tools" plugin package including iw.
Add the following line in /storage/.config/http://autostart.sh/storage/.kodi/…rk-tools/bin/iw wlan0 set power_save off
Check afterwards with iwconfig that it is disabled.1. Logonto device with ssh
ssh root@<yourip>
password:libreelec
2. issue
and see it wlan0 has Power Management: on
3.
4. Add this lite to the created file5.
6. SSH in again and issue iwconfig should look something like
eth0 no wireless extensions.
lo no wireless extensions.
wlan0 IEEE 802.11 ESSID:"NET"
Mode:Managed Frequency:2.447 GHz
Access Point: 2C:20:38:CE:8B:15
Bit Rate=65 Mb/s Tx-Power=31 dBm
Retry short limit:7 RTS thr:off
Fragment thr:off Encryption key:off
Power Management:off
Link Quality=54/70 Signal level=-56 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0
Missed beacon:0Happy WiFi!