Last active
June 15, 2020 14:21
-
-
Save alexishida/4c5f8922b1e5274f6aa175e52c432901 to your computer and use it in GitHub Desktop.
Linux QtSixA is the Sixaxis Joystick Manager (PS3 controller, Playstation 3 controller)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install QtSixA is the Sixaxis Joystick Manager | |
| $ sudo apt-get update && | |
| $ sudo apt-get install git dialog build-essential pyqt4-dev-tools libusb-dev libjack-dev libbluetooth-dev python-dbus checkinstall -y && | |
| $ git clone https://github.com/falkTX/qtsixa.git && | |
| $ cd qtsixa && | |
| $ make && | |
| $ sudo checkinstall | |
| # Connect with USB | |
| $ sixpair | |
| # Disconnect sixaxis from USB | |
| $ sixad -s | |
| # Test the functionality | |
| $ sudo apt-get install jstest-gtk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment