• 1
  • 347
  • 348
  • 349(current)
  • 350
  • 351
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
(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
(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? :-)
Matrix 19.x (LE), Aeon Nox SiLVO, NUC8i5BEK (i5-8259U, Intel Iris Plus Graphics 655, 16 GB ram, 128 GB M.2 SSD)
Samsung F6300 46" LED LCD TV, SMSL Q5 Pro amplifier, Pioneer HPM-100 speakers
Synology DS215j NAS fileserver (WD Gold 10TB x 2)
(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
(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!
Matrix 19.x (LE), Aeon Nox SiLVO, NUC8i5BEK (i5-8259U, Intel Iris Plus Graphics 655, 16 GB ram, 128 GB M.2 SSD)
Samsung F6300 46" LED LCD TV, SMSL Q5 Pro amplifier, Pioneer HPM-100 speakers
Synology DS215j NAS fileserver (WD Gold 10TB x 2)
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)
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Sorry, double post...
(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?
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.
(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)
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
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(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.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Thanks!!!
(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
(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...pid2815485
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
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
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
  • 1
  • 347
  • 348
  • 349(current)
  • 350
  • 351
  • 355

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 18.0)24