Discussions
Activity
Sign In
ian57
Activity
Discussions
1
Comments
246
Xin-Mo Dual Controller not working
Step 4 : Select module to build, here our xinmo Before building the kernel , we ensure that all is proper in the kernel tree, and we call mr proper ;) make mrproper We copy the current kernel config to config file of our future kernel : zcat /pr…
Comment by
ian57
May 2014
permalink
Xin-Mo Dual Controller not working
OK let's go : You are going to compile a new kerlent on your pi : We are not going to use crosscompilation here, so it will take between 15 and 17 hours to compile the kernel on the pi. Step 1 : update and Install tools for compilation sud…
Comment by
ian57
May 2014
permalink
Please Help i think i'am turning into a crazy guy : Xin-mo in 8.3 beta Piplay !
or check my post here http://pimame.org/forum/discussion/comment/2881#Comment_2881
Comment by
ian57
May 2014
permalink
Xin-Mo fix for piplay 8.3?
check my posts here http://pimame.org/forum/discussion/comment/2881#Comment_2881
Comment by
ian57
May 2014
permalink
Xin-Mo Dual Controller not working
A new connection to the pi to see if we are using the right kernel : [yann@archery ~]$ ssh pi@192.168.1.63 pi@192.168.1.63's password: Welcome in your RaspberryPI (Moebius Release) pi@raspberrypi ~ $ uname -a Linux raspberrypi 3.10.36+ #1 P…
Comment by
ian57
May 2014
permalink
Xin-Mo Dual Controller not working
You can try my compiled kernel and the modules from raspicade : download http://www.morere.eu/storage/kernel-3.10.36-xinmo.tar.gz Put this archive in the home of pi on the raspi. For example from my laptop to the pi : [yann@archery linux]$ scp ke…
Comment by
ian57
May 2014
permalink
Xin-Mo Dual Controller not working
Ok, that's crazy... my linux kernel on raspicade is 3.10.34 or 3.10.36+ and the patch is working. It's a previous version see http://elinux.org/RPi_Kernel_Compilation : since Jan '14 the current is rpi-3.10.y I think you did some t…
Comment by
ian57
May 2014
permalink
Xin-Mo Dual Controller not working
Perhaps the kernel is too recent... and the patch doesn't apply anymore. Which kernel version in 0.8.3?
Comment by
ian57
May 2014
permalink
Please Help i think i'am turning into a crazy guy : Xin-mo in 8.3 beta Piplay !
If you're french.... try raspicade.... a french arcade distribution https://sourceforge.net/projects/raspicade/ french manual https://sourceforge.net/p/raspicade/wiki/HowTo/ and french support http://www.gamoover.net/Forums/index.php?topic=294…
Comment by
ian57
May 2014
permalink
Thanks you!
Perhaps it comes from the SD card. Did you try to remake it. Are all the partitions visible with linux. I often had this problem. The sd connector of the raspberry pi is not very good.
Comment by
ian57
May 2014
permalink
Bartop ESC button issues
@george_mcknz for xin-mo it works like a charm with one player... problems appears with 2 players only! To escape everything can be done from the encoder and emulator configuration. See https://sourceforge.net/p/raspicade/wiki/HowTo/ Why use the G…
Comment by
ian57
May 2014
permalink
Mame4all vs 2nd player
By combination of 2 xin-mo button : StartP1 + credits. Emultors and pimenu have been patched/configured to have the same behaviour. After the first configuration (sound and network) you don't need keyboard anymore. Everything is managed via th…
Comment by
ian57
May 2014
permalink
Fire Burn Alpha (FBA) Xin-Mo adapter
Yes... thanks to the patch described here https://github.com/petrockblog/RetroPie-Setup/wiki/Troubles-with-the-Xin-Mo-Controller. I implemented it to raspicade, and have a look to that video... 1944 with final burn alpha with 2 players ;) https://s…
Comment by
ian57
May 2014
permalink
Xin-Mo Dual Controller not working
This patch is awesome... i used it for my distribution. It works like a charm.
Comment by
ian57
May 2014
permalink
Xin-Mo Compatible Emulators (PiSNES/MAME4ALL/PiFBA)
I think you'll need to recompiled them. There are surely update version of libraries in the last piplay. If you get black screen, try to compile the debug version. If it works, strip it.
Comment by
ian57
May 2014
permalink
Mame4all vs 2nd player
Yes it's true, i've patched mame4all-pi to support all buttons with xinmo 2 players (see https://sourceforge.net/p/raspicade/wiki/Release Notes/ for proof). I've done it for my raspicade distribution https://sourceforge.net/projects/r…
Comment by
ian57
May 2014
permalink
Xin-Mo and pisnes
Thanks, made with inkscape : 3d isometrique pixel art, see http://boutique.ed-diamond.com/linux-pratique/566-linux-pratique-83.html ;)
Comment by
ian57
May 2014
permalink
Xin-Mo and pisnes
Very happy it helps ;). All my patches for raspicade are located here http://www.morere.eu/spip.php?article176...
Comment by
ian57
May 2014
permalink
Xin-Mo and pisnes
First you need to install "build essentials", git to get sources, and make: sudo apt-get install build-essential automake make autoconf git git-core next the dev package : here is dev packages installed on my "devel" rapbian …
Comment by
ian57
April 2014
permalink
Xin-Mo and pisnes
Don't be afraid that's easy (but it takes time, because pi is slow). Just need to install the dev packages of the used libs and just type : make and that's it!
Comment by
ian57
April 2014
permalink
Xin-Mo and pisnes
Pimame is perhaps not based on the same linux version (and libs version). This could explain the segfault. In this case you'll need to git clone and build it on your distribution. And same for pisnes I'm afraid.
Comment by
ian57
April 2014
permalink
Xin-Mo and pisnes
Hello, here they are : http://morere.eu/storage/emus_xinmo_exe_debug_stripped.zip try and tell me
Comment by
ian57
April 2014
permalink
Xin-Mo and pisnes
@adamsrobots and lsalcedo : If you get a black screen, test the debug build. I had this problem. I build the executable with the debug Makefile and stripped it : il worked. make -f Makefile.debug strip mame (or pisnes) I'm going to build the …
Comment by
ian57
April 2014
permalink
Xin-Mo and pisnes
@lsalcedo you can download my mame patch at http://morere.eu/storage/mame4all-pi-xinmo.patch.zip. I made it on my own ;-) get a fresh mame4all-pi from git clone. Apply the patch and compile pi@raspberrypi ~/temp/mame4all-pi $ patch -p1 -i mame4al…
Comment by
ian57
April 2014
permalink
Xin-Mo and pisnes
@ lsalcedo : this fix is already done and integrated in my raspicade project ;-). I just followed https://github.com/petrockblog/RetroPie-Setup/wiki/Troubles-with-the-Xin-Mo-Controller and it worked. I did the same with mame4all-pi to allow the 22 …
Comment by
ian57
April 2014
permalink
Xin-Mo and pisnes
@ adamrobots : I compiled them on moebius linux (a minimal raspian without X etc.) perhaps it comes from the linked libs. I'm not using pimame, sorry.
Comment by
ian57
April 2014
permalink
Xin-Mo and pisnes
Ok, you can download my binaries ( raspian based compiled). Make a backup of the original ones and extract the zip file. That's all
Comment by
ian57
April 2014
permalink
Xin-Mo and pisnes
@Conno123009 : I modified pifba as written in https://github.com/petrockblog/RetroPie-Setup/wiki/Troubles-with-the-Xin-Mo-Controller It worked for me for the xin-mo. see http://youtu.be/p8KqMrq_UW4 (sorry in french)
Comment by
ian57
April 2014
permalink
Xin-Mo and pisnes
Ok, modifiy your sources, it's better, and i can check if it works for both... Tell us when it's done, i have gamepads and xin-mo. Ads ;-) : check my raspicade distribution https://sourceforge.net/projects/raspicade/
Comment by
ian57
April 2014
permalink
Xin-Mo and pisnes
Glad to hear that someone is happy with my poor code modification ;-). This patch is very rough!!! Only usable with Xin-Mo module, so I'm not sur that it should be integrated as is! Perhaps we should place a #define XINMO Variable somewhere, …
Comment by
ian57
April 2014
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
About
Username
ian57
Joined
April 2014
Visits
504
Last Active
February 2016
Roles
Member
Recommended Accessories
Kodak Essential KP1000 USB Power Pack
HDMI 3-In 1-Out HDMI Auto Switch with 1.5 ft. Cable
Logitech Keyboard Controller for Logitech Revue and Google TV
FAVI Entertainment Wireless Keyboard (Built-in TouchPad/Laser Pointer) - Black
DVI Gear HDMI Cable 2M 6 feet
SanDisk Ultra SDHC Class 6 Flash Memory Card
Powered by Vanilla