Yes, this looks fine (OFC replace 0x00000000 with your actual license).
But, for the 3rd time now, please run vcgencmd codec_enabled WVC1 and post the result and a debug log.
so long,
Hias
Yes, this looks fine (OFC replace 0x00000000 with your actual license).
But, for the 3rd time now, please run vcgencmd codec_enabled WVC1 and post the result and a debug log.
so long,
Hias
Of course you need a licence, and if in doubt add the decode... line to /flash/config.txt.
But IIRC for quite a long time (several years) it's fine if you had entered a valid license key once in the lifetime of the RPi, then the firmware mad the activated license "stuck" and you didn't need to add it on new installations.
Anyways, the vcgencmd codec_enabled command will tell you whether the license is enabled or not so please run that before digging further.
so long,
Hias
Any place in the /flash/config.txt should be fine. Actually, once you have entered a license key it should "stick" so you don't need to edit config.txt anymore.
What does vcgencmd codec_enabled WVC1 report on your RPi?
I did a quick test with LE 11.0.6 on my RPi3B+ (without any keys in config.txt) and VC1 playback worked fine, pressing "o" on the keyboard showed that kodi was using the "ff-vc1_v4l2m2m-drm_prime (HW)" decoder and CPU load was quite low.
Please post a debug log if you can't get it working.
Just add the decode... lines to the end of /flash/config.txt
so long,
Hias
FYI: you can adjust udevil mount options in latest LE11 and LE12 images by copying /etc/udevil/udevil.conf to /storage/.config/udevil.conf and then editing the file. After that reboot so the changes take effect.
Note that you'll also have to adjust allowed_options_exfat in addition to default_options_exfat
so long,
Hias
rpi-eeprom-config is included in RPi4 and RPi5 images (not in RPi2 though as RPi2/3 don't have bootloader eeproms)
LibreELEC (official): 11.95.1 (RPi5.aarch64)
xbmc:~ # which rpi-eeprom-config
/usr/bin/rpi-eeprom-config
xbmc:~ # rpi-eeprom-config
[all]
BOOT_UART=1
POWER_OFF_ON_HALT=1
BOOT_ORDER=0xf21
so long,
Hias
Stupid noob question but how do I reinstall Widevine after upgrading from 11.06
Open the inputstreamhelper addon and choose reinstall.
so long,
Hias
Now it gets confusing, over at the kodi forum you posted that you got it working.
My TV remote suddenly stopped working with Kodi
QuoteOk, I just rebooted the Pi4 with the HDMI cable already connected to HDMI-0 and it started working.
The thread can be closed.
Please don't double post to different forums as this creates double work (lots of us developers monitor both forums).
If you double post please keep both your threads up-to-date to avoid confusion and unnecessary work for us devs.
so long,
Hias
Create a bootloader recovery SD card using the Raspberry Pi imager https://www.raspberrypi.com/software/ - use a spare SD card and choose the desired bootloader (SD/USB/net boot) in the operating systens -> misc utilities section.
Hard to tell what went wrong when you updated, this is the first report of a failed bootloader update that I have seen.
so long,
Hias
If you are on LE11.0.6 then that is the most recent release you'll get from rpi-eeprom-update -a - the EEPROM firmware files are included in the image so they'll be whatever was current at release time.
Use LE12 nightlies or the LE12 beta (which should be likely released today or tomorrow) to get newer EEPROM or write the latest EEPROM release from https://github.com/raspberrypi/rpi-eeprom/releases here to a spare SD card to manually update the EEPROM to some desired version.
Another option is to download a RPi5 pieeprom file from here https://github.com/raspberrypi/rp…r/firmware-2712 and then run rpi-eeprom-update -f pieeprom-YYYY-MM-DD.bin
so long,
Hias
RPi5 with 4GB RAM or if you want to save a few bucks RPi4 with 4GB.
so long,
Hias
Please test with LE12, it contains VC-1 playback optimizations and lots (but not all) VC-1 files should play fine on RPi4.
so long,
Hias
An easy workaround is to boot your RPi with the LG monitor connected, then ssh in and run "getedid create".
Then your RPi4 will "think" it's always connected to the LG monitor and ignore the broken EDID of your SABA TV.
so long,
Hias
lircd is ancient legacy and nowadays isn't started unless you really want to use it and manually create a lircd.conf file in /storage/.config
LE only use the modern ir-keytable way to handle IR remotes (and eventlircd to route the buttonpresses to kodi - that's another story though) for quite a while now so you won't see lircd running on any LE installation - unless you manually created the lircd.conf file
so long,
Hias
Da Flex sorry, but Zygmunt is correct here. With an underspecced cable you'll get signal drop outs (down to no signal at all) but you should see 4kp60 listed in settings.
Missing modes is usually caused by software/EDID issues, i.e. the AVR or TV isn't advertising the correct modes or the RPi4 hasn't been configured to 4kp60 in config.txt and thus won't use the mode, even if the TV/AVR advertises that capability.
so long,
Hias
Did you enable "Ultra HD Deep Colour" in your TV's HDMI port settings? If not then the PC will likely use 4:2:0 to output 4kp60 and RPi4 will be limited to 4kp30 as it doesn't support 4:2:0.
Please post the output of "edid-decode /sys/class/drm/card1-HDMI-A-1/edid" and "kmsprint -m"
so long,
Hias
USB boot should be enabled by default in the bootloader config, so just make sure you are using the latest bootloader eeprom version.
BTW: the latest LE12 nightly images now also support updating the bootloader eeprom in LE settings, like on RPi4.
so long,
Hias