Addon 12.80.1.0 with MariaDB 11.4.3 is the last one working.
I'm not using MariaDB but had the addon installed at one of my test installs and saw it restarting.
Addon 12.80.1.0 with MariaDB 11.4.3 is the last one working.
I'm not using MariaDB but had the addon installed at one of my test installs and saw it restarting.
Select any vertical triple dots button of the forum gui.
Thanks for response, I'm using the board feeds
After checking the configurations:
The forum software is now using https://forum.libreelec.tv/thread-list-rss-feed/ as root URL. After changing the reader configurations it seem to be working again.
Will close the thread after a few successful dates.
To start discussion without any research:
That is exactly the error message of the other thread, therefore I expected the same solution.
boot= can be RO but disk= must be RW. Main change at this point is kernel update from 6.6.46 to 6.6.71but I have no idea what differs in detail.
.update/ gives sometimes compatibility problems.
LE update logic currently see Nouveau and Nouveau-legacy images as not compatible.
Extend your update procedure to suppress the check:
Add the required NFSV4 parameter, e.g. ,vers=4.2. The wiki was updated recently.
I'm still surprised that it was working before without, as reported in this thread too.
The RX550 is supported.
Can confirm in Virtualbox too
mglae See the IRC chat that starts here: https://oftc.irclog.whitequark.org/dri-devel/2025-01-23#33941062
This change causes the dri2 error under X11: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29969 - so I've added support for legacy-x11=dri2 in mesa package.mk
chewitt Excellent. Either setting Option "DRI" "3" in xorg-i915.conf or building with -Dlegacy-x11=dri2 let kodi start in Intel HW again.
BTW: the issue on GBM seen with vmware driver on Virtualbox is fixed by mesa 24.3.4 update.
That's odd. Which motherboard do you use?
As a hack: assuming the IGPU is using kernel radeon driver and the RX550 amdgpu you can disable the radeon driver by adding initcall_blacklist=radeon_init kernel parameter to the APPEND line of /flash/syslinux.cfg
Can you remove the gt710 and use IGPU?
Did you disable the IGPU in the BIOS?
Only single GPU setups are supported.
No change to the errors, it is likely you get a working system by reverting Mesa 24 to 21.
IIRR Mesa 21 was the latest version booting on any platform (I'm testing) without error.
With a distribution like Slackware64 you do have any lib available. With The JEOS LE only the required libs are build, therefore you have to change configuration to build the new lib.
fatal: a branch named 'le12_nouveau' already exists
New generated branches can have any name.
it will take 28 hours to finish the building
You are really patient.
Johpin LE is building GBM with gles, I'm not sure if using GL is possible.
The idea is to port chewitt work to LE 12:
git remote add chewitt https://github.com/chewitt/LibreELEC.tv.git
git fetch chewitt
git checkout libreelec-12.0
git pull
git checkout -b le12_nouveau
git cherry-pick chewitt/nouveau
But the last line result into two conflicts. I've fixed them and you can use:
git checkout libreelec-12.0
git pull
git checkout -b le12_nouveau
wget -O - https://paste.libreelec.tv/peaceful-alien.log|git am
Then build with PROJECT=Generic DEVICE=nouveau (untested).
Already fixed in kodi. Use a LE12 stable nightly.
Jan 18 15:38:34.552496 LibreELEC kodi.sh[840]: libEGL warning: egl: failed to create dri2 screen
Jan 18 15:38:34.562281 LibreELEC kodi.sh[840]: glx: failed to create drisw screen
Jan 18 15:38:34.581328 LibreELEC kodi.sh[840]: ERROR: Can not initialize OpenGL context. Exiting
Jan 18 15:38:34.581482 LibreELEC kodi.sh[840]: ERROR: Unable to create GUI. Exiting
This is exactly the error I'm currently seeing with Generic-legacy on Intel HW. We may fight against some mesa issue.
It may be worth to test the changes on top of LE12 (maybe an exercise for Johpin ?)