Maybe you have some old version of system tools addon installed where screen has such problems? You need version 9.0.111. Check that. Or remove system tools addon, refresh LibreELEC repozitory and install addon again.
Posts by vpeter
-
-
There is pvr.iptvsimple PR with this functionality but you need to build it yourself
Timeshift by phunkyfish · Pull Request #217 · kodi-pvr/pvr.iptvsimple · GitHub
-
-
Sure. libreelec-rpi2.arm-9.0-set-bcdc-0.img.gz
This image should work out of the box then.
-
-
Works perfectly fine here. Maybe it is something special to your setup?
-
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-tos
Would 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.