Kodi Community Forum
v17 LibreELEC Testbuilds for RaspberryPi (Kodi 17.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: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: v17 LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) (/showthread.php?tid=269814)



LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - pyrodex - 2016-10-06

(2016-10-06, 08:55)dias0 Wrote:
(2016-10-06, 08:17)Milhouse Wrote:
(2016-10-06, 08:10)dias0 Wrote: Lirc Remote not working with build #1005.

Not working at all?
Yes not working at all.Revert to build #1004


This works fine on my RPI3 with an MCE USB IR receiver.


Sent from my iPhone


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - donbrew - 2016-10-06

RPi 1B2 #1005 confirm lirc does not work on GPIO receiver. PVR-NEXTPVR couldn't load.

irw does not report key presses. No mention of lirc in DMESG.


#1004
Lirc works, irw report keypresses, loaded in DMesg. PVR not loaded. Doesn't seem to be a way to enable TV.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - popcornmix - 2016-10-06

(2016-10-06, 15:03)donbrew Wrote: RPi 1B2 #1005 confirm lirc does not work on GPIO receiver. PVR-NEXTPVR couldn't load.

irw does not report key presses. No mention of lirc in DMESG.

#1004
Lirc works, irw report keypresses, loaded in DMesg. PVR not loaded. Doesn't seem to be a way to enable TV.

Can you post dmesg for #1004 and #1005.
Also output of lsmod for both.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - dias0 - 2016-10-06

My output of dmesg #1004 http://pastebin.com/LrXsYsqG
lsmod #1004 http://pastebin.com/myh1E5VN

dmesg #1005 http://pastebin.com/iZyiKQ04
lsmod #1005 http://pastebin.com/Ei5FJnth


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - popcornmix - 2016-10-06

@dias0 what is in your config.txt file? I added:
Code:
dtoverlay=lirc-rpi

and get:
Code:
LibreELEC:~ # uname -a
Linux LibreELEC 4.8.0 #1 SMP Thu Oct 6 03:13:52 BST 2016 armv7l GNU/Linux
LibreELEC:~ # dmesg |grep -i lirc
[    3.251238] lirc_dev: IR Remote Control driver registered, major 243
[    3.264337] lirc_rpi: module is from the staging directory, the quality is unknown, you have been warned.
[    4.209608] lirc_rpi: auto-detected active high receiver on GPIO pin 18
[    4.209761] lirc_rpi lirc_rpi: lirc_dev: driver lirc_rpi registered at minor = 0
[    4.209765] lirc_rpi: driver registered!
[    4.381629] input: lircd as /devices/virtual/input/input0
LibreELEC:~ # lsmod |grep -i lirc
lirc_rpi                5930  3
lirc_dev                7013  1 lirc_rpi
rc_core                15390  1 lirc_dev



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - popcornmix - 2016-10-06

Also post output of
Code:
vcdbg log msg
Should show:
Code:
001724.414: Loaded overlay 'lirc-rpi'



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - laniel - 2016-10-06

(2016-10-06, 08:55)dias0 Wrote:
(2016-10-06, 08:17)Milhouse Wrote:
(2016-10-06, 08:10)dias0 Wrote: Lirc Remote not working with build #1005.

Not working at all?
Yes not working at all.Revert to build #1004
confirmed Lirc Remote not working with build #1005.
Back to 1004


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - dias0 - 2016-10-06

(2016-10-06, 16:32)popcornmix Wrote: @dias0 what is in your config.txt file?
My config.txt

gpu_mem=300

force_turbo=0

disable_overscan=1
#dtparam=sd_overclock=83
framebuffer_width=1280
framebuffer_height=720
hdmi_ignore_cec_init=0
decode_MPG2=0xe4fcbf65
decode_WVC1=0xceb36774
hdmi_pixel_encoding=2
#hdmi_pixel_encoding=4
dtoverlay=lirc-rpi
#dtoverlay=pi3-miniuart-bt-overlay
#max_usb_current=1


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - tetzlav - 2016-10-06

(2016-10-06, 16:39)laniel Wrote:
(2016-10-06, 08:55)dias0 Wrote:
(2016-10-06, 08:17)Milhouse Wrote: Not working at all?
Yes not working at all.Revert to build #1004
confirmed Lirc Remote not working with build #1005.
Back to 1004

lirc_rpi still broken in #1006

EDIT: nonsense, it was still #1005 - #1006 isnt out yet, sorry...

#1005:
Code:
kodi-wz:~ # dmesg | grep lirc
kodi-wz:~

#1004:
Code:
kodi-wz:~ # dmesg | grep lirc
[    5.205260] lirc_dev: IR Remote Control driver registered, major 244
[    5.234861] lirc_rpi: module is from the staging directory, the quality is unknown, you have been warned.
[    6.128186] lirc_rpi: auto-detected active low receiver on GPIO pin 18
[    6.128677] lirc_rpi lirc_rpi: lirc_dev: driver lirc_rpi registered at minor = 0
[    6.128698] lirc_rpi: driver registered!
[    6.666209] input: lircd as /devices/virtual/input/input2
kodi-wz:~ #



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - makruiten - 2016-10-06

For me, dtoverlay=hifiberry-dacplus doesn't work anymore in build #1005, but it does in #1004.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - popcornmix - 2016-10-06

(2016-10-06, 18:37)makruiten Wrote: For me, dtoverlay=hifiberry-dacplus doesn't work anymore in build #1005, but it does in #1004.

Can you report output of
Code:
dmesg
lsmod
vcdbg log msg

for #1004 and #1005


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - MikeKL - 2016-10-06

@Milhouse, reference my previous recent posts. NO kodi crashes after install and boot and/or wake-up from idle/sleep with CEC remote with builds #1003, #1004 & #1005
As suggested added a comment and links to a few of the recent thread posts to PR:10544


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - makruiten - 2016-10-06

(2016-10-06, 18:50)popcornmix Wrote:
(2016-10-06, 18:37)makruiten Wrote: For me, dtoverlay=hifiberry-dacplus doesn't work anymore in build #1005, but it does in #1004.

Can you report output of
Code:
dmesg
lsmod
vcdbg log msg

for #1004 and #1005

Here they are! Small part of the output:

Code:
001857.805: dtdebug: Failed to open overlay file 'overlays/hifiberry-dacplus-overlay.dtb'
001862.180: dtdebug: Failed to open overlay file 'overlays/hifiberry-dacplus.dtb'
001862.193: Failed to load overlay 'hifiberry-dacplus'



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - donbrew - 2016-10-06

(2016-10-06, 15:28)popcornmix Wrote:
(2016-10-06, 15:03)donbrew Wrote: RPi 1B2 #1005 confirm lirc does not work on GPIO receiver. PVR-NEXTPVR couldn't load.

irw does not report key presses. No mention of lirc in DMESG.

#1004
Lirc works, irw report keypresses, loaded in DMesg. PVR not loaded. Doesn't seem to be a way to enable TV.

Can you post dmesg for #1004 and #1005.
Also output of lsmod for both.

forget the bit about pvr-nextpvr I forgot to start it on the host.

Here are all 4
https://1drv.ms/f/s!AjzU630GFTBNjn6pz-jJlQY2NFQB


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - adiadore - 2016-10-06

(2016-10-06, 21:17)makruiten Wrote:
(2016-10-06, 18:50)popcornmix Wrote:
(2016-10-06, 18:37)makruiten Wrote: For me, dtoverlay=hifiberry-dacplus doesn't work anymore in build #1005, but it does in #1004.

Can you report output of
Code:
dmesg
lsmod
vcdbg log msg

for #1004 and #1005

Here they are! Small part of the output:

Code:
001857.805: dtdebug: Failed to open overlay file 'overlays/hifiberry-dacplus-overlay.dtb'
001862.180: dtdebug: Failed to open overlay file 'overlays/hifiberry-dacplus.dtb'
001862.193: Failed to load overlay 'hifiberry-dacplus'
same here, the same message in the log Wink