Hi dwmcqueen - have a read of the H616 posts - but basically no progress, at least in areas important for LE (video/audio).
Posts by heitbaum
-
-
- Are you using the LE11 Generic-Legacy image (for nvidia you need to)
- I can’t see the GPU in the logs
To enable ssh - add “ssh” to the APPEND line (as below)
# more /flash/syslinux.cfg
DEFAULT linux
PROMPT 0
LABEL linux
KERNEL /KERNEL
APPEND boot=UUID=779D-1827 disk=LABEL=Storage ssh
-
I can see an error not detecting the GPU in the screenshot - assuming this is when the GPU is not setup to pass through? Or are you using a vGPU?
You will need to look at the logs - dmesg / kodi.log / lshw / lspci to see what is happening.
Enable ssh would be the first step.
-
Then Libreelec probably should not be running dead software on x86 builds.
Topic asks for GUI, which is not web ajax based and not just CLI and you are doing your best at not mentioning X forwarding.
HTTP_USER_AGENT : Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0
LE11 will ship with Generic using GBM.
A legacy Generic is currently being built in LE11 nightlies (X)
-
atoulmin - what nightly image are you running - it looks like a late October / early November image. Can you please run the most recent - not saying that will fix it. But many changes since then (kernel/mesa/…)
-
I have this NIC and it is working well On my system. (Unaware of what chip is on that board)
- Ethernet controller: Intel Corporation Ethernet Controller I225-V (rev 03)
-
Fuse is included in network-tools and system-tools.
Fuse3 is included in network-tools.
# fuse
cp -P $(get_install_dir fuse)/usr/bin/{fusermount,ulockmgr_server} ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
cp -P $(get_install_dir fuse)/usr/sbin/mount.fuse ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
cp -P $(get_install_dir fuse)/usr/lib/{libfuse.so*,libulockmgr.so*} ${ADDON_BUILD}/${PKG_ADDON_ID}/lib
# fuse3
cp -P $(get_install_dir fuse3)/usr/bin/fusermount3 ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
cp -P $(get_install_dir fuse3)/usr/sbin/mount.fuse3 ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
cp -P $(get_install_dir fuse3)/usr/lib/libfuse3.so* ${ADDON_BUILD}/${PKG_ADDON_ID}/lib
-
I think there are the files you are looking for: https://repo.jellyfin.org/releases/client/kodi/py3/ - note: I have not tested this.
-
Following should work for you
Code$ more packages/multimedia/gstreamer/libgudev/package.mk PKG_NAME="libgudev" PKG_VERSION="237" PKG_SHA256="0d06b21170d20c93e4f0534dbb9b0a8b4f1119ffb00b4031aaeb5b9148b686aa" PKG_SITE="https://download.gnome.org/sources/libgudev/" PKG_URL="https://download.gnome.org/sources/libgudev/237/libgudev-237.tar.xz" PKG_DEPENDS_TARGET="toolchain"And update the package.mk
Diff
Display Morediff --git a/packages/multimedia/gstreamer/gst-plugins-bad/package.mk b/packages/multimedia/gstreamer/gst-plugins-bad/package.mk index b1b6498e62..0768245ec6 100644 --- a/packages/multimedia/gstreamer/gst-plugins-bad/package.mk +++ b/packages/multimedia/gstreamer/gst-plugins-bad/package.mk @@ -7,7 +7,7 @@ PKG_SHA256="13a2d02e7c275c100c92b8a8cc813b9ddf9e8d2940ec471cbfc2082764c5af9a" PKG_LICENSE="LGPL-2.1-or-later" PKG_SITE="https://gstreamer.freedesktop.org/modules/gst-plugins-bad.html" PKG_URL="https://gstreamer.freedesktop.org/src/gst-plugins-bad/${PKG_NAME}-${PKG_VERSION}.tar.xz" -PKG_DEPENDS_TARGET="toolchain gst-plugins-base" +PKG_DEPENDS_TARGET="toolchain gst-plugins-base libgudev" PKG_LONGDESC="GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest." pre_configure_target() { -
nuive - issue is the way stable an unstable are handled in glib. Here is the fix - you are welcome to upstream it.
Diff
Display MoreAuthor: Rudi Heitbaum <[email protected]> Date: Sun Nov 6 06:41:10 2022 +0000 Fix G_ENCODE_VERSION for unstable 2.67 versions Signed-off-by: Rudi Heitbaum <[email protected]> diff --git a/src/common/speak_queue.c b/src/common/speak_queue.c index 1b40de78..7f383b2d 100644 --- a/src/common/speak_queue.c +++ b/src/common/speak_queue.c @@ -239,7 +239,7 @@ module_speak_queue_add_audio(const AudioTrack *track, AudioFormat format) playback_queue_entry->type = SPEAK_QUEUE_QET_AUDIO; playback_queue_entry->data.audio.track = *track; gint nbytes = track->bits / 8 * track->num_samples; -#if GLIB_VERSION_CUR_STABLE >= G_ENCODE_VERSION(2, 68) +#if G_ENCODE_VERSION(GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION) >= G_ENCODE_VERSION(2, 68) playback_queue_entry->data.audio.track.samples = g_memdup2(track->samples, nbytes); #else playback_queue_entry->data.audio.track.samples = g_memdup(track->samples, nbytes); -
Addons 10.80.9 should be there now.
-
Some commands and some examples you can use for the kernel and systemd logs are:
-
Hi bpr323
If you do an “ls -a /storage” you will see the hidden folders. .kodi and .config being the folders you are looking for.
-
-
Fietspomp - the LE11 Generic has moved to using GBM - aligning with the other LibreELEC images so Hyperion does not work.
The X11 LE11 can be compiled:
PROJECT=Generic ARCH=x86_64 DEVICE=Generic-legacy make image
*Note: I have not tested Hyperion with this.
-
Latest “recompiled” inputstream and pvr addons have been published. Should be with you soon.
-
Hi LybsterKodi - no updates on the lists that I have seen or the website.
NTFS driver for Linux full guide in questions and answers | Paragon SoftwareAnswers to questions about the new NTFS3 driver in the Linux kernel and its commercial versionwww.paragon-software.comThough patches and updates to the ntfs3 driver are coming though
-
I wouldn’t think samba would be part of the issue. As the fopen/fwrite/fclose function calls are handled by the kernel filesystem drivers. Samba is a userland application (that happens to offer its services across th3 network.)
The actual issue with samba 4.16.x and the dcerpc was that the samba team were seperating the non file RPC calls into a helper program.