FYI, it's not possible for anyone (admins/mods/etc.) to remove another person's like from a post. It can only be withdrawn by the user who gave it.
Posts by chewitt
-
-
All posts (and edits) from new forum users that contain URL links are subject to approval, because it's a fairly simple way to stop spam bots from posting garbage. You seem to have taken offense to this, and instea of posting a question about it, started posting garbage threads to complain. The reason I deleted your thread - was because it was not necessary, your post(s) had been approved (by me) and even an answer to an on-topic question had been provided. If you want to pick a fight with mods that's your call..
-
You might find other BT config apps/utilities but the LE settings add-on won't run under Raspbian so that's not really an option.
-
Although LE will probably install on any x86_64 device we deliberately target the distro at HTPC hardware that's plugged into a TV - and the list of drivers we include is tuned to that use-case so we are likely missing all the drivers needed for good tablet support. You're welcome to self-compile LE images and experiment, but otherwise tablet devices are not target hardware. I'm fairly sure Kodi is available and will run fine on the original OS (which supports the touchscreen).
-
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
ISTR that busybox "curl" supports authentication .. so you could use that instead of wget.
-
Taking things in a different direction, why do you need 4K60?
I ask because so far the only media I've seen in that format is test media, not real media, and the GUI will perform (and look) better at 1080p than 4K because processing a 1080p GUI takes less effort and the TV will do a better job of upscaling Kodi 1080p output than Kodi will do upscaling a 720p or 1080p skin to 4K. Since real 4K media is 99.99% in [email protected], there's no need for the config.txt enable 4K60 (better for Pi thermals and power).
Doesn't explain why you can't achieve 4K60, but if you don't need to.. ?
-
ISTR we added the module in LE 9.2.1.
-
The additional folder would be unpacked as "restore" is basically an untar of the file.
See LibreELEC.tv/backup-restore at master · LibreELEC/LibreELEC.tv · GitHub
-
Publishing the release allows anybody to download it (manually) but making it available for auto-update is a separate step. If it's not done, eventually users complain and I normally go set things, but it's about time someone else learned the not-difficult proces - because they keep forgetting. Until then, I guess you all have to wait patiently.. or do a manual update.
-
So i tried: to install some script from fusion repo as suggests a lot of videos - it didn't work because "installation failed".
^ The moment you installed a banned repo on your device, we lost all interest in helping.
-
The BSP kernel and drivers are handle memory management differently to the mainline kernel so any comparisons are invalid. Ping "narmstrong" and/or "jbrunet" in the #linux-amlogic channel on freenode IRC to chat about the emmc errors.
-
I guess .. Xorg and Raspbian isn't something I've ever played with though. What do you mean by differences in BT logic control?
-
It doesn't work because the release manager repeatedly forgets to enable it .. CvH
-
The best solution is to experiment and see which works best for your eyeballs and media collection.
-
Kodi does not support output to multiple devices and there is no no support for it in LE (unless handled in hardware, e.g. old laptops). If you want to explore this in any way you'll need to stick with Raspbian.
-
The AMLG12 "box" image, the X96max dtb will probably work.
-
You can either add "debugging" to kernel boot params in config.txt and then reboot and connman will be running in debug mode which means the systemd journal (and the entire system) will be very verbose .. or you can stop connmand from running (systemctl stop connmand) and manually restart it with -d to run in debug mode.