• 0 Votes
    7 Posts
    1k Views
    D

    @Clyde Thank you that is good to know.

    I have moved my question about the 2nd controller to a new thread so as not to contaminate and confuse there. thank you all.

  • 0 Votes
    5 Posts
    762 Views
    Y

    @mitu i installed the latest precompiled binary from retropie setup script. but at least everything works now again and i do not even know what to do with this multitap thing.. not a funktion that i am missing now :)

  • 0 Votes
    5 Posts
    2k Views
    OldSchoolGuyO

    @windg
    I am having this same issue with my f310 game pad and Legend of Mana on the psx. I have tried everything including setting all 8 pads to analog but to no avail. The switch on the back of thr f310 is set to X-Input mode, so the analog should work. What am I doing wrong? I really want to play this game on my retropie.

    Update:
    I finally figured it out. After doing the above, I had to save a config file for this game and then hit select and the B-button to reset the game while my settings were in effect. After it reset, I was able to use the controller. I was about to go crazy trying to solve this.

  • 0 Votes
    6 Posts
    6k Views
    pyramid_schemeP

    Experiencing the same issue since updating to 4.7 (pi 4)

    Previously I had working bluetooth but it seems to be messed up since the update.

    I also tried removing bluez and reinstalling but now cannot see any bluetooth devices when scanning .

    What's the fix guys? Would prefer to not re-image my SD card!

  • 0 Votes
    13 Posts
    6k Views
    R

    @rotopropjet

    Thank you so much for sharing this solution! This was an easy fix and works for me too.

  • 0 Votes
    8 Posts
    7k Views
    AshpoolA

    @johnklos Sorry, my Edits of my previous Message collided with your answer...
    But saying press (A) to continue would be IMHO missunderstandable in the same way by others [edit: by/of/from different background]... The only essential change for the initial configuration I see is in the line of adding the information that: if no gamepad is detected, the keyboard may substitute for one...

  • 1 Votes
    2 Posts
    2k Views
    G

    @studboy1114 did you get it working already? interested in some old school gaming with modern day controllers (sturdy is key). Thanks for any info

  • 0 Votes
    4 Posts
    608 Views
    F

    @redmarsbluemoon Yes, stock Raspbian. No need for userland ds4drv :) Imperceptible latency atlhough I've never measured it, I can easily play even games like Street Fighter II.

    Try updating your packages/kernel? apt dist-upgrade and rpi-update.

    Also be careful about interference from other wireless sources (Wi-Fi, other 2.4 GHz devices)... Maybe try moving things around and seeing if that helps. Best of luck.

  • 0 Votes
    4 Posts
    679 Views
    T

    @mitu That was it! Thank you so much for taking the time to reply on my thread. The internet needs more people like you.

  • 0 Votes
    1 Posts
    347 Views
    No one has replied
  • 0 Votes
    2 Posts
    530 Views
    SwampyS

    @spm2600 Same problem.

  • 0 Votes
    3 Posts
    448 Views
    D

    @mitu Swear I did BUT I didn't. Thanks!

  • Joystick SAITAKE bluetooth

    Moved Help and Support
    1
    0 Votes
    1 Posts
    158 Views
    No one has replied
  • 0 Votes
    2 Posts
    464 Views
    T

    I've tried using the xboxdrv and these are my results (any help at this point is helpful):

    cat /proc/bus/input/devices

    List of Devices:

    First Device:
    N: Name="Sony PLAYSTATION(R)3 Controller Motion Sensors"
    H: Handlers=event1

    Second Device:
    N: Name="Sony PLAYSTATION(R)3 Controller"
    H: Handlers=event2 js0

    ls /dev/input/by-id/

    event location by name for later use

    List of Devices:

    Fist Device:
    usb-Sony_PLAYSTATION_R_3_Controller-event-if00

    Second Device:
    usb-Sony_PLAYSTATION_R_3_Controller-event-joystick

    evtest /dev/input/event[•]

    I ended up trying evtest /dev/input/event1 for N: Name="Sony PLAYSTATION(R)3 Controller Motion Sensors". This did not work.

    evtest /dev/input/event2

    This command works.

    The device I'll be working with from now on is the following:

    Second Device:
    N: Name="Sony PLAYSTATION(R)3 Controller"
    H: Handlers=event2 js0

    List of control input buttons and ABS codes begin here.

    D-Pad:

    BTN_DPAD_UP
    BTN_DPAD_DOWN
    BTN_DPAD_LEFT
    BTN_DPAD_RIGHT

    Buttons:

    BTN_SOUTH
    BTN_EAST
    BTN_WEST
    BTN_NORTH

    BTN_START
    BTN_SELECT

    Bumpers:

    BTN_TL
    BTN_TR

    Triggers:

    BTN_TL2
    ABS_Z
    BTN_TR2
    ABS_RZ

    Analog Sticks:

    BTN_THUMBL
    BTN_THUMBR

    ABS_X
    ABS_Y
    ABS_RX
    ABS_RY

    In the end, I ended up placing this in the /etc/rc.local file

    #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. sudo /opt/retropie/supplementary/xboxdrv/bin/xboxdrv \ --evdev /dev/input/by-id/usb-Sony_PLAYSTATION_R_3_Controller-event-joystick \ --silent \ --detach-kernel-driver \ --force-feedback \ --deadzone-trigger 15% \ --deadzone 4000 \ --trigger-as-button \ --mimic-xpad \ --dpad-as-button --evdev-absmap ABS_X=x1,ABS_Y=y1,ABS_RX=x2,ABS_RY=y2,ABS_Z=lt,ABS_RZ=rt \ --evdev-keymap BTN_SOUTH=a,BTN_EAST=b,BTN_WEST=x,BTN_NORTH=y,BTN_TL=lb,BTN_TR=rb,BTN_THUMBL=tl,BTN_THUMBR=tr,BTN_SELECT=back,BTN_START=start,BTN_DPAD_UP=du,BTN_DPAD_DOWN=dd,BTN_DPAD_LEFT=dl,BTN_DPAD_RIGHT=dr \ --ui-buttonmap guide=void \ & exit 0

    And even then, I can't get retropie to recognize my controller as anything other than a playstation 3 controller AND now retropie won't finish rebooting.

    It gets stuck after a message stating:

    "You Xbox/Xbox360 controller should now be available as:
    /dev/input/js1
    /dev/input/event3

    Press Ctrl-C to quit"

    And then the next 3 lines are about Samba NMB Daemon being Started, Starting, and Started again. At this point the boot ceases all function.

    When I try the following command I get the same error message at boot.

    #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. sudo /opt/retropie/supplementary/xboxdrv/bin/xboxdrv \ --evdev /dev/input/event2 \ --silent \ --detach-kernel-driver \ --force-feedback \ --deadzone-trigger 15% \ --deadzone 4000 \ --trigger-as-button \ --mimic-xpad \ --dpad-as-button --evdev-absmap ABS_X=x1,ABS_Y=y1,ABS_RX=x2,ABS_RY=y2,ABS_Z=lt,ABS_RZ=rt \ --evdev-keymap BTN_SOUTH=a,BTN_EAST=b,BTN_WEST=x,BTN_NORTH=y,BTN_TL=lb,BTN_TR=rb,BTN_THUMBL=tl,BTN_THUMBR=tr,BTN_SELECT=back,BTN_START=start,BTN_DPAD_UP=du,BTN_DPAD_DOWN=dd,BTN_DPAD_LEFT=dl,BTN_DPAD_RIGHT=dr \ --ui-buttonmap guide=void \ & exit 0

    I hope this information helps clarify my issue with this controller.

  • 0 Votes
    3 Posts
    603 Views
    C

    Well good news. Got a cheap Ostent adapter on Amazon, rebooted the Pi, and it detected it straight off. Working great in MAME!

    (Quite like your idea of opening it up and putting a Pi inside it to have a portable arcade machine :) )

  • Controller Suggestions Analog Triggers

    Help and Support
    1
    0 Votes
    1 Posts
    247 Views
    No one has replied
  • Player 2 without player 1

    Help and Support
    2
    0 Votes
    2 Posts
    469 Views
    ClydeC

    Hello and welcom to this forum.

    Did you configure the controller via Emulation Station correctly? Maybe do it again to be sure. There's a script to assign controllers to players. It works very well for me. Maybe it's worth a try for you.

    If all of that doesn't help, please give us the information that's asked for in https://retropie.org.uk/forum/topic/3/read-this-first.

  • 0 Votes
    1 Posts
    244 Views
    No one has replied
  • 0 Votes
    25 Posts
    10k Views
    M

    I GOT IT WORKING!!!

    Good Grief.....in the end I used the PS3 driver and what made ti work was, just after registering the device a window pops up saying you can now unplug your cable.

    At this point, I unplugged and paired the controller and THEN with the keyboard moved back to the main menu to configure it.

    Trying to pair the device at ANY other point during the process and it doesnt like it.

    Have rebooted and the device still conect and works so it seems stable :D

    Cheers for the help.

  • 0 Votes
    2 Posts
    257 Views
    mituM

    Please add some some info about your system and emulator used, as detailed in https://retropie.org.uk/forum/topic/3/read-this-first.