Kodi Community Forum
v19 LibreELEC Testbuilds for x86_64 (Kodi 19.0) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: v19 LibreELEC Testbuilds for x86_64 (Kodi 19.0) (/showthread.php?tid=343069)



RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - SirMacke - 2019-06-06

(2019-06-05, 00:17)Milhouse Wrote:
(2019-06-03, 15:38)SirMacke Wrote: Issue since #0427 I think.
Using a Playstation 3 Bluetooth remote to my Intel NUC running LibreElec + Kodi native.
From #0427 (I guess, did not check version before upgrade) I can no longer connect the remote.
It has always been connected automatically before, but now it is disconnected.
It cannot be paired any more.
"Pair, connect" only gives a Bluetooth Input/Output error.
Backing to a version before this and the remote works again.

Tried the onboard Bluetooth and an old DLink USB-dongle. Same issue.

Log:
http://ix.io/1KOr

@SirMacke can you test build #0604b: Generic - it has this BT kernel commit reverted. 
#0604b works!


RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - Milhouse - 2019-06-06

New LibreELEC.tv Matrix build #0606: Generic
(Supercedes previous build)

SHA256 Checksum: 5e8be6210e7d4142c92053880f326f47bd04c17316f6ba97d9be5937c570e628 (Generic)

text:
# uname -a
Linux NUC 5.1.7 #1 SMP Thu Jun 6 21:04:40 BST 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190606210358-#0606-g17cda55 [Build #0606]

# Kodi version
Kodi (19.0-ALPHA1 Git:e18c43c). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (17cda55, changelog) and tip of XBMC master (e18c43c, changelog) with the following modifications: Build Highlights:
  1. Amlogic: Remove Platform
Build Details:
  1. XBMC:
    • Amlogic: Remove Platform (PR:16043, 3 commits, 60 files changed)



RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - DerSchnelle - 2019-06-07

(2019-06-02, 21:05)Milhouse Wrote:
(2019-06-02, 18:04)DerSchnelle Wrote: Hey guys,

when trying to update from milhouse-builds around 0313 to recent ones I get:

"*** Error in mount_flash: mount_common: Could not mount UUID=5C3C-D64E***
### Starting debugging shell for boot step: mount_flash... type exit to quit ###"


My system is a NUC7CJYH.

Can someone give me a hint, what I could do?

I read somewhere, that I should edit the syslinux.cfg, but I'm not familiar with that so far.

Thanks in advance!

Connect a keyboard to your system and once you've entered the debug shell run the following command:
text:

blkid

The partition with TYPE="vfat" should have UUID="5C3C-D64E".

If the vfat partition UUID is not 5C3C-D64E then then you need to edit /flash/syslinux.cfg so that it references the new UUID, or instead references the partition by label (ie. boot=LABEL=Storage) rather than UUID although this won't work if you have multiple disks in your system with the same Storage label.

If the UUID does match then your FAT partition may be corrupted - try running fsck.vfat /dev/sdXY (where XY corresponds to the vfat device from blkid) and respond to the prompts and hopefully fix the file system.

Note that these tar updates don't modify your syslinux.cfg or change partition UUIDs so I've no idea how you could get into a situation where the UUIDs don't match in which case I'd expect file system corruption to be the most likely issue. 
I checked the UUID and the vfat-partition shown after blkid is indeed wrong (3E92-8632).

So I will have to edit the syslinux.cfg. Sadly I couldn't figure out how to do that. Is it possible to do it within the debugging-shell?

Thank you very much for your help!


RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - Milhouse - 2019-06-07

(2019-06-07, 08:39)DerSchnelle Wrote: I checked the UUID and the vfat-partition shown after blkid is indeed wrong (3E92-8632).

So I will have to edit the syslinux.cfg. Sadly I couldn't figure out how to do that. Is it possible to do it within the debugging-shell?

Thank you very much for your help!

Yes, but it's probably easier to boot into LibreELEC and edit it there as you have more tools available.

Assuming /dev/sda is your boot disk (check the output of blkid) then in the debug shell execute:
text:

mount /dev/sda1 /flash
exit
and your system should now proceed to boot into LibreELEC.

If your Storage partition also fails to mount, again because of a changed UUID, then use:
text:

mount /dev/sda2 /storage
exit

Once LibreELEC has booted, login with ssh (username: root, default password: libreelec) and run the following:
text:

mount -o remount,rw /flash
nano /flash/syslinux.cfg
Make the change(s) to fix the UUID, then enter ctrl-x (followed by Y and ENTER) to save the file.

Reboot, and you should hopefully boot straight into LibreELEC.


RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - Milhouse - 2019-06-07

New LibreELEC.tv Matrix build #0607: Generic
(Supercedes previous build)

SHA256 Checksum: b6bd79f5a713ebf616b78626ee14a3fef5318b2f40a1d7bce50aecc0fa0ad1f5 (Generic)

text:
# uname -a
Linux NUC 5.1.7 #1 SMP Fri Jun 7 21:08:37 BST 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190607210754-#0607-g17cda55 [Build #0607]

# Kodi version
Kodi (19.0-ALPHA1 Git:ea22102). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (17cda55, changelog) and tip of XBMC master (ea22102, changelog) with the following modifications: Build Highlights:
  1. curl-7.65.1
  2. inputstream.adaptive-2.3.21
Build Details:
  1. XBMC:
    • Read APE tag embedded cover art (PR:16242, 2 commits, 1 file changed)
    • [cmake] pass all CPPFLAGS to libcpluff configure (PR:16247, 1 commit, 1 file changed)
    • cosmetics fixups after #16242 (8256da1)
  2. inputstream.adaptive:
    • Fix parsing PR ContentProtection KID (4cb15f0)
    • version bump 2.3.20 (b68d49e)
    • [DASH] initialize segment::range_begin_ for URL segments (c5e84dc)
    • version bump 2.3.21 (b1ea095)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3537 (perma): packages: mega bump
    • Reverted: [pkg] PR:16247: [cmake] pass all CPPFLAGS to libcpluff configure



RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - Fourweddings - 2019-06-08

Versions on my Intel NUC.
Tvheadend 4.2 9.1.118
Tvheadend HTSP Client 4.4.17.1
#0607

Hi Milhouse,

The HTSP Client does not install due the the following error - dependency on kodi.instance.binary.pvr 5.10.3.

Going to do some more research now.

http://ix.io/1LcB

My research —-

So I rolled back to #0423 ok + was able to install
Tvheadend HTSP works in #0519 ok <have not tested install. But believe it probably won’t work>
Tvheadend HTSP works in #0529 ok <have not tested install. But believe it probably won’t work>
Tvheadend HTSP works in #0530 ok. But the update function does not work, dependency issue as described above.
Tvheadend HTSP works in #0607 ok. But the update function does not work, dependency issue as described above.

This post seems to indicate something similar, where the add ons are looking for 5.x but 19.0 is offering 6.x
https://forum.kodi.tv/showthread.php?tid=343735

Do we need to update to 5.0.1 of pvr.hts to allow installation with PVR6?
https://github.com/kodi-pvr/pvr.hts/blob/Matrix/pvr.hts/changelog.txt


RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - wizardknight - 2019-06-08

(2019-05-29, 16:57)Milhouse Wrote: 829 movies
89 tvshows (4,486 episodes)

All my media is accessed over nfs:// from a remote FreeNAS server.

I'm using MySQL Server 5.5.21.
Reading your post gave me an idea. I converted my setup from SMB to NFS, and the issue of viewed media appearing when it shouldn't resolved.
I would love to know if you used a mysql database and SMB instead of NFS, if you see the odd behavior.

I am speculating that there might be something slightly amiss with the way kodi accesses SMB shares.
I don't think it is OS specific as I have seen the issue on Ubuntu, liberelec, and coreeelec.


RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - wizardknight - 2019-06-08

(2019-06-08, 20:27)wizardknight Wrote:
(2019-05-29, 16:57)Milhouse Wrote: 829 movies
89 tvshows (4,486 episodes)

All my media is accessed over nfs:// from a remote FreeNAS server.

I'm using MySQL Server 5.5.21.
Reading your post gave me an idea. I converted my setup from SMB to NFS, and the issue of viewed media appearing when it shouldn't resolved.
I would love to know if you used a mysql database and SMB instead of NFS, if you see the odd behavior.

I am speculating that there might be something slightly amiss with the way kodi accesses SMB shares.
I don't think it is OS specific as I have seen the issue on Ubuntu, liberelec, and coreeelec. 
Seems I spoke too soon. After entering and exiting the Movies section several times, the issue returned.


RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - Milhouse - 2019-06-09

New LibreELEC.tv Matrix build #0608: Generic
(Supercedes previous build)

SHA256 Checksum: 6bad46a48d44a225aae5297b864e7c6a40ba24255e85161ce62a8903ae94d3a4 (Generic)

text:
# uname -a
Linux NUC 5.1.7 #1 SMP Sat Jun 8 21:04:32 BST 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190608210350-#0608-g17cda55 [Build #0608]

# Kodi version
Kodi (19.0-ALPHA1 Git:ea22102). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (17cda55, changelog) and tip of XBMC master (ea22102, changelog) with the following modifications: Build Highlights:
  1. heimdal: update to heimdal-7.7.0
  2. openssl: update to openssl-1.1.1c
Build Details:
  1. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3539 (perma): cleanup: Remove code related to kernels 3.14 and 3.10 on WiFi drivers.
    • Added: [env] PR:3546 (perma): openssl: update to openssl-1.1.1c
    • Added: [env] PR:3547 (perma): heimdal: update to heimdal-7.7.0



RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - Milhouse - 2019-06-09

New LibreELEC.tv Matrix build #0609: Generic
(Supercedes previous build)

SHA256 Checksum: e17f075f5dbb31c507ac75171850372df235d18bca6485cd1b6bd3d981f1eed8 (Generic)

text:
# uname -a
Linux NUC 5.1.8 #1 SMP Sun Jun 9 22:09:39 BST 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190609220859-#0609-g41c5cd2 [Build #0609]

# Kodi version
Kodi (19.0-ALPHA1 Git:312fe31). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (41c5cd2, changelog) and tip of XBMC master (312fe31, changelog) with the following modifications: Build Highlights:
  1. New 5.1.8 kernel
  2. cleanup: Remove code related to kernels 3.14 and 3.10 on WiFi drivers.
Build Details:
  1. LibreELEC.tv:
    • Allwinner: Various updates (PR:3545, 6 commits, 31 files changed)
    • cleanup: Remove code related to kernels 3.14 and 3.10 on WiFi drivers. (PR:3539, 2 commits, 4 files changed)
  2. XBMC:
    • [iOS] remove some legacy code (PR:16017, 5 commits, 8 files changed)
    • [PVR] rework includes (PR:16248, 3 commits, 122 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3540 (perma): linux (RPi/Generic/Allwinner): update to linux-5.1.8
    • Added: [env] PR:3548 (perma): config/functions: ln -sf is not always thread safe



RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - Milhouse - 2019-06-10

New LibreELEC.tv Matrix build #0610: Generic
(Supercedes previous build)

SHA256 Checksum: ef67df6b476bd72c1e720b330f518cebd0e587b9ed31ab8b149691d34ff646c2 (Generic)

text:
# uname -a
Linux NUC 5.1.8 #1 SMP Mon Jun 10 22:07:53 BST 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190610220717-#0610-g9a3c66c [Build #0610]

# Kodi version
Kodi (19.0-ALPHA1 Git:3466dc5). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (9a3c66c, changelog) and tip of XBMC master (3466dc5, changelog) with the following modifications: Build Highlights:
  1. xf86-video-nvidia: update to xf86-video-nvidia-430.26
  2. procps-ng: free from busybox doesn't match top
  3. MemUtils: breakup into platform specific files
  4. Require OpenSSL 1.0.2 and manage thread ids consistently on all platforms.
Build Details:
  1. LibreELEC.tv:
    • xf86-video-nvidia: update to xf86-video-nvidia-430.14 (PR:3543, 1 commit, 2 files changed)
  2. XBMC:
    • Require OpenSSL 1.0.2 and manage thread ids consistently on all platforms. (PR:16249, 4 commits, 4 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3540 (perma): linux (RPi/Generic/Allwinner): update to linux-5.1.8
    • Added: [env] PR:3549 (perma): xf86-video-nvidia: update to xf86-video-nvidia-430.26
    • Added: [env] PR:3550 (perma): procps-ng: free from busybox doesn't match top
    • Added: [pkg] PR:16223 (perma): MemUtils: breakup into platform specific files



RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - Milhouse - 2019-06-11

Weekly Linux 5.2-rc4 build #0610x: Generic

Known issues:
text:

No dvb-latest or crazycat drivers
Temporary bluez build hack



RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - Milhouse - 2019-06-11

New LibreELEC.tv Matrix build #0611: Generic
(Supercedes previous build)

SHA256 Checksum: b891534ba1a7eb42fcd7ebd9bf648b2fa65f558831c2438a3f81de393b2ec09f (Generic)

text:
# uname -a
Linux NUC 5.1.9 #1 SMP Tue Jun 11 21:04:53 BST 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190611210409-#0611-g62aa362 [Build #0611]

# Kodi version
Kodi (19.0-ALPHA1 Git:1bd8f58). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (62aa362, changelog) and tip of XBMC master (1bd8f58, changelog) with the following modifications: Build Highlights:
  1. New 5.1.9 kernel
  2. mesa: update to mesa-19.1.0
  3. Std thread
  4. [webdav] allow http2
Build Details:
  1. LibreELEC.tv:
    • bcm2835-bootloader: cleanup update.sh (PR:3522, 3 commits, 3 files changed)
    • LibreELEC-settings: update to LibreELEC-settings-f59dcc8 (PR:3552, 1 commit, 1 file changed)
  2. XBMC:
    • [webdav] allow http2 (fixes #16194) (PR:16254, 1 commit, 2 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3540 (perma): linux (RPi/Generic/Allwinner): update to linux-5.1.8/5.1.9
    • Added: [env] PR:3553 (perma): mesa: update to mesa-19.1.0
    • Updated: [pkg] PR:16223 (perma): MemUtils: breakup into platform specific files
    • Added: [pkg] PR:13721 (perma): Std thread



RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - Milhouse - 2019-06-13

New LibreELEC.tv Matrix build #0612: Generic
(Supercedes previous build)

SHA256 Checksum: 1cf20a4edd55b37d2ba9ca48a149b7c94b61654d144edf0696661e07e6edbd39 (Generic)

text:
# uname -a
Linux NUC 5.1.9 #1 SMP Wed Jun 12 21:57:32 BST 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190612215649-#0612-g3fbf6af [Build #0612]

# Kodi version
Kodi (19.0-ALPHA1 Git:a6dd4f7). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (3fbf6af, changelog) and tip of XBMC master (a6dd4f7, changelog) with the following modifications: Build Highlights:
  1. busybox: update to busybox-1.31.0
  2. separate and organize DPMS support
Build Details:
  1. LibreELEC.tv:
    • openssl: update to openssl-1.1.1c (PR:3546, 1 commit, 1 file changed)
    • heimdal: update to heimdal-7.7.0 (PR:3547, 1 commit, 1 file changed)
    • config/functions: ln -sf is not always thread safe (PR:3548, 1 commit, 1 file changed)
    • xf86-video-nvidia: update to xf86-video-nvidia-430.26 (PR:3549, 1 commit, 2 files changed)
    • procps-ng: free from busybox doesn't match top (PR:3550, 1 commit, 2 files changed)
    • packages: mega bump (PR:3537, 71 commits, 83 files changed)
    • buildsystem: add "speed" flag for package building (PR:3524, 3 commits, 4 files changed)
    • mali-midgard: provide a single package for Mali Midgard kernel module (PR:3526, 3 commits, 13 files changed)
    • mali-utgard: provide a single package for Mali Utgard kernel module (PR:3525, 2 commits, 9 files changed)
    • glibc: raise minimum kernel supported to 4.4.0 (PR:3527, 1 commit, 1 file changed)
  2. XBMC:
    • separate and organize DPMS support (PR:13876, 1 commit, 24 files changed)
    • [fix] is dpms supported check after #13876 (PR:16267, 1 commit, 1 file changed)
    • MemUtils: breakup into platform specific files (PR:16223, 4 commits, 16 files changed)
  3. pvr.waipu:
    • Improvement: Select tv channel logo after for-loop (PR:8, 1 commit, 1 file changed)
    • Settings: Add check to verify requirements (widevine and network status) (PR:7, 1 commit, 5 files changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3540 (perma): linux (RPi/Generic/Allwinner): update to linux-5.1.9
    • Added: [env] PR:3554 (perma): busybox: update to busybox-1.31.0



RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - SirMacke - 2019-06-13

Is the BT kernel commit reverted in the latest builds?