on xbmc python version 2.7.0 could not be satisfied
You do need an updated addon with Python3 support.
on xbmc python version 2.7.0 could not be satisfied
You do need an updated addon with Python3 support.
giaguaro Did you disable the on board graphic card in the BIOS after adding the 8600GT?
The PR adds kernel nouveau driver via package.mk
From llvm.org:
LLVM_PARALLEL_{COMPILE,LINK}_JOBS:STRING
Building the llvm toolchain can use a lot of resources, particularly linking. These options, when you use the Ninja generator, allow you to restrict the parallelism. For example, to avoid OOMs or going into swap, permit only one link job per 15GB of RAM available on a 32GB machine, specify -G Ninja -DLLVM_PARALLEL_LINK_JOBS=2.
heitbaum 20230309 is older than 12.0.1 of 2024-10-17
Recent RPI5 HW do require a LE12 nightly. The required support is not in 12.0.1
It was first included into LE13. Did you force a manual repo update?
Why did you omit any version number in your post?
As a hint: downgrading from LE13 nightly to LE12 stable or nightly is not supported.
I don't know which drivers chewitt has enabled, they may need additional firmware. The requested pastekodi is required but in worst case may hot give no more information.
To the intel-audio.conf: if not creating the empty file you do have the file active from /usr/lib/modprobe.d/ by default.
The medium good news: since yesterday I'm having jack sound via the Sound Open Firmware drivers on my Gemini Lake test machine. But kodi don't see HDMI audio any more. Maybe something need be polished...
Likely busybox mount is ignoring options after device and mountpoint
and in the newest version the line is the same but that rw turns to ro but I can see existing files.
ro is odd because storage is explicit mounted rw. LibreELEC-Generic.x86_64-13.0-nightly-20241206-ca4bded.img.gz has the kernel update 6.12 to 6.12.3. It include nfs commit 56a5d99 changing "something with ro". On my side it does continue working, but using NFS4.
so maybe related to
These messages are normal, ignore them.
I can't specify disk=NFS4 as a kernel parameter
To mount a nfs4 server use e.g. disk=NFS=172.16.3.4:/mnt/media/storage,vers=4.2
As a test you may even try with disk=NFS=172.16.3.4:/mnt/media/storage,vers=3 to see if there is any issue in the LE parsing code.
Yoyoda To enable the DSP drivers please create intel-audio.conf with
and reboot.
chewitt We are using https://github.com/LibreELEC/Libr…ntel-audio.conf
it hangs at Reache dtarget kodi.target and freezes Any suggestion how I might diagnose this?
Assuming you are using Generic (GBM) this is usually caused by kodi crashing. If ssh is enabled login should still be possible. With adding systemd.debug_shell to the kernel command line a debug shell can be reached at console 3 with Alt-F3 as long kodi is not running.
instead I get an error during boot
writer can't create directory '/storage/the number': Read onlyfile system
If you are using the overlay parameter the message is caused by this mkdir. Please check the access rights of 172.16.3.4:/mnt/media/storage
Local console is only enabled for installer mode of boot stick and does not work at all when using GBM. But for X11 using Generic-legacy image it is still possible, only kernel parameter has been changed with LE10.
Replace tty with systemd.debug_shell and you can use CTRL+ALT+F3 again.
I am referring to:
Audio:
Device-1: Intel Celeron N3350/Pentium N4200/Atom E3900 Series Audio Cluster
driver: sof-audio-pci-intel-apl bus-ID: 00:0e.0 chip-ID: 8086:5a98
and noticed the missing sof-audio-pci-intel-apl.ko
Looks like we need to enable Sound Open Firmware. Links: https://www.sofproject.org/ https://github.com/thesofproject
Using make menuconfig create these changes.
Module name is now snd-sof-pci-intel-apl.ko but does support PCI device [8086:5A98]:
filename: snd-sof-pci-intel-apl.ko
import_ns: SND_SOC_SOF_PCI_DEV
import_ns: SND_SOC_SOF_INTEL_HDA_COMMON
license: Dual BSD/GPL
alias: pci:v00008086d00003198sv*sd*bc*sc*i*
alias: pci:v00008086d00005A98sv*sd*bc*sc*i*
depends: snd-sof-intel-hda-common,snd-soc-acpi-intel-match,snd-sof-pci
retpoline: Y
intree: Y
name: snd_sof_pci_intel_apl
vermagic: 6.6.63 SMP mod_unload
Display More
Likely this is not sufficient, just a first step