il5algo the AMLGX image mounts filesystems using GUIDs not /dev/device references so have you changed the boot params in uEnv.ini? - What distro was installed before?
Posts by chewitt
-
-
Most streaming service "geo" blocking also includes the ASN ranges of known hosting providers, so if some VPN provider operates their London infrastructure from well known London hosting centres (or simply their ASN's are known) then their IP ranges will be blocked.
-
Only Libreelec 13 with conman/iwd.
Go repeat the experiment with RPiOS on the same hardware.
-
-
This is more likely to be a Kodi (software) issue not an LE (packaging of software) issue; but some ideas in no particular order:
* Go backwards in time with nightlies and pinpoint the first date when the issue appears. We can then look at what packages changed on that date. I'll guess that the main package bump will be 'Kodi' .. but then we can look at what changed between the previous Kodi version (tracked through githash) and you can start a conversation with Kodi developers around that.
* Switch to the default skin. If the issues go away, it's either an issue with Arctic Fuse2 skin itself (something to take up with the skin developers) or the skin triggers a rendering problem (something for Kodi developers). If the issue remains; it wasn't the skin.
* You have a large number of add-ons installed. Switch to a clean environment (stop Kodi, rename /storage/.kodi to /storage/.kodi-old and restart) and then start to add back add-ons until you find the one(s) which trip the problem.
-
This is a TV underscan problem and not an HTPC hardware or software problem.
HDMI ports are not always equal. If the TV has other ports, move the cable around and see if any of them work better? See if any are configured for 'PC' use and if possible set them to 'normal' (or some other) mode. You can also see if changing the default desktop resolution from 1080@60 to 1080@50 in case this generates a better outcome?
The option of last resort is to 'calibrate' the output via Kodi settings > System > Display > Calibration. It's the worst option because unlike a CRT tube where calibration mechanically adjusts the spread of the electron beam to better fit the screen, this change is digital and done in software. Calibration forces Kodi to squee``ze e.g. 1920 x1080 pixels into 1900 x1060, with the remaining pixels to make up 1920 x 1080 rendered black. It's a lossy process and 'squeezing' the image can lead to other visual artefacts in playback.
-
No worries. We're just happy it's not an actual bug

-
-
Then nothing is probed and visible to the kernel; hence GUIDS cannot be found and boot failed.
Have a look in dmesg. If you want us to comment, copy/paste the entire log to pastebin.
-
It's a minimal environment so there's nothing other than what's needed to run the init script. See if blkid is there?
-
I've dropped the patch and pushed an updated 'box' image (and .tar) to my share. Can you test and confirm this (with the right dts file) then works the same as your own image?
-
Connect a USB keyboard when it drops to the initramfs debug shell and you can run console commands and poke around. Check the system log for error messages. See if you can manually mount the required boot/disk partitions and then run "boot" to continue. It has failed for a reason ..
-
boot=UUID=1308-5505 disk=UUID=539ccadb-0a89-4cf5-92a9-d7e45e11fe1b quiet console=tty0,ssh
None of the other boot params are comma separated, and my instruction doesn't include one, so why have you added one?
-
HarryH might be an idea to PR a correction to the add-on decription that indicates it's not required on v5.
-
Code
info <general>: CAddonMgr::FindAddons: visualization.fishbmc v21.0.2.2 installed info <general>: CAddonMgr::FindAddons: visualization.goom v21.0.2.2 installedYou are running LE13 (K22) which uses OpenGL graphics but you still have LE12 (K21) visualization add-ons installed and these are compiled for OpenGLES. It's a wrong and probably crashy combination.
Force a repo refresh and make sure you're running 'Piers' versions of add-ons. AFAIK there should be v22 versions of everything.
-
Add ssh to the line
-
As you previously posted that the WP2 image worked on your U1 box I suggest you continue to use that. Or (better) go install the very old CE image again, and then this is the wrong forum for you to throw insults and demand support in.
-
Add "ssh" to boot params in cmdline.txt and the SSH daemon is forced to start on boot.