Homepage Forums Search Search Results for 'usb'

Viewing 35 results - 2,276 through 2,310 (of 3,655 total)
  • Author
    Search Results
  • #90007
    Anonymous
    Inactive

    Hi,
    im really new to the RetroPie and/or EmulationStation ;-)
    Im using v2.6 and Ive already managed to get one SNES USB Controller to work fine in game/rom and emulationstation as well. When I plug in the second controller, both work in emulationstation but only one (always the same) works in a game.

    Ive done this whith the “Register RetroArch Controller” and it worked as described above.
    I now watched the Multicontroller video from Floob and edited the /opt/retropie/configs/all/retroarch.cfg and inserted player2 “manually”. but it does not work ingame :-(

    ive absolutely no idea what I can do to fix it, has anyone?

    #90004

    In reply to: ps3 bluetooth problem

    thewiep
    Participant

    it seems I renamed the original to ps3controller_orig.sh and modified ps3controller.sh.
    this is the contents of my ps3controller.sh

    rp_module_id="ps3controller"
    rp_module_desc="Install PS3 controller driver-mod"
    rp_module_menus="3+"
    rp_module_flags="nobin"
    
    function depends_ps3controller() {
        getDepends bluez-utils bluez-compat bluez-hcidump checkinstall libusb-dev libbluetooth-dev joystick
    }
    
    function sources_ps3controller() {
        wget -nv http://www.pabr.org/sixlinux/sixpair.c -O "$md_build/sixpair.c"
        wget -O- -q http://sourceforge.net/projects/qtsixa/files/QtSixA%201.5.1/QtSixA-1.5.1-src.tar.gz | tar -xvz --strip-components=1
    }
    
    function build_ps3controller() {
        gcc -o sixpair sixpair.c -lusb
        cd sixad
        make clean
        make CXX="g++-4.6" CXXFLAGS="-O2"
    }
    
    function install_ps3controller() {
        cd sixad
        checkinstall -y --fstrans=no
        update-rc.d sixad defaults
    
        md_ret_files=(
            'sixpair'
        )
    }
    
    function configure_ps3controller() {
        printMsgs "dialog" "Please make sure that your Bluetooth dongle is connected to the Raspberry Pi and press ENTER."
        if ! hciconfig | grep -q "BR/EDR"; then
            printMsgs "dialog" "Cannot find the Bluetooth dongle. Please try to (re-)connect it and try again."
            break
        fi
    
        printMsgs "dialog" "Please connect your PS3 controller via USB-CABLE and press ENTER."
        if $md_inst/sixpair | grep -q "Setting master"; then
            printMsgs "dialog" "Cannot find the PS3 controller via USB-connection. Please try to (re-)connect it and try again."
            break
        fi
    
        printMsgs "dialog" "The driver and configuration tools for connecting PS3 controllers have been installed. Please visit https://github.com/retropie/RetroPie-Setup/wiki/Setting-up-a-PS3-controller for further information."
    }
    

    also there seems to be a difference in users:

    -rw-r--r-- 1 root root 1.7K Mar  1 15:06 ps3controller.sh
    -rw-r--r-- 1 pi   pi   1.9K Mar  1 15:03 ps3controller_orig.sh

    it is still working fine for me even after quite some reboots :)

    #89964
    tactechl
    Participant

    I’m having the same problem , the controller configuration is simply saying its created a file “.cfg”. but there’s no output in the config folder for the usb controller.
    (im attempting to setup two SNES iBuffalo controllers)

    [quote=82064]Hmmm.. I tried enabling the commented out option that you said, and now yellow text appears at startup saying “Joypad #1 (USB Gamepad) configured”. No mention of gamepad 2. I did notice something by watching the video, though — There are a lot of retroarch.cfg files. I’m editing the one in opt/retropie/configs/all, is that correct?

    Also, I did not previously use the controller detector like that. I actually ran it from command line. To be safe, I went ahead and ran it again — No effect. Interestingly though, when I went to map the second controller by unplugging the first controller and connecting the second controller, upon running of the setup it immediately crashed back to GUI saying that it had stored in the file “.cfg” (whereas with the first controller it saved in “USBGamepad.cfg”). It didn’t actually create a file for the second controller, I am assuming this is part of (or the source of) the problem.

    Do you think that’s the issue? Is there a way to manually create a configuration file for the second controller?
    [/quote]

    kmhamel
    Participant

    I have a pair of cheap sixaxis playstation3 controllers that I can’t get to pair up with my dongle. I have a Pi2 and a CSR 4.0 dongle.

    Now I have heard that not all dongles work with the Pi. Is this the same for playstation controllers?

    When the controller is plugged in to USB and I run sixpair I get something similar to this:

    Current Bluetooth master: DE:AD:BE:EF:00:00
    Setting master bd_addr to: DE:AD:BE:EF:00:00

    Both addresses are the same, so they should be paired.

    when I use cd /dev/input/
    ls

    js0 shows up.

    When I unplug from usb, js0 goes away, controller will not pair.

    after reboot still not pairing.

    any help?

    Anonymous
    Inactive

    Configurig the keyboard in Emulation Station is straightforward and those settings are used in the emulators I tried so far. I can play the Atari 2600 games just fine. But.. now I want to play the Legend og Zelda on the NES. It seems that al the keys I defined are not enough.

    I start the game and have to enter a name. But when I’m finished entering my name there is no way to select END to make clear I’m finished entering my name. None of the defined keys gets the focus on end or gives the signal to finish this stage. So I can’t start the game.

    What am I missing? Do I have to define some extra keys somewhere? Or am I just stuck at the first puzzle of Zelda? Some secret combination of simultanuously pressing some keys….

    I have to do it with my keyboard. For now. An usb iBuffalo snes controller is on it’s way. :)
    From Hong Kong, so it can take a while.

    Using Retropie 2.6 on a RPi2 btw.
    Using Retropie 2.6 on a Rpi 2 btw.

    chriscpa
    Participant

    Hi I have a big Problem. If i install Retropie and through the menu install Kodi it does not show external USB storages. Does someone have suggestions?

    maximusthundercoot
    Participant

    I have an imitation PS3 controller connected via USB. If I configure it via the retropie-setip menu it is detected and all buttons/controls get detected.

    The setup program than tells me it’s a:

    SonyPLAYSTATION(R)3Controller.cfg controller and the file is created.

    When I then launch a NES game from Emulation station the buttons aren’t mapped or they are mapped incorrectly. Also like that file isn’t being parsed.

    I went ahead and ran retroarch-joyconfig manually, and took the output (matches what is in the above file) and pasted that into:

    /opt/retropie/configs/all/retroarch.cfg

    and now the controller works. I also disabled auto_detect in that file.

    If I run lsusb the device is actually called:

    Bus 001 Device 016: ID 0e8f:0003 GreenAsia Inc. MaxFire Blaze2

    Is that why SonyPLAYSTATION(R)3Controller.cfg isn’t being read in?

    maximusthundercoot
    Participant

    I’m running a Pi2 along with Retropie 2.6. I’ve updated the retropi-setup script. I’ve installed the PS3 drivers, and can get the controller recognized via lsusb, and jstest. My problem is that when I try to configure it as a retroarch controller via retropie-setup, the controller (I assume the analog joysticks) are spitting out too many commands. This is consistent with what I see via jstest as well.

    I see other people have had this issue in the past, but don’t see a solution. Any help would be appreciated. This happens when connected via USB (both right into the pi, and via a powered USB hub) and via BT. The model number of the controllers (tried two) is: CECHZC2U.

    metalheadmarc
    Participant

    Gents, I tried using a different sd card and I started from scratch and set up the pie. IDK if it was the fact that I used the USB before hand or if it just wasn’t rebooting automatically when I would update the configuration but I’ve resolved the issue.

    If any one has any insight into what may have been the problem, I’d be curious to find out.

    #89741

    In reply to: Newbie Help

    rabidhammer
    Participant

    thanks for the reply floob, I have used the version 1 for sure.

    I do have a ps3 usb that I will tried with the version 2.3 and it was a big flop almost like my usb ports are not even on.

    #89735
    Morpheus
    Participant

    After a lot of testing, he identified the flaw was in the USB cable of the PSU, not the PSU itself. It’s all fine and he is now doing progress on his RPi project.

    metalheadmarc
    Participant

    Guys, I cannot get permission to upload anything over ssh. I will say the following:

    1. I have enabled SSH through configuration however I noticed that when I “finish” on the config menu it sends me back to the command prompt. Isn’t it supposed to reboot the pi to enable the configuration? I did type the reboot command but maybe there’s something I’m missing.

    2. I have tried both Cyberduck on my mac and WinSCP on my other laptop. Still no allowe permission to upload.

    3. I am getting in and can see the file using the SSH software. I’m using the IP is saw in the config screen but I’ll double check that first. I also am using L: pi and P: raspberry. Port 22.

    4. I will also mention that I used a blank USB drive to put on some other roms at first. That is, I let the pi put the roms folder on it and I manually put a bunch of roms on it however, they all didn’t upload as there are too many.

    My current course of action will be to double check my IP address on the pi.

    Additionally, I will try uploading on another SD card as I’m currently trying to make 2 retro pi’s as one is a gift. Any input is much appreciated.

    #89729

    In reply to: Newbie Help

    Floob
    Member

    Make sure its this image you use (v1 as opposed to v2)
    https://www.petrockblock.com/retropie/retropie-downloads/download-info/retropie-sd-card-image-for-rpi-version-1/

    Thats 2.6.0 for the B+.

    Do you have a USB controller you can plug in to test Emulation Station detects it?

    PeanutButterBoy
    Participant

    Every time I reboot, EmulationStation asks me to configure the bluetooth PS3 Controller. This happens even if the bluetooth connection is made before EmulationStation boots up. Things I’ve tried:

    1. I deleted es_input.cfg and let EmulationStation recreate it.

    2. I edited es_input.cfg and added the button mappings manually.

    Neither of those work. But I have noticed that, while the PS3 controller works in EmulationStation, the es_input.cfg shows a value of “1” for every button. Here are the PS3 configs in my es_input.cfg:

    	<inputConfig type="joystick" deviceName="Sony Computer Entertainment Wireless Controller">
    		<input name="a" type="button" id="13" value="6" />
    		<input name="b" type="button" id="14" value="5" />
    		<input name="down" type="button" id="6" value="2" />
    		<input name="left" type="button" id="7" value="3" />
    		<input name="menu" type="button" id="16" value="7" />
    		<input name="pagedown" type="button" id="10" value="9" />
    		<input name="pageup" type="button" id="11" value="10" />
    		<input name="right" type="button" id="5" value="4" />
    		<input name="select" type="button" id="12" value="8" />
    		<input name="up" type="button" id="4" value="1" />
    	</inputConfig>
    	<inputConfig type="joystick" deviceName="Sony PLAYSTATION(R)3 Controller" deviceGUID="030000004c0500006802000011010000">
    		<input name="a" type="button" id="13" value="1" />
    		<input name="b" type="button" id="14" value="1" />
    		<input name="down" type="button" id="6" value="1" />
    		<input name="left" type="button" id="7" value="1" />
    		<input name="pagedown" type="button" id="11" value="1" />
    		<input name="pageup" type="button" id="10" value="1" />
    		<input name="right" type="button" id="5" value="1" />
    		<input name="select" type="button" id="0" value="1" />
    		<input name="start" type="button" id="3" value="1" />
    		<input name="up" type="button" id="4" value="1" />
    	</inputConfig>
    	<inputConfig type="joystick" deviceName="PLAYSTATION(R)3 Controller (04:76:6E:EC:32:F6)" deviceGUID="060000004c0500006802000000010000">
    		<input name="a" type="button" id="13" value="1" />
    		<input name="b" type="button" id="14" value="1" />
    		<input name="down" type="button" id="6" value="1" />
    		<input name="left" type="button" id="7" value="1" />
    		<input name="pagedown" type="button" id="11" value="1" />
    		<input name="pageup" type="button" id="10" value="1" />
    		<input name="right" type="button" id="5" value="1" />
    		<input name="select" type="button" id="0" value="1" />
    		<input name="start" type="button" id="3" value="1" />
    		<input name="up" type="button" id="4" value="1" />
    	</inputConfig>

    The first one I put in manually, the second and third were created by EmulationStation (one for USB and one for Bluetooth). So why do I have to reconfigure the controller for EmulationStation every time I reboot?

    rabidhammer
    Participant

    Ok so I just recently discovered that I could make my own retro arcade, how cool is that. Problem is I am not extrememely technically inclined, I figure I am above normal when it comes to this stuff but have aloooooot to learn.

    I have my new raspberry pi B+ and a class 10 32 mb micro sd card. I have tried several times to image the card with several different versions of RetroPie.

    I tried v2.3 first. This booted up past the retropie project screen and stopped at the configure your controller screen/hit f4 to cancel. I found that I was getting no response from my wireless keyboard as the usb and ethernet ports appeared not to be active. The red light was solid on the pie and the green light shutoff after about 5 seconds after initial power up. I tried formatting and re imaging several times with the same results about 5 times.

    After alot of searching I found one other post which sounded similar to this and they updated to v2.6.0.

    I downloaded v 2.6.0 and tried again. I formatted the micro sd card and imaged it with 2.6.0. plugged in the pi and bam….nothing, no boot tv screen just says no data. Tried connecting via putty and nothing there on the ethernet port again. This time both the green and red lights on the pi are solid. This result has been the same for 4 attempts now.

    I did download and install rasbian just for fun to make sure everything works and it did. I was able to connect on putty and use the usb/ethernet ports so I know the pi works.

    Please help and bear in mind I am not extrememly savy, the cut and paste of the code is awesome by the way.

    thanks Rabid

    PeanutButterBoy
    Participant

    If you’ve (finally) successfully paired a PS3 controller to your RPi over bluetooth, only to (stupidly) charge it via the USB cable connected to the PS3, you’ll discover that the PS3 automatically re-pairs to the controller. Luckily, there’s a quick way to reconnect to your RPi.

    I’m a bit of a linux newbie myself, so I wanted to write up a quick how-to for anyone else that found themselves in this situation.

    This assumes everything was working correctly before you unsynced it

    1. Use the USB cable to connect the PS3 Controller to the RPi.
    2. Using PuTTY or a keyboard connected to your RPi, type:

    cd /opt/retropie/supplementary/ps3controller/
    sudo ./sixpair 

    3. Unplug the PS3 Controller, and it should automatically reconnect via bluetooth.

    Voila.

    #89698
    galego
    Participant

    I made a huge research on the internet.

    The problem really was the PSU.

    But in my case I changed the PSU and to no avail, as a less power.

    My PSU was not defective and the specification was correct.

    My problem was the USB / micro USB cable. He was damaged or was weak.

    Ty guys
    I thank everyone who helped me

    cosmicity
    Participant

    I could use a little extra help with the original issue in this thread. I can not get controller settings that I create (using tab to adjust in-game). Though I am a total n00b at this stuff, I have figured out enough to get myself out to the prompt, look through directories etc, and of course I’ve tried inputting BOTH of the lines of code suggested above. (Such as: sudo chmod -R 777 mame4all-pi) They do seem to “take” when I do this, meaning, I don’t get an error when I input them and hit enter. But when I reboot and go to Mame, I still have the same issue. I can configure my controller within Mame and that works fine, but as soon as I exit out of the game, those settings are gone. I’m baffled and frustrated. Any help would be greatly appreciated. (I just want to be able to insert coins and start up a game without having to plug in a USB keyboard every time!)

    #89684
    ghog45
    Participant

    I have a question I did a firmware upgrade on my Ultimarc I pac and now the green light will not come one and the computer will not pic up the usb. I am very new to this please help. I could not figure out how to start a new topic so please help

    #89643
    terminus
    Participant

    I followed the directions here:
    https://github.com/retropie/RetroPie-Setup/wiki/Setting-up-a-PS3-controller

    They do require you to initially connect with a usb cable, but once it’s synced, it will connect wirelessly and remember the connection after reboot (when you press the PS button on the controller it will connect).

    The connection for me wasn’t an issue – that worked fine – what has been an issue is configuring. The retroarch config goes waaaaay to fast (a single button press will register as 3) and emulation station doesn’t want to register the controller correctly either. =(

    tanner
    Participant

    Well, I’ve searched and searched and can’t find an issue exactly like mine…

    I’ve installed all the proper tools for PS3 controllers to work over bluetooth, both from command line and from the RetroPie-Setup script.

    Once or twice, after manually booting Sixpair and Sixad and using the USB cable, I can get my controllers to be recognized, but it usually doesn’t work.

    So my questions are:

    1. Is there a way to pair up the controller(s) automatically without having to first be connected over USB?

    2. Can I make my raspberry pi remember these settings so I don’t have to reconnect them after every reboot?

    Thanks

    umut
    Participant

    First off, this has become a really addicting forum for me (a relatively new Pi2 user). I started off with installing retropie 2.5 on my pi2 and nearly everything worked really good. I followed most of floob’s tutorials (which are really informative and good) and did the usual stuff like install the ps3 controller and roms etc. I managed to get 2 ps3 controllers working, wired and wireless.

    Yesterday i wanted to start fresh, i kind of experimented a lot with the 2.5 image and i was planning to get a neat emulationstation with only working roms etc. I used the new 2.6 image for Pi2 from this website.

    I did everything like last time (expand filesystem, overclock to pi2, install the ps3 controller through retropie_setup.sh, sixpair etc.), now my ps3 controller works if i keep it connected through usb but when i unplug it after a few seconds it pairs briefly wirelessly with my bluetooth dongle but the leds flash twice from 1 to 4 and the controller keeps vibrating. After a while all the leds stop and the connection is broken. I know there is a connection briefly because at the time it vibrates i can see through /dev/input ls that js0 is there.

    I tried a lot of things and even formatted and rewrote the 2.6 image twice but the problem persists. Does anyone recognizes this and does anyone knows what the problem might be? Thanks in advance

    Btw the sixaxis controllers are original and not china made

    #89484
    polluxpt
    Participant

    Not really I tried just a few games while setting up Retropie (Sunset Riders, Pang, Cadillacs & Dinosaurs and The Punisher).
    I just tried FBA with the games that did not work in MAME.
    The coin issue came while trying different FBA emulators(looking for a 4:3 setup).
    I don’t have my rom set copied into my USB pen drive (because I’m waiting for it) but will copy them soon and I can check it.
    So far it seems like when I had a Dingoo… some games work in a different emulator. I will know it in a few weeks.

    iseeall
    Participant

    Good Morning,
    I was wondering if anyone has tried to do this.

    I have a retropie configured with an arcade controller wired to the gpio. But I also have 2 usb nes controllers and was considering adding some xbox 360 controllers.

    Is there anyway to be able to pick which controller will be player 1 player 2 at game time?

    For instance, lets say I am playing streetfighter and I am using the arcade stick. But my buddy wants to use the 360 controller as player 2. or maybe we are playing something like contra and just want to use the nes controllers for old school.

    Is it possible to dynamically select player 1 player 2 ect? maybe by who presses start first?

    Jason

    #89395

    In reply to: Fine Tuning Retropie

    kmhamel
    Participant

    [quote=88692]

    <div class=”d4p-bbt-quote-title”>kmhamel wrote:</div>
    I’m running a pi2 at 1000MHz using berryboot and a usb harddrive and don’t seem to be having any lag problems so far. Only tested on playstation and mame so far.

    I am also overclocked to 1,000MHz on the B+ but obviously the RPI2 has better specs.

    Would you be open to trying one of these games (only ones I have) Suikoden 2, Resident Evil 2, Street Fighter vs Marvel, Final Fantasy Tactics, Breath of Fire 3, Crash Team Racing, to see if there is any sound lag in the intro videos?

    I know that that is asking a bit but I would appreciate knowing if you have a different experience.
    [/quote]

    Played a few of the games and found no lag. everything seems fine to me.

    feederchain
    Participant

    Ya, I had the same issue with the Genesis adapter. The last few posts in the following thread sum up what I did to fix it.

    Retrobit USB Genesis Adapter Driver Install?

    The following thread I actually added a link to the custom kernel that I am running with the fixes.

    Autofire on the axis

    #89367
    davidpearl
    Participant

    Without StartX I am stuck with setting up wifi.

    Dongle plugged in:

    pi@retropie ~ $ lsusb
    Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
    Bus 001 Device 004: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
    Bus 001 Device 005: ID 1997:2433
    Bus 001 Device 006: ID 045e:028e Microsoft Corp. Xbox360 Controller

    And then, Interfaces screen:

    auto wlan0

    iface lo inet loopback
    iface eth0 inet dhcp

    allow-hotplug wlan0
    iface wlan0 inet manual
    wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
    iface default inet dhcp

    Next Config file:

    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1

    network={
    ssid=”SKYC****”
    psk=”********”
    proto=RSN
    key_mgmt=WPA-PSK
    pairwise=CCMP
    auth_alg=OPEN
    }

    It seems from the instructions I have done it all right but its still not working:

    wlan0 Link encap:Ethernet HWaddr 80:1f:02:b3:2a:4e
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:2 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:1758 (1.7 KiB) TX bytes:940 (940.0 B)

    Any suggestions of where I have gone wrong?

    minimonk347
    Participant

    I am in the process of making a console-casing for my Pi 2, and, like most folks, I would like to have a functioning power button, so I don’t have to unplug/plug back in the Pi to start it back up. However, I have seen many posts recently about people having issues with the Mausberry circuit, the piece I was looking to implement. It seems that there are issues with the script it uses. Also, the issues I have seen usually involve the B+ model Pi, so I am uncertain of its compatibility with the Pi 2.

    So my question for the folks here: should i try the Mausberry circuit, find another add-on circuit, or possibly build my own using a breadboard/writing my own script? For anyone who has gone with option 3: any tips, pointers, fully detailed guides, or reasons not to?

    I understand that a power button isn’t absolutely necessary, as I haven’t fried my SD card yet, but I feel it would make the project feel more complete, as well as add a good deal of convenience to everything. Thanks for your feedback.

    rdhanded2
    Participant

    I just received a Shutdown circuit (use your own switch) from Mausberry and it is working great as far as shutting down my pi and rebooting. The issue I am having now since installing it is I have the resolution set to full screen for all my emulators, but since I installed the switch several of them have reverted to 4:3 aspect and I can not get them to change back. Anyone have any idea what could be causing these issues, or have experience with Mausberry? I have emailed them as well and am awaiting a reply. Thanks for any help.

    #89280
    polluxpt
    Participant

    After several tries I got it fixed.

    As I think this will be usefull for other people I write my solution:

    1st – I made a fresh new install and put fb_alpha_libretro.cfg in my fba config folder.
    This config folder was edited by me, starting from the original one (post above) which I got directly from Retroarch;

    2nd – I edited es_systems.cfg file from /opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/fbalibretro/fb_alpha_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/fba/retroarch.cfg %ROM%" "fbalibretro" to /opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/fbalibretro/fb_alpha_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/fba/fb_alpha_libretro.cfg %ROM%" "fbalibretro".
    I tried a copy-paste solution into retroarch.cfg but somehow it messed things up so I prefered to add this fb_alpha_libretro.cfg file;

    3rd – After previously edited my fb_alpha_libretro.cfg file I checked my button configuration running some games and figured out that they need to be ajusted (I got a ShanWan Usb WirelessController, LINK:
    http://www.dx.com/p/2-4ghz-dual-shock-wireless-game-joypad-controller-w-usb-receiver-for-pc-white-black-4-x-aaa-125741#.VO88jiy8pls ).
    I edited my controls in fb_alpha_libretro.cfg file (inside fba config folder) and got my general controllers set up in retroarch.cfg (inside all config folder) so they both work with hotkeys, save/load states, etc, not messing each other.
    Just one quick note: Somehow in some games Select button don’t work as Coin and hotkey. So I changed Coin from Select to another button and it works great (and I can live with that).

    I tried just 3 games this far (Pang, The Punisher and Cadillacs & Dinosaurs) and all of them worked great, with 4:3 resolution. I’m waiting for a 64GB mini pen so I probably will find issues in the future and I will update this post later (if needed).

    In case someone needs them I attached my cfg files (renamed to TXT) here.

    NOTE:
    fb_alpha_libretro.txt exists already in this post so please rename fb_alpha_libretro1.txt to fb_alpha_libretro.cfg in order to use it.

    droogkloot
    Participant

    Hi, i have a fresh install of retropie working now.
    I also transferred a lot of n64 game roms to the n64 folder.

    Now i can’t get it working. How can i make the n64 emulator working?
    Is it allready on the system? Or do i have to install it?

    Never mind….. Can start it now…

    Other thing. Picture is garbled sometimes.. One big mess…
    And i have a wireless usb keyboard. Can i use that to play games?

    Anonymous
    Inactive

    Retropie 2.6 won’t boot on my new RBpi2.

    I bought a new RBPi2 kit which included an 8GB SD card pre-loaded with NOOBS. Since I only want to run retropie on this machine, I deleted NOOBS from the card, quick & overwrite formatted the entire SD card and downloaded the latest version of retropie 2.6 version 2.

    I extracted the img file and tried flashing the image to the card using rpi SD-card builder (I’m running Yosemite) but the process failed repeatedly so I used Apple PiBaker instead and the flash was successful.

    I inserted the SD card into the Pi and it would not boot. Instead, I received a kernel error (179,2). After reading through the forums, it was suggested that I edit the cmdline.txt file from blk2 to blk6, as seen here. I was told holding shift during the startup process would take me to recovery mode where I could edit the file, but that did not work (even with a powered USB hub). So I pulled the SD card, put it back into my mac and edited the cmdline.txt in the boot partition of the SD card directly on my laptop. I saved the file and put it back into the Pi for startup. This time I received a similar error, but it was (179,6) instead of (179,2). So obviously, pointing to both blk2 and/or blk6 causes the boot process to fail.

    Moreover, I noticed that there was additional code located in my cmdline.txt file than was seen in the edit solution I linked above. My cmdline.txt includes extra “console” text as seen here: dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p6 rootfstype=ext4 elevator=deadline rootwait.

    I’ve overwritten, cleared and re-flashed the SD card numerous times with no luck. I’ve tried editing the cmdline.txt to blk1, blk2, and blk6 with no luck. I’ve re-downloaded and re-extracted the retropie 2.6v2 to ensure it wasn’t a corrupt file, but both copies have failed.

    I’m not sure what the problem is here, but I can’t get the Pi to do anything at this point. Should I try running raspbian or noobs on the pi to see if that works? I really just want to set this up for a retropie gaming station, so hopefully someone here can suggest a fix.

    Thanks in advance.

    #89123

    In reply to: Roms via NFS over WIFI

    erdnuesse
    Participant

    Hi,

    I’m going towards a minimal install on SD (4GB) and a rather big usb (nano) pen drive for the roms, because you can have p.e. 16 Gigs of roms separately, mountable and safe from corruption which occurs mostly on SDs.
    When I manage to save rom states on usb on the fly (inside the rom folder), I surely don’t want any data corruption.

    One more thing: I guess you’re using wired network – I am using wifi, which is why I needed to tweak my mounts because wifi’s not always ready when using default fstab.

    Regards.

    Anonymous
    Inactive

    Hi,

    I’m experimenting a few weeks now with Retropie and I’m using a few systems on Retropie like NES, SNES, Megadrive, FBA, Atari2600 and PSX.

    I’m also using a USB gamepad with analog sticks, It’s a Trust GXT30. Controller Photo

    My controller is working very good in systems like the NES, SNES, Megadrive, etc. It’s also configured to exit an emulator with the hotbutton (select) and the start button.
    But I also want to use my analog sticks like in the PSX emulator and also in FBA.

    But where can I setup my controls for the PSX system and if possible for the FBA system ?

    #89088

    In reply to: Roms via NFS over WIFI

    Anonymous
    Inactive

    I got it to work, but I didn’t really had to do much.

    All of my problems were really about nfs permissions and were on the NAS config side.

    Once those were fixed and I could mount without any problem, I didn’t even need any of the sync code on emulationstation. I have an entry on /etc/fstab and it just loads fine every time…

    192.168.1.100:/volume1/games/roms /home/pi/RetroPie/roms nfs defaults 0 0

    In my case I’m linking the whole roms folder, which I initially copied over to my NAS as it comes by default on RetroPie.

    I like the usb idea though for whenever there’s no access to nfs. Even if it’s not a USB drive, the SD card could be just fine. Just having a folder on the SD following same roms folder structure, say /home/pi/RetroPie/romslocal, but just with a couple of cool roms, and have emulationstation use it when nfs mount fails. Not sure how I could get romslocal be “mounted” on /home/pi/RetroPie/roms, since it’s not really a device.

    Another option I’m thinking would be to have two different copies of the es_systems.cfg file, es_systems.cfg.nfs and es_systems.cfg.local, and depending on whether nfs is available or not, copy the right one to es_systems.cfg on the emulationstation script. But yeah…two config files to maintain.

    In your case, and since you have all that sync code on emulationstation anyway, probably it won’t be too hard for you to add a couple of lines after all the nfs mount retries to try the alternate USB drive mount…

Viewing 35 results - 2,276 through 2,310 (of 3,655 total)