• 0 Votes
    20 Posts
    5k Views
    K

    Reading the replies from @doug and @b3n, I've managed to implement the fix by giving a change to the report when the controller is connected.

    [48361.273580] usb 1-2.4: USB disconnect, device number 25 [48366.681972] usb 1-2.4: new full-speed USB device number 26 using xhci_hcd [48366.883070] usb 1-2.4: New USB device found, idVendor=054c, idProduct=0268, bcdDevice= 0.01 [48366.883092] usb 1-2.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0 [48366.883102] usb 1-2.4: Product: PS3 Controller [48366.890323] usbhid 1-2.4:1.0: can't add hid device: -32 [48366.890366] usbhid: probe of 1-2.4:1.0 failed with error -32 [48366.905149] usb 1-2.4: USB disconnect, device number 26 [48367.449946] usb 1-2.4: new full-speed USB device number 27 using xhci_hcd [48367.643118] usb 1-2.4: New USB device found, idVendor=054c, idProduct=0268, bcdDevice= 5.72 [48367.643141] usb 1-2.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0 [48367.643150] usb 1-2.4: Product: PS3 Controller [48367.654388] input: PS3 Controller Motion Sensors as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.4/1-2.4:1.0/0003:054C:0268.0014/input/input47 [48367.706730] input: PS3 Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.4/1-2.4:1.0/0003:054C:0268.0014/input/input46 [48367.707515] sony 0003:054C:0268.0014: input,hiddev98,hidraw6: USB HID v81.11 Joystick [PS3 Controller] on usb-0000:00:14.0-2.4/input0

    Good: The driver works even with the latest driver available. It just change the report of the given controller, so, other controllers will remain functional.

    Bad: The controller only works with the cable and the player's count LEDs turn on in a weird way.

    TODO: I still want to make this driver actually doable. Any help will be very welcome.

    GitHub: https://github.com/KanuX-14/GeneriKit

    Edit: The original driver will be kept. It can be enabled again by deleting the line 'blacklist hid-sony' in /etc/modprobe.d/generikit.conf.

  • Lethal Enforcers Always Sideways When Loaded in Mame

    17
    0 Votes
    17 Posts
    2k Views
    dankcushionsD

    @AlphaBetaPie said in Lethal Enforcers Always Sideways When Loaded in Mame:

    I'm wondering why Retropie doesn't come with these other, more compatible cores as their default (instead of Mame). Seems based on what you folks are saying, it's a better option.

    it does? lr-fbneo is in the default image and is recommended in the docs

    lr-mame2003-plus is an optional install, which makes sense to me as it has an ever-changing romset, so you'd need to manually build it (the ones in circulation appear years out of date). i don't think that's a reasonable expectation for users to do by default.

    the same could be said of lr-fbneo, but it appears pretty trivial to acquire near-current sets.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Seven Cities of Gold and lr-vice

    15
    0 Votes
    15 Posts
    2k Views
    jamrom2J

    @10vorne you got me on that one.

    Yes, the sound issue is a known thing on vice64. I found it when I tried to run Dino Eggs and Beachhead II. It was missing certain effects and voice sounds. Like you, I kept screwing with settings until I found it.

    I don't know what's causing the other issue. If F7 works in Bruce Lee, it's not lr-vice. Perhaps it's just how lr-vice is interacting with 7cities?

    Try Beachhead II. That's another one that you need function key input to start the game. If it works, you don't need to remap anything.

  • 0 Votes
    2 Posts
    345 Views
    1

    @10vorne By switching from FastSid to ReSid 6581, the high-frequency beeping in vice x64 is gone.

  • Splashscreen Video not playing every time

    6
    0 Votes
    6 Posts
    688 Views
    mituM

    @Manukan said in Splashscreen Video not playing every time:

    @mitu It is still only playing every time, can I start this service earlier in the boot-process to make it more consistent?

    Not sure what you mean, the splashscreen service is already started pretty early during the boot sequence.

  • Atari 800 - no Memo Pad

    3
    0 Votes
    3 Posts
    619 Views
    jamrom2J

    @10vorne

    Hi. Yes they both us the same emulator, but have to be setup specifically otherwise you keep over riding the settings of each. It's tricky at first, but once you get it setup, it works great.

    Did you have a look at this to thread? It's the go-to for how to properly setup Atari 800/5200 in RetroPie.

    Follow this...

    https://retropie.org.uk/forum/topic/22392/lr-atari800-5200-artifacting-basic-and-other-guidance?_=1653829718633

  • 0 Votes
    5 Posts
    992 Views
    S

    @Chadmon10 said in Retropie won't boot into a rom, tries, then goes to command line.:

    /opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ megadrive "/RetroPie/roms/megadrive/Sonic The Hedgehog 2 (World).md"

    You forgot the ~ in ~/RetroPie/roms/megadrive/Sonic The Hedgehog 2 (World).md.

  • 0 Votes
    2 Posts
    1k Views
    S

    Solution: Posting this in case someone else runs into this problem.
    Apparently the simple explanation is that Moonlight can only read one configuration file. So the solution was

    copy the controller config strings of both controllers into one single .map file. in the global.conf set both controllers to use the same .map file (where all controller mappings are stored)

    So my global.conf now looks like this:

    # global config file for moonlight input = /dev/input/event0 mapping = /home/pi/msigc302.map input = /dev/input/event1 mapping = /home/pi/msigc302.map quitappafter = true
  • 0 Votes
    10 Posts
    10k Views
    R

    Ok, so the stutter goes away if I set baud rate of Bluetooth to 460800:
    Run sudo nano /boot/config.txt and then append the following

    # Enable autoprobing of Bluetooth driver dtparam=krnbt=on # Increase Bluetooth baud rate dtparam=krnbt_baudrate=460800

    The idea was taken from here: https://github.com/Arkq/bluez-alsa/issues/205

    Now only the playback delay left.

  • Trouble Rotating my display Pi 4

    2
    0 Votes
    2 Posts
    542 Views
    mituM

    You need to give more details about your setup and what exactly have you tried - start with the info asked in https://retropie.org.uk/forum/topic/3/read-this-first.
    The Pi4 doesn't support the same rotation options as previous models, so editing config.txt will not work.

  • amiberry quit key problem

    1
    0 Votes
    1 Posts
    283 Views
    No one has replied
  • Rasperry Pi 4 - Neogeo controls not working

    30
    0 Votes
    30 Posts
    6k Views
    S

    @mitu Cheers!

  • How do you stream on Twitch from retropie?

    2
    0 Votes
    2 Posts
    641 Views
    mituM

    Add some more details about your setup, as asked in https://retropie.org.uk/forum/topic/3/read-this-first.

    If you modified the command line for the emulator to add the streaming parameter, post the modified command line here and the emulator's log file (from /dev/shm/runcommand.log).

  • Using Mame in older version

    8
    0 Votes
    8 Posts
    1k Views
    B

    @10vorne said in Using Mame in older version:

    Which emulator (on which most games run) and in which version would you recommend me?

    Most 2D games will work in FBNeo and/or MAME2003-plus, which should be your primary choices because they have tighter integration within the libretro api. Note that they are outside of MAME versioning but finding their romsets isn't hard. Other games might be supported or not by more recent versions of MAME.

  • rclone can't auto upload save to ftp

    1
    0 Votes
    1 Posts
    270 Views
    No one has replied
  • Some questions about Emulation Station and Retroarch

    9
    0 Votes
    9 Posts
    2k Views
    mituM

    @PARALAX Yes, delete all folders and files.

  • Dual Joystick on FBneo?

    17
    0 Votes
    17 Posts
    2k Views
    K

    @GreenHawk84

    I had been searching for a suitable answer to this question for awhile and never found one, finally figured it out myself so I figured I would share.

    When you are editing the controls for the game you can set the Mapped Controller, set your player 2 mapped controller to player 1 and now both "controllers" will act as inputs for player 1.

    This has to be done in game and make sure to only save the game remap file, not the core.

  • How do I navigate to /opt?

    6
    0 Votes
    6 Posts
    3k Views
    jamrom2J

    @gizmo90

    if you're using a Windows based PC, grab WinSCP. Use that for working with the file and folder structure. It will help you learn quickly where things are and make it easy to load/delete files

    Then Putty to work with the permissions and other issues you will come across that require "sudo" based commands.

  • MAME XML cheat

    5
    0 Votes
    5 Posts
    2k Views
    FollyF

    @Nathan1031982

    My rom works with lr-mame and mame.
    You just need to find the correct rom.
    You can find 0.243 roms in mame-merged.

Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.