Homepage Forums Search Search Results for 'usb'

Viewing 35 results - 631 through 665 (of 3,655 total)
  • Author
    Search Results
  • #113977

    In reply to: Autofire on the axis

    duckclimber
    Participant

    Update: I tried playing a SNES game now and both joysticks work fine in the game, the second joystick is still messed up in EmulatorStation menu but there is some progress! Is it some way to disable the second joystick only in EmulatorStation? And I cant quit the game with start+select, some ideas on that?

    Edit: So I used the kernel patch for RetroPie 3.2.1 and usbhid.quirks=0x16c0:0x05e1:0x040 to cmdline.txt , and last a changed the Joypad driver from Sdl2 do udev. I’m not sure what fixed it in the games, but when I’m sure I’ll try to write a simple guide.

    Anonymous
    Inactive

    Hello,

    I am using retropie 3 with an raspbi 2 model B.
    In the Terminal I have performed an upgrade manually with sudo apt-get dist-upgrade.

    Now the USB Ports are without function.
    I am using a G13 Keyboard. The LEDs are on but input doesn’t work.
    The Wifi Dongle shows nothing.

    Could anybody help me?

    Andreas

    #113942

    In reply to: Autofire on the axis

    duckclimber
    Participant

    I’ve tried the usbhid.quirks=0x16c0:0x05e1:0x040 and I now got two players with the Xin Mo. I’ve tried every other long shot solution I could find but nothing is working. The joysticks still interfere with each other, they will work when I first set them up in Emulatorstation, I can use them both properly. Up, down, left right. But if i try to play a game and then go back to emulatorstation, only one joystick and buttons is sending the right commands. The other one is not giving the right button presses. And I tried to change the mapping in retroarch, not working.

    I tried patching the Raspberry Pi 2: Retro Pie 3.3.1 kernel with the latest patch I found in this thread, the one for 3.2.1, didn’t work.

    Could someone upload the kernel patch for 3.3.1? Or give me some other solution?

    And why can’t this be fixed by default in the Retro Pie image?:-)

    My thread: https://www.petrockblock.com/forums/topic/xin-moxin-modual-arcade-problems-please-help/

    #113925
    retromaker
    Participant

    so i have to make a bios folder in the sd image or the usb for the roms (sorry just confused about the process such as what your using to move the files)

    #113902
    lrnz
    Participant

    I can’t access /home/pi/retropie/BIOS/ from the USB right? So I’ll probably have to put the files on the USB somewhere , locate them on the Pi and then move them too /home/pi/retropie/BIOS/ ?

    I know they are all case-sensitive so i’ll make sure they are correct :)

    #113900
    lrnz
    Participant

    I’ll try to change it again, anyway I was able to connect form my pi with a wireless usb adapter to the hidden SSID and it showed an ip adress on the pi, however, trying to connect to it from my laptop didn’t work out.. Again..

    On the Bios topic, I got a usb to transfer them to my pi and I got the file structure on the usb , I just can’t figure out where to put the Bios files to get them activated on my pi when I connect the usb to the pi again.

    #113898
    klaxx
    Participant

    I have a RP with RetroPie 3.3 on it and was wondering what would be the best way to use all my controllers. I have 2 USB nes, 2 USB sega, 2 USB SNES, and 4 USB n64 controllers. I have a wireless keyboard and a USB hub that has its own power. I really do not need to have all these controllers plugged in at once but I can if it poses and issue.

    Any ideas?

    Anonymous
    Inactive

    Posting this because it might help out a noob or two…

    Having installed Retropie 3.3 via the image file from USB, I wanted to be able to use the Raspbian desktop but found I couldn’t – when pressing F4 to get to the terminal (from Emulation Station) then running ‘startx’ to bring up the graphical environment only gave me a white box and a cursor on a black screen.

    This is because LXDE isn’t installed, so you need to do the following:
    > sudo apt-get update
    > sudo apt-get install lxde
    Then reboot (you can use shutdown -r now)

    You should now get the desktop when you run startx. To return to emulationstation – log out of the desktop and run ’emulationstation’ in the terminal.

    You can now add a menu item to launch the desktop within emulationstation by doing the following 2 steps:

    Create file desktop.sh at /home/pi/RetroPie/retropiemenu/desktop.s­h
    the contents of the file will be:
    #!/bin/bash
    startx

    Then open file: /home/pi/.emulationstation/gamelists/ret­ropie/gamelist.xml
    and add the following
    <game>
    <path>./desktop.sh</path>
    <name>Launch LXDE</name>
    </game>

    #113866
    ptheninja
    Participant

    Thanks for this. I’ll have to have a look tomorrow when I have some more time… For what it’s worth, I see this error when I exit the ROM:

    [ERROR] USBController::on_read_data(): USB read failure: 32: LIBUSB_TRANSFER_ERROR

    If this is covered in the video, all good… Just wanted to provide all I can here just in case :)

    I’ll post again tomorrow evening if I have made any progress.

    Thanks!

    Sent from my iPad using Tapatalk

    #113808
    catrinisin
    Participant

    Hi all,

    Just wanted to share my latest project based on the awesomeness that is Retropie.
    I built this for my kids (myself mostly, don’t tell my wife) for Christmas this year. I was somehow able to do this in about 4 weeks total thanks to the plethora of info available on this forum and the rest of the internet.

    This was built from one 4′ x 8′ sheet of 1/2″ birch plywood. 1″ x 2″ braces are glued and screwed from the inside on all joints. You can see in one pic where I placed all the pieces using scotch tape temporarily. I then drew lines on the inside where the 1×2 braces were placed.

    This is running a Raspberry Pi 2 with Retropie 3.3.

    The screen is a 19″ TV which I mounted in such a way to use the built in speakers on the bottom and project them forward to the holes you see and small wood box under each speaker. HDMI is used for both video and audio from the Pi. The screen is connected to the frame using it’s own mounting holes where the stand used to be. I drilled holes in a couple aluminum bars and screwed it down to the wood, and used the TV’s own screws that used to hold the stand. Then one more piece of 1×2 wood on top of the tv to hold it in place. I ended up having to force the Pi into HDMI mode and specify the resolution in the config.txt file to keep the TV from switching inputs when powered on. There was a timing issue where the TV took too long to power up and the Pi didn’t detect anything in the HDMI port and then didn’t output HDMI. (unless rebooted while the TV was already on) Also the TV would switch to another input when it didn’t detect an HDMI signal. So forcing the output settings with config.txt fixed all this. I also had to hard set the audio to HDMI instead of Auto in the Raspi-config script.

    The buttons and 8 way joysticks are wired to an iPac2 controller and connected to the Pi via USB. The iPac is running in keyboard mode.

    I’ve customized certain things such as volume control using the option button + player 2 joystick up and down. Save and Load state buttons, Pause, etc.
    The “shift” button you see in the pics (player 2 select button) is the iPac shift key. This allows me to navigate config menus that require tab, enter, F4, etc. (These aren’t labeled; they are just for me)
    The “Option” button in the middle, is the RetroArch hotkey button. It’s the escape key for all non-RetroArch emulators such as MAME. So players can hold “Option” while pressing pause, exit, save, load, and adjusting volume. Save slots are adjusted with option + left and right on player 1 joystick.

    For power, I used a standard IEC power connector with switch built in. This way I can use any standard PC power cable, and get one as long as needed wherever this thing is moved to. The back is removable using a mailbox key. The back of the IEC power connector goes into an electrical outlet box on the inside of the cabinet and is wired to a standard outlet. Then a power strip is connected where the Pi, TV, and LED light power supply all plug in. The buttons and marquee are all lit with LEDs.

    The marquee graphic isn’t tall enough, my own dumb fault, so I will replace that sometime soon. You can see the white bars above and below it for now. People tell me it looks good that way, but it bothers me, lol.

    Finally, I’m still waiting on two small 2 inch speakers grill covers for the front.

    All in all, I’m happy with this and it was a really fun project. I’m still tweaking things on the software side. I think the software stuff took twice as long as making the cabinet.

    [attachment file=”113809″]

    #113807

    In reply to: Autofire on the axis

    feederchain
    Participant

    Yep, just run lsusb at the command prompt once you drop out of emulation station. I’m not near my pi right now so I can’t give you an example of the output, but wade back through this thread> I’m pretty sure there is more information in one of my posts about it. When I had to find my vendor id.

    #113797
    footwo
    Participant

    p.s. do you know where my “TAB” configurations is stored?
    I would like to save it in case of reinstall

    AFAIK the configs you generate/alter in the TAB menu aren’t even human readable. Look at the default and per game config files in the mame config folder in a text editor – they contain binary information, not plain text.

    I’ve been having my own nightmares with MAME since RP 3.3. For some reason I simply cannot fathom, pressing the left d-pad button on just one of my controllers turns the throttle on and speeds up the game to unplayable levels, even though ‘Throttle’ is only bound to F10 on the keyboard. Pressing right on the d-pad would alter the frame skip setting.

    Only one particular controller does this (the iBuffalo SNES style pad), whereas a generic USB pad and a PS3 controller do not exhibit this behaviour.

    To fix it I had to completely unmap throttle and frameskip, then I could press the directional buttons again without activating the throttle. However, I just tested on a virgin image of RP 3.3 and the pad works fine, so I’ve obviously fucked something up somewhere. OH WELL.

    #113785

    In reply to: Custom 3D Printed Case

    smartroad
    Participant

    I have updated the design, there is also now an option for the petRockBlock PowerBlock. An opening is on the side of the case for the microUSB connector, a 5mm hole on the front for an LED and an opening on the side for a rocker switch (opening 19.5 x 13mm).

    #113759
    newtopie
    Participant

    Hi,

    I got a Raspberry Pi Retropie kit with everything loaded and ready for me to just get ROMS and play.

    I am having issues with saving though. I use USB SNES controllers and was told pressing select and the R button will save. This works while playing Mario on NES, but when I try to save an SNES game nothing happens.

    Have tried on Donkey Kong, Theme Park and B.O.B so far.

    Is anyone able to help?

    Thanks!

    #113757
    newtopie
    Participant

    I am using USB SNES controllers, and pressing select+R button works on NES games, but when trying to do that on SNES it doesn’t seem to work.

    Have tried it on Donkey Kong, B.O.B and Theme Park so far.

    Is anyone able to help?

    #113753

    In reply to: Autofire on the axis

    buddywtf
    Participant

    Thank you. Plopping in pc gave me access.
    One last thing. How do I go about doing the 1susb thing
    Fire up the command line in the pies linux ?what is the process off giving it the command to do so?
    Line go into the root and do a nano kind of thing?
    And thank you so much for your help, it’s very much appreciated.

    #113745

    In reply to: retro + hyprion

    dixeflatline
    Participant

    [quote=113671]No, i played with it and it can’t be done, the only way it can be, is to have a pi running as a “grabber” using a hdmi splitter and a usb video grabber and it will work for “any hdmi source” then I have my XboxOne/Virgin/RetroPie all running though it via a hdmi hub…

    [/quote]

    What? You 100% can run Hyperion on RetroPie. I have it running just fine. Works great with Retro games and streaming games from PC to moonlight on the Pi.

    Playing from Emulationstatio / RetroPie
    https://www.youtube.com/watch?v=zZOKrKjdXYk

    Moonlight before getting the startup script implemented in Emulationstation:
    https://www.youtube.com/watch?v=qhFBbD4yDqM

    echdareez
    Participant

    Hi there,

    I’m new to RetroPie so hope these haven’t been answered already : here it goes :
    (running an updated Retropie 3.3 on a Raspberry 2)

    1. I’ve added the following aliases into my .bashrc / how to make them start automatically (before EmulationStation) during startup? So the sound is set to 100% ?

    # increase volume by 10%
    alias volu='sudo amixer set PCM -- $[$(amixer get PCM|grep -o [0-9]*%|sed 's/%/$
    # decrease volume by 10%
    alias vold='sudo amixer set PCM -- $[$(amixer get PCM|grep -o [0-9]*%|sed 's/%/$

    2. I’ve defined a new shader in the following file :
    /opt/retropie/configs/snes/retroarch.cfg
    And set it like this :

    # video_shader = /opt/retropie/emulators/retroarch/shader/snes_phosphor.glslp
    video_shader = /opt/retropie/emulators/retroarch/shader/ntsc-pass4.glslp
    

    But it’s not being applied unfortunately… Any suggestions?

    3. And finally : I’m using a F310 from Logitech – I had it plugged in one of the USB-ports and it worked splendidly. Removed it, inserted another generic gamepad controller, configured it, replugged the F310 into another USB port and it stopped working. Even if I configure it in EmulationStation (the XboxGamepad(userspacedriver).cfg is created properly) , the F310 doesn’t work in the game(s).

    thanks for any help!
    /dimi

    #113690

    In reply to: Retropie 4

    theicebolt
    Participant

    Just booted RP3.3.1RPI2 – from a class10 8Gb SanDisk

    4 usb sockets – 1 x keyboard, 1 x 16Gb stick, 1 x 80211.n dongle, 1 x Bluetooth (PS3 controller) – mouse must replace wifi – use RJ45 WLAN

    auto detecting on boot – usb media and auto-mounting media/usb –
    and running the roms from usb.
    ( sorry if this is done already – I’m looking how to do it, reason for visit )

    a menu item that shows your controller in-test – like windows used to do.

    force_hdmi=1
    LCD ( with touch screen ) to use as either a keyboard/controller, or ‘tweak console menu’ in-game.
    LCD ( w/o touch support ) – map – statistics
    no LCD – run as-is.

    Sorry if I’ve re-suggested ideas that have been covered before, or are in development, but from first run you have to find the answers you seek.

    Thank you all that contribute to this. It’s great ! And all the best for 2016 !!!

    #113685
    Anonymous
    Inactive

    Here’s a cool idea if anyone wanted to make their own personal case, inside I have the xbox 360 wireless reciever, a wifi dongle, a 64g usb for my roms, and I also added an external usb input in the back just in case, I also added a “piglow” addon board, which adds a very cool effect to the case, it’s about the size of a nintendo wii, and it’s very solid, you can shake it and nothing moves around, feels like a legit console

    #113676
    Computer Ninja
    Participant

    I didn’t know about 0, 1, 2, 3. I had a USB WiFi Dongle in 0… hoped moving F310 to port 0 would do it, but Emulastation doesn’t detect my gamepad still.

    Is there a way to “reset” it using command line?

    #113671

    In reply to: retro + hyprion

    karloss
    Participant

    No, i played with it and it can’t be done, the only way it can be, is to have a pi running as a “grabber” using a hdmi splitter and a usb video grabber and it will work for “any hdmi source” then I have my XboxOne/Virgin/RetroPie all running though it via a hdmi hub…

    #113657

    In reply to: Xboxdrvctrl

    meistro
    Participant

    Yes I did. I update it every time before I mess with it for the day.

    [   20.162261] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [   25.457701] input: Xbox Gamepad (userspace driver) as /devices/virtual/input/input2
    [   25.467400] input: Xbox Gamepad (userspace driver) #2 as /devices/virtual/input/input3
    pi@retropie:~ $ uname -a
    Linux retropie 4.1.13+ #826 PREEMPT Fri Nov 13 20:13:22 GMT 2015 armv6l GNU/Linux
    pi@retropie:~ $
    

    I did notice that the commandline switch has dbus disabled so I assume it doesn’t need it?

    pi@retropie:~/RetroPie-Setup $ lsusb
    Bus 001 Device 005: ID 045e:028f Microsoft Corp. Xbox360 Wireless Controller
    Bus 001 Device 007: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
    Bus 001 Device 006: ID 04d9:1203 Holtek Semiconductor, Inc. Keyboard
    Bus 001 Device 004: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
    Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
    Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp. LAN9500 Ethernet 10/100 Adapter / SMSC9512/9514 Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    

    What driver should be used in RetroArch config? Currently I have it set udev.

    Thanks,
    Meistro

    #113642

    In reply to: Autofire on the axis

    buddywtf
    Participant

    first i cannot edit the cmdline.txt
    i did nano /
    i did sudo /
    but when i add the usbhid line and i used a space
    i put it in thr front
    i tried it as the last entry too,
    it will not give me permission to save
    and yes i logged in
    any help?
    also, is this patch already in the new retropie?
    i stopped using pie last month because of xinmo errors
    caqn someone please give me a total noob walkthrough step by step on how to do the xinmo 2 player problem fix please, i really love retropie and dislike using recalbox

    eradicatore
    Participant

    Hi all,
    I’m having an issue where if I setup my USB audio card correctly then I get sound effects in the emulation station front end, I get audio from other emulators like Doom, but all my MAME roms fail to load. They all give the following error:

    lvl0: VolumeControl::init() – Failed to find mixer elements!

    I believe this error is definitely related, because if I change my audio card in /etc/asound.conf to use internal (and this causes the device names visible through “amixer” to change) then all the same exact MAME roms load perfectly (but of course have no sound). In this case also the emulation station front end audio gets lost.

    I’ve also seen others with I think the same problem on the raspberry pi forum. I’ve replied there below.

    https://www.raspberrypi.org/forums/viewtopic.php?f=78&t=124652&p=881343#p881343

    #113627

    In reply to: XBOX ONE CONTROLLER

    flourpowder
    Participant

    That’s the only controller I use actually, is my xbox one controller plugged in via USB. So, it definitely works. As to the magic powers I used to install it? I’m not sure… I did the xbox 360 driver update/install, and from there the xbox one controller worked great. Maybe try plugging in another controller that does work to open the configure input and hold A on the xbox one to set it in emulation station? if you havent dont that yet.

    #113615
    deadward
    Participant

    Yes, I watched that video a few days ago. Which is why I knew about the indexes to start with.

    I am just asking if you think it is plausible to add a script that runs when a game is selected that will change the index of player 1 controller to the one used to select the game.


    EDIT: (FIXED!)

    I ended up fixing the issue by just changing how I had my controllers configured in the box. Since retropie seems to bypass ports that don’t have a controller plugged in, I simply put my external ports which are actually hooked to a usb hub, to index 0. So if I don’t have any controllers plugged into the external ports. It just skips them and my two joystick/button set ups are in index 1 and 2. So when nothing is plugged in externally. They are player 1 and 2. If I want to play with two ps3 controllers, I just plug two into the my external ports and that makes them index 0 and 1 since they are part of a hub, essentially now making my raspberry pi usb ports shift their indexes accordingly. Maybe no one cares…

    But this could be a handy solution to anyone doing something similar to mine. If you want to be able to dynamically change which controllers are 1 and 2 without changing the config file or unplugging stuff from the raspberry pi, use a hub in index 0.

    #113607
    Anonymous
    Inactive

    [quote=113606]Are your roms running from a usb?

    [/quote]

    No, I got them in the roms folder on the SD Card.

    EDIT:

    I got it working, i’l post the solution here, perhaps it might help somebody else.

    I simply went into the Retropie setup and choose advanced and then choose fix permissions. Although I’m sure I’ve done it before but it was all that I needed to do.

    #113606
    Anonymous
    Inactive

    Are your roms running from a usb?

    helpman
    Participant

    Hi!
    Today I wired my JUYAO Dual Arcade Controller and connected it to one of the usb ports of my raspberry pi 2 with retropie installed… emulationstation launched and… no gamepads detected, hold a button blablabla… but nothing.
    Tested it under windows and it’s ok.

    so, after searching for a while, I found this:

    [quote]I finally got this working with RPi by creating a file /etc/udev/rules.d/00-arcadejs.rules containing:
    ATTRS{name}==”Arcade Controller JUYAO Dual Arcade”,ACTION==”add”,ENV{ID_INPUT_TABLET}=”0″,ENV{ID_INPUT_JOYSTICK}:=”1″[/quote]

    and then this, as people said it only recognised 1 player.

    [quote]Just needed to change the usb device ID’s

    Add the following to the end of /boot/cmdline.txt

    usbhid.quirks=0x0314:0x0326:0x040[/quote]

    I did both, restarted the raspberry… and nothing. still dead.

    Any help would be MUCH appreciated :(

    EDITED: just tried LSUSB and vendor/id appears as “0314 0328” with no name after all, just blank…

    EDITED 2: changed the usbhid.quirks to 0314 0328 and now it recognises 2 gamepads.
    Tried setting controls on mame, and player 1 side works great. Player 2 won’t recognise buttons 2,3,4,6,7 :? any idea?

    EDITED 3: checked wiring, and the ground daisy cable seems to have a bad connection so from that faston on, nothing worked… Now everything works fine…

    jmaxime89
    Participant

    Hi ! Long time user here and everytime I had issues with something this forum had been a great help.

    Yesterday I freshly started on my Pi2 the latest image of retropie wheezy

    I transfered my roms and everything works fine with my SNES controller.

    However when I map my WIRED PS4 controller either the buttons are all wrong OR I map it in retroarch and the controls are fine minus D-pad RIGHT which strangely never register in retroarch and no hot keys at all works when I modify my config file here :

    /opt/retropie/configs/all/retroarch-joypads

    Strangely my config file for the PS4 controller is either called

    PS4 Controller (when I manually map it in retroarch)
    or
    Sony Computer Entertainment Wireless Controller (when mapped in emulationstation)

    I did try this :

    https://github.com/libretro/retroarch-joypad-autoconfig/blob/master/udev/Sony-PlayStation4-DualShock4-Controller.cfg

    But it doesn’t work, all of the buttons are wrong and when I map it correctly and restart the pi it seems like it doesn’t refer to that file at all as all of the buttons are wrong again.
    The only two files I have here /opt/retropie/configs/all/retroarch-joypads
    is RetroUSB.comSNESRetroPort.cfg
    and
    PS4 Controller.cfg

    Sorry for the long post and probably bad english. All in all what I want is :

    To be able to play with my SNES controller and exiting the roms with my hotkeys
    And when I want to play playstation games I want to be able to plus my dualshock 4 and play the game while still be able to exit said game using mapped hotkeys for this controller.

    Thanks so much guys

    danmurphy
    Participant

    Hi

    Can you please show me where I can find instructions to compile RTL8192EU driver for retropie 3.3.1? I am quite new to building and compiling drivers on linux.

    I’ve tried a few instructions including cross compiling to OpenElec 5.0 but keep bumping into compilation errors.

    My wireless component is a generic USB that I’ve bought from eBay and it has RTL8192EU chipset. I’ve tested this wireless dongle on Windows 7 and it is working perfectly with the drivers provided on the CD. On the CD, they have included 3 drivers for linux:
    `- RTL8188 8192EUS_linux_v4.3.0.4_1148
    – RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105
    – rtl8192EU_linux_v4.2.4_8785.20130820`

    I assume all these drivers will work with my chipset as I’ve inspected the *.inf file and they have included the above chipsets.

    I am confused with all the different versions of kernel, drivers and gcc. Do I need the same kernel version as seen in the drivers name for it to work?

    I’ve tried to get the kernel headers through apt-get but the package doesnt seem to exist.

    sudo apt-get install linux-headers-$(uname -r)
    E: Unable to locate package linux-headers-4.1.13-v7
    E: Couldn't find any package by regex 'linux-headers-4.1.13-v7'

    Please help me!

    tpr70
    Participant

    I’ve been configuring MAME on my RetroPie and I’ve run into a controller problem I hope someone could help with.

    I’m using a USB SNES controller and trying to play a game like Star Wars, Star Trek, or Tempest where a spinner is used, if I use the normal SNES left and right on the pad, the things you are controlling on screen are way too fast or don’t work at all. If you use the left or right on your keyboard, they work just fine, or if I map the spinner to the shoulder buttons it works. (but this is only a solution for spinner games)

    Obviously I know it’s because I’m trying to use a D-Pad with an analog game, but why does it work just fine on the keyboard but not on the D-Pad?

    Is there any way to re-map or fix the analog settings so that my in-game characters don’t spin so fast? I’ve tried playing around with the controls inside MAME adjusting the analog settings but nothing works.

    This happens with pretty much any game that requires a trackball or spinner. Has anyone found a good work-around for this?

    #113532
    Anonymous
    Inactive

    Ok I figured it out again, just in case anyone needs it

    sudo nano /opt/retropie/configs/mame-advmame/advmame-0.94.0.rc

    sudo nano /opt/retropie/configs/mame-advmame/advmame-1.2.rc

    sudo nano /opt/retropie/configs/mame-advmame/advmame-1.4.rc

    I edited those three and I was good

    Edit the part that says

    Dir_rom
    To point to the advmame folder on your usb

    zoidberg009
    Participant

    Hello all together,

    I´m just trying to connect a PS3 6Axis Dualshock controller to my Retropie. I think, my Blueooth dongle works fine, while I see it using hciconfig after doing all neccessary steps in RetroPie Setup (“Configure Bluetooth Devices” and “Install/Pair PS3 controller”).

    When I now connect the controller via USB and then disconnect it, after pressing the PS-Button the controller starts rumbling and the four LEDs blinking for about one second, then the controller turns off.

    A connection never seems to be established, so that no device is shown in “Display Registered & connected Bluetooth devices”.

    Does anybody know about this problem? Is it an issue of my controller or may it be caused by using a “wrong” Bluetooth dongle?

    Thank you,
    Soeren

Viewing 35 results - 631 through 665 (of 3,655 total)