can anyone tell me how to import new certificate into my version 11 so I can install add-ons?
This wiki article is describing a different use-case, but the solution is the same:
https://wiki.libreelec.tv/configuration/ssl-tls-certificates
can anyone tell me how to import new certificate into my version 11 so I can install add-ons?
This wiki article is describing a different use-case, but the solution is the same:
https://wiki.libreelec.tv/configuration/ssl-tls-certificates
How can I get or compile and install this driver?
LE is an embedded style distro so you cannot add drivers ad-hoc like Ubuntu or similar. You need to self-compile an LE image with an additional driver package added to the buildsystem to compile and embed that driver. If that sounds like rocket-science, the other option is begging the creators of community images to include it (as official releases will not, due to the abysmal and unsupportable quality of the driver code).
If you have a link to a $free download of something that works in most places can you share? - I'll link it in a wiki page.
There's some CLI examples here: https://features.jellyfin.org/posts/2614/hev…aspberry-pi-4-5
I've no idea about PINN or what complications it might add. These days I would leave the RPi4 connected to the network and clean install the RPi5 with a current image, then scp the Kodi userdata content you want from old device to new device.
Merged .. check nightlies for support.
No need to delete, someone else might hit the same issue. Marked as resolved though.
Rasplex used to be a thing (and was based on OE, then LE): https://www.rasplex.com .. but that died out.
There was also a "Plex Embedded" image for RPi/x86_64 devices (originally on OE, then LE) created by Plex staff that combined our base OS with an auto updating Plex binary, but I think that also died out over time, and I don't frequent the Plex forums these days.
I'm not sure if Plex has a dedicated Linux app now (or what would be required to run one). I have the impression that over time they moved to a more controlled (and thus restricted) client experience. If something exists it's all do-able, but that requires time/effort and the Plex universe seems to be more about desktop OS or native apps on TV's these days.
The solution is both simple; use a font that contains the the glyphs for the character sets you need, and rather complicated; as fonts that support all (or most) languages are considerably larger than most LE images ![]()
RPi boards have no real-time clock (RTC) chip so on boot the kernel log will start from the date/time of the libc release that's being used (one of the more obtuse kernel oddities). Then once the network is up, NTP (assuming it succeeds) will update the system clock to current time .. until the next reboot (rinse/repeat). You can set the time manually from the SSH console using the "date" command. NB: It's cheap and simple to add an RTC chip to an RPi board.
No idea why the network is not connecting automatically. It normally only happens with cheap USB dongles where the MAC changes on each boot: the Connection Manager (ConnMan) keys connections against the MAC so if this keeps changing, on each boot there's no stored connection and you need to enter the passcode again. That doesn't sound exactly like what you're seeing though?
A1156 is an Apple remote model number so it's not clear what era of mac mini you're using, but older ones have flakey EFI support so perhaps look at something like "rEFInd" to help things. Or if super-grub2 works: use it. LE doesn't care what bootloader has been used. NB: You can also test old LE images from https://archive.libreelec.tv/archive/ to see if they boot okay. If they do, install (with working boot files) and then update to current from there.
Googling .. (so untested). See the 2nd post here:
Is there a version of LE that still supports install2internal and has Python 3 to support latest Netflix and YouTube addons?
In short, no. https://wiki.libreelec.tv/hardware/amlogic#install2internal
This is a script I started writing to help people image nvme drives: https://paste.libreelec.tv/together-egret.sh
The basic workflow is to download an LE image to /storage and then run "nvmetool w <filename>" where <filename> is the path to the image that you want to write to the nvme drive. It will image the drive, then expand the second partition to 100%, then rename the nvme partitions/filesystems so that you don't get a disk label/uuid clash with the probably-identical structures on an SD card.
It should work, but it's not heavily tested. The main step that it omits is setting the RPi5 eeprom to boot from nvme. Worst case you can at least crib all the commands needed to get a working setup.
Yup, spotted that in my mailbox. It's nice to see a lower cost option again.
I have a hunch the initial requests for ipv4/ipv6.connman.org are intentionally not routed to a configured proxy as those checks are performed before the network is declared up (and thus the connection that proxy config is associated with is not yet established).
See previous statement ^ - If you want that changed, it's best to take up the discussion with the ConnMan developers.