Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save alexishida/4c5f8922b1e5274f6aa175e52c432901 to your computer and use it in GitHub Desktop.

Select an option

Save alexishida/4c5f8922b1e5274f6aa175e52c432901 to your computer and use it in GitHub Desktop.
Linux QtSixA is the Sixaxis Joystick Manager (PS3 controller, Playstation 3 controller)
# 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