Works perfectly fine here. Maybe it is something special to your setup?
Posts by vpeter
-
-
IPTV Simple Client works for me on pi 3b+ with 9.0.0... strange...
Why would be strange to be working?

-
Test image: libreelec-rpi2.arm-9.0-set-tos-ntp.img.gz
After it boots set tos with command below and reboot. Then time should be set with NTP.
Code
Display Morecat > /storage/.config/system.d/ntp-set-tos.service <<EOF [Unit] Description=Iptables set TOS for NTP Before=network.target Wants=network.target [Service] Type=oneshot ExecStart=/usr/sbin/iptables -w -t mangle -I POSTROUTING 1 -p udp --dport 123 -j TOS --set-tos 0x00 ExecReload=/usr/sbin/iptables -w -t mangle -I POSTROUTING 1 -p udp --dport 123 -j TOS --set-tos 0x00 RemainAfterExit=yes [Install] WantedBy=multi-user.target EOF systemctl enable ntp-set-tosWould be probably easier to patch connman to use TOS 0x00. Or run patched ntpd from http://autostart.sh/custom service. Or use curl approach.
Update: Seems there were at least one user with same problem Raspberry Pi 3 built-in WiFi SSH NTP Problem
-
I think message is clear: upgrade your wget. Or use suggested build host (Ubuntu 16.04.x (LTS)).
-
-
Setting different TOS could help according to [Solved] Time does not sync on Pi 3 and with official dongle - Raspberry Pi Forums
QuoteThat points to some firmware/driver defect in RPI3 (it seems unable to forward IP packets with ToS != 0).
But kernel module is disabled and you can't test that.
I think LE guys should ask RPi guys if this is still and issue. Or someone should make you appropriate image to test. Or just use USB wifi stick

chewitt : ^^^^
-
-
-
-
-
-
Did something changed regarding CEC in LE9?
With 2 years of development? I would say yes

-
Why Coreelec, Alexelec have Python 3? Only you cannot use Python 3? why?
They have Python2 as default Python and extra Python3.
-
-
-
-
Seems your network is just not ready yet.
What about adding this 2 lines at start of file Autostart.sh [LibreELEC.wiki]
If it doesn't work try use longer sleep (in seconds).
Post log.
-
Check ffmpeg-tools addon.