For reference there is a kernel bugzilla report. Different behavior description but maybe some ideas are helpful.
Posts by mglae
-
-
As a guess the issue likely can be fixed by building Kodi with #22222
-
-
Please post both channel.conf files (in a zip archive).
-
This is really frustrating. I think it has to do with the channel manager and group manager.???
Possible. Test with stopped kodi (or disabled VNSI client) and replace vdr channel.conf.
If the test succeed you can try to reset Kodi PVR settings. In worst case remove TV*.db.
-
The initrd configuration is wrong in grub menuentry. Grub require an extra line with initrd edid.cpio.
-
edid.cpio is using the wrong directory structure.
Create lib/firmware/edid/edid.bin instead of usr/lib/firmware/edid/edid.bin.
-
The VDR backend is managing the cjhannels.conf and overwriting it when needed and e.g. at exit. Kodi is having no access to it.
To update the config files below the addo_data folder stop VDR by disabling the addon in Kodi settings or with systemctl stop service.multimedia.vdr-addon and start it again afterwards.
-
-
There is always hope
[settings] add shutdown menu option by DaVukovic · Pull Request #24545 · xbmc/xbmcDescription As spoken about at: #23806 specifically: #23806 (comment) That's my suggestion to add a "Open shutdown menu"-option for the shutdown-settings.…github.com -
Looks like the edid.cpio was created wrong. Post it or list it.
Use complete logs, not snippets.
-
I've shared my complete knowledge about Kodi mouse pointers and can't provide further advise.
-
Use a skin with larger mouse cursors.
Technically mouse cursors are images defined in pointer.xml of any skin and can be replaced.
-
What if you start Firefox into ProfileManager, create a new profile and try with this unmodified profile?
-
Error is
Codekodi.sh[944]: /usr/lib/kodi/kodi.bin: symbol lookup error: /storage/.kodi/addons/imagedecoder.heif/imagedecoder.heif.so.20.1.0: undefined symbol: aom_codec_version
I've created a fix: https://github.com/LibreELEC/LibreELEC.tv/pull/8467
-
There is no change on Mesa version with 11.0.4. To see if there is any upstream improvement you still have to test a LE12 nightly.
-
mpv was included into addon being test tool: https://github.com/LibreELEC/LibreELEC.tv/pull/3256
mpv was removed from addon being test tool: https://github.com/LibreELEC/LibreELEC.tv/pull/3749
-
Cherry picking two points. For general addon development questions you may get more feedback in Kodi forum.
Although it does say that there are modules available for use and pyserial is one of those modules but I don't know the addon id for it.
Following the usual naming conventions <import addon="script.module.pyserial"/> should work.
My addon needs to modify the /flash/config.txt file
IMO this requires some caution. E.g. check of supported HW, already modified config.txt...
From the UI there should be a deinstallation button.