Hi Da Flex - all good. Pretty sure this is the opposite audio=ok and video=bad - I have had it and this is the tracking issue on Generic - https://github.com/LibreELEC/LibreELEC.tv/issues/8488
Posts by heitbaum
-
-
Can you please test these 2 images.
https://test.libreelec.tv/12.0/Generic/Generic/LibreELEC-Generic.x86_64-12.0-nightly-20240323-353213e.img.gz
- should not work for youhttps://heitbaum.libreelec.tv/LibreELEC-Generic.x86_64-12.0-devel-20240323213541-353213e.img.gz
- should work for you (it has the fences PR reverted) I think -
Hmm. It might be this.
- https://github.com/LibreELEC/LibreELEC.tv/issues/8488(I haven’t seen the error for a while)
EGL_BAD_PARAMETER
….
When the screen goes dim in 5 minutes, then you click the remote or a key on the keyboard, does it come back to life, or is the screen frozen, with just the audio “clicking”? -
Anything done for AMD 4x00G 5x00G support?
I am still on legacy with my AMD boxes cause h265 and xvid are still sound only @11.06
THX for your effort!This is the only AMD update that I’m aware of - https://github.com/LibreELEC/LibreELEC.tv/issues/8208 (so will need a test on your system)
-
As - FYI:
I have just done an inital run test on VMware ESXi, 7.0.3, 22348816 of the 11.0.6 OVA with the following output and "working" - I did not play any media.
Power Status Powered On
Guest OS Linux 6.1.74 LibreELEC (official): 11.0.6 LibreELEC 11.0 16216c3214a725e2b418b685504350a584baf12f
VMware Tools Running, version:2147483647 (Guest Managed)
DNS Name LibreELEC
IP Addresses xx.xx.xx.xx
Encryption Not encrypted
CPU 1 CPU(s), 2160 MHz used
Memory 1 GB, 1 GB memory active
Hard disk 1 4 GB | Thin Provision xxx-Datastore001
Network adapter 1 net1 (connected) | xx:xx:xx:xx:xx:xx
Compatibility Workstation 12 and later (VM version 12)LibreELEC:~ # pastekodi
https://paste.libreelec.tv/prompt-quetzal.log -
PR raised in LE12 to include the now upstream fix - https://github.com/LibreELEC/LibreELEC.tv/pull/8645
-
Hi HomerJau
I just tested samba on LE12 and was able to put a file on an ext4 ok. Can you please check your file system.
Bash
Display Morenuc12:~ # mkdir test nuc12:~ # cd test nuc12:~ # cp ../send.txt . nuc12:~/test # ls -la total 28 drwxr-xr-x 2 root root 4096 Feb 21 09:30 . drwxrwxrwx 43 root root 4096 Feb 21 09:29 .. -rw-r--r-- 1 root root 18377 Feb 21 09:30 send.txt nuc12:~/test # ls -la ../music/ total 8 drwxr-xr-x 2 root root 4096 Sep 26 2022 . drwxrwxrwx 43 root root 4096 Feb 21 09:29 .. nuc12:~/test # smbclient -U libreelec \\\\localhost\\Music Password for [WORKGROUP\libreelec]: Try "help" to get a list of possible commands. smb: \> dir . D 0 Mon Sep 26 02:22:16 2022 .. D 0 Mon Sep 26 02:22:16 2022 46761772 blocks of size 1024. 10319656 blocks available smb: \> mkdir put smb: \> cd put smb: \put\> put send.txt putting file send.txt as \put\send.txt (8972.7 kb/s) (average 8973.1 kb/s) smb: \put\> dir . D 0 Wed Feb 21 09:35:09 2024 .. D 0 Wed Feb 21 09:34:59 2024 send.txt A 18377 Wed Feb 21 09:35:09 2024 46761772 blocks of size 1024. 10319632 blocks available smb: \put\> nuc12:~/test # ls -la ../music total 12 drwxr-xr-x 3 root root 4096 Feb 21 09:34 . drwxrwxrwx 43 root root 4096 Feb 21 09:29 .. drwxr-xr-x 2 root root 4096 Feb 21 09:35 put nuc12:~/test # ls -la ../music/put total 28 drwxr-xr-x 2 root root 4096 Feb 21 09:35 . drwxr-xr-x 3 root root 4096 Feb 21 09:34 .. -rwxr--r-- 1 root root 18377 Feb 21 09:35 send.txt
-
Hi Guys,
Quick one, i have Jellyfin Server and Kodi running on a same pc, OS is Xubuntu
I would like to move his setup to LibreElec, so question....Is there a way to install a Jellyfin Server in Libreelec?, i tried to enable SSH, putty to LibreElec and run the Jellyfin install commands without success.
Any pointers if this is doable?
The LibreELEC Jellyfin addon runs well.
-
Yeah, that's correct. But only on first boot - like described in earlier post.
On first boot after fresh install I am able to configure the WIFI connection once and connection establish successfully.But as soon as I reboot the system the WIFI no longer works. Its not connecting anymore and I am not able to see the SSIDs.
From this point I need to reinstall again or do a hard-reset to get WIFI working again and the "loop" begins after another restart...I see that there is some routing or vpn connection being made - so unsure how this is configured on a fresh install? Or is this from a hard power off?
What do the logs show on the second boot?
-
In the logs I can see wlan0, iwlwifi, iwd entries all indicating things are working.
-
Generic Wayland can be built with:
PROJECT=Generic DEVICE=wayland ARCH=x86_64 make image
otherwise https://wiki.libreelec.tv/development/bu…mands-le-12.0.x will help you out.
From a build perspective this is the only issue I am aware of: -
docker is up to date with 25.0.3 in the LE12 addons. There are no plans to backport to LE11.
-
Please test with LE12 nightly. Disabling Fast Transition (FT) does seem to improve things.
-
A question. Does just reverting the offending commit fix this?
This feels like one of those rippling side effect issues that we don’t want to pull on coming into final beta.
DDuck007 confirmed testing with 20240202210107-78a0ba1 above. I can confirm it was a clean LE12:master build with only the one patch - 0003-Revert-FileSystem-Refactored-and-improved-logic-to-u.patch
-
I have compiled 20240203092151-78a0ba1 without the revert 24504 but with 22222 included.
-
This final build has only one revert
20240202210107-78a0ba1
0003-Revert-FileSystem-Refactored-and-improved-logic-to-u.patch
Can you please raise a Kodi issue - as there will need to be a fix in either the Kodi or the pvr.vuplus side.
-
https://github.com/xbmc/xbmc/comp…523412baa548367
So it’s either https://github.com/xbmc/xbmc/pull/24509 or https://github.com/xbmc/xbmc/pull/24504This is a build without 24504 - 78a2ef1
20240202123952-625e6d7
I have also built master with these 3 reverts corresponding to 24509*2, 24504*1 - this image should work if our analysis is right.20240202124829-6a5c736
0001-Revert-video-Do-not-override-the-ListItem.Overlay-fo.patch
0002-Revert-guilib-refactor-file-item-SetOverlayImage.patch
0003-Revert-FileSystem-Refactored-and-improved-logic-to-u.patch -
Next: What about Kodi 0974c687e415b2c7145e074ed523412baa548367
20240202095501-6a8d1b0
Comparing 6e2851d997860d7e5a57d912f32898ebe08f9680...6e2a64f3fbe98d5b0541ff85c6f231b5e3d0072d · xbmc/xbmcKodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and…github.com