Wonder if the first LE9 releases will be very unstable?
Posts by andersos
-
-
-
-
With identical SoC your build should work, but some peripheral drivers and firmwares could be needed, like for example for 4G cards. We'll see.
-
I only support ROCK64 at the moment and I definitely will not support devices I don't own including that Renegade. I will probably support Rock960 and RockBox soon (getting those devices soon)
I see. But chipset of Renegade is same as Rock64, so I thought it would work on that too. Thanks for the tip about Rock960! When will it be available? It has RK3399 chipset like this Firefly : Firefly | Make technology more simple , Make life more intellingent.
-
I suppose that this build will work on the upcoming Renegade https://www.indiegogo.com/projects/renegade-arm-computer-with-usb-3-on-android-linux/x/4042493#/
-
-
Tvheadend works after linking also libva-drm.so and libva-x11.so. Thanks.
-
-
escalade - About the problem with Tvheadend service, I tried what they explained about Tvheadend in the LE 8.2.0 relese announcement, but it didn't work for me. Tvheadend service is running according to Settings/System/Add-ons/Running, but the PVR client can't connect and I cam't connect to it in Chrome. I tried both update and re-install. Do you want some log?
-
-
-
-
I need to load a custom seccomp profile using --security-opt in the docker run command for a container. For this to work it says here that the kernel needs to have CONFIG_SECCOMP enabled and Docker needs to be built with seccomp. I don't know about the kernel, but I think the current Docker addon isn't built with seccomp because I get this error :
Codedocker: Error response from daemon: linux seccomp: seccomp profiles are not supported on this daemon, you cannot specify a custom seccomp profile.
Would it be possible to enable seccomp for the Docker addon?
escalade - did you see the above request I made last week? Can it be done?
-
-
I need to load a custom seccomp profile using --security-opt in the docker run command for a container. For this to work it says here that the kernel needs to have CONFIG_SECCOMP enabled and Docker needs to be built with seccomp. I don't know about the kernel, but I think the current Docker addon isn't built with seccomp because I get this error :
Codedocker: Error response from daemon: linux seccomp: seccomp profiles are not supported on this daemon, you cannot specify a custom seccomp profile.
Would it be possible to enable seccomp for the Docker addon?
-
<item>
<label>Emulators</label>
<onclick>XBMC.System.Exec(/usr/bin/emulator-frontend.sh)</onclick>
<thumb>DefaultAddonGame.png</thumb>
<property name="id">emulationstation</property>
</item>
I also done the same with fav.xml copying the fav I already have listed but editing the location part. All methods show up on menu just cant get it to launch.
And you have quotes around /path/to/script.sh? Like I posted earlier : XBMC.System.Exec("/storage/script.sh")
-
Can anyone suggest how to write a basic script to launch a program. As I said before every script I put together works from ssh. Just wont launch via kodi menu itself. Could it be a permission problem??
The program is located in /storage/./parsec/
It also has a .sh to launch and directly connects to game server after 1st setup.
This located /storage/.parsec/Parsec.sh
I can move the program and other files into any location on storage and run it via ssh but not from kodi menu.
The .sh consists of
./parsec server_id=(yourserverid)
From what you show here it seems ok. If it starts in ssh terminal it should start from Kodi too. Because in both cases it's user root that you're logged in with in LibreELEC, so file permissions shouldn't be the issue. The shell script is in same location as Parsec so you don't need path or do a cd. You don't show the stuff that you added to the Kodi menu xml file, which would be helpful. You obviously need to pass yourserverid from there too.