your work around didn't work
A drop in file is injected into the systemd service. Check with systemctl cat lircd and systemctl status lircd.
logging is usually done into journal. For lirc use journalctl -u lircd, for anything just journalctl.
your work around didn't work
A drop in file is injected into the systemd service. Check with systemctl cat lircd and systemctl status lircd.
logging is usually done into journal. For lirc use journalctl -u lircd, for anything just journalctl.
There is at least one report that using the updated connman of a LE12 nightly does solve DHCP issues of 12.0.1.
Configure LE Service addon's Update tab to manual updates from Custom URL https://test.libreelec.tv, channel libreelec-12.0 and update to latest nightly.
Definitely a bug, use the work around.
I'm using amdgpu on this HW for years. It get more support from AMD than radeon, e.g. GL version is 4.6 instead of 4.5.
Can confirm the issue when testing on KAVERI (another Sea Islands GPU)
error <general>: ffmpeg[0xc93ecf0]: [h264] Hardware does not support image size 1920x1088 (constraints: width 64-0 height 64-0).
error <general>: ffmpeg[0xc93ecf0]: [h264] Failed setup for format vaapi: hwaccel initialisation returned error.
Seem to be a kernel 6.6 radeon driver regression, when switching to amdgpu by adding
to the kernel parameters (APPEND line of /flash/syslinux.cfg) acceleration is working fine.
On kernel 6.11 of LE13 HW acceleration is working with both radeon and amdgpu.
For WIFI card see last paragraph in this post
Yes, but you have to read the other chapters below "Development" too.
After cloning the repo you need to prepare the source from the pull request:
git checkout -b my_addon_branch libreelec-12.0
wget -O - https://github.com/LibreELEC/LibreELEC.tv/pull/9446.patch | git am
Then build the ntfs3g addon for your devive.
So, I installed that .img file, for LibreELEC 8.2.1, onto a new card, and placed the saved Confluence and Visualization folders into the .kodi/addons directory
After writing the image you have to boot LE once with unmodified second partition to get the partition expanded to full size.
You now do have only 32MB which get filled in almost no time.
They are part of the Installation Wizard running at first boot. They are activated if needed from the Python code.
Tell me if I can merge it or do I have to wait until it's official ?
You can build it yourself when having the environment (see Wiki). If not you have to wait.
See self.buttons in oeWindows.py
The ntfs-3g addon is currently only available for LE13. For LE12 it still need to be merged.
Moreover I notice that it disconnects and reconnects it quite often
This is likely a power issue. Does your powered USB hub still work as expected?
kszaq Don't play a number game ;-), iwd is telling us:
Working:
Not working:
And is then using SAE while rejecting before.
Service addon "ntfs-3g for udevil" is now available in repo for LE13 nightlys. Please test.
After installation ntfs-3g instead of ntfs3 is used to mount NTFS file systems like in older LE versions.