RPCS3 Forums
AUR package to automatically install the udev rules - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: Community (https://forums.rpcs3.net/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.rpcs3.net/forumdisplay.php?fid=16)
+--- Thread: AUR package to automatically install the udev rules (/showthread.php?tid=202978)



AUR package to automatically install the udev rules - Sematre - 04-04-2021

Like the title says I created an AUR package that automatically installs the udev rules for DS3 and DS4 controller.
I used the information from the official rpcs3 wiki: Controller Configuration

The package is called rpcs3-udev and can be installed just like any other AUR package.
e.g. pamac build rpcs3-udev (on Manjaro)

After installing the package you get a little note, that you need to restart your computer or need to reload the udev daemon (just like the wiki would tell you).

Here's the output of pacman:
Code:
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) rpcs3-udev-r1-2

Total Installed Size:  0.00 MiB

:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring
(1/1) checking package integrity
(1/1) loading package files
(1/1) checking for file conflicts
(1/1) checking available disk space
:: Processing package changes...
(1/1) installing rpcs3-dev
To apply the changes you either need to:
    1. restart your computer
OR
    2. run the following command and then replug in your controller:
       sudo udevadm control --reload-rules


I think it would be cool and helpful if this package could become an optional dependency of the official rpcs3-git package.
I'm also very interested in feedback from you guys.