Xbox one controller Linux rpcs3 PS3
1. install xpadneo driver/utilities
$ sudo apt install dkms git linux-headers-`uname -r`
$ git clone https://github.com/atar-axis/xpadneo.git
$ cd xpadneo/
$ sudo ./install.sh
$ sudo apt install joystick
$ sudo aptitude install jstest-gtk
$ jstest-gtk
2. memlock setting
add these two lines to /etc/security/limits.conf or /etc/security.conf, reboot.
* hard memlock unlimited
* soft memlock unlimited
3. download rpcs3
4. download PS3 firmware
Comments
Post a Comment