|
|
#1 |
|
Member
![]() Join Date: Dec 2007
Location: The lions den
Posts: 474
Likes: 24
Liked 34 Times in 24 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
[Tutorial]How to get SixAxis Bluetooth to work in Linux
taken from here:Using the PlayStation 3 controller in Bluetooth mode with Linux
Note:The use of Bluetooth authentication and encryption has not been investigated yet. Running in non-secure mode, as described in this document, might be inappropriate for some applications, and may also make the host computer temporarily vulnerable to attacks. *Requirements linux-2.6.21 or later . Earlier kernels do not support Bluetooth HID devices in "Report Protocol" mode. patch-hidd-3.9-pabr3(http://www.pabr.org/sixlinux/patch-hidd-3.9-pabr3) or patch-hidd-3.19-pabr3(http://www.pabr.org/sixlinux/patch-hidd-3.19-pabr3) . This patch causes the Linux Bluetooth HIDP daemon (hidd) to send a special command to the SIXAXIS when it connects. Sony already published a similar patch for enabling reporting in USB mode. sixpair.c.(http://www.pabr.org/sixlinux/sixpair.c) (Only required if the SIXAXIS is to be used with a non-PS3 Bluetooth master.) The SIXAXIS apparently does not support the standard Bluetooth pairing procedure; instead, pairing is done over USB, which is arguably simpler and more secure. This command-line utility searches USB buses for SIXAXIS controllers and tells them to connect to a new Bluetooth master. Alternatively, it might be possible to support the Bluetooth HID "Report Protocol" on older kernels by using bthid instead of hidd, with a similar patch. Besides, the new "input service" (bluetoothd-service-input), which replaces hidd in recent versions of bluez-utils, should support the SIXAXIS without any patch. However, since it does not accept connections from unknown Bluetooth devices, authorizations must be set-up by another utility, such as a udev plugin, as suggested in this discussion(Gmane Loom). Note. Bluetooth experts use the word "controller" to refer to the Bluetooth network adapter inside the host or the PS3, whereas everybody else thinks "game controller" (a.k.a. joystick). This sometimes causes confusion. Operation Ensure /etc/bluetooth/hcid.conf contains: Code:
iscan disable; pscan enable; #auth enable; #encrypt enable; Code:
# service bluetooth restart Connect the SIXAXIS with a USB cable. Run sixpair: Code:
# gcc -o sixpair sixpair.c -lusb
# ./sixpair
Current Bluetooth master: xx:xx:xx:xx:xx:xx
Setting master bd_addr to xx:xx:xx:xx:xx:xx
Run the HIDP daemon: Code:
# hidd --server --nocheck -n Optionally run hcidump in another shell, for troubleshooting and comparison with this successful trace(Online.net Hébergement Mutualisé Professionnel Code:
# hcidump -t -V -x hidd should report: Code:
# hidd --server --nocheck -n hidd[8332]: Bluetooth HID daemon hidd[8332]: New HID device 00:19:C1:xx:xx:xx (Sony Computer Entertainment Wireless Controller) Code:
input: Sony Computer Entertainment Wireless Controller as /class/input/inputX Code:
# modprobe joydev # jstest /dev/js0 # or jstest /dev/input/js0 After testing, restore the security settings in /etc/bluetooth/hcid.conf: Code:
auth enable; encrypt enable; Code:
# service bluetooth restart Using inertial sensors with the hidraw interface The Linux joystick interface Code:
(joydev.ko, /dev/input/js*) Requirements A kernel with Code:
CONFIG_HIDRAW patch-bluetooth-hidraw-pabr1. Adds hidraw support to hidp.ko for use in Bluetooth mode. Not required in USB mode. Operation Connect the device with a USB cable and press PS. dmesg should report: Code:
input,hidraw1: USB HID v1.11 Joystick [Sony PLAYSTATION(R)3 Controller] on usb-xxxx:xx:xx.x-x and /dev/hidraw1 In Bluetooth mode, a Code:
/dev/hidrawX Raw input reports can be read from /dev/hidraw1: Code:
# hexdump -v -e '48/1 "%02x " "\n"' < /dev/hidraw1 00 00 00 00 00 74 7b 7c 7c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 ee 10 00 00 00 00 02 b2 77 01 81 02 05 01 ed 01 a4 00 02 Code:
# gcc -o sixhidtest sixhidtest.c # ./sixhidtest < /dev/hidraw1 ax= 517 ay= 493 az= 420 Code:
# gcc -o xsixhidtest xsixhidtest.c -lX11 -lm # ./xsixhidtest < /dev/hidraw1 A 2.0 Bluetooth adapter is recommended. Otherwise, incoming input reports may be truncated to 12 bytes. On some PS3 hosts, hcidump shows "Role Change" "Role: Master" and dmesg reports "hci_acldata_packet: hci0 ACL packet for unknown connection handle". Upgrading to linux-2.6.23 or later should solve this problem. The Bluetooth adapter in the PS3 supports remote wake-up. This has not been tested with Linux. Bluetooth authentication and encryption have not been investigated. This probably requires a key exchange procedure over USB. The LEDs are not supported. /dev/js0 should have the first LED turned on, and so on. Hand-over between USB mode and Bluetooth mode is not transparent for applications. Monitoring of battery status is not implemented. refer to website for demos and videos Using the PlayStation 3 controller in Bluetooth mode with Linux
__________________
3®D®lCH
Last edited by jorg; 05-05-2008 at 12:30 PM. |
|
|
|
|
|
#2 |
|
Member
![]() |
You forgot to give the proper credit where you took this from.
|
|
|
|
|
|
#3 |
|
Member
![]() Join Date: Dec 2007
Location: The lions den
Posts: 474
Likes: 24
Liked 34 Times in 24 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
your rite my bad
*also fixed headers essier to read *inserted code boxes *general clean up on my sloppy/rushedness
__________________
3®D®lCH
Last edited by jorg; 05-05-2008 at 12:31 PM. |
|
|
|
|
|
#4 |
|
Member
![]() |
Ok now for my original question: When I did the command:
Code:
hidd --server --nocheck -n Code:
jstest /dev/js0 |
|
|
|
|
|
#5 |
![]() ![]() Join Date: Feb 2007
Posts: 6,932
Likes: 370
Liked 7,995 Times in 1,235 Posts
Mentioned: 568 Post(s)
Tagged: 0 Thread(s)
|
Can you [CODE] the information that is actually code, and fix it up so it is easier to read than one long jumbled up post?
Code:
This is how code box looks like |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to get your Sixaxis to work on Vista | uncholowapo | Other/Misc Tutorials | 11 | 11-22-2008 05:33 AM |
| Just an idea (sixaxis bluetooth question?) | madshaun1984 | PS3 | Help | 0 | 07-18-2008 07:52 AM |
| For what does PS3 App maker work? | dxc | PS3 | Jailbreak & Custom Firmware | 0 | 07-13-2008 12:02 AM |
| Getting The Sixaxis Motion Sensing to work on YDL6 | uncholowapo | Linux Tutorials | 9 | 06-09-2008 01:04 PM |