Last active
May 18, 2021 02:35
-
-
Save raphaelbruno/261624ec02fad30852b54800eb2210e2 to your computer and use it in GitHub Desktop.
Install Sixaxis / DualShock 3 to run on bluetooth (Linux)
This file contains 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
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