Posts by chewitt

    ^ something like that in /storage/.config/system.d/ngrok.service

    Then "systemctl enable /storage/.config/system.d/ngrok.service" and "systemctl start ngrok.service" .. it should then be persistent over restarts and even upgrades (as long as ngrok itself continues to run).

    Over time the software packages we use evolve; normally adding support for new hardware and features, and occasionally doing spring cleaning to drop support for old hardware. The version of mesa we use in LE11 (mesa is responsible for 2D graphics like the Kodi GUI) has done spring cleaning since the version used in LE10 and the GMA950 card appears to be one of the casualties.

    Options are:

    a) Custom image that uses an older (pre spring-clean) mesa version

    b) Disable onboard video (if possible?) and use a newer supported card

    c) Stick with LE10

    A is not guaranteed to be possible, but also not hard to try if you have some self-building skills. If tempted with B, pick a newer Intel or AMD card, not nVidia (else you are forced to use the Generic legacy version of LE). C is the easy option.

    I've dug my own Hub out, and mine is definitely bad joints on the UART connector. If I press the connector from a certain angle (forcing the bad joint to connect) it boots fine. If the cable is just connected it always ends up in the u-boot console. In current state, that means it's great for experimenting with u-boot though.

    Based on the total number of issue reports to this forum and our IRC channel I'm calculating this problem is impacting ~0.0009% of the users running LE11 images. That level of "failure" is excellent. Of course we would prefer it to be 0%, but as with most things in life 100% perfect is never realistic and/or would require so much time/effort and testing that some combination of "no fool would ever volunteer to the project" and "sorry, too busy testing to make releases" would apply. At some point you have to call time and cut the release. You are all welcome to roll back to something earlier if that works for you. You are all welcome to go play with Kodi on Android or Windows or .. some other distro too; if you feel we're doing such an intolerable job.

    In reference to patches; the "service: Fix hidden service with wrong passphrase" patch is adding support for flagging an invalid-key, not resolving an issue where invalid-key is being flagged which is a subtle but important difference. IMHO the description contains all the right keywords to sound interesting but I don't think this is relevant. No harm in testing it though.

    As nobody on staff can reproduce this .. someone needs to start sharing connman and iwd debug logs. They will be verbose and sizeable but are often quite human-readable. The issue is likely in the comms between connman and iwd.

    If all you want/need to do is edit files in the OS, enable SSH access and connect using PuTTY (on Windows) and use nano to edit files. It's a lot less hassle than (re)booting from another OS to make minor changes.

    External Content www.youtube.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    libdsm is a lightweight SMB client that VLC uses for browsing SMB shares. Kodi has an SMB client that it uses for browsing SMB shares. Kodi does not support alternatives; because there's no need for that .. it already has an SMB client. If for some reason that doesn't work you can also use kernel SMB capabilities to mount a remote filesystem to a path on the local host .. but that kind of thing is not really required as Kodi has a perfectly good SMB client.

    Please read https://wiki.libreelec.tv/hardware/amlogic#install2internal .. in short, that script isn't usable now.

    I'm working on an approach for user-driven tweaking of the speeds that the mmc controller runs the SD card at. There are silicon bugs in the Amlogic controller that cause stability issues at higher speeds so most boards are currently and deliberatly underclocked to use a safe "runs everywhere" 50MHz speed. Most (but not all) boards will support this being raised to 100MHz with UHS modes enabled, and some might even tolerate 150MHz, but i'm confident none will reliably run at the 200MHz rate used in the vendor kernel. Amlogic implemented some hacky and unsafe workarounds for the vendor kernel to run that fast; and those changes would never be accepted into the usptream kernel.