Posts by ghtester

    I am not sure if it helps but there are 2 parts of log from 2 different RPi 4B boards:

    Board 1 - RPi 4B / 2GB, bootloader upgrade unsuccessful (run on nightly-20211127-e3a7c06):

    LE:/tmp # rpi-eeprom-update -f /tmp/pieeprom

    *** INSTALLING /tmp/pieeprom ***

    CURRENT: Tue Jul 6 10:44:53 UTC 2021 (1625568293)

    UPDATE: Mon Nov 22 11:23:32 UTC 2021 (1637580212)

    BOOTFS: /flash

    EEPROM updates pending. Please reboot to apply the update.

    To cancel a pending update run "sudo rpi-eeprom-update -r".

    LE:/tmp # reboot

    Board 1 - RPi 4B / 4GB, bootloader upgrade successful (run on nightly-20211124-7ef3241):

    LibreELEC:/tmp # rpi-eeprom-update -d -f /tmp/pieeprom

    *** INSTALLING /tmp/pieeprom ***

    CURRENT: Tue Jul 6 10:44:53 UTC 2021 (1625568293)

    UPDATE: Mon Nov 22 11:23:32 UTC 2021 (1637580212)

    BOOTFS: /tmp/tmp.ibhge2

    EEPROM updates pending. Please reboot to apply the update.

    To cancel a pending update run "sudo rpi-eeprom-update -r".

    LibreELEC:/tmp #

    Well, I tried to upgrade to latest beta bootloader on my RPi 4B/2GB (rev. 1.1) couple days ago from a fresh LE 11 Nightly and despite there was no error returned by rpi-eeprom-update, after the reboot the previous bootloader remained.

    Did not have time to investigate the issue so far, just tried again several times with the same result.

    So it looks there's an issue really.

    By default the passwords are empty in both Tvheadend Server & Tvheadend HTSP Client so there's no issue with an access to both web interface and stream.

    As you already mentioned some struggling with Tvheadend Server password in another thread, I suppose you must have configured it before.

    But without any configuration details shared it's hard to say what's wrong. If you can't unsecure the Tvheadend Server, I would recommend uninstalling it (including configuration) and installing again (and skipping any Username / Password settings).

    You have several options.

    The recommended one is to uninstall the Add-on including its configuration and install it again. In advance, you can just disable the Tvheadend Server 4.2 Add-on and install Tvheadend Server 4.3 which will have an independent configuration. It's possible to keep both (of course just one enabled).

    Otherwise you may play with the accesscontrol file which you'll find in this folder:

    /storage/.kodi/userdata/addon_data/service.tvheadend42/accesscontrol

    And maybe follow an example solution:

    Password reset in tvheadend access control

    Perhaps replacing the password hash with known one (from the example) should help.

    See here for RPi 4B boot options / configuration:

    documentation/bcm2711-bootloader.adoc at develop · raspberrypi/documentation
    The official documentation for Raspberry Pi computers and microcontrollers - documentation/bcm2711-bootloader.adoc at develop · raspberrypi/documentation
    github.com

    Please note rpi-eeprom-config --edit may revert the bootloader version to older release.

    I would say you can still use the same mapping files as before despite there's a new .toml format now (see the /usr/lib/udev/rc_keymaps/ folder).

    Currently there's a backward compatibility supported in drivers so it should work if you have the ir-keytable configured properly (the better folder for customized mapping files should be /storage/.config/rc_keymaps ).

    You should see the Add-ons in repository - Kodi menu:

    Settings - Add-ons - Install from repository - All repositories

    You can also use a Search function in Add-on browser page.

    You may need to enable Unknown sources and set the option - Update official add-ons from to Any repositories in

    Settings - System - Add-ons Kodi menu.

    Last but not least, check the Settings - LibreELEC - Updates Kodi menu where you should have the Update Channel set properly.

    It depends on Add-on version you are using. AFAIK Tvheadend Server 4.2 and Tvheadend Server 4.3 Add-ons are availeble for LE 10 / 11.

    So for Tvheadend server 4.2:

    Stop the Tvheadend service:

    systemctl stop service.tvheadend42

    Start the Tvheadend service:

    systemctl start service.tvheadend42

    If you wish to remove the Tvheadend service completely, just uninstall the Add-on from Kodi menu:

    Settings - Add-ons - My add-ons - Services - Tvheadend Server 4.2 - Uninstall

    The add-on itself is located in the /storage/.kodi/addons/service.tvheadend42 folder where you can check the settings details etc.

    Please note rpi-eeprom-config -e is always replacing the bootloader version with the default one which may be different (older) than the bootloader currently installed (active). And the default is linked to critical (at least in current LE 11 Nightly).

    I don't know if the same happens in RPi OS or if it's LE specific but I am not sure that's the best behavior (at least for users preffering the stable or beta bootloaders) as the wrong bootloader config may be applied (some newer options may be unknown to older bootloader).

    Maybe some check and warning to the rpi-eeprom-config script should be applied when the current and further bootloader versions does not match.


    LibreELEC:/usr/lib/kernel-overlays/base/lib/firmware/raspberrypi/bootloader # ls -l

    total 0

    drwxr-xr-x 2 root root 92 Nov 24 18:25 beta

    drwxr-xr-x 2 root root 92 Nov 24 18:25 critical

    lrwxrwxrwx 1 root root 8 Nov 24 18:25 default -> critical

    lrwxrwxrwx 1 root root 6 Nov 24 18:25 latest -> stable

    drwxr-xr-x 2 root root 92 Nov 24 18:25 stable

    LibreELEC:/usr/lib/kernel-overlays/base/lib/firmware/raspberrypi/bootloader # ls beta

    pieeprom-2021-10-27.bin recovery.bin vl805-000138a1.bin

    LibreELEC:/usr/lib/kernel-overlays/base/lib/firmware/raspberrypi/bootloader # ls critical/

    pieeprom-2021-04-29.bin recovery.bin vl805-000138a1.bin

    LibreELEC:/usr/lib/kernel-overlays/base/lib/firmware/raspberrypi/bootloader # ls stable/

    pieeprom-2021-07-06.bin recovery.bin vl805-000138a1.bin

    Today encountered the audio issue on LE nightly 20211118 on Live TV channel (signal quality very good) with 2 audio AAC streams - the first one (2 channels 1/2) became silent and stayed silent during all Timeshift window (over 1 hour long).

    Manual switching to another available AAC stream (1 channels 2/2 ) was possible and audio was recovered. As soon as switched back to default AAC 2 channels 1/2 , audio was silent again. No matter of Timeshift positon.

    After switching to another Live TV channel and back, both audio streams started producing audio again.