If i install it in /storage/.kodi/addons/ like you described on github, will the newer one be used
Yes. You can see it in Kodi (debug) Log.
If i install it in /storage/.kodi/addons/ like you described on github, will the newer one be used
Yes. You can see it in Kodi (debug) Log.
ApexDE You can test the updated settings addon from Testing LibreELEC-settings addon · Issue #4547 · LibreELEC/LibreELEC.tv · GitHub.
But IMO there will be no improvement until the OOM issue of the RPI4 kernel is fixed.
Likely DOS line endings. Try dos2unix /storage/.kodi/userdata/keymaps/AVMD0.py
Assuming you are creating a Generic image, these nvidia depmod warnings must be ignored.
Install System Tools addon from LibreELEC repo.
A fix is now included into nightly builds.
The fix is now included into nightly builds.
The delay is 2+2s sec from the script. IMO you can reduce the second sleep, but test it. The sleep command even accepts delays below one second like sleep 0.5.
To disable the additional service of post 24:
Thought you got it in post 41.
journalctl will show complete log (use 'q' to leave the pager).
The output of services is logged into the journal.
journalctl is printing the log. grep is looking for a string. With echo Power_script an unique string is logged every time the script is executed.
When running the command after resume the number of lines found count how often the script was executed.
nope non of it, this is not something you should do at some normal distribution
I think this is doable somehow, windows itself supports all these stuff and more but likely get dropped
WSL for example could handle that.
Thanks, that confirmed my assumption. Even with Linux -> Linux you need to rsync to root account and use --numeric-ids to get restorable results.
You may be running the same script twice.
In post 24 kodiresume.service was introduced starting 99-toggle_rate.power too. In addition the script is started if the old mechanism is still working.
You can test with (use your favorite delay):
#!/bin/sh
case "$1" in
post)
echo Power_script
sleep 5
xrandr -display :0 --output HDMI1 --mode 1920x1080 --rate 59.94
sleep 5
xrandr -display :0 --output HDMI1 --mode 1920x1080 --rate 60
;;
esac
and test with journalctl|grep Power_script after suspend/resume.
blueribb Are you only using /storage/.config/sleep.d/99-toggle_rate.power or is the service still installed?
If yes, it is possible the script is twice. You can verify this by adding a echo Power_script and checking with journalctl|grep Power_script afterwaers.
CvH Are you sure that unix permissions, unix users and groups, symbolic links and file name case are kept with Windows rsync and can be restored?
lsmod will list all loaded modules.
In best case find the documentation which bus is used to connect the eMMC. PCI, USB ...
lspci -k and lsusb may be useful to get additional information.
Edit: Wrote this before reading your post. If systemd is to be loaded the FS is mounted and "something" was read before from eMMC.
The kernel config depends to the target: projects/../linux/../linux*.conf