Edit the cmdline.txt file and append "video=HDMI-A-1:1920x1080M@60" to boot params and it should force output at that resolution on the monitor even if the monitor is offering 1920x1200. The initial boot and install/resize process is likely running in the background fine when using the monitor, but for some reason (bad EDID data?) output isn't happening. Hence all looks good when attached to the AVR.
Posts by chewitt
-
-
The post doesn't make sense (replying to the correct thread?). The LE wiki has an export to PDF option. The forum; nothing in the forum sw as printing a forum thread isn't something most users would want/need to do. You can still print the contents of screen in a browser though.
-
You can download the add-on zips (and dependencies) from the repo, but the repo webserver deliberately blocks "browsing" from non-LibreELEC devices so you cannot browse from a laptop browser unless you fake the browser user-agent. TL/DR; get a USB hub and WiFi dongle and do it from the GUI 'normally' because it's the easy way.
-
Run "getedid create" .. https://wiki.libreelec.tv/configuration/edid (the Intel instructions apply to all devices using modern/upstream kernels)
-
The persistent folder is /storage/.kodi/userdata/ which is combined with /usr/share/kodi/userdata in the read-only SYSTEM file
-
Perhaps schedule a systemd service to run the command after the network is up and before Kodi starts?
-
[Release] ZAPPN TV - Kodinerds.net - Deutschsprachiges Forum zum Kodi Entertainment CenterMein erstes Kodi Addon, kann also ein paar Fehler haben. Bietet zugriff auf den Kontent aus der zappn.tv Android App. Benötigt mindestens Kodi 17, für DRM…www.kodinerds.net
Link from the add-on issues tracker (which doesn't look that active): https://github.com/fayer3/plugin.video.zappntv/issues
-
It's not clear what release you are trying to install or what device-tree file you are using, and LE/CE vendor kernel images and LE upstream kernel images have completely different boot arrangements.
-
The issue is likely to be something with either wifi drivers or wpa_supplicant. Experiment with an LE11 nightly as we now use iwd instead of wpa_supplicant. Any change? NB: Reporting isses with no system logs means we have nothing to investigate from.
-
Hard to comment as I'm no particular expert on RK hardware. Ping knaerzche ^
-
ekerose There's no need to force SSH from uEnv.ini but that shouldn't affect anything. Perhaps ensure you can connect before you change the password first. Also check you didn't enable key-only auth in settings as it will still prompt for a password if enabled; but you can only auth with a key so the password (even if correct) will always fail. Users are sometimes confused by that setting/config.
In terms of video issues it's hard to comment without seeing exactly what you're trying to play, which needs a full Kodi debug log.
-
Is there any option that allows faster operation even if the NAS is off?
No. Kodi wants to access sources on startup, so you will always wait for the NAS to spin up .. unless you leave it on.
-
search works here
-
Run "dmesg | paste" and share the URL so we can see the full boot log. Also, ensure you are using the rk3399-nanopi-neo4.dtb device tree which should be in /usr/share/bootloader on the current image; do "mount -o remount,rw /flash" to make /flash writeable and copy the dtb file and edit extlinux.conf to use it not the M4 device tree.
-
Is LE or the head-unit the playback device? (where is media read, what is controlling playback) .. What's the OS/capabilities of the (factory, aftermarket?) head unit in the car?
-
Having started on the path of "bad storage" I'not sure it's a correct diagnosis. LE packages the userspace side of the OS into a single squashfs file (SYSTEM) which is decompressed into a virtual (read-only) filesystem in memory. This means that to successfully decompress the SYSTEM file we have to read all the data for SYSTEM from boot media. If there are bad blocks the decompression of SYSTEM and boot fails; LE is not the same as a conventional distro where a bad block impacts only the specific file(s) written on the bad block.
NB: As we decompress SYSTEM into RAM on systems with >=1GB RAM, you can get similar effects to bad boot media with bad RAM.
It's not clear what kind of hardware you're using, but I would deliberately unplug the SSD and boot from an LE image on SD/USB media to rule out RAM or boot media issues. Also, boot logs (dmesg) would be informative.
-
I'd guess the boot media (SD card?) has bad sectors and that file can no longer be read, which breaks Kodi. Or the filesystem got messed up, but that will normally be fixed automagically on boot, so an underlying storage issue is far more likely. SD/USB media doesn't last forever and even HDD/SSD die eventually. My $0.02 is to backup essential data while you still can.
-
Create /storage/.config/firmware/brcm and put the firmware files from the DietPi image in the folder and reboot; they will be overlaid onto the /usr/lib/firmware/brcm location and used instead of the embedded files. If that fixes things, great. If not, I would try repeating things with an LE11 nightly image which has newer kernel and drivers (Linux 6.0) to see if that changes anything.