Posts by chewitt
-
-
"docker-compose version" ? .. or set $PATH to include the bin dir so you don't need to ./execute it as a script?
-
HDMI audio is dependent on the OS seeing the EDID data needed to determine audio properties. Does LE work when booted natively on the hardware (not being forced via UNRAID)? If yes, the problem lies with how UNDRAID handles the pass-though of hardware.
NB: LE does not (and never has, and has no plans to) support being used via Hypervisors so while it might work sometimes, it's not something we seek and there could be other things missing.
-
The whole point of "pastekodi" is to see whether Kodi is running, which it 100% isn't if the box is still in "textmode" boot, because that stops Kodi from running to give you a local terminal.
If you are able to SSH into the box now? .. Clean install using a different SD card. Connect via Ethernet. Run "pastekodi" and get the URL back.
-
Anyways, the point of this meandering is to share that toothpick method can kill eMMC installs depending on whether they use the instaboot partition in a similar way.
LE boot scripts don't touch partitions at all, but if the boot processes aml_autoscript then we're changing the boot flow stored in the u-boot environment to use our scripts, which will "break" legacy distro booting due to them using kernel.img not KERNEL and more. Some of these differences are intentional; partly to align with LE standard namings, but also because we (me) don't want users "updating" from all kinds of unknown legacy images to AMLGX and then showing up with tricky-to-solve support issues. Boot is already "fun" before you factor in large Kodi major version bumps and the Python2 to Python3 change which causes add-on carnage. Forcing clean installs is just a sensible move.
-
I'm unable to see/access the pic .. imgur.com is overloaded or something.
-
What happens if you add the file with the required content?
-
1. Most S905X boxes follow the reference boards quite closely and all use internal PHY ethernet so it's hard (but not impossible) to get a non-booting box, but that assumes you can trick the box into booting LE (some require non-standard boot tricks) and things can go wrong with cheap emmc/ram parts. You might not get WiFi/BT if non-Broadcom parts are being used.
2. Once you initiate recovery boot to load LE the u-boot environment is tweaked to use LE boot files (else it won't boot). If you remove the SD card (or USB) and force recovery boot again it should rediscover the AE install. You can't swap between distros solely by removing the SD card.
3. AE contains embedded tools whose primary/sole purpose is the consumption of pirated content. That's the main objection. AE's creator also leeches 99% of their distro from others without preserving attribution and licensing (so it appears to be their meisterwerk, when in fact it's the work of others). In FOSS circles that's disrespectful, but kind of normal/expected in the pirate box space.
-
-
Please share the output of "lsusb" (over SSH). Let's make sure the device can be seen on the USB bus, and what device IDs are present (which we can check against kernel driver sources).
-
I have fuzzy recall that it defaults to only allowing access from the local host, so clients elsewhere on the network will be blocked until that's changed to allow access from anywhere. I'm not 100% sure on that, but something to check.
-
It doesn't really matter whether it's the original Android kernel, or CE, or another LE release. As long as it clearly shows what make/model of WiFi chip is inside the box. The alternative is a clear picture of the board to see the SDIO module markings. The fact it doesn't probe Broadcom or QCA9377 drivers makes me think it's a Realtek chipset; so I'll warn in advance that if it requires vendor drivers that aren't in the upstream kernel I will have no interest in adding them to LE images.
-
There are hundreds of manufacturers of boxes branded "MXQ" so that's not going to enlighten us on WiFi specs. And lshw only shows the items that we described in device-tree so that doesn't help either. Things that would help are high-res pics of the board inside the box so we can see the chips being used, and the boot log (dmesg) from the original vendor kernel.
-
Anything that starts with "meson-gxbb" is a candidate. No value in trying others (won't work). As for WiFi, please share the Brand/Model of the box (hoping it's not something super-generic) and the URL from "pastekodi" so I can see what state things are in. If you have pics of the board inside it can help with chip guessing.
-
You don't need to execute the app as root, but Linux ultimately requires that privilege to reimage the target device so once you reach the point of writing the app must prompt for (sudo) rights. Users with a Linux desktop OS tend to be more technical in nature and thus less fazed with using dd or the need for root privs (which are unavoidable) and it's similar to a lesser extend with macOS. The goal of the tool has always been to simplify the process of acquiring and writing the latest version, and we'd prefer to make the current tool work than have different tools for different OS (consistency is good for users).
Unfortunately shared Qt builds are simple. Static is something else
-
BBR is not set in the 6.1 kernel either. To enable support and make an image for testing you will need to self-build an image.
See: https://wiki.libreelec.tv/development/build-basics
If you feel the distro defaults should be changed, you'll need to send a pull-request to our main GitHub repo with the required changes and a detailed explanation for why we need to change things. We're not adverse to changing defaults when there's a good reason, but you will need to impart and if necessary educate people on use-cases for/against and why the change is a good reason.
-
-
SSH can run on multiple ports at the same time so the 'safe' way to experiment is to configure the additional port first (leaving 22 active) and then restart the service. If you can now connect on the new port, you can make an additional change to remove port 22.