Update: latest nightly LibreELEC-RPi2.arm-9.80-nightly-20201018-ec1292b doesn't bring any changes - CEC still not working.
Jx-
Update: latest nightly LibreELEC-RPi2.arm-9.80-nightly-20201018-ec1292b doesn't bring any changes - CEC still not working.
Jx-
On the more important side - I tried 20201018 and the TV remote issues seem to be gone (only after a fresh install though, or in my case - upgrade directly from 20200905, because of the wifi password issue).
I tried the same on my Rpi 3+ with LibreELEC-RPi2.arm-9.80-nightly-20201018-ec1292b but CEC is not working yet. Tried fresh install and upgrade from Milhouse build 20200718, where CEC is working fine.
Cheers,
Jx-
It seems to be working if it was configured before updating to a Python 3.8 based build.
Jx-
Display More1. I updated to 20201016 and the boot problem seems to be gone.
2. Now I have the following problem: the tv remote doesn't work. I think the CEC settings may have been deleted. Is there a way to reinitialize the CEC settings?
EDIT:
Well, I have removed the links and I still get it. Now that I think about it, it was like that from the get-go... it's not a problem for me, I was just commenting on it... anyway, in this case I'll return the version with the links.
Same here on my RPi3+ . Boot works now without LAN connected but CEC is not working. Posted here too.
Thanks,
Jx-
The fix is merged, please give tomorrow's build (20201016) a try.
so long,
Hias
Yeah, LibreELEC-RPi4.arm-9.80-nightly-20201016-c5a4c7d boots fine with WIFI. Thanks for swift fix.
Jx-
Pulse CEC doesn't seem to work, or at least my remote doesn't work on my RPi 3+ with latest nightlies (LibreELEC-RPi2.arm-9.80-nightly-20201015-96eb037 and previous). There is no error. CEC splash screen pops up and disappears as if OK. Same setup is working fine on 9.2.4 and also on last Milhouse's 9.8 nightly. I also switched HDMI port to the one RPi is connected to in libCEC settings, but no change.
If of any help, I enabled libCEC logging and it's showing messages like this:
2020-10-16 14:00:39.075 T:602 DEBUG <general>: CecLogMessage - CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT - tx_status=a0 len=1 addr=10 opcode=ffffffff
2020-10-16 14:00:39.075 T:602 DEBUG <general>: CecLogMessage - >> POLL not sent
2020-10-16 14:00:39.075 T:602 DEBUG <general>: CecLogMessage - TV not present, not sending 'image view on'
2020-10-16 14:00:39.075 T:602 DEBUG <general>: CecLogMessage - << Recorder 1 (1) -> broadcast (F): active source (3000)
2020-10-16 14:00:39.075 T:602 DEBUG <general>: CecLogMessage - << 1f:82:30:00
2020-10-16 14:00:39.075 T:602 ERROR <general>: CecLogMessage - CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT failed - tx_status=00 errno=22
2020-10-16 14:00:39.075 T:602 DEBUG <general>: CecLogMessage - << 1f:82:30:00
2020-10-16 14:00:39.075 T:602 ERROR <general>: CecLogMessage - CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT failed - tx_status=00 errno=22
2020-10-16 14:00:39.075 T:602 DEBUG <general>: CecLogMessage - failed to make 'Recorder 1' the active source. will retry later
2020-10-16 14:00:39.075 T:602 DEBUG <general>: CecLogMessage - << Recorder 1 (1) -> TV (0): POLL
2020-10-16 14:00:39.075 T:602 DEBUG <general>: CecLogMessage - << 10
Display More
Jx-
Thanks for looking into it. Yes, I forgot to mention that I am using WIFI and have not tried it with a LAN connection yet.
PS: booted with LAN cable plugged in and no problems.
Jx-
I am having issues on my RPi 3+ with LibreELEC-RPi2.arm-9.80-nightly-20201014-fede07e and any of the RPi2 nightly builds available on test.libreelec.tv. It boots but gets stuck at LE splash. I managed to turn on textmode in boot params and can see it hangs at "Starting Samba NMB Daemon ..."
Thanks,
Jx-
Display MoreJust tried today's nightly LibreELEC-H6.arm-9.80-nightly-20201014-fede07e-orangepi-lite2.img and the result is the same. First boot completes and expands the filesystem, second boot is stuck LE logo.
If this is of any help:
LibreELEC:/ # connmanctl
Display Spoiler
connmanctl> enable wifi
wifi is already enabled
connmanctl> scan wifi
Error /net/connman/technology/wifi: Not supported
Please ask for any other info I might be able to provide.
I am having the same problem/behavior on my RPi 3+ with LibreELEC-RPi2.arm-9.80-nightly-20201014-fede07e and any of the nightly builds available on Index of /. First boot works, reboot stuck at LE splash.
Thanks.
Running an addon that tries to save LWPCookieJar on nightly build on Rpi 3 B+.
Starting Kodi (19.0-ALPHA1 Git:e50950a). Platform: Linux ARM 32-bit
NOTICE: Using Release Kodi x32 build (version for Raspberry Pi)
NOTICE: Kodi compiled 2020-02-08 by GCC 9.2.0 for Linux ARM 32-bit version 5.4.18 (328722)
NOTICE: Running on BCM2835 with LibreELEC (Milhouse): devel-20200208210313-#0208-g75e2e56 [Build #0208] 9.80, kernel: Linux ARM 32-bit version 5.4.18
NOTICE: FFmpeg version/source: 4.2.2-Kodi
NOTICE: Host CPU: ARMv7 Processor rev 4 (v7l), 4 cores available
...
s = requests.Session()
s.cookies = LWPCookieJar(path_to_mycookies_file)
...
s.cookies.save(ignore_discard=True)
DEBUG: File "/usr/lib/python3.7/cookiejar.py", line 1895, in save
DEBUG: File "/usr/lib/python3.7/cookiejar.py", line 1882, in as_lwp_str
DEBUG: File "/usr/lib/python3.7/cookiejar.py", line 1843, in lwp_cookie_str
DEBUG: File "/usr/lib/python3.7/cookiejar.py", line 101, in time2isoz
DEBUG: OverflowError: timestamp out of range for platform time_t
Display More
Switching from LWPCookieJar to MozillaCookieJar solves the issue but I guess something is wrong there as LWPCookiejar works fine on 9.2
Thanks.
Jx-