RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. db9-gpio-rpi
    Log in to post
    • All categories
    • S

      Joysticks using db9-driver don't work in Amiberry

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support db9-gpio-rpi amiberry joystick
      8
      0 Votes
      8 Posts
      326 Views
      LolonoisL

      @skidiver Cool. Glad you found a solution. As a courtesy for other users (and search engines) please mark your subject post with something like [solved].

    • S

      Unable to install gamecondriver-package

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support gamecondriver 4.7.1 db9-gpio-rpi
      3
      0 Votes
      3 Posts
      274 Views
      S

      @mitu said in Unable to install gamecondriver-package:

      db9_gpio_rpi/releases/tag/v1.3.

      Thx, mitu. The install worked fine:

      pi@retropie:~/db9_gpio_rpi $ sudo apt install -f ./db9-gpio-rpi-dkms_1.3_all.deb ... Building initial module for 5.4.72-v7l+ Done. db9_gpio_rpi.ko: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /lib/modules/5.4.72-v7l+/updates/dkms/ depmod..... DKMS: install completed. Module build for kernel 5.4.72-v8+ was skipped since the kernel headers for this kernel does not seem to be installed.

      Thx, skidiver

    • K

      db9_gpio_rpi atari controller need persistance on reboot

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support db9-gpio-rpi
      2
      0 Votes
      2 Posts
      230 Views
      mituM

      Normally you should add db9_gpio_rpi (no map parameter) to /etc/modules, so the module is automatically loaded. The parameters should go in /etc/modprobe.d/db9.conf as

      options db9_gpio_rpi map=1
    • L

      DB9/Gamecon installation error

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support genesis gpio db9-gpio-rpi
      19
      0 Votes
      19 Posts
      3k Views
      L

      @mitu said in DB9/Gamecon installation error:

      I don't, didn't work with Berryboot, only normal images.

      Thanks for the help, I'll look for a way to convert an image.

    • C

      db9_gpio_rpi genesis / MD help. only seeing B button. Not working in ES

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support db9-gpio-rpi genesis megadrive controllers
      1
      0 Votes
      1 Posts
      574 Views
      No one has replied
    • P

      [Solved] Amiga joystick with db9_gpio_rpio not working with uae4arm

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support uae4arm db9-gpio-rpi joystick amiga
      2
      0 Votes
      2 Posts
      1k Views
      P

      It's working now for some reason. I'm not really sure why it didn't work the first time I tried it.

    • J

      db9_gpio_rpi driver script

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support driver python db9-gpio-rpi
      3
      0 Votes
      3 Posts
      1k Views
      J

      Ah ok thank you. So basicly i neet to change the command to

      subprocess.call("modprobe --first-time -r db9_gpio_rpi", shell=True)

      and import the subprocess?!

    • F

      Help with db9_gpio_rpi

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support db9-gpio-rpi retropie 4.1
      2
      0 Votes
      2 Posts
      2k Views
      B

      ive just managed to get this working by half following what you did and adding in some bits.
      ok
      1)install drivers in the same way you did, but after configure,itll do it for 2 snes pads just accept that for now,
      2 ) add your db9_gpio_rpi to modules as you did ( -the map)
      3) added a db9.conf (db9_gpio_rpi map=4,0)file to modprobe.d/ folder

      that was it

      im pretty new to this so hop that does it for you as well ?