-
Search Results
-
Hi,
I’m having a really strange intermittent issue with my PS3 MadCatz USB Wired Stick 8818. Sometimes, about one in 30 boots it works, and works until I reboot otherwise it is detected but doesn’t work.
On bootup it is detected as MadCatz PC USB Wired Stick 8818.
lsusb shows the following:
Bus 001 Device 004: ID 0738:8818 Mad Catz, Inc. Street Fighter IV Arcade FightStick (PS3)Even when it isn’t working and I run jstest /dev/input/js0 it is detected and shown on screen but when you move the stick, and press the buttons nothing happens. Obviously on that 1 in 30 times when it does work when everything is okay in the jstest.
It is detected in emulationstation, but you can’t configure it.
I plugged it in via a powered usb hub in case it was a ‘lack of power’ issue. I also tried another raspberry pi, and I’ve got 2 controllers and both have the same issue.
I can’t work out what makes it work on that 1 in 30 times. Perhaps it has something to installing the PS3 controller drives via the retropie menu, but even so, it won’t then work immediately, or on the same boot, but later…then it stops again.
Has anyone experienced this, or could anyone help me track down the issue.
Thank you
Hi all
I have installed RetroPie and have had several days of amazing trouble free gaming until I started to add PSX and Sega CD and roms. I had previously tested the PSX and Sega CD games as they were added and they worked fine (I obviously added the appropriate BIOS files as per github.com). Part way through adding them I noticed that ES started to freeze even when left in the GUI. At this point I tried searching for online guidance but couldn’t find anything that mentioned my specific problem. After a few hours of trying to isolate the issue I decided to try a fresh install of of RetroPie in case I had altered something in error.
This time I added everything that I wanted in terms of roms and scraped for game metadata using the scraper noted below and manually added missing information. This everything worked fine at first then ES started to freeze again intermittently in the gui, when leaving Sega CD games, or when selecting FBA, Sega CD or Playstation emulators from the main ES Menu (without actually entering the emulator game list screen) usually within 1-2 minutes of ES booting up. With every screen freeze I am able to reboot the Pi using Magic Sysrq (Alt+SysRq+B). I had a feeling that the Sega CD files were causing the problem so removed them all – now ES works fine in all the installed emulators and has not crashed/frozen in several hours. I have double checked all my Sega CD roms on my desktop pc using Fusion 3.64 and they all work fine but as soon as I add any of them again the random freezing starts again.
I have tried the altering memory split, lowering the over clock, swapping out peripherals, changing bios etc but nothing seems to help.
Any assistance that anyone could provide would be greatly appreciated!
Thanks
Pi Model 2
RetroPie Version v3.0beta2-rpi2
Built from SD Image
USB devices: Pi compatible usb Wifi Aadapter, MS Xbox 360 Wireless Receiver, Keysonic KSK-3201RF wireless keyboard
Controller: Xbox 360 Wireless
Power Supply: Mains 5v 2000mA for Raspberry Pi2Guides Used:
RetroPie Setup guide-
http://lifehacker.com/how-to-turn-your-raspberry-pi-into-a-retro-game-console-498561192
Guide to fix flashing xbox controller-
Floobs walkthrough for sselph ‘s command line scraper-
TechTipsta’s guid to PSX Emulation-
Topic: Quitting Emulationstation
I’m desperately seeking some help here:
What is the command to shutdown emulationstation? I know it gets shutdown from the menu, and I know the raspberry’s shut down command is “sudo poweroff” (or something similar), but whats the command that runs when you use the menu and press “Shutdown Emulationstation”?
The reason I’m asking is because the “Play Count” only saves when you shutdown emulationstation. If you shut down the raspberry from within emulationstation is doesnt save the play counts.
What I’m trying to do is add an extra line to my mausberry circuits shut down command so that it will shutdown emulationstation first (saving the play count) then shutdown the raspberry.
If anyone knows what the command is, or where I can possibly find it (I’ve searched and cant seem to find where the code for the emulationstation menu is saved), it would be wildly helpful because I’m at a loss
Hello everyone I am new to the raspberry 2 and retropie and i have installed the retropie image v2.6 and I have added roms. I want to configure a single usb Keyboard for 1st and 2nd players for all emulators. Totally lost any advice appreciated. can this even be done?
Topic: Help with USB controllers
Hi guys
I have now been trying for two days, but just can’t seem to get my Xin-Mio usb controller configured with retropie. Not even player 1 works in games.
The joystick works ok, can go op and down, but the six buttones does not work :-(
There are seven buttons:
The first row three have numbers 1, 0, 9
The second row three have numbers 2,3,4
And then there is the One Player button on the side, that has the number 8My retroarch files input is this:
input_player1_joypad_index = “0”
input_player1_b_btn = “1”
input_player1_y_btn = “0”
input_player1_select_btn = “9”
input_player1_start_btn = “4”
input_player1_a_btn = “8”
input_player1_x_btn = “7”
input_player1_l_btn = “3”
input_player1_r_btn = “2”
input_player1_up_axis = “-1”
input_player1_down_axis = “+1”
input_player1_left_axis = “-0”
input_player1_right_axis = “+0”input_player2_joypad_index = “0”
input_player2_b_btn = “11”
input_player2_y_btn = “14”
input_player2_select_btn = “7”
input_player2_start_btn = “16”
input_player2_a_btn = “10”
input_player2_x_btn = “13”
input_player2_l_btn = “12”
input_player2_r_btn = “15”
input_player2_up_axis = “-3”input_player2_down_axis = “+3”
input_player2_left_axis = “-2”
input_player2_right_axis = “+2”input_enable_hotkey_btn = “6”
input_exit_emulator_btn = “7”
input_save_state_btn = “#”
input_load_state_btn = “#”I also have a file in the folder /opt/retropie/emulators/retroarch/configs called Xin-MoXin-MoDualArcade.cfg with the following input:
input_device = “Xin-Mo Xin-Mo Dual Arcade”
input_driver = “udev”What am I doing wrong?? Is there a step by step guide somewhere for all this? I have read lots of blogs and other articles but just can’t seem to find out what to do.
PS. When I for example try to play sonic game then i can use the joystick and button 0 which pauses the game. Anything else is not possible, all the other buttons have no effect when used
I feel like this may simplify or at least make more sense of the controller configuration process with Retroarch emulators.
There is a LOT of controller config files bundled with RetroPie, some with similar, but oddly spaced names. It makes finding the config file your controller uses rather difficult.
Most instructions tell the user to run the “Configure input devices for RetroArch” script, which is great, since it builds a custom cfg file on-the-fly, and drops it in the /opt/retropie/emulators/retroarch/config directory. But it seems almost redundant and borderline more difficult to locate the config file your controller decides to use in the future. I’ve even have the issue where the script-built controller config doesn’t get priority over one of the pre-populated config files! That was a PITA.
I feel like the instructions should be more consistent. I like the script idea, since it won’t involve requiring users to manually edit config files to adjust controller mappings. What I have done myself, was moved all my unused controller cfg files into a subfolder called “unused”. but it could be named anything of course.
Maybe the instructions could declare two different setup options. One that involves locating your controller device ID (lsusb or hcitool name) and manually copy a config file that looks for the same ID, and another set that allows you to create one on-the-fly using the script.
Hello,
as i am severely struggling to configure my ps3 controllers, even getting them to work wired, i am now looking for an image which i could use.
Is that possible?
I have bt-dongles :
Aukru® USB nano Bluetooth-Adapter V4.0 ,Bluetooth 4.0 USB Adapter mit LED
Inateck Bluetooth 4.0 USB Adapter mit LEDBoth of them work without problems wirelessly with my OpenEmu on OSX…
Can maybe someone help me? I spend hours trying, resetting images etc… but nothing worked. Obviously i could just plug my mac to the tv and enjoy, but thats would be a solution which i would hate :D
So before I buy myself a second Pi (my first one was laying around without purpose for almost a year) I have some questions. I tried looking for answers via the search function, Google and even Bing but to no avail so here goes.
First some background:
The system I’m planning to build would be mainly for Atari, NES, SNES and PSX.
For this I like to interface native NES and Atari controllers or USB clones and for the SNES and PSX I wanted to use my PS3 controllers preferably via bluetooth but USB would be fine too. The console would have 2x USB, 2x NES and 2x Atari connectors. The NES and Atari controllers would be connected to the Pi via a controlblock.So is this possible in a plug and play fashion? I have the impression that the only way to get this to work without having to resort to the command line is using native Atari and NES controllers and connect the PS3 controllers via Bluetooth and leave the USB’s as a back up. Or could I swap all (clone) controllers via only USB without having to use the command line?
Can the Pi actually even power the controllers or do I need a powered hub?
Next up: the PS3 controllers are also used on a PS3. If I pair the controllers to the Pi via bluetooth, then to the PS3 and then back to the Pi. Would I need to configure them again? How?
And last question: the controlblock hardware schematics are closed-source? I’m planning to build in all hardware in a broken Atari 2600 Jr so space is limited and as I would only use half the controlblock I could make a smaller version.
thank you for your help!
Topic: Cheap Controller
Sorry, I wasn’t sure where to put this post, but:
Here is a link for a good controller at a great price.
USB 10 Button ControllerIt’s only $6, and yes, I have one.
- Problems:
The Buttons aren’t as good as the PSOne Buttons. They’re good, but not perfect.
The Shoulder Buttons can get stuck, but it can be easily fixed, if it doesn’t fix itself. This has only happened to me TWICE.
I really recommend them for the price.
Running on a raspberry pi 2 b+ (i think) on RetroPi 3.0 Beta 2 Pi 1 (Pi 2 didn’t seem to work for me and others). Link to the Adapter (don’t be fooled by the picture) Amazon Link
I can’t seem to get my Xbox controller to connect to my Wireless adapter, if i put it in to search mode with a flashing LED as my Pi Boot’s up and my Xbox controller searching for something to connect too. The Wireless Adapt will won’t pick it up and will then turn off searching on the Adapter.
When i type in “XBOXDRV” this error message show up.
Controller: Microsoft Xbox 360 Wireless Controller
Vendor/Product: 045e:0291
USB Path: 001:004
Wireless Port: 0
Controller Type: Xbox360 (wireless)— [ ERROR ] ——————————————————
USBController::USBController(): libusb_open() failed: LIBUSB_ERROR_ACCESSI have put in the nessersarry things into
sudo nano /etc/rc.local
in the correct place to what it says on this Topic
PetRockBlock Forums – Xbox wireless
I need help connecting it to my Raspberry Pi.EDIT
I have solved the problem by running the XboxDRV as Sudo. and running this when opening EmulationStation,
Sudo xboxdrv --silent --trigger-as-button --dpad-as-button & emulationstation
This runs the Xbox DRV to make the triggers and dpad as standard buttons and then run emulationstation.Hey guys,
I’ve finally gave in and decided to grab myself a pi. So I was super excited to get things going especially since people have said how easy it is. Well I’ve hit my first roadblock. Wifi doesn’t work.Pi Model: 2
RetroPie Version Used: 3.0.0 Beta 2
Built From: SD Image
USB Devices connected: WiFi (TL-WN725N (Ver 2.1), Asus Bluetooth (which I’ll use with my DS3), and a logitech usb for my wireless keyboard and mouse.
Error messages received: Upon sudo reboot, I get this in the terminalDHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
I get this when I tried to ping the static IP
from 192.168.x.x icmp_seq=1 Destination Host Unreachable
Guide used:
1) Install drivers for TL-WN725N Ver2.1
2) Set up WiFi (both DHCP and static)I have a CSR 4.0 bluetooth to USB adapter, on a cold boot, it comes on and blinks on about the third or forth boot, could it be defective or is emulation station not seeing it sometimes?
I am about to order another brand of bluetooth adapter, what is a good one?
thanks for your help!
Topic: No emulators showing.
Hi, I have installed RetroPie 2.6 (for RasPi 1) on a 16gb micro-sd card.
My problem starts when I connect the USB stick (with NES, SNES, GBA and GBC ROMS placed in the correct folders) and the Emulator don’t appear in the main menu.
Don’t know what to do next or if I need to install emulators manually. My only steps were: Install RetroPie on sd, expand filesystem, configure controller and place roms in the USB.
Any ideas? Please, I’m a real dummie in Raspberry Pi :p
Alrighty lads, I think I might’ve screwed to ole pooch here big time. Here’s the info:
Pi Model: 2 B
RetroPie Version Used: 3.0.0 Beta 2
Built From: SD Image
USB Devices connected: Logitech Keyboard
Controller used: RETROLINK Classic Controller SNES style
Guide used: the ones on the wiki first install pageISSUE: I got everything up and running fine, loaded my ROM library, games showed up, everything was going swimmingly. I could navigate emulationstation easily and fully. Went to SNES emulator and launched Super Mario AllStars without a hitch. Up to this point I could operate in retroarch, it seemed, perfectly. Hit 1 Player start, game started. Here’s where my first issue showed up. I couldn’t run. More blatantly, my X and Y buttons weren’t working, but everything else was. Okay, no biggie. Went and watched Floob’s guide. Here’s where the proverbial sh!t went sour. I got into the USBgamepad.cfg and it was blank, which was odd because the controller had just been working, at least halfway. Alright, whatever, I’ll just input it all manually. But I couldn’t find the # key on my keyboard, instead shift+3 made the monetary pound sign. Hit every key I could, still couldn’t find it, so I typed it up without the # in there. Saved to the file. Now my controller doesn’t respond at all in retroarch. EmulationStation is still on point, but I get nada in game. Every time I jump back into the config files i get more confused and feels like I’m just spiraling further down the rabbit hole. To make matters worse, i went back to USBgamepad.cfg, and a whole lot of stuff came up, now I’m completely lost and could really use some help. I’d rather not do a clean install, because I feel like i’d end up in the same place I’m in now without a little more clarification. Any help is appreciated. Thanks ~ALob