Posts by kar82

    Ok, I can see the message, but without disable the power-save with "iw" the wlan goes in power-save modus after a few minutes (e.g. I can't open SSH, sftp or samba connections anymore and the internet-connection on Kodi is very slow).

    After I have disable the power-save mode with "iw" everything is fine and I have absolutly no problems with wlan anymore!

    [EDIT]

    Here is my dmesg log:
    [Bash] LibreELEC:~ # dmesg log [ 0.000000] Booting Linux on physical CPU 0x0 [ - Pastebin.com

    Hello,

    my "problem" is, that the power-save feature of the integrate wlan on Raspberry Pi 3 is enable by default in LibreELEC 7.0.0 and maybe, it's a bug?

    Last week a have "upgraded" from Rasperry Pi 2 to Pi 3 and using the same SD-Card with LibreELEC 7.0.0 (which was upgraded from OpenELEC 6.0.3 on Pi 2). But I'm not sure, maybe the following issue is solved in LibreELEc 7.0.0 (with a "fresh" installation, without ballast from OpenELEC or Pi2).

    I have found the solution in the OpenELEC forum (OpenELEC Mediacenter - OpenELEC Forum - Raspberry Pi 3 wlan issues (1/1)). But the name of the addon in LibreELEC 7.0.0 is "Network Tools".

    The current power-save status of the integrate wlan in the Pi 3 can see with the following command (by default it's activate):

    Code
    LibreELEC:~ # /storage/.kodi/addons/virtual.network-tools/bin/iw wlan0 get power_save
    Power save: on

    With the command

    Code
    LibreELEC:~ # /storage/.kodi/addons/virtual.network-tools/bin/iw wlan0 set power_save off

    you can disable it. But it's only temporary. After a restart of LibreELEC it's enable again.

    With the script "autostart.sh" (it should contain the last command) you can do this automaticly. You have to put it on the SD-Card (/storage/.config/). Now the power-saving of the integrate wlan on Pi 3 is disable by "default".

    But is this a bug? Can somebody confirm this?

    For me it's working now and I have no problems, but maybe other users have same problem and that's why I have open this topic.

    Thank you.