![]() |
XBIAN + RetroPie - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Others (/forum-24.html) +--- Thread: XBIAN + RetroPie (/thread-3150.html) Pages: 1 2 |
RE: XBIAN + RetroPie - Nachteule - 10th Jan, 2017 11:24 AM (10th Jan, 2017 11:11 AM)Tozzi Wrote: I managed to update to the new version now, looks good. Seems to be stupid installation script. Package providing libraspberrypi-dev is installed. So installer has to take care of it. Maybe you could find that part in installer script and comment it out ![]() Quote:emulationstation throws this error: For this problem you'll find some posts here, for example inside this thread RE: XBIAN + RetroPie - Tozzi - 10th Jan, 2017 12:09 PM (10th Jan, 2017 11:24 AM)Nachteule Wrote: Seems to be stupid installation script. Package providing libraspberrypi-dev is installed. So installer has to take care of it.[quote] (10th Jan, 2017 11:24 AM)Nachteule Wrote: For this problem you'll find some posts here, for example inside this threadI've tried that, but doesn't work, no joy (still same message)... So close and yet so far away from success... ![]() RE: XBIAN + RetroPie - Nachteule - 11th Jan, 2017 12:04 AM (10th Jan, 2017 12:09 PM)Tozzi Wrote:(10th Jan, 2017 11:24 AM)Nachteule Wrote: For this problem you'll find some posts here, for example inside this threadI've tried that, but doesn't work, no joy (still same message)... I checked that, and yes, it does not work as expected. But, I played a a bit around and now it works: Terminal root@kmxbilr2 /etc/apt/preferences.d # ll insgesamt 8 -rw-r--r-- 1 root root 157 Jan 10 15:01 01user -rw-r--r-- 1 root root 967 Jan 10 14:53 xbian root@kmxbilr2 /etc/apt/preferences.d # cat 01user Package: libcurl3 curl libcurl3-gnutls Pin: release o=XBian Pin-Priority: -1 Package: libcurl3 curl libcurl3-gnutls Pin: release o=Debian Pin-Priority: 1001 root@kmxbilr2 /etc/apt/preferences.d # apt-cache policy libcurl3 libcurl3: Installiert: 7.37.1-1 Installationskandidat: 7.38.0-4+deb8u4 Paket-Pinning: 7.38.0-4+deb8u4 Versionstabelle: 7.38.0-4+deb8u4 1001 500 http://http.debian.net/debian/ jessie/main armhf Packages *** 7.37.1-1 1001 500 http://kmcubie/ stable/rpi2-jessie armhf Packages 100 /var/lib/dpkg/status root@kmxbilr2 /etc/apt/preferences.d # apt-get install -s libcurl3 Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt: libcec-dev libio-socket-inet6-perl libsocket6-perl sendemail Verwenden Sie »apt-get autoremove«, um sie zu entfernen. Die folgenden Pakete werden aktualisiert (Upgrade): libcurl3 1 aktualisiert, 0 neu installiert, 0 zu entfernen und 9 nicht aktualisiert. Inst libcurl3 [7.37.1-1] (7.38.0-4+deb8u4 Debian:8.6/stable [armhf]) Conf libcurl3 (7.38.0-4+deb8u4 Debian:8.6/stable [armhf]) root@kmxbilr2 /etc/apt/preferences.d # So, you simply have to flip the two entries in file 01user RE: XBIAN + RetroPie - Tozzi - 11th Jan, 2017 03:08 AM Thank you! It works now! ![]() RE: XBIAN + RetroPie - Tozzi - 11th Jan, 2017 08:51 AM BTW I forgot to mention: The maintainer of RetroPie has changed the dependencies in their install script accordingly, so libraspberrypi-dev is being recognised within xbian-package-firmware now, too. Thanks a lot, it's all working perfectly now! RE: XBIAN + RetroPie - Nachteule - 11th Jan, 2017 08:53 AM Great ![]() ![]() RE: XBIAN + RetroPie - Dzintars Bergs - 25th Jan, 2017 05:20 AM (11th Oct, 2015 07:30 AM)Lucifer Wrote: And ... I don't know how to add the script to the skin I use ... preferably I want to add it next to shutdown button.Did you find a way to switch between Kodi and Emulation Station? Your script works like a charm, bet I don't want to run it manualy every time. I tried to create simple Kodi addon to run the script, but for some reason Emulation Station doesn't start when I run script from python. Code: import os RE: XBIAN + RetroPie - Nachteule - 25th Jan, 2017 05:36 AM If Kodi is running, nobody else can access the screen. So you have to stop Kodi first before you start a different program like retropie RE: XBIAN + RetroPie - Dzintars Bergs - 25th Jan, 2017 06:51 AM So, there are no way to launch Emulation Station from Kodi? RE: XBIAN + RetroPie - Nachteule - 25th Jan, 2017 06:55 AM No way. You have to disable xbmc service and write your own service which shows menu where you can launch Kodi or retropie or whatever you want RE: XBIAN + RetroPie - mithito - 25th Apr, 2017 06:36 AM Hi guys, I am new here but I have been reading posts and solutions in this forum for quite a long time. I have to say that I love xbian and it has been running smooth in my pi for years. I have been this weekend trying to add retropie functionality to my setup following this guide and I have to say that everything works amazing after follow all the steps on this thread. Maybe the could be summarized at some point but all the information is here. Many thanks to everybody. I would like to add my two cents saying that I have been able to run the script from Kodi launching it in a detached terminal using screen, this way when Kodi shuts down the script could still runs and when retropie is closed and the script launch Kodi the script ends and the detached terminal is closed so no extra terminals remains open. RE: XBIAN + RetroPie - Nachteule - 25th Apr, 2017 06:41 AM @mithito Everybody can add articles to our wiki I you would like do add an howto you're welcome ![]() |