Kodi Community Forum
Linux OpenELEC Testbuilds for x86 (Kodi 17) - 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: Linux OpenELEC Testbuilds for x86 (Kodi 17) (/showthread.php?tid=238393)



RE: OpenELEC Testbuilds for x86 (Kodi 17) - fritsch - 2016-04-07

This issue has absolutely nothing to do with kodi. It's a kernel / driver fault ... which needs fixing. There is an open bugreport on freedesktop.org - sadly with not much activity. If the screen goes blank, turn off the TV and turn it back on which should bring it back.


RE: OpenELEC Testbuilds for x86 (Kodi 17) - SmallwoodDR82 - 2016-04-07

(2016-04-07, 09:33)fritsch Wrote: This issue has absolutely nothing to do with kodi. It's a kernel / driver fault ... which needs fixing. There is an open bugreport on freedesktop.org - sadly with not much activity. If the screen goes blank, turn off the TV and turn it back on which should bring it back.

Fritsch,

Thank you for the feedback! I'm glad it's a known bug. Just an FYI, I don't need to turn the TV back on or anything. The screen just blacks out for 1/2 of second and then comes back. More annoying than anything but I don't need to touch any piece of hardware to get the image back.

Also is there any logs or reports I can pull to help the process? or am I in a waiting game at this point?

Thanks again!


RE: OpenELEC Testbuilds for x86 (Kodi 17) - fritsch - 2016-04-07

Nope. The issue with 1/2 second blanking is something "special" and needs separately filing on bugs.freedesktop.org you need to boot with drm.debug=0xe and capture dmesg | pastebinit after the issue has happened several times.


RE: OpenELEC Testbuilds for x86 (Kodi 17) - SmallwoodDR82 - 2016-04-08

(2016-04-07, 19:24)fritsch Wrote: Nope. The issue with 1/2 second blanking is something "special" and needs separately filing on bugs.freedesktop.org you need to boot with drm.debug=0xe and capture dmesg | pastebinit after the issue has happened several times.

ok might be a touch over my head but I'll google all that and try to get this posted. Can't imagine I'm the only one in the world with this issue Big Grin So I want to do what I can to help.


RE: OpenELEC Testbuilds for x86 (Kodi 17) - Caesium - 2016-04-08

(2016-04-08, 04:10)SmallwoodDR82 Wrote:
(2016-04-07, 19:24)fritsch Wrote: Nope. The issue with 1/2 second blanking is something "special" and needs separately filing on bugs.freedesktop.org you need to boot with drm.debug=0xe and capture dmesg | pastebinit after the issue has happened several times.

ok might be a touch over my head but I'll google all that and try to get this posted. Can't imagine I'm the only one in the world with this issue Big Grin So I want to do what I can to help.

You're not, I have it too. It's just so rare it doesn't bother me, and if I do notice it doing it, turning the TV off momentarily and then back on stops it for the rest of the evening. Samsung UE22H5000 TV, direct HDMI connection from Pi3.


RE: OpenELEC Testbuilds for x86 (Kodi 17) - SmallwoodDR82 - 2016-04-08

alright. Hopefully I did it correctly.

Bug #94867

https://bugs.freedesktop.org/show_bug.cgi?id=94867

Thanks!


RE: OpenELEC Testbuilds for x86 (Kodi 17) - fritsch - 2016-04-08

(2016-04-08, 06:07)SmallwoodDR82 Wrote: alright. Hopefully I did it correctly.

Bug #94867

https://bugs.freedesktop.org/show_bug.cgi?id=94867

Thanks!

Thanks. The drm folks don't know what a Milhouse build is, though :-) But you added the log, that's good. If you want you can add journalctl -a | pastebinit and /var/log/Xorg.0.log to the bugreport.


RE: OpenELEC Testbuilds for x86 (Kodi 17) - SmallwoodDR82 - 2016-04-08

haha figured I would give them as much info as I could.

I've since added those 2 logs to the report also.

Thanks for your help on this!


RE: OpenELEC Testbuilds for x86 (Kodi 17) - smf007 - 2016-04-09

I am having some issues with my IR receiver for my remote no longer working. I've used both Milhouse and also Fritsch builds with success in the past. However I failed to update since the beginning of February. After updating to either Milhouse or Fritsch's latest builds my remote is no longer being received.

I'm just using the IR receiver on my Hauppauge tuner card (HVR-1600 IIRC). I believe this requires the kernel module drivers. Specifically, /sys/module/rc_hauppauge, which is missing after the update to the kernel.

I've tried cloning the OpenELEC repository and building from source, however my computer consistently hangs when building libcec. Looking specifically at the kernel, make menuconfig -> the IR Remote control receiver/transmitter drivers is currently selected (staging drivers -> media staging drivers). Compiling the kernel I see the modules being compiled.

Since I can see the modules being compiled, I'm not sure where to look at then. This is sounding like possibly a packaging issue.

Edit: I should add that ssh into the box, when running 'ir-keytable' it errors out with '/sys/class/rc/: No such file or directory'

I can post this over on the openelec forum if you think that would be better?


RE: OpenELEC Testbuilds for x86 (Kodi 17) - smf007 - 2016-04-09

Found the problem! Not sure why in menuconfig I couldn't find this, but in xconfig I did.

Code:
CONFIG_LIRC_ZILOG=m

The description for that is Hauppauge IR, and it was unchecked.


RE: OpenELEC Testbuilds for x86 (Kodi 17) - Milhouse - 2016-04-09

(2016-04-09, 04:46)smf007 Wrote: Found the problem! Not sure why in menuconfig I couldn't find this, but in xconfig I did.

Code:
CONFIG_LIRC_ZILOG=m

The description for that is Hauppauge IR, and it was unchecked.

I'll add it in the next build (Sunday), if it has the desired effect then I'll see about getting it added upstream.


RE: OpenELEC Testbuilds for x86 (Kodi 17) - smf007 - 2016-04-09

(2016-04-09, 13:28)Milhouse Wrote:
(2016-04-09, 04:46)smf007 Wrote: Found the problem! Not sure why in menuconfig I couldn't find this, but in xconfig I did.

Code:
CONFIG_LIRC_ZILOG=m

The description for that is Hauppauge IR, and it was unchecked.

I'll add it in the next build (Sunday), if it has the desired effect then I'll see about getting it added upstream.
Thanks Smile


RE: OpenELEC Testbuilds for x86 (Kodi 17) - Milhouse - 2016-04-10

@smf007 - try this test build, it includes CONFIG_LIRC_ZILOG=m:

http://milhouse.openelec.tv/builds/testing/Generic/OpenELEC-Generic.x86_64-8.0-Milhouse-20160409232331-%230409-g0026734.tar

If it works I'll include it in the normal build later this evening.


RE: OpenELEC Testbuilds for x86 (Kodi 17) - smf007 - 2016-04-10

(2016-04-10, 03:49)Milhouse Wrote: @smf007 - try this test build, it includes CONFIG_LIRC_ZILOG=m:

http://milhouse.openelec.tv/builds/testing/Generic/OpenELEC-Generic.x86_64-8.0-Milhouse-20160409232331-%230409-g0026734.tar

If it works I'll include it in the normal build later this evening.
Getting a bit closer, but sadly no. I'm not seeing the rc_hauppauge module, but it's dependency of rc_core now shows up. I'll dig into this more. Thanks.


RE: OpenELEC Testbuilds for x86 (Kodi 17) - aesthetiker - 2016-04-10

With the latest build tvheadend didn't load properly. Deactivate and activating the add-on while kodi is running and pvr start normally.