Currently i just removed the patch responsable for this and compiled a new build and this resolved it also.
In this case just put an empty xorg.conf in /storage/.config
Currently i just removed the patch responsable for this and compiled a new build and this resolved it also.
In this case just put an empty xorg.conf in /storage/.config
Did you use w_scan with parameter "-t 3"? May not help but is always a try worth.
You can try to switch to legacy drivers yourself:
Have already thought of that, things is that Windows apparently is now 100% ready for UTC time, so I'd rather switch my Linux boots to RTC.
Which issues still do exist in Windows 10?
Quote
I guess it may be possible to symlink the required directory to be able to modify the clock setting.
Only if you build LibreELEC yourself.
In addition with local time set all three OS will try to correct the RTC on daylight saving time change.
IMO not possible due to read only /etc file system.
Think about changing Windows to UTC.
Currently a LibreElec backup is just a tar of /storage/.cache, /storage/.config, /storage/.kodi and /storage/.ssh
Video on HDMI #1 and sound on HDMI #0?
On Firefox I get an open lock icon and the page info shows no encryption on the RSS feed.
In addition we did forget to advice to make autoplay.sh executable:
chmod +x /storage/autoplay.sh
If it still fails please post the URL from
journalctl | pastebinit
after a failed try.
I actually almost have a way to do this using udev, but it doesn't work because udev won't finish until the all udev rules have run, so it's not possible (with the current tools) to do this (that I have found yet).
It can be done with some modifications:
/storage/.config/udev.rules.d/99-usb-play.rules
IMPORT{builtin}="blkid"
ACTION=="add", SUBSYSTEM=="block", KERNEL=="sd*|mmc*", ENV{ID_FS_USAGE}=="filesystem", \
RUN+="/usr/bin/systemd-run /storage/autoplay.sh /dev/%k"
/storage/autoplay.sh
#!/bin/sh
sleep 5
MP=$(printf '%b' $(grep "^${1} " /proc/self/mounts | cut -d ' ' -f 2))
if [ -f "${MP}/kodi.playme" ]
then
/usr/bin/kodi-send --action="PlayMedia(\"${MP}\", isdir)"
fi
This limits auto play to USB drives with existing /kodi.playme file.
- added latest Digitial Device drivers (much more up to date then the OE/LE included one) - they compile no idea if they work
Great!
Unfortunately the drivers do not load because of modversion 4.4.0-20 instead of needed 4.4.7.