Homepage Forums Search Search Results for 'usb'

Viewing 35 results - 1,996 through 2,030 (of 3,655 total)
  • Author
    Search Results
  • tommymsw
    Participant

    I am trying to map my console (I built a cabinet) to the n64mupen emulator. I found instructions for mapping a USB controller. When I search the mupen64plus.cfg the only controller that shows with a name is “keyboard”. I was assuming as the joystick and buttons are connected to the RPi GPIO inputs, it may register as a keyboard? But I get no luck changing those figures (although I am not sure I am going it correctly). I tried “button (5)” format, and just “5”.

    The controls work perfect in all the emulators that us the retropie.cfg so I know they map. I just can’t figure out how to map them manually for n64mupen.

    khayman
    Participant

    I wouldn’t mess with static settings, personally. I’d let the router use DHCP to identify and configure it and then if you want you can just have the router assign it a static IP once you’ve got connectivity. Even easier, go into raspi-config and set it up to advertise itself on the network as “retropie”. Then when I’m home I can just ssh pi@retropie and be on there no problem.

    Also that’s a pretty generic name for a wifi adapter… do you have an actual model number? The lsusb command should list out what you’ve got plugged into USB. Might be helpful to make sure that it’s supported on RPi and that you don’t need any additional drivers or anything.

    #94088
    Floob
    Member

    [quote=94036]Could anyone explain the process of moving the ROMs to the correct destination?[/quote]

    There are paths set here:
    https://github.com/retropie/RetroPie-Setup/wiki/MAME

    You can copy the roms here using the normal method, FTP, USB etc..

    #94066
    dhenric1
    Participant

    Hey @zandercz01

    sorry for the late reply.

    RE: I want to do your design but how hard would it be to put a back like this. Except replace the amazon logo with the raspberry pi from the original design and put in the two should buttons.

    Not sure if you can extrude from the edges as the source file has rounded corners…you can give it a go and see if it shows up as a weird render. Have a look at youtube, before I made the mods I’d never used Sketchup, but after watching a video and doing some test changes, didn’t take long to pick it up.

    Think it was this one: https://www.youtube.com/watch?v=Hb-Adao_Q1c

    RE: Also how hard would it be to put USB ports into the side?

    I managed to add in an audio jack so if you measure up the size of the USB port itself you can double check that it can fit…then just cut out the shape from the existing model, again the youtube video covers that kind of stuff.
    However that being said, you may run into power issues if you try and pull too much juice from the Powerboost and have shorter usage from the battery, or also run into issues of not being able to power up the USB device you try and connect….I ran into an issue with a Bluetooth Dongle not powering, so fell back to an audio port instead.

    cheers,
    Don

    gabeg
    Participant

    Hello All!

    So I am endeavoring to make my own arcade machine, and so far I am LOVING retropie. I ordered some joysticks and buttons, and just got them today. I wired it all up and tested it on my computer, and it does indeed work. It came with its own controller board and everything works when I test it on my computer. However, it does not work with retropie. It doesn’t activate in the configure interface wizard. So…how can I fix this? I want to be able to use these things for the entirety of my use, both within games and in emulationstation. It is controllers for two players (2 joysticks, 6 buttons each, a 1-Player button, and 2-Player button). I am an EXTREME beginner. Im tech savvy, and used to command line stuff, but this is a new world for me.

    UPDATE:

    Floob reccomended adding some additional info…

    Pi Model: B+
    RetroPie Version Used: 2.6.0
    Built From: SD Image
    USB Devices connected: Joystick and button assembly and keyboard

    #94049

    In reply to: My first Handheld

    ShadowKnight
    Participant

    Im using the 2.6 retropie image, clock setting is the raspberry pi 2 option, didnt change the memory split and I did use heat sinks. At first I only put two heat sinks but after I took a photo with a thermal camera, I added another at the top right. The fan is there to help move the heat out of the heat sink. This makes heat spread towards the rest of the raspberry pi, but at least the processor is a bit cooler…
    For sound, find an audio amplifier that is powered by 5v from usb. After finding one you like, the speakers depend on what your amplifier outputs.
    What I would do different would be my 3d printed design but thats a different story which involves warping…

    #94043
    redhalo
    Participant

    I know this one, just posted about it this past week trying to figure out the same thing. The hdd isn’t being mounted correctly to allow exec privilages no matter what you chmod. Edit /etc/usbmount/usbmount.conf and remove the noexec parameter, then reboot.

    https://github.com/retropie/RetroPie-Setup/issues/781

    texitytex
    Participant

    Excellent!
    Thank you Floob, I believe that will do exactly what I’m asking. Instead of escalate the USB initialization, Pause the ES load.

    This looks like it’s the perfect solution. I’m going to SSH into it now and have it ready for me when I get home.

    #93985
    wb9688
    Participant

    [quote=93945]I’m a bit of a newbie like you, but how I did it was within the Raspbian GUI, i launched it with the STARTX command, then inside there accessed the settings, and there was an option in there for wireless networks. I could cause it to search for the wireless network then typed the password in there. it didn’t give me a confirmation that it was connected, I just launched the internet browser and confirmed it was connected.

    your PI does have a wifi adaptor in one of the USB slots doesn’t it? I don’t think there is such a thing as a PI that has on board wifi capability.

    I hope this helps.
    [/quote]

    I have a newer RetroPie image installed on my Pi and there is LXDE not installed by default, so I can’t use startx. And yes, I have a WiFi dongle.

    texitytex
    Participant

    Ya know, I’m not 100%, but I’m pretty sure I tried that. It’s been a long night…
    I’ll definitely give that a shot, but as I said, I’m like 90% positive I’ve done that at least once.

    I still can’t move my thoughts away from the timing of the USB initialization.

    #93956
    czesiek32
    Participant

    Hi everyone!

    I currently use ‘Retrolink USB SNES Classic Controller’ – it works fine without any extra configuration required. I recommend it to everyone who looks for a decent quality controller for a low price.

    Edit: works with RP 2.6, not with 3.0beta2 https://github.com/retropie/RetroPie-Setup/issues/795

    #93945
    primarch1
    Participant

    I’m a bit of a newbie like you, but how I did it was within the Raspbian GUI, i launched it with the STARTX command, then inside there accessed the settings, and there was an option in there for wireless networks. I could cause it to search for the wireless network then typed the password in there. it didn’t give me a confirmation that it was connected, I just launched the internet browser and confirmed it was connected.

    your PI does have a wifi adaptor in one of the USB slots doesn’t it? I don’t think there is such a thing as a PI that has on board wifi capability.

    I hope this helps.

    primarch1
    Participant

    Hello chaps. I wonder if you could help me out, now let me repeat the classic line, i’m new to both Pi, and Retropie, so please go easy on me.

    I have a raspberry pi 2 model B, and have got retropie running fine. I have a number of usb gamepads I use for certain emulators to get the most authentic experience, and for the most part they work fine. however, I am having problems with one.

    when I am using a snes usb controller, and I do have more than one, so I know it’s not the controller itself, I can run the controller config in retropie menu, and yes i’m running the full config in the retropie setup menu retroarch config, not the one in the GUI, and assign the buttons. this says it saves under usbcontroller.cfg.

    however when i am in the SNES emulator, the L and R buttons on the controller do not respond, any game just ignores them. now i have another control pad which is basically a ps1 pad replica, and that one works fine, but it saves under a different config file, I can’t remember the name off the top of my head, but I did note that even though the config file is different, the controller driver is the same as the one used for the SNES usb controllers. I also run a NES controller, and that works fine too, of course that doesn’t have an L or R button.

    when I am running the controller config for the snes controller, it responds to my key presses then, and assigns l and r to joypad buttons 5 and 6, but still when i load a snes game, the emulator just ignores the keypresses. I could technically run the snes games with my PS1 USB gamepad, but I just like the authentic feel of the snes controller’s D-PAD.

    I thought it might have something to do with the fact that the controller config asks me to define not just l and R, but also l2, r2, l3, and r3. I have tried just setting l and r and letting the other requests time out, setting all 3 to the appropriate button, like pressing L for both l, l2, and l3, and the same for r, and also just setting l and r2, and ignoring the others, and the same for 3, but no matter what I do, the snes emulator just ignores l and R unless i’m using my PC gamepad. using the snes controllers, or more accuratly a controller that is managed under usbcontroller.cfg, just will not acknowledge l or r pressed in game. I have also managed to access the retroarch in game menu, RGUI, i believe it is called, and even there, accessing the input settings says l and R are assigned to retropad L and R buttons. but it still won’t work.

    just so i’m clear, the snes usb controllers work in game with all other buttons, select, start, the d-pad, and a, b, x, y, it’s just l and r that it ignores. an example of the snes usb controller i’m using is THIS:

    http://www.ebay.co.uk/itm/USB-PC-Retro-Gaming-Controller-Gamepad-Snes-Style-Pad-/140550297353?pt=LH_DefaultDomain_3&hash=item20b9735709

    whereas the ps1 replica pad as I call it, works ok, and an example of this pad is HERE:

    http://www.ebay.co.uk/itm/Wired-USB-2-0-Game-Pad-Controller-Joystick-for-PC-Laptop-Computer/131473081921?_trksid=p2047675.c100005.m1851&_trkparms=aid%3D222007%26algo%3DSIC.MBE%26ao%3D1%26asc%3D29952%26meid%3De1c95613285d404f90ed1583ef74ad7f%26pid%3D100005%26rk%3D2%26rkt%3D6%26sd%3D320549238035&rt=nc

    what am I doing wrong? can anyone shed some light on this? i’ve tried to be as thorough as I can with the descriptions.

    texitytex
    Participant

    What I have so far…

    Raspberry Pi 2 Model B
    Retropie 2.6
    Cideko Air Keyboard Conqueror controller

    So before Easter Sunday I’ve been using an early Raspberry Pi (original) No problems whatsoever apart from being sluggish on higher-end systems such as N64 and PSX.

    I upgraded on a whim to Pi 2.

    The only problem I’ve had so far, is a particularly annoying one. After every reboot, the initial “Welcome” config screen appears saying, “No Gamepads Detected Hold A button on your device to configure it. Press F4 to quit at any time.
    To be clear here, these are the basic controller configurations that allow easy controller based navigation through Emulation Station.
    Every time, I go through the configuration up down left right b, a, start, select, left, right… blah blah blah…
    Everything works fine. I can start games, back out of games, play them correctly as the retroarch controller mappings work just fine, but the second I reboot… I lose my Emulation Station mappings.

    So here’s something I’ve noticed through out my many… many… many reboots to test various fixes and tweaks.
    The dongle for this particular controller, displays a blue light when it’s receiving from the controller. During boot, and until about 5-10 seconds after the “Welcome” screen I described earlier is displayed the light is solid blue, no matter what buttons are pressed.
    To me it feels like the USB ports are not actually initializing in time for whatever auto-detection features are used to sniff a controller before starting this mapping script. Perhaps bumping the USB driver loading priority?

    Does anyone have any ideas on this one? The obvious answer would be to use a different controller, but this particular one incorporates a Mouse, Keyboard, and for all intents and purposes, a PS1 controller into one device and a single dongle.

    What kills me is, it still works just fine on my old Pi.

    Any thoughts?

    #93924
    herbfargus
    Member

    It might help to specify what controller you are using and which emulators as some will have retroarch configs and some will be emulator specific. For a regular USB controller see this page and linked videos to get an idea of controllers.

    https://github.com/retropie/RetroPie-Setup/wiki/RetroArch-Configuration

    If you are using an original SNES controller with gpio pins it might be worth looking into petrockblogs controlblock

    ControlBlock: Power Switch, Game Controllers, and I/O for the Raspberry Pi

    kaitain
    Participant

    Can somebody tell me where these live?

    In general I can run my Commodore 64 games very nicely (albeit with sclerotic load times), and am running two old Atari joysticks using a USB adapter/splitter. The main irritation I’m having is in having to reconfigure the VICE settings every time I play…well, PARTIALLY. Saving the settings does broadly work, except for the fact that one of my two joysticks always starts out with the fire button activating the VICE config menu rather than operating as a proper in-game fire button.

    This means that every time I load up a new game to play, I have to go through the menus to set the fire button for that joystick, which is a bit of a pain. Does anyone know why this is? I was wondering if I could just set some config file directly, but can’t find where that file might be.

    Also (related): is there a way to access the VICE menu using the keyboard? Once I’ve remapped that fire button, I seem to lose any way of accessing the VICE configuration. When I was using a PS3 controller instead there would always be at least one of the buttons that appeared to be mapped to launching the VICE menu, which was a pain in some ways because it would often happen in the middle of a game unexpectedly, but at least the option was there.

    #93857
    czesiek32
    Participant

    [quote=93845]See video at the bottom of the page:

    https://github.com/retropie/RetroPie-Setup/wiki/RetroArch-Configuration

    Default save and load hotkeys:

    Select+right bumper= save state

    Select+left bumper= load state
    [/quote]

    Thanks for your answer! Unfortunately solution you provided does not work for me in retropie v3.0 (I guess it can work with some previous versions).

    However thanks to link you provided I’ve found another solution. While in game you can push ‘select’ + X on gamepad (I use retrolink SNES USB retro pad, X is the top button), and Retroarch menu will appear. It’s possible to save/load games state within this menu.

    I’ve added wiki post with the answer – thanks a lot! :)

    #93847
    herbfargus
    Member

    Could be a power issue: do you have a power supply that is at least 1 amp? I use a 5v 2amp power supply and it seems to work fine, if it is a power issue you could look into getting a powered USB hub.

    It also could be a faulty controller.

    Or it could be wonky config files.

    Does it do it for all games and emulators as well as in emulation station or is it just GBA?

    paptorts
    Participant

    hi, sometimes the input will stop registering midgame.
    Pi Model: 2
    RetroPie Version Used: 2.6.0
    Built From: SD Image
    USB Devices connected: iBuffalo retro controller
    Controller used: iBuffalo retro controller
    Error messages received: none! just stops working
    How to replicate the problem: play any GBA game for a few minutes, or go through the menu for a few minutes.

    Floob
    Member

    Hi,

    I try to help out on the forum where I can, but sometimes it can be very hard to help with things like “I cant get my rom to load properly” – its just doesnt give enough info.
    The more info you include, not only will it help people provide solutions, but its more likely that people will respond to your post.

    Here are some suggestions that may help you get more support.

    Try including this info:

    Pi Model: (B, B+, 2 B etc..)
    RetroPie Version Used: (2.6.0 or 3.0.0 Beta 2 etc..)
    Built From: (SD Image, Binary, Source)
    USB Devices connected:
    Controller used:
    Error messages received:
    Guide used: (Mention if you followed a guide)
    File: (File with issue (with FULL path))
    Attachment of config files: (or use pastebin.com)
    How to replicate the problem:

    If relevant upload your configs:
    You can type this command when in a SSH session
    zip -r /opt/retropie/configs/all/config-details.zip /opt/retropie/configs/*
    That will create the config-details.zip file in the directory shown above, this can either be uploaded to the forum or somewhere like http://www.tinyupload.com/
    You can either FTP the file from the Pi to your PC, or use the samba share, as it should be auto shared, so you just browse to the directory above via windows networking.

    And PLEASE check out the Wiki and help videos:
    Wiki: https://github.com/retropie/RetroPie-Setup/wiki
    Videos:
    https://www.youtube.com/channel/UCYdB7MovoH6yCzkVjTXeiIw/
    https://goo.gl/P1JGX8

    You dont need to go over the top with info, but every little helps :)

    #93815
    hobo
    Participant

    I’m having the exact same problem, but with two of these controllers:

    They work absolutely fine other than this one specific problem. This ONLY affects NES for some odd reason, as I’ve tested both controllers and identical configs for both SNES and Genesis/Megadrive emulators, and Player 2’s start button works just fine in those. For NES emulators, Player 1 works flawlessly, both select and start are fine. However, Player 2’s select and start buttons will not register during gameplay, no matter what. They can be bound in the RetroArch menu, the button press is recognized, but then fails to work in-game. Changing the buttons used for Player 2 select and start buttons doesn’t work (bound to L/R triggers, for instance), switching the controllers doesn’t fix it, resetting the config to default didn’t help, changing cores does nothing, and I even reimaged my microSD and started completely over, still doesn’t work. This is an extremely frustrating problem, as there’s seemingly no cause for it that could be attributed to user error. It’s some kind of as-of-yet unknown compatibility issue or bug in the software. If anyone has any idea what this could be, PLEASE help. I’m desperate and out of solutions.

    lurking-klown
    Participant

    Hi Im new to retropie and I can not find anything anywhere for 3.0 beta when it comes to setting up 2 controllers, so far the best I have managed is one controller working and the other controller controlling the options reset etc.. dont ask me how though. Do I need to make changes to retroarch.cfg ? Does someone have a guide on how to set it up?

    mahonroy
    Participant

    So I am still stuck on this. Here is another thing I tried…
    It says “No Gamepad Found” and to press F4 to quit… having the USB keyboard plugged in, pressing F4 does not do anything… its as if the USB port is not working with this image, or a setting corresponding to the image?

    #93793

    In reply to: UAE4ALL + Pi 2

    trixster
    Participant

    SWOS 96/97 with the syncronated swos 13/14 team updates and two competition pro usb joysticks is retro gaming heaven.

    drvenkman
    Participant

    My Tankstick trackball works great in AdvMAME so long as no other mouse is plugged into the Pi. I haven’t played Golden Tee but I use it in the Atari classics Centipede, Millipede and Missile Command without any problems, as well as with Tempest (I don’t have a true spinner). Check to make sure you’ve got the analog control sensitivity in MAME set high enough. You will probably have to experiment to get the feel right.

    And if that doesn’t do it, check the Tankstick with a regular PC or Mac. The trackball will show up as a USB mouse and should work just like one. If it doesn’t work with a regular computer, something may be up with your trackball mechanically or electrically.

    ervine
    Participant

    Same here, I am using the Innex USB converter to connect two Suzo Arcade joysticks. I have tested this with 2.3 and 3.0b1. Same symptoms, and can be solved like this:

    https://github.com/robmcmullen/hid-atari-retrobit/blob/master/README.rst

    Can you consider using this in the retropie distro?

    #93742
    Anonymous
    Inactive

    A warning about the mausberry switch: There are some people (including me) which are having trouble getting the mausberry switch to work with RetroPie 2.6

    #93690

    In reply to: PSOne Pi

    peanutwarrior
    Participant

    Removed the original power connector as that was on the original motherboard, used a larger power pin jack and wired that to the pi via the mini usb. Before the wires reached the mini usb of the pi I added the original switch connecting the live so you could switch the unit on and off. I never used the original playstation power block, you could but you would need to lower the voltage, instead it plugs in as standard but uses a 5v power block instead.

    #93688

    In reply to: Neo Geo X project

    peanutwarrior
    Participant

    As the cases are hard to come by easily, I created a Vacuum formed mould to make a small neogeo that would house a rapsberry pi and allow 2 usb’s to be mounted at the front, being vacuum formed the plastic is easy to work with being so thin, just use scissors and a drill to mark the holes out.

    #93683

    In reply to: Install roms via USB

    herbfargus
    Member

    Depends on what version you are using. If you are using 2.6 or earlier just plug your USB stick into your raspberry pi, wait for it to finish blinking, pull it out and plug it into your computer and it will have a folder called ROMs. Open that folder and place your ROMs in the respective folder- GBA for gameboy advance, SNES for supernintendo etc. Then plug it back into your raspberry pi, wait for it to finish blinking, restart emulation station or your raspberry pi and on reboot the systems you added ROMs to will be visible in emulation station.

    If you are using retropie 3.0 beta you will need to create a folder called “retropie” (without quotation marks) first on your USB stick and then plug it into your pi. It will create two folders, one for configuration backups (game scraped data etc.) And one folder for ROMs.

    See here for more info:

    https://github.com/retropie/RetroPie-Setup/wiki/How-to-get-ROMs-on-the-SD-card

    Also quick note: generally speaking you’ll want to unzip your ROMs first except when it comes to mame and FBA. Check the wiki under each emulator to see the accepted file extensions for ROMs.

    Anonymous
    Inactive

    Can someone give me step by step instructions on how to install roms on my Retropie via a USB?

    #93673
    pattaboy
    Participant

    [quote=93648]Is there a way to navigate Kodi with USB controlers other than XBox 360 controllers?[/quote]

    normally you just edit the keymap.xml and activate the gamepad support in the settings but for some reason the whole setting isn’t there so we can’t map it.

    #93670
    kevinjmay
    Participant

    Let me know if you ever figure out the reason why this isn’t working, because I have the same exact problem. Did you run the script that is listed on the mausberry circuits website? I know that I forgot to do that when I originally wired it up, but I still had the same result after running it.

    http://mausberry-circuits.myshopify.com/pages/setup

    #93648
    fistwielder
    Participant

    Is there a way to navigate Kodi with USB controlers other than XBox 360 controllers?

    MrBrsnes
    Participant

    Hi there,

    I bought myself a SNES to USB converter with 2 ports, so I could use my two original SNES game controllers.

    One seems to be working with ES and the SNES ROMS but the other one remains completely dead. Even ES never shows it up.

    This the out from “lsusb”:

    Bus 001 Device 002: ID 0424:9512 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 046d:c52b Logitech, Inc. Unifying Receiver
    Bus 001 Device 005: ID 0e8f:3013 GreenAsia Inc.

    And this is the output from “retroarch-joyconfig”

    RetroArch: add_pad: [udev]: Plugged pad: HuiJia  USB GamePad (0e8f:3013) on port #0.
    RetroArch: add_pad: [udev]: Pad #0 (/dev/input/event2) supports 0 force feedback effects.
    RetroArch: add_pad: [udev]: Plugged pad: HuiJia  USB GamePad (0e8f:3013) on port #1.
    RetroArch: add_pad: [udev]: Pad #1 (/dev/input/event3) supports 0 force feedback effects.
    RetroArch: input_joypad_init_first: Found joypad driver: "udev".
    Found joypad driver: udev
    Using joypad: HuiJia  USB GamePad

    Anyone of you using 2 SNES controllers at the same time who can help me with this issue?

    Thanks in advance.

    Kind regards,
    MrBrsnes

Viewing 35 results - 1,996 through 2,030 (of 3,655 total)