Kodi Community Forum
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.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: v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0) (/showthread.php?tid=298462)



RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - Matt Devo - 2019-03-16

(2019-03-15, 00:48)threz_ Wrote: That seems to have worked! 

I'm not using a Chromebox, but instead a Gigabyte Brix BXi3-4030. I didn't think to look in the Chromebook wiki. 


Will I have to re-apply this fix after every update?
 FYI, the kernel parameter 'pcie_aspm.policy=performance' is a better workaround / offers better performance

also, if you can pastebin the output of  'lspci -vv -s 3:00.0' (run as sudo if not under LE) that would be helpful in troubleshooting the issue


RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - whysoserious - 2019-03-16

(2019-03-16, 18:10)Matt Devo Wrote:
(2019-03-15, 00:48)threz_ Wrote: That seems to have worked! 

I'm not using a Chromebox, but instead a Gigabyte Brix BXi3-4030. I didn't think to look in the Chromebook wiki. 


Will I have to re-apply this fix after every update?
 FYI, the kernel parameter 'pcie_aspm.policy=performance' is a better workaround / offers better performance

also, if you can pastebin the output of  'lspci -vv -s 3:00.0' (run as sudo if not under LE) that would be helpful in troubleshooting the issue 
<add ' pcie_aspm.policy=performance' after 'quiet'> question?

Should the new parameter be added *after* 'quiet' on the same line, or on a new line below it? And boy howdy, isn't nano fun to figure out for a command line noobie? :-)


RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - Matt Devo - 2019-03-17

(2019-03-16, 22:45)whysoserious Wrote: Should the new parameter be added *after* 'quiet' on the same line, or on a new line below it? And boy howdy, isn't nano fun to figure out for a command line noobie? :-) 
  
same line, you're adding it to the existing list of kernel parameters. so your line will look like:
APPEND boot=UUID=<short string> disk=UUID=<long string> quiet pcie_aspm.policy=performance
then save/exit: CTRL+o, CTRL+x


RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - whysoserious - 2019-03-17

(2019-03-17, 00:49)Matt Devo Wrote:
(2019-03-16, 22:45)whysoserious Wrote: Should the new parameter be added *after* 'quiet' on the same line, or on a new line below it? And boy howdy, isn't nano fun to figure out for a command line noobie? :-) 
  
same line, you're adding it to the existing list of kernel parameters. so your line will look like:
APPEND boot=UUID=<short string> disk=UUID=<long string> quiet pcie_aspm.policy=performance
then save/exit: CTRL+o, CTRL+x 
Thank you, I'll see how it goes!


RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - Milhouse - 2019-03-17

New LibreELEC.tv Leia build #0316: Generic
(Supercedes previous build)

SHA256 Checksum: d70415bef9f6a941a68c4e673335bf32d5c27164cf827a99bf3d3ab00744f00e (Generic)

text:
# uname -a
Linux NUC 5.0.2 #1 SMP Sat Mar 16 21:06:44 GMT 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190316210403-#0316-g0fa0712 [Build #0316]

# Kodi version
Kodi (18.2-RC1 Git:a207946). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (0fa0712, changelog) and tip of XBMC master (a207946, changelog) with the following modifications: Build Highlights:
  1. Minors
Build Details:
  1. XBMC:
    • [Doxygen] Include github markdown file for code guidelines (PR:15756, 1 commit, 5 files changed)
    • [GUIControllerWindow] Correctly subscribe to RepositoryUpdated events (PR:15755, 1 commit, 1 file changed)
    • [estuary] fix reversed episode / tvshow title (PR:15741, 1 commit, 1 file changed)
    • [pyton] update docs for artwork functions (PR:15711, 1 commit, 1 file changed)



RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - wwessel - 2019-03-17

Sorry, double post...


RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - wwessel - 2019-03-17

(2019-03-16, 18:10)Matt Devo Wrote:
(2019-03-15, 00:48)threz_ Wrote: That seems to have worked! 

I'm not using a Chromebox, but instead a Gigabyte Brix BXi3-4030. I didn't think to look in the Chromebook wiki. 


Will I have to re-apply this fix after every update?
 FYI, the kernel parameter 'pcie_aspm.policy=performance' is a better workaround / offers better performance
 Does that also apply to a Chromebox?


RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - rudrood - 2019-03-18

Hi Milhouse,
Is it possible to build the Oscam addon for your builds and add it to the "Odds and sods" section?
I've no idea how much work is involved, just asking.
Thanks.


RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - Matt Devo - 2019-03-18

(2019-03-17, 13:46)wwessel Wrote:
(2019-03-16, 18:10)Matt Devo Wrote:  FYI, the kernel parameter 'pcie_aspm.policy=performance' is a better workaround / offers better performance 
 Does that also apply to a Chromebox? 
  
applies to all devices with Realtek RT816x-based Ethernet which are impacted by this issue (so all Chromeboxes, yes)


RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - Milhouse - 2019-03-18

New LibreELEC.tv Leia build #0317: Generic
(Supercedes previous build)

SHA256 Checksum: 398d1ffc00259715c8a13b91176f11ce5e896b5705c40ba4c24d342add3d1991 (Generic)

text:
# uname -a
Linux NUC 5.0.2 #1 SMP Sun Mar 17 21:04:13 GMT 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190317210321-#0317-g7b4ff68 [Build #0317]

# Kodi version
Kodi (18.2-RC1 Git:4ecc969). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (7b4ff68, changelog) and tip of XBMC master (4ecc969, changelog) with the following modifications: Build Highlights:
  1. Minors
Build Details:
  1. LibreELEC.tv:
    • dotnet-runtime: update to 2.2.3 (PR:3371, 1 commit, 2 files changed)
  2. XBMC:
    • Fix ios9 (PR:15658, 4 commits, 5 files changed)
    • Delete ProBot triage config (84498a1)
  3. peripheral.joystick:
    • [debian] add libtinyxml-dev after a9489ea (910bd3d)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3218 (perma): linux (RPi/Generic): update to linux-5.0.2



RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - Milhouse - 2019-03-18

(2019-03-18, 00:08)rudrood Wrote: Hi Milhouse,
Is it possible to build the Oscam addon for your builds and add it to the "Odds and sods" section?
I've no idea how much work is involved, just asking.
Thanks.

I have uploaded a one-off build of service.softcam.oscam for RPi/RPi2/Generic.


RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - rudrood - 2019-03-18

Thanks!!!


RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - Davidsilva - 2019-03-18

(2019-03-17, 00:49)Matt Devo Wrote:
(2019-03-16, 22:45)whysoserious Wrote: Should the new parameter be added *after* 'quiet' on the same line, or on a new line below it? And boy howdy, isn't nano fun to figure out for a command line noobie? :-) 
  
same line, you're adding it to the existing list of kernel parameters. so your line will look like:
APPEND boot=UUID=<short string> disk=UUID=<long string> quiet pcie_aspm.policy=performance
then save/exit: CTRL+o, CTRL+x 
 How do I apply this to my Chromebox, think this is the fix I need for the buffering


RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - Milhouse - 2019-03-19

(2019-03-18, 22:49)Davidsilva Wrote:
(2019-03-17, 00:49)Matt Devo Wrote:
(2019-03-16, 22:45)whysoserious Wrote: Should the new parameter be added *after* 'quiet' on the same line, or on a new line below it? And boy howdy, isn't nano fun to figure out for a command line noobie? :-) 
  
same line, you're adding it to the existing list of kernel parameters. so your line will look like:
APPEND boot=UUID=<short string> disk=UUID=<long string> quiet pcie_aspm.policy=performance
then save/exit: CTRL+o, CTRL+x 
 How do I apply this to my Chromebox, think this is the fix I need for the buffering

See https://forum.kodi.tv/showthread.php?tid=298462&pid=2815485#pid2815485


RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - Milhouse - 2019-03-19

New LibreELEC.tv Leia build #0318: Generic
(Supercedes previous build)

SHA256 Checksum: 78159eeb41babb2f8037a2cb6ca9951be98dc297c0a2241600220ff2f7b54516 (Generic)

text:
# uname -a
Linux NUC 5.0.2 #1 SMP Tue Mar 19 01:33:50 GMT 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190319013223-#0318-g7b4ff68 [Build #0318]

# Kodi version
Kodi (18.2-RC1 Git:c7bac97). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (7b4ff68, changelog) and tip of XBMC master (c7bac97, changelog) with the following modifications: Build Highlights:
  1. Revert "Handle signals by setting atomic flag instead of pop-up thread" (kodi) - needs fix
Build Details:
  1. XBMC:
    • [JSON]Add "dynpath" as property returned by Player.GetItem (PR:15585, 1 commit, 3 files changed)
    • [estuary] fix title for non episodes (PR:15766, 1 commit, 1 file changed)
    • Handle signals by setting atomic flag instead of pop-up thread (PR:15730, 1 commit, 11 files changed)
  2. pvr.zattoo:
    • Fix image url for recordings and epg (PR:42, 1 commit, 4 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] compare (perma): kodi: fix patch, bump ffmpeg-4.0.3-Leia-18.2
    • Updated: [env] PR:3358 (perma): Python2: don't install 2to3, clashes with Python3 equivalent