Author Topic: Raspberry Pi Image for Pi2, Pi3 and Pi4 - with RetroPie  (Read 523705 times)

efraimsangil

  • Full Member
  • ***
  • Posts: 56
    • View Profile
Re: Raspberry Pi Image for Pi 2 and Pi 3
« Reply #45 on: April 27, 2016, 01:44:51 AM »
my mouse and keyboard and wireless xbox360 work great without the install of xboxdrv retroarch 1.3.2 I think it is

Ok... thanks for your message... I found the problem.

I followed this steps:

sudo apt-get install xboxdrv

From Pingus website I follow this:

Using a single controller

Plug in your Xbox360 gamepad and then unload the xpad driver via:

$ rmmod xpad
If you want to permanently unload it add the following line to /etc/modprobe.d/blacklist.conf:

blacklist xpad
Next you have to load the uinput kernel module which allows userspace programms to create virtual input devices and the joydev module handles the /dev/input/jsX devices:

$ modprobe uinput
$ modprobe joydev
You also have to make sure that you have access rights to /dev/input/uinput, either add yourself to the appropriate group, adjust the permissions or run xboxdrv as root.

Once ensured that xpad is out of the way and everything is in place start the userspace driver with:
sudo xboxdrv

Then... I changed my /etc/rc.local

xboxdrv --trigger-as-button --dbus disabled --wid 0 --led 2 --silent &
sleep 1
xboxdrv --trigger-as-button --dbus disabled --wid 1 --led 3 --silent &
sleep 1

sudo reboot

And now xbox360 wireless it's working perfectly.

Now I need to find why appear rgui Retroarch when I exit from mame2010 :)


senkun

  • Jr. Member
  • **
  • Posts: 15
    • View Profile
Re: Raspberry Pi Image for Pi 2 and Pi 3
« Reply #46 on: April 27, 2016, 06:14:55 AM »
Quote
Thanks for the reply but that is not the information I'm looking for, trying to set this up in Attact Mode not RetroPie or EmulationStation.

Looking for these 2 lines that are underlined in red.



You have a typo. Emulaulators is what tripped you up.

nitrogen_widget

  • Sr. Member
  • ****
  • Posts: 307
    • View Profile
Re: Raspberry Pi Image for Pi 2 and Pi 3
« Reply #47 on: April 27, 2016, 07:19:52 AM »
Nitrogen, any chance you would share your paths to the Advmame exe and arg? Thought this would be easy info to share. lol

I can get you my libretro-mame 2003 config file.
I don't have advmame installed.
It's too slow under X-windows.

Finhead

  • Sr. Member
  • ****
  • Posts: 125
    • View Profile
Re: Raspberry Pi Image for Pi 2 and Pi 3
« Reply #48 on: April 27, 2016, 07:48:00 AM »
Nitrogen, any chance you would share your paths to the Advmame exe and arg? Thought this would be easy info to share. lol

I can get you my libretro-mame 2003 config file.
I don't have advmame installed.
It's too slow under X-windows.

So AdvMAME isn't broken just isn't fast enough to use, so broken.  ;) lol

And thanks I already have mame2003 working other than half the ROMS I want on my list are not working and say so upon opening "there are known issues"

I guess I'm going back to using the boring Emulation Staion frontend then.

Finhead

  • Sr. Member
  • ****
  • Posts: 125
    • View Profile
Re: Raspberry Pi Image for Pi 2 and Pi 3
« Reply #49 on: April 27, 2016, 08:05:55 AM »

You have a typo. Emulaulators is what tripped you up.

No I had it right the first 4-5 times I tried it, I copy and pasted from my laptop last time and must have messed it up. That is not the issue, to confim I just went through it again and made sure everything was correct. Still not even trying to open the ROMS, I guess no one wants to post a working path so I'll move back to a frontend that works without issue.

Floob

  • Full Member
  • ***
  • Posts: 84
    • View Profile
Re: Raspberry Pi Image for Pi 2 and Pi 3
« Reply #50 on: April 27, 2016, 01:19:36 PM »
You can find the details in /opt/retropie/configs/{systemname}/emulators.cfg


Advmame doesnt use Retroarch. But yes, AM requires you to set your emulators up, so you might find the pre-configured EmulationStation an easier bet.
RetroPie Help Guides: https://goo.gl/3gcNsT

Omamez

  • Sr. Member
  • ****
  • Posts: 222
    • View Profile
Re: Raspberry Pi Image for Pi 2 and Pi 3
« Reply #51 on: April 27, 2016, 03:02:48 PM »
@Finhead - emulator.cfg txt file

advmame-0.94.0="/opt/retropie/emulators/advmame/0.94.0/bin/advmame %BASENAME%"default="advmame-0.94.0"advmame-1.4="/opt/retropie/emulators/advmame/1.4/bin/advmame %BASENAME%"


Finhead

  • Sr. Member
  • ****
  • Posts: 125
    • View Profile
Re: Raspberry Pi Image for Pi 2 and Pi 3
« Reply #52 on: April 27, 2016, 03:11:08 PM »
You can find the details in /opt/retropie/configs/{systemname}/emulators.cfg

Advmame doesnt use Retroarch. But yes, AM requires you to set your emulators up, so you might find the pre-configured EmulationStation an easier bet.

Yes I know where to find the configs I just can't seem to get them to work, not sure why someone that knows how to get it going can't post a path? I'm not trying to be a ass just tried what I know how to do and I cannot get it configured so I have no other option than to use ES since it actually works with AdvMAME.

And I'm just going off Omegaman's suggestion as the last option I tried to get it going so you'd direct that at him I guess.

A Quote from anther Thread by Omegaman

"It looks like you're trying to run advmame standalone as a libretrocore, retropie installs the standalone version of advmame.   

So, cmd should be something like this.
args /opt/retropie/emulators/advmame/0.94.0/bin/advmame "[romfilename]"

Also, depending on how your environment variables are set you might need to use ./retroarch to execute retroarch. Like below...

/opt/retropie/emulators/retroarch/bin/./retroarch"


Finhead

  • Sr. Member
  • ****
  • Posts: 125
    • View Profile
Re: Raspberry Pi Image for Pi 2 and Pi 3
« Reply #53 on: April 27, 2016, 03:12:48 PM »
@Finhead - emulator.cfg txt file

advmame-0.94.0="/opt/retropie/emulators/advmame/0.94.0/bin/advmame %BASENAME%"default="advmame-0.94.0"advmame-1.4="/opt/retropie/emulators/advmame/1.4/bin/advmame %BASENAME%"

Again that isn't hard to find, getting that correctly into the AM forntend as a proper path is the issue for me.

Does anyone actually have this working or just saying it "should" but it may or may not work?

Omamez

  • Sr. Member
  • ****
  • Posts: 222
    • View Profile
Re: Raspberry Pi Image for Pi 2 and Pi 3
« Reply #54 on: April 27, 2016, 04:05:26 PM »
going to try now for you since i have the 0.94 set

Finhead

  • Sr. Member
  • ****
  • Posts: 125
    • View Profile
Re: Raspberry Pi Image for Pi 2 and Pi 3
« Reply #55 on: April 27, 2016, 06:35:15 PM »
going to try now for you since i have the 0.94 set

Thanks, wouldn't bother though I finally installed a fresh copy on a new SD card with no mods for the text window etc.
It does indeed try and open it for a split sec, says
"unable to initialize the video driver. The errors are
fb: Unsupported in X. "

So it does not work in Attract Mode unless there is a way to change the video driver

nitrogen_widget

  • Sr. Member
  • ****
  • Posts: 307
    • View Profile
Re: Raspberry Pi Image for Pi 2 and Pi 3
« Reply #56 on: April 27, 2016, 08:12:09 PM »
SDL for video mode then auto when it complains about the keyboard type.

Misterhollyw00d

  • Full Member
  • ***
  • Posts: 45
    • View Profile
Re: Raspberry Pi Image for Pi 2 and Pi 3
« Reply #57 on: April 27, 2016, 08:47:32 PM »
I got it to work. Got the games to work the videos and wheel art just need some marquees.
https://youtube.com/watch?v=3TLsac_EfSQ

Anyone add the mame4all? If can provide link for executable of emulator would appreciate thanks

It's all I use since advmame 0.94 does not want to work in AM, works perfect in ES though.

executable           /opt/retropie/emulators/mame4all/mame
args                 [name]
rompath              /home/pi/RetroPie/roms/mame-mame4all/
romext               .zip;.7z;<DIR>
system               Arcade
info_source          listxml

This worked! Thank you sir
Got Mame2003 Mame4All FBA and NEOGEO working

Finhead

  • Sr. Member
  • ****
  • Posts: 125
    • View Profile
Re: Raspberry Pi Image for Pi 2 and Pi 3
« Reply #58 on: April 27, 2016, 08:51:17 PM »
SDL for video mode then auto when it complains about the keyboard type.
Not sure if that was meant for the AdvMAME issue? If yes no idea what that means. lol

Finhead

  • Sr. Member
  • ****
  • Posts: 125
    • View Profile
Re: Raspberry Pi Image for Pi 2 and Pi 3
« Reply #59 on: April 27, 2016, 08:52:31 PM »
I got it to work. Got the games to work the videos and wheel art just need some marquees.
https://youtube.com/watch?v=3TLsac_EfSQ

Anyone add the mame4all? If can provide link for executable of emulator would appreciate thanks

It's all I use since advmame 0.94 does not want to work in AM, works perfect in ES though.

executable           /opt/retropie/emulators/mame4all/mame
args                 [name]
rompath              /home/pi/RetroPie/roms/mame-mame4all/
romext               .zip;.7z;<DIR>
system               Arcade
info_source          listxml

This worked! Thank you sir
Got Mame2003 Mame4All FBA and NEOGEO working

Awesome, glad it helped you out. Don't mind sharing what I know.  :)