Fixes will be done against master branch (Leia) but backports to Krypton will be considered if the fix doesn't touch too much code.
Posts by chewitt
-
-
Not for community builds unless the developers create a custom channel.
-
Check Kodi github for PR's that fix the issue, and if none are found report the issue via Kodi forums, which will be triaged and will eventually end up with a bug report in Kodi trac. If you don't report it, the long-term likelihood of it being fixed is low.
-
We don't provide support to users of piracy add-ons.
-
I put the incorrect githash in the original 17.2 update PR, but this has now been corrected. However Kodi has found some issues with add-ons that will result in a 17.3 release soon-ish, so our 8.0.2 release will be delayed until upstream has things sorted.
-
Kodi depends on smbclient which is obtained from the version of Samba installed in the OS. LE is currently using Samba 3.6.x and the first version which supports SMB2/3 connections is Samba 4.1 (current release 4.6) so unless you create your own custom image Kodi will only support NT1 (SMB1) connections. We've been investigating what's required to move up to a newer Samba version in Kodi but since SMB is full of implementation quirks we've discovered as many problems as benefits. There is no plan to bump Samba in LE 8.0 but there are tentative thoughts for a mid-year 8.2 release that bumps a small number of major packages and it might happen then.
-
You're the first user that I ever encountered in all my OE/LE days who plays video's via omxplayer commands. It's not required for our user audience and thus we are not planning to re-engineer Kodi audio support to accommodate alsa in the OS. Kodi development has also been focussed on MMAL for some time now - OMXPlayer is in sustaining/maintenance mode only to continue basic Kodi support for the dwindling number of first generation devices and even smaller group of people who want to run Kodi on a pi zero. Sorry.. but no.
-
The only thing you need to do is enable "disable password auth" in LE settings. You need to deploy keys and create authorized_keys but there's no need to edit other files.
-
Error received: Permission denied (publickey,keyboard-interactive).Does it mean my remote machine (OSX) does not recognise the public key?
It means you are attempting to authenticate with a password, which is not a valid authentication method. If you allowed passwords the methods available would be "publickey,password,keyboard-interactive".
-
Can wait to test these changes in
Lakka. Do you know if S912 will be supported too?The Kernel work Baylibre are doing will fully support S912 hardware but Amlogic have no plans that I'm aware of to license fbdev drivers for Linux so you're stuck with the libhybris Android driver hack to make S912 work.
-
You can, if you self-build from sources, and right now it would probably cause you a load of problems due to recent upstream content merges that are still being fixed upstream (and on our side). Also consider that 64-bit Amlogic devices will hopefully jump from Linux 3.14 > 4.13 kernel and will end up with a completely new graphics architecture in Leia if things go to plan. I run a WP2 as the family daily driver and I won't be entertaining the idea of Leia code on it for 2-3 months yet. Leia is roughly targeting a year-end release.
-
First observation is that you're building from the master branch not 8.0 (see LibreELEC-RPi2.arm-9.0 visible in paths) and due to upstream doing some major merges in the last week you'll probably find things a little broken at the moment. We're deliberately waiting for things to stabilise before we fix up our master branch. If you want to build 8.0 run "git checkout libreelec-8.0" before building.
-
LE works with QEMU and for 8.0 there's a dedicated image for vmware (Virtual) but I'm not sure anyone has tested KVM. If it works, great. If it doesn't work, it's up to you to fix it
-
Check cables. Use different HDMI ports.
-
configure the LE box for key-based auth then you can send commands via SSH, e.g. "ssh [email protected] poweroff"
-
This is a known issue that affects Amlogic 64-bit devices; i'm not sure about 32-bit. It's something that we have a few ideas about but it is unlikely to ever be fixed in Krypton as the Kodi development focus is now firmly on Leia.
-
In that case the answer is no, there is no Chromium browser for Pi devices (unless you use Raspbian)
-
linux-amlogic/dm9601.c at amlogic-3.10.y · LibreELEC/linux-amlogic · GitHub
device is already supported in the kernel's used on S805 devices.