I have installed the Dolphin Emulator through the Ubuntu Software App, as no ppa's worked for me. However, my Mayflash gamecube controller adapter is not recognized by the emulator. I set this up previously on Linux Mint by making a 51-gcadapter.rules file and placing this code into it: SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0337", MODE="0666"
once that was placed, the emulator could read the gamecube controller adapter and I could use the controllers.
However, on this Ubuntu install, I cannot write or move any files to the rules folder. I am the only user of this computer and I am wondering if there is some permission issue at play.
Error I receive when trying to write a file in nano editor:
sudo
group - which will allow you to copy or write to files in system directories. See for example How do I get permissions to edit system configuration files? – steeldriver Jul 16 '23 at 13:07If you were able to tell me how to write a new rules file in that folder, I would be very grateful! I will happily provide any details necessary to assist, as I am very new to Linux and don't have much foundational knowledge yet.
– will Jul 16 '23 at 21:38nano /lib/udev/rules.d/51-gcadapter.rules
orsudo nano /lib/udev/rules.d/51-gcadapter.rules
here? – steeldriver Jul 16 '23 at 21:49I ended up flatpack installing a brand new version of the emulator, and after a bit of fiddling with settings, it all appears to work! I've learned a lot from you though, thanks very much for your help!
– will Jul 17 '23 at 00:20