Thread: sixaxisd
View Single Post
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#32
I hope this time it is working, not tested so far need to get a controller.

Requirements: Controller need maybe the same mac like the N9 you need to change this over usb for example with "sixpair"


1. you need to be root (devel-su)
2. kill bluetooth daemon (repeat it few times quickly)

Code:
killall bluetoothd
3. check if bluetooth is killed

Code:
ps ax | grep bluetoothd
4. configure bluetooth

Code:
/usr/sbin/hciconfig hci0 up
/usr/sbin/hciconfig hci0 lm master
/usr/sbin/hciconfig hci0 piscan
5. start sixaxis daemon

Code:
sixaxisd
6. press (PS) button to start the connection and it will accessible through:

Code:
/dev/input/js0
and mouse emulation maybe /dev/input/mouse0
Attached Files
File Type: gz sixaxisd_1.0.tar.gz (11.5 KB, 59 views)
File Type: deb sixaxisd_1.0_armel.deb (7.7 KB, 50 views)

Last edited by Halftux; 2017-12-22 at 19:08. Reason: /usr/sbin/ the "s" was missing
 

The Following 3 Users Say Thank You to Halftux For This Useful Post: