• 1
  • 412
  • 413
  • 414(current)
  • 415
  • 416
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2018-08-16, 22:30)Milhouse Wrote: Thanks, I'll revert both commits mentioned in the linked post).
No need to revert the other commit mentioned in that post (14f4eaed) - it doesn't seem to cause any trouble.
 
Quote:After disconnecting the T680CI /dev/dvb/adapter0/frontend0 still exits. So, if
connected again it cannot create a frontend
I tested with 14f4eaed reverted but it doesn't solve this issue.
Ok, will not revert 14f4eaed - thanks.
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.
Hello,

When I try to open a rom, I got a black screen and +/- 20 seconds I'm back in Kodi again. First Milhouse install on this Raspberry, so I don't know if it worked before.

Anyone got a solution?
(2018-08-17, 14:32)SuperSheep81 Wrote: Anyone got a solution?
 I'm sure someone does. But first, you need to supply a debug log.
Quote ronie: "Estuary is a giant piece of crap." Looking for a new quote. Ideas?
(2018-08-16, 12:31)popcornmix Wrote:
(2018-08-15, 22:58)Milhouse Wrote: [*]kernel: Revert "mm: alloc_contig: re-allow CMA to compact FS pages" (linux) (@smp1)
 
This is a potential fix for audio dropouts when pi is busy (e.g. live TV recording and playback or when running background jobs like torrents)
that appeared between the 4.9 and 4.14 kernels. If you've had this issue then please test and report.
Works for me, no dropouts anymore!
Thanks.
Should have known..
Will create debog log tonight
(2018-08-17, 14:32)SuperSheep81 Wrote: Hello,

When I try to open a rom, I got a black screen and +/- 20 seconds I'm back in Kodi again. First Milhouse install on this Raspberry, so I don't know if it worked before.

Anyone got a solution?
  
Fixed in https://github.com/xbmc/xbmc/pull/14313 . @Milhouse feel like including it? I'll merge tmrw anyway.
(2018-08-17, 14:32)SuperSheep81 Wrote: Hello,

When I try to open a rom, I got a black screen and +/- 20 seconds I'm back in Kodi again. First Milhouse install on this Raspberry, so I don't know if it worked before.

Anyone got a solution?


https://paste.kodi.tv/tuvuhecaqa
The Debug Log.
(2018-08-17, 19:54)garbear Wrote:
(2018-08-17, 14:32)SuperSheep81 Wrote: Hello,

When I try to open a rom, I got a black screen and +/- 20 seconds I'm back in Kodi again. First Milhouse install on this Raspberry, so I don't know if it worked before.

Anyone got a solution?
  
Fixed in https://github.com/xbmc/xbmc/pull/14313 . @Milhouse feel like including it? I'll merge tmrw anyway.

Hopefully this will do the trick!
(2018-08-17, 20:47)SuperSheep81 Wrote:
(2018-08-17, 14:32)SuperSheep81 Wrote: Hello,

When I try to open a rom, I got a black screen and +/- 20 seconds I'm back in Kodi again. First Milhouse install on this Raspberry, so I don't know if it worked before.

Anyone got a solution?


https://paste.kodi.tv/tuvuhecaqa
The Debug Log.  
  
This log does not show you playing a game. Besides, read the post directly above yours.

EDIT: Yup you saw it Smile
New LibreELEC.tv Leia build #0817: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: c6f0a7c6269af9c5ded279d34be3be52aec798cb8389f7548bead60cd117300c (RPi)
SHA256 Checksum: ab755e41a50801203b431a7a1d2455e139b269a9663b97552e7438e0ce1354c7 (RPi2)

text:
# uname -a
Linux rpi512 4.14.62 #1 Fri Aug 17 21:04:46 BST 2018 armv6l GNU/Linux

# vcgencmd version
Aug 16 2018 17:35:18
Copyright © 2012 Broadcom
version 31e0613622dc2f2463bf3dd74e6c897d91201a4d (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180817210318-#0817-geef941c [Build #0817]

# Kodi version
(18.0-BETA1 Git:fc9faf3). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (eef941c, changelog) and tip of XBMC master (948835a, changelog) with the following modifications: Build Highlights:
  1. kernel: V4L2/camera fixes
  2. zstd, libgcrypt, libpng: package updates
  3. vfs.sftp added to build
  4. RetroPlayer: Fix out-of-memory error on resolution change
Build Details:
  1. XBMC:
    • RendererDRMPRIME: reference count video buffers presented on screen (PR:14232, 7 commits, 7 files changed)
    • windowing/gbm: replace WaitVBlank with Sleep (PR:14266, 1 commit, 7 files changed)
    • RetroPlayer: Fix out-of-memory error on resolution change (PR:14313, 1 commit, 1 file changed)
  2. kernel 4.14.y:
    • New commits in this build:
      • staging: bcm2835-camera: Skip ISP pass to eliminate padding. (7f80068e)
      • staging: bcm2835-camera: Allocate context once per buffer (e4fb34e9)
      • staging: bcm2835-camera: Remove bulk_mutex as it is not required (ace65e2d)
      • staging: bcm2835-camera: Match MMAL buffer count to V4L2. (ad111b4d)
      • staging: bcm2835-camera: Remove V4L2/MMAL buffer remapping (fcbc57b6)
      • staging: bcm2835-camera: Add multiple include protection (98e230a5)
      • staging: bcm2835-camera: Move struct vchiq_mmal_rect (b7b2057f)
      • staging: bcm2835-camera: Replace BUG_ON with return error (943b3337)
      • staging: bcm2835-camera: Fix comment typos. (9bfbe139)
      • staging: bcm2835-camera: Fix indentation of tables (b5864212)
      • staging: bcm2835-camera: Fix warnings about string ops on v4l2 uapi. (a84b7e75)
      • staging: bcm2835: Remove dead code related to framerate. (9aab3bea)
      • staging: bcm2835: Fix mmal_port_parameter_get() signed/unsigned warnings. (67335cb0)
      • staging: bcm2835: Use BIT_ULL macro (d21f745a)
      • staging: vc04_services: no need to check debugfs return values (3e676d8a)
      • staging: vc04_services: remove odd vchiq_debugfs_top() wrapper (b03490c2)
      • staging: vc04_services: move client dbg directory into static variable (468f8f61)
      • staging: vc04_services: remove struct vchiq_debugfs_info (f731c29b)
      • staging: vc04_services: vchiq_debugfs_log_entry can be a void * (c92dccec)
      • staging: vc04_services: no need to save the log debufs dentries (da38e1d6)
      • staging: vc04_services: Join multiline dereferences (b6bd1034)
      • Revert "bcm2835-camera: Fix timestamp calculation problem (#2214)" (93befc0e)
      • staging: bcm2835-camera use ktime_t for timestamps (e15170bd)
      • staging: vc04_services: Unsplit user-visible strings (42e7b46e)
      • staging: vc04_services: Use __func__ (bc76b793)
      • staging: bcm2835-camera: Do not bulk receive from service thread (e66dfacb)
      • staging: bcm2835-camera: Return early on errors (3542cd91)
      • staging: bcm2835-camera: Remove dead email addresses (d217a0ef)
      • staging: bcm2835-camera: Fix comment style violations. (10fd2839)
      • staging: bcm2835-camera: Fix spacing around operators (ecf4edfa)
      • staging: bcm2835-camera: Reduce length of enum names (b365a74a)
      • staging: bcm2835-camera: Fix multiple line dereference errors (06c839d5)
      • staging: bcm2835-camera: Fix brace style issues. (208e30b9)
      • staging: bcm2835-camera: Fix missing lines between items (32508ad8)
      • staging: bcm2835-camera: Fix logical continuation splits (a5ce1ad4)
      • staging: bcm2835-camera: Fix open parenthesis alignment (433cef0d)
      • staging: bcm2835-camera: Fix typo. (3bd3cffd)
      • staging: bcm2835_camera: Ensure all buffers are returned on disable (6a869d07)
      • staging: mmal-vchiq: Remove check of the number of buffers supplied (5acfee8b)
      • staging: bcm2835-camera: Handle empty EOS buffers whilst streaming (5946ef6f)
      • staging: bcm2835-camera: Set sequence number correctly (8da45ab9)
      • staging: bcm2835-camera: Ensure timestamps never go backwards. (786d721c)
      • Revert "mm: alloc_contig: re-allow CMA to compact FS pages" (00f0e834)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, peripheral.joystick/xarcade, other)
    • Added: [env] PR:2892 (perma): scripts/image: use maximum lzo and zstd compression level for images
    • Added: [env] PR:2893 (perma): zstd, libgcrypt, libpng: package updates
    • Added: [pkg] PR:14 (perma): fixed: we have to call ssh_free on the session, not only disconnect (vfs.sftp)
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.
(2018-08-11, 15:05)smp1 Wrote:
Sample 1
(DVD menu issue): shows blank screen (with gui menu overlay visible and audio). Disabling mmal makes it work. Disabling "adjust framerate" makes it work.
Sample 2
(BD issue): blank screen with audio when trying to start the movie from within an on-disc menu. Disabling mmal makes it work. Also no issues when starting the movie from "Select playback item" instead of the on-disc menu. 
Actually, sample #2 also work fine when "Adjust display refresh rate" is disabled. Both samples suffer from the same issue - the blank screen occur after the refresh rate is changed.
(2018-08-17, 20:54)SuperSheep81 Wrote:
(2018-08-17, 19:54)garbear Wrote:
(2018-08-17, 14:32)SuperSheep81 Wrote: Hello,

When I try to open a rom, I got a black screen and +/- 20 seconds I'm back in Kodi again. First Milhouse install on this Raspberry, so I don't know if it worked before.

Anyone got a solution?
  
Fixed in https://github.com/xbmc/xbmc/pull/14313 . @Milhouse feel like including it? I'll merge tmrw anyway. 

Hopefully this will do the trick! 
 Tried the new version. still the same. Have generated a logfile. found it manually in the temp folder. The automated addon did not uploaded the old log file properly

https://paste.kodi.tv/raw/etixaqipir

Thanks in advance!
Hello everyone. I have several questions:

- Where can I find the moonlight and mpd client/server addons? I currently use those by running them from a Gentoo chroot + some systemd trickery for moonlight, but it would be nice if I could use the official (alpha) addons.

- I usually configure CEC to put the TV on standby when the screensaver starts. This does not seem to work anymore. Turning the TV on from standby when the screensaver stops works fine, so it seems libcec is working.

- I tried the new libretro feature. Installed thr fbalpha addon for arcade games, but none of the games start. They work fine on my PC when using retroarch. I am not at home at the moment, but I will provide a log when at home.

- A suggestion: by default when using some of the RPi DSP boards the volume is set to > 255. This will cause distortion. I think it is better to set the volume on all channel on 255 by default, but not higher.

Any instructions on how to create my own builds? Cross-compile, qemu or distcc?
Hi,

I have a couple of things i need some help with.

I need help with a new box i buy for the raspberry. It cames with swith off and reset buttons but i was not capable of install the pcb driver in librelec. The box "super nintendo pal from kintaro" cames with the instructions for install it in Retropie and Recalbox and i install the driver in Retropie and no problem. The command for install it is "wget -O - https://goo.gl/22RsN3 | bash" but bash command is not available. In previous posts i see the ash command from busybox replaced it but no sure how it works. The download is possible but i can not run the script.

I ask for help in kintaro but they told me they will investigate it. However not sure if they will answer. I would aprecciate if somebody can help me with it. It is not a crucial thing but would be nice if i can use the buttons too in libreelec. 

A second thing is i have a problem with Retroplayer. I am unable to run cue/bin or isos of psx. When i try to open it appears the loading logo appears 1-2 seconds but after dissapers and nothing happens. The isos are totally fine as they work in Retropie. This issue is persistent from the last update of the libreto addons

And the "Snes9x" emu seems broken i was trying to load some roms and the system always crashes or hangs. Some roms like "Fas east of Eden Zero" and other are not compatible with the Snes9x 2010 core.

Thanks for the help and your work in this project
  • 1
  • 412
  • 413
  • 414(current)
  • 415
  • 416
  • 495

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