0
0

More than 1 year has passed since last update.

UbuntuでDualshock3コントローラを使う

Posted at

はじめに

askubuntuに投稿されたこの記事を日本語で要約したものになります。

ソースコードのインストール

sudo apt-get install dialog build-essential pyqt4-dev-tools libusb-dev libbluetooth-dev python-dbus -y
wget https://github.com/RetroPie/sixad/archive/master.zip -O sixad-master.zip
unzip sixad-master.zip
cd sixad-master
make
sudo make install

設定

1. コントローラをUSBケーブルでPCに接続

2. 初期ペアリングのためのコマンドを実行

sudo sixpair

3. ペアリングに成功すると以下のように表示される

Current Bluetooth master: XX:XX:XX:XX:XX:XX
Setting master bd_addr to XX:XX:XX:XX:XX:XX

このXX:XX:XX:XX:XX:XXは各BluetoothデバイスのMACアドレスである。

4. PCからコントローラを外して以下のコマンドを実行

sudo sixad -s

5. PSボタンを押して接続

2回目以降

2回目以降の接続は4.と5.を行えばよい

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0