OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - 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: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 (/showthread.php?tid=224025) |
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - satadru - 2015-06-08 (2015-06-08, 03:17)Milhouse Wrote:(2015-06-08, 02:40)satadru Wrote: FYI this last build (June 6th) broke using my remote control. Thanks. It is a CEC remote. The problem was there again when I updated to the June 8th build, and it looked like a lot of the button presses were being missed. I was able to muddle my way into enabling debugging and enabling the debug uploader and rebooting. By the time that happened it appears the issue resolved itself. I'll keep an eye on it and report it again with debug logs if it crops up again. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - Azimono - 2015-06-08 (2015-06-08, 15:59)querty1000 Wrote:(2015-06-08, 15:30)Azimono Wrote: But the movie (MVC) running anyway in 2D. Jippie..... Thanks, thanks, thanks...... RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - popcornmix - 2015-06-08 (2015-06-08, 15:59)querty1000 Wrote: I'm not shure, if this Technically it is not required. 3D support should be reported in the TV's edid and so we detect 3d capability automatically. However it is not uncommon for TVs/receivers to has bogus information in their edid, in which case hdmi_force_edid_3d=1 will allow these to work. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - Milhouse - 2015-06-08 New OpenELEC Isengard build #0608: RPi / RPi2 (Supercedes previous build) Code: # uname -a Based on tip of OpenELEC master (fcac22a3, changelog) and tip of XBMC master (00f31707, changelog) with the following modifications:
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - miigotu - 2015-06-09 @Milhouse Updated rtl8192du driver in #0608b is seeming like a big improvement in connection stability, less dropped packets, less stuttering/buffering. Sadly I don't know a way to see connection standard and speed on OE though. As for the video artifacts from #0606, I have been unable to reproduce it after playing the file it happened on before. If it pops up again I'll work on more tests. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - parcel - 2015-06-09 (2015-06-09, 03:30)miigotu Wrote: @Milhouse Updated rtl8192du driver in #0608b is seeming like a big improvement in connection stability, less dropped packets, less stuttering/buffering. Sadly I don't know a way to see connection standard and speed on OE though. There is a kernel update that problem with deadlock Quote:commit 41e6fa28dea0ef4efd06e96e785cb88cfe2c17ed RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - miigotu - 2015-06-09 @parcel, different wlan chip. 8192du != 8192cu Re: RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - Milhouse - 2015-06-09 (2015-06-09, 03:30)miigotu Wrote: @Milhouse Updated rtl8192du driver in #0608b is seeming like a big improvement in connection stability, less dropped packets, less stuttering/buffering. Sadly I don't know a way to see connection standard and speed on OE though. Good, thanks (note to everyone else: #0608b is a test build I uploaded for miigotu after chatting on #irc, with the addition of latest rtl8192du commits). For wireless network info, try "cat /proc/net/wireless", or install wireless-tools from the Unofficial repository and run iwconfig, iwlist etc. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - miigotu - 2015-06-09 sweet wireless-tools is what i was missing. any way I can get python distutils module? RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - gendo - 2015-06-09 (2015-06-08, 07:14)gendo Wrote:(2015-06-08, 05:34)Milhouse Wrote: I'll add it in the next build (hopefully in a couple of hours), but if it blows up and causes problems it will be dropped and I'll probably never add it again until it is merged (if it is ever merged). Thanks this solves pvr issues i can now use 3 backends Re: RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - Milhouse - 2015-06-09 (2015-06-09, 04:41)miigotu Wrote: any way I can get python distutils module? Not unless it's officially restored - see this request. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - parcel - 2015-06-09 (2015-06-09, 04:15)miigotu Wrote: @parcel, different wlan chip. 8192du != 8192cu Aha RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - Gizmo81 - 2015-06-09 Hi, hdmi_force_edid_3d=1 in config.txt fixed my monoscopic problem with 3D movies, 3D is back. Don't know why this happened, in past it worked fine and now I had it in every release I tested. I only have 1 movie/clip which is not running, I only get sound but no video, it is a HSBS with 50Hz. If I remove the HSBS tag and start the movie as 2D and then switch manually TV to SBS it works. RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - misterboo - 2015-06-09 Any chance there could be a solution for the 3D zooming problem http://forum.kodi.tv/showthread.php?tid=224025&pid=2021383#pid2021383 At the moment i compile myself the sourcecode and simply revert this commit to get the working old behaviour: https://github.com/popcornmix/xbmc/commit/49bbaef4a98f852b957b8d96d9f93ba9fe03b5c6#diff-c9290af577e0f036b7c3b688ec06b2a5 RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2 - popcornmix - 2015-06-09 (2015-06-09, 08:30)Gizmo81 Wrote: Hi, hdmi_force_edid_3d=1 in config.txt fixed my monoscopic problem with 3D movies, 3D is back. A sample file would be useful. |