Skip to content

Instantly share code, notes, and snippets.

@raphaelbruno
Last active May 18, 2021 02:35
Show Gist options
  • Save raphaelbruno/261624ec02fad30852b54800eb2210e2 to your computer and use it in GitHub Desktop.
Save raphaelbruno/261624ec02fad30852b54800eb2210e2 to your computer and use it in GitHub Desktop.
Install Sixaxis / DualShock 3 to run on bluetooth (Linux)
sudo apt-get install dialog pkg-config build-essential pyqt4-dev-tools libusb-dev libbluetooth-dev python-dbus -y
install bluez bluez-tools bluez-hcidump checkinstall libusb-dev libbluetooth-dev joystick pyqt4-dev-tools
wget https://github.com/RetroPie/sixad/archive/master.zip -O sixad-master.zip
unzip sixad-master.zip
cd sixad-master
make
sudo make install
cd ..
rm -rf sixad-master sixad-master.zip
# Pair Joypad
sudo sixpair
# Connect to Play
# sixad -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment