First log is a kodi on mint log.
Second log is the LE Kodi.log, but does not include the dmesg/lspci/lsusb that we need to check what is happening on the network/hardware side. Based on the spec sheet it is a Realtek or Qualcomm wireless.
First log is a kodi on mint log.
Second log is the LE Kodi.log, but does not include the dmesg/lspci/lsusb that we need to check what is happening on the network/hardware side. Based on the spec sheet it is a Realtek or Qualcomm wireless.
Can you please share the logs.
A) Version 10 matches Version 11 Legacy.
B) Version Generic-11.0.3 should work on you NUC, I would expect you need to use Generic-Legacy based on you nuc.
C) no reason why both Generic-11.0.3 or Generic-Legacy-11.0.3 should not work with Wifi
Will need to see your logs?
What is not working with WiFi?
What is the flickering you are talking about?
Please use the nightly (at least 20230816) https://github.com/LibreELEC/LibreELEC.tv/issues/8013
ejwjohn - since Kodi 19 (Matrix) Feb 2021, 20 (Nexus) - Python 3 is used. Previously releases of Kodi used Python2. I would expect that all current addons will have been updated by now, or there will be a newer similar in function Python3 compatible available.
Known issue. Will fix in next system-tools - https://github.com/LibreELEC/LibreELEC.tv/issues/8010 - interim fix, use previous system-tools release.
Added a pr to add aac support into pipewire.
This still needs to be run tested.
osen - I’m unsure of the other “boot” error you are experiencing.
suggest reaching out to the addon developers to update the code
Thanx for a quick fix.
Applied your patch and dstat is working again
Since dstat is terminated maybe could the fork Dool be included in next version of system tools?
👍 have to look at dool again - looks to be maintained. Whereas last I looked it hadn’t moved on from dstat.
Fix was trivial. Will be included in next system-tools. No need for six.
Some quick checking - this is the module - https://kodi.tv/addons/matrix/script.module.six/
Add six.py to the addons
cd /storage/.kodi/addons/virtual.system-tools/bin
wget https://raw.githubusercontent.com/benjaminp/six/master/six.py
Does not seem to help, as dstat seems to need some further python3 patches.
# dstat
You did not select any stats, using -cdngy by default.
Traceback (most recent call last):
File "/storage/.kodi/addons/virtual.system-tools/bin/dstat", line 2825, in <module>
main()
File "/storage/.kodi/addons/virtual.system-tools/bin/dstat", line 2684, in main
scheduler.run()
File "/usr/lib/python3.11/sched.py", line 151, in run
File "/storage/.kodi/addons/virtual.system-tools/bin/dstat", line 2782, in perform
line = line + o.show() + o.showend(totlist, vislist)
^^^^^^^^
File "/storage/.kodi/addons/virtual.system-tools/bin/dstat", line 515, in show
if isinstance(self.val[name], collections.Sequence) and not isinstance(self.val[name], six.string_types):
^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'collections' has no attribute 'Sequence'
Display More
Edit dstat and change “import collections” to “import collections.abc”
And “collections.Sequence” to “collections.abc.Sequence”
dstat is unfortunately a archived project. https://github.com/dstat-real/dstat So whilst the above will get you going - not sure on longevity.
This photo probably shows it clearest.
https://www.pulse-eight.com/generated-assets/products/0000381.jpeg
Control your TV from Kodi, or vice versa! USB - CEC Adapter
HDMI IN (to PC)
HDMI OUT (to TV)
DATA - this is the USB and allows Kodi/LE/Kernel to read/write CEC.
I have the internal versions which behave exactly the same way (except the HDMI IN-OUT are on those AA pins.) the other connection in the NUC manual is for the USB 2.0 that the pulse8 is connected to. [DATA above]
It shows up here