RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. raphnetraw
    Log in to post
    • All categories
    • K

      Raphnet Dual N64 usb adapter with RetriPie

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support raphnet raphnetraw n64 linux plugin
      2
      0 Votes
      2 Posts
      728 Views
      mituM

      @k-bit said in Raphnet Dual N64 usb adapter with RetriPie:

      I tried to create the udev role, but that didn't worked for me and i actually dont know why it has to be this specific file name for the rules.

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

      The filename's extension is important since this is how udev recognizes it as a configuration file. The name itself doesn't matter, as long as it's in the right folder and having the correct extension.

      What error are you getting when you're trying to create the file ?

    • A

      Anyone know how to set up N64 raphnet adapter with the "raphnetraw plugin" on RetroPie??

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support raphnet n64 raphnetraw plugin raw
      19
      0 Votes
      19 Posts
      3k Views
      A

      @alinktotao said in Anyone know how to set up N64 raphnet adapter with the "raphnetraw plugin" on RetroPie??:

      @mitu said in Anyone know how to set up N64 raphnet adapter with the "raphnetraw plugin" on RetroPie??:

      Looks like the input plugin is detected and loaded, but the plugin errors out while opening the controller:

      ... Opening device path: '/dev/hidraw2' Input Error: Could not open gcn64 device serial '109634'. Skipping it. Input Error: No adapters detected

      Maybe there's a permission error ? Check if the /dev/hidraw* devices are available to the pi user, by running the command:

      ls -l /dev/hidraw*

      pi@retropie:~ $ ls -l /dev/hidraw*
      crw------- 1 root root 244, 0 Aug 7 18:58 /dev/hidraw0
      crw------- 1 root root 244, 1 Aug 7 18:58 /dev/hidraw1
      crw------- 1 root root 244, 2 Aug 7 18:58 /dev/hidraw2
      crw------- 1 root root 244, 3 Aug 7 18:56 /dev/hidraw3
      crw------- 1 root root 244, 4 Aug 7 18:56 /dev/hidraw4
      crw------- 1 root root 244, 5 Aug 7 18:56 /dev/hidraw5
      crw------- 1 root root 244, 6 Aug 7 18:56 /dev/hidraw6
      crw------- 1 root root 244, 7 Aug 7 18:56 /dev/hidraw7

      OH MY GOOODNESS!! THAT DID IT! THANK YOU SOOOO MUCH!!!