moonlight was constantly broken without a maintainer that oculd fix the problems, so we dropped it
Posts by CvH
-
-
also note that you don't really need a full clone at all
just reinstall LE (1-2min) and import the backup, done
Starting CZ takes more time then doing that
-
I updated my NUC with the latest Generic x86_x64 image today.
what was the last working version you had ?
-
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
-
tx for report, should be fixed with the next update
-
We are just using whatever Kodi provides and build/pack it for our distribution. If it works at 2015 but not 2010 its likely a mame issue or some issue with the kodi addon. So I would try the mame forum first. If there are anything that needs rebuilding/testing (patches ...) we can assist if needed.
-
I don't know if it is safe to downgrade to 9.2.3
its save to downgrade between the minor version bumps, so 9.2.4 -> 9.2.0 is easily working
-
Which file I have to use? And how to use?
LibreELEC-Generic.x86_64-9.80-nightly-20200812-6063236.img.gz
you can upgrade with .img.gz (install image) or .tar (pure update image), ova is for virtual machines and can't be used
-
did you tried to activate the Digital Device drivers at LE ? they are different to the ones you use at default, maybe this fixes something
- otherwise I would have a look at the cpu usage try htop while recording (should be less then 10%)
- remove one card and try again, if this still appears or not appears try the other card, if both cards work in "single mode" it could be a different problem
- try to record in plain ts files, maybe you messed up your recording profile (screenshots welcome
)
-
at the download page go to RPi3 and you get the working version for RPi3
just that you are not confused, RPi2/3/3+ are all using the same image because they are basically the same device
-
Yea that should work there too
-
working (only build tested) package.mk for current LE master
Code
Display MorePKG_NAME="xpadneo" PKG_VERSION="041e8d8cc9a1ec3184a12fe057b8d7d568e72f23" PKG_SHA256="9979df3f3db15e24a5fe8aef96a10f8bb7550fbed6da0815191eea84a73495d9" PKG_LICENSE="GPL" PKG_SITE="https://github.com/atar-axis/xpadneo" PKG_URL="https://github.com/atar-axis/xpadneo/archive/${PKG_VERSION}.tar.gz" PKG_DEPENDS_TARGET="toolchain linux" PKG_NEED_UNPACK="$LINUX_DEPENDS" PKG_LONGDESC="Advanced Linux Driver for Xbox One Wireless Gamepad" PKG_IS_KERNEL_PKG="yes" PKG_TOOLCHAIN="make" make_target() { kernel_make -C $(kernel_path) M=$PKG_BUILD/hid-xpadneo/src modules } makeinstall_target() { mkdir -p $INSTALL/$(get_full_module_dir)/$PKG_NAME cp $PKG_BUILD/hid-xpadneo/src/*.ko $INSTALL/$(get_full_module_dir)/$PKG_NAME }
-
If you try to compile 9.2 branch you need Ubuntu 18.04, otherwise you get problems at compiling (or using the docker images we provide).
Master branch works for Ubuntu 20.04.
for the xpadneo driver you need to modify the package.mk a bit that it works (just tested for master build)
Code
Display MorePKG_NAME="xpadneo" PKG_VERSION="041e8d8cc9a1ec3184a12fe057b8d7d568e72f23" PKG_SHA256="9979df3f3db15e24a5fe8aef96a10f8bb7550fbed6da0815191eea84a73495d9" PKG_LICENSE="GPL" PKG_SITE="https://github.com/atar-axis/xpadneo" PKG_URL="https://github.com/atar-axis/xpadneo/archive/$PKG_VERSION.tar.gz" PKG_DEPENDS_TARGET="toolchain linux" PKG_NEED_UNPACK="$LINUX_DEPENDS" PKG_LONGDESC="Advanced Linux Driver for Xbox One Wireless Gamepad" PKG_IS_KERNEL_PKG="yes" PKG_TOOLCHAIN="make" make_target() { kernel_make -C $(kernel_path) M=$PKG_BUILD/hid-xpadneo/src modules } makeinstall_target() { mkdir -p $INSTALL/$(get_full_module_dir)/$PKG_NAME cp $PKG_BUILD/hid-xpadneo/src/*.ko $INSTALL/$(get_full_module_dir)/$PKG_NAME }
-
If HPET (High Precision Timers) were active in BIOS. I Set HPET to Off by default since years on Linux based HTPC's.
that is news to me, something I need to try
I have handshake issues since day one.
-
S9xxx with triple x means that my S905 is just not supported.
try Index of / -> LibreELEC-AMLGX.arm-9.80-nightly-DATE-box.img.gz
then edit the uEnv.ini
best guess
dtb_name=/dtb/meson-gxbb-p201.dtb
or
dtb_name=/dtb/meson-gxbb-mecool-ki-plus.dtb
or
dtb_name=/dtb/meson-gxbb-kii-pro.dtb
or
dtb_name=/dtb/meson-gxbb-mecool-kii-pro.dtb
maybe that works, the images from balbes are different to the LE ones, maybe that helps already
-
For your Intel HTPC I would try to update to some nightly build an see if there is a improvement (or boot from usb or soemthing), try to use it without any additional driver. test.libreelec.tv
It looks like the device is actually properly supported at the vanilla kernel.
Do a backup before because otherwise you can't downgrade without problems.
-