There have been some server-side issue with the repo in the last week or so resulting in connectivity issues for some users. It should be resolved now though (hopefully).
Posts by chewitt
-
-
LE support for N2 is a little basic but will work if your media needs are simple (8-bit H264/HEVC and 1080p max) which might well be the case if you're coming from a C2 board (see the release notes for LE11b2 for details). CE will be a better option on N2 for feature-completeness until upstream support progresses; but note their direction is already moving on from the codebase that N2 requires (to something incompatible). In that sense some of the Allwinner and Rockchip boards are more long-term supportable since the codebase is already upstream (or headed firmly in that direction). They're often a bit cheaper too.
-
I use an RPi4 as the family daily-driver and have no glitches with any local media (aside from very broken test files). Have you enabled "Adjust refresh" and whitelisted modes, or are you forcing everything to the desktop resolution (1080p@60)?
-
Old and slow SD cards are great for debugging issues with problemattic boot because they don't support the faster access modes which can trip an Amlogic silicon bug causing mmc device instability. The kernel has a workaround for the bug but it's not perfect (perfect doesn't exist) and issues do arise sometimes. Old slow cards also negate the need for custom device-trees in most cases.
If you edit uEnv.ini and change "quiet" to "quiet ssh" (adding ssh to boot params) the SSH service is forced on and you can probably access the box to run "pastekodi" and share the URL so we can see the system log and kodi log to look for service start failures and other issues.
NB: please use the "box" image here: https://chewitt.libreelec.tv/testing/ as it has some extra things inside to help testing (maybe).
-
-
No output means the submission failed (silently). Check for bad cables, bad switch ports, dirty ethernet sockets. Everyone swears their $1 Ethernet cable is fine; until it isn't fine.
-
Will this be integrated into LibreElec later? Why does this have to be done?
It cannot be default bundled because the "disable_ertm" property being set is global for all USB devices; and that may cause problems for other devices owned by other users in our large userbase that don't want that to be set (hypothetical but highly-probable scenario).
The correct fix would be to ammend the upstrem kernel driver to set the property. Then the patch can be upstreamed; we can temporarily patch our kernel sources and later drop the patch when we bump the kernel to a version that already includes it. This requires someone to create and then usptream the patch though. Any volunteers?
-
Is this LE 10.x or 11.x?
-
Add-ons > My Add-ons > (navigate to the add-on) > Information > Disable "auto-update"
-
If you run "pastekodi" with a network connection (even 100Mbit) it will output a URL which you can copy/paste here. We want to see the boot log included in paste.
-
I have some issues while playing some videos from my HDD. The image glitches sometimes and others the system just reboots itself from nowhere. My versión is 10.95.1 and it happened in 10.95.0 also. Any ideas on what is happening?
Unless you explain what hardware is being used (and perhaps provide a sample of the problem media that exhibits the issue) .. No ideas.
-
It should work in any USB port really, although I find OTG ports are more likely to be powered up properly in vendor u-boot. The SD card slot should also work fine (checked before USB normally). The main issue from your description was pressing buttons after power-on; it needs to be pressed and held before power is applied, then released.
-
The editing uEnv.ini is not optional, and do not rename files to dtb.img like for legacy kernels. Use only the neo-u1 device-tree as others will likely not work. Use only the 'box' image as others are designed for emmc booting a specific board and will 100% not work with Android u-boot. Finally.. unplug power, connect the USB to the OTG port, press and hold the recovery button, then power on the box, and release the recovery button after some seconds. I've never seen a Neo-U1 myself, but from previous testing notes (which resulted in the current device-tree file) the recovery button is on the underside of the box (could be wrong though). If boxes have a power button, it's normally only a power button.
-
-
If this is a Kodi bug .. it should be reported via Kodi forums.
-
Code
cp /etc/connman/main.conf /storage/.config/connman_main.conf sed -i s'/PreferredTechnologies = ethernet,wifi,cellular/PreferredTechnologies = wifi,ethernet,cellular/g' /storage/.config/connman_main.conf reboot
ConnMan "prefers" Ethernet connections by default, so if you have both Ethernet and WiFi active (connected) it will always switch the default route to use Ethernet. If you run the ^ above commands (beware the line-wrap on the second one) this will switch the preference to WiFi so that when both are active the default route will be on WiFi. Is that better?
-
I've moved the post into it's own thread. Please back-up a few steps and provide a proper description of what you are trying to achieve?
-
Where you say DVB addons have been disabled due to kernel issues, does this include the plain tvheadend client addon (as I am running a separate tvheadend server)?
No, we mean the "DVB driver" add-ons. All the normal DVB client add-ons for TVH etc. are present and working fine.