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 file
5.
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:0
Happy WiFi!