Sony DualShock 3 - call for testers: "sixaxis" script module
-
@sano said in Sony DualShock 3 - call for testers: "sixaxis" script module:
@meleu @psyke83
I unplugged the Hori stick and plugged a Dragonrise joystick.The behaviour of the jslist executable is the same :
pi@retropie:~ $ /opt/retropie/supplementary/joystick-selection/jslist 0:DragonRise Inc. Generic USB Joystick pi@retropie:~ $ /opt/retropie/supplementary/joystick-selection/jslist 0:Sony PLAYSTATION(R)3 Controller 1:DragonRise Inc. Generic USB Joystick
So apparently the fact that the HORI is a PS3 compatible device is not relevant.
Same symptoms :
Retroarch considers the USB plugged joystick as the first one, but jslist identifies the DS3 with the index 0.
The joystick selection tool updates retroarch config to use the index 0 (the wanted DS3), but index 0 for retroarch is the Dragonrise (or Hori previously).I don't know if I'm clear enough, here... It's 1 am, sorry :)
I've had a long day too, need to sleep :). I'll pick this up tomorrow and do some testing here, as to be quite frank, I've never used the controller selection functionality, so I'll need to delve into the scripts and see what's happening. The problem is that I've only got two DS3 controllers, so I'm not sure how I'll distinguish changes. The controller LED probably corresponds to the kernel js index; if a script or retroarch etc. changes the LED manually via a sysfs node, then perhaps the node location has changed in the updated driver. I vaguely recall that the new
hid-sony
driver dropped its LED-specific code to use the generic kernel LED support. -
If you want to reproduce this :
- first install @meleu joystick selection
- plug only an USB controller (preferably not a DS3 for test purpose)
- get the controller index seen by jslist :
/opt/retropie/supplementary/joystick-selection/jslist
- it should be 0 - power on a DS3 and call jslist again - you will have the DS3 with index 0 and the USB controller with the index 1. The LED on the DS3 is player 1 (should in fact be player 2 as it's the second connected controller)
- launch a console one player game - the player one controller is the USB one
-
Morning tests :
More logs, woohoo !
Hori detected at boot (as input0):[Sat Mar 10 09:35:27 2018] input: HORI CO.,LTD. Fighting Stick mini 4 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:0F0D:0088.0001/input/input0 [Sat Mar 10 09:35:27 2018] hid-generic 0003:0F0D:0088.0001: input,hidraw0: USB HID v1.11 Gamepad [HORI CO.,LTD. Fighting Stick mini 4] on usb-3f980000.usb-1.3/input0
DS3 connecting through BT (as input1) :
[Sat Mar 10 09:37:26 2018] input: Sony PLAYSTATION(R)3 Controller as /devices/platform/soc/3f201000.serial/tty/ttyAMA0/hci0/hci0:11/0005:054C:0268.0002/input/input1 [Sat Mar 10 09:37:26 2018] sony 0005:054C:0268.0002: input,hidraw1: BLUETOOTH HID v80.00 Joystick [Sony PLAYSTATION(R)3 Controller] on b8:27:eb:b3:70:3c
Still jslist returns apparently false index and DS3 player 1 LED is on :
pi@retropie:~/RetroPie-Setup $ /opt/retropie/supplementary/joystick-selection/jslist 0:Sony PLAYSTATION(R)3 Controller 1:HORI CO.,LTD. Fighting Stick mini 4
Out of curiosity, I also tried to plug the DS3 through USB, aaaaaannnd :
[Sat Mar 10 09:43:32 2018] usb 1-1.5: new full-speed USB device number 5 using dwc_otg [Sat Mar 10 09:43:33 2018] usb 1-1.5: New USB device found, idVendor=054c, idProduct=0268 [Sat Mar 10 09:43:33 2018] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [Sat Mar 10 09:43:33 2018] usb 1-1.5: Product: PLAYSTATION(R)3 Controller [Sat Mar 10 09:43:33 2018] usb 1-1.5: Manufacturer: Sony [Sat Mar 10 09:43:33 2018] input: Sony PLAYSTATION(R)3 Controller as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/0003:054C:0268.0003/input/input2 [Sat Mar 10 09:43:33 2018] sony 0003:054C:0268.0003: input,hiddev0,hidraw1: USB HID v81.11 Joystick [Sony PLAYSTATION(R)3 Controller] on usb-3f980000.usb-1.5/input0
The jslist output is ok, the USB connected DS3 has index 1, and Hori has index 0...
pi@retropie:~ $ /opt/retropie/supplementary/joystick-selection/jslist 0:HORI CO.,LTD. Fighting Stick mini 4 1:Sony PLAYSTATION(R)3 Controller
Moreover, adding another DS3 (using BT this time) :
[Sat Mar 10 09:46:10 2018] input: Sony PLAYSTATION(R)3 Controller as /devices/platform/soc/3f201000.serial/tty/ttyAMA0/hci0/hci0:12/0005:054C:0268.0004/input/input3 [Sat Mar 10 09:46:10 2018] sony 0005:054C:0268.0004: input,hidraw2: BLUETOOTH HID v80.00 Joystick [Sony PLAYSTATION(R)3 Controller] on b8:27:eb:b3:70:3c pi@retropie:~ $ /opt/retropie/supplementary/joystick-selection/jslist 0:Sony PLAYSTATION(R)3 Controller 1:HORI CO.,LTD. Fighting Stick mini 4 2:Sony PLAYSTATION(R)3 Controller
Here the BT connected DS3 took index 0, Hori shifted to index 1 and USB connected DS3 to index 2...
So to resume this mess :
USB connected DS3 are listed correctly by jslist (index follows the connection order)
BT connected PS3 seem to have precedence : they always take the first controller indexes according to jslist, shifting all other controllers indexes upward.
The issue is that OS and retroarch doesn't act the same and apparently rely on connection order for controller indexes.My opinion is that SDL joystick index used in jslist is somewhat different from the OS (and apparently retroarch) used index.
It's like the BT connected DS3 always get the lowest index for SDL, instead of taking the next available as it should.Hope this could help.
-
@madhorse said in Sony DualShock 3 - call for testers: "sixaxis" script module:
@psyke83
Thank you for replying me.
As asked i try to install custombluez from source but it fail with the following errorI'll be busy today, but when I get some time, I'll re-flash a jessie image to identify what packages I've missed - which I'm assuming is what's causing the build error.
If you can post the full log, it would be helpful. A quick way to identify what may be missing is:
sudo apt-get build-dep bluez
...but you may need to edit your sources lists in
/etc/apt/
to enable the deb-src lines, and then update your apt-get repository, for it to work.I'll get around to flashing jessie soon, but don't feel obliged to help with the issue of building from source. What will really be helpful from you is feedback on whether Gasia controllers work correctly via Bluetooth. Confirming that both types of third-party controllers work will be a positive step towards knowing if we can phase out the
ps3controller
driver entirely.Thanks!
@Sano - much appreciated for the detailed information. I'll look into this soon, but I'm at a bit of disadvantage, as I don't have any controllers besides the two DS3s to test.
One thing that you could possibly try is to uninstall
customhidsony
after installingsixaxis
. Bluetooth pairing will actually work with the oldhid-sony
kernel driver. You may need to remap the controller again, and the 10 minute disconnect won't be possible, but it may be helpful to know if the strange controller ordering behaviour differs between different versions of thehid-sony
driver, or if the problem is caused elsewhere. -
@psyke83 said in Sony DualShock 3 - call for testers: "sixaxis" script module:
@Sano - much appreciated for the detailed information. I'll look into this soon, but I'm at a bit of disadvantage, as I don't have any controllers besides the two DS3s to test.
One thing that you could possibly try is to uninstall customhidsonyafter installing sixaxis. Bluetooth pairing will actually work with the old hid-sony kernel driver. You may need to remap the controller again, and the 10 minute disconnect won't be possible, but it may be helpful to know if the strange controller ordering behaviour differs between different versions of the hid-sonydriver, or if the problem is caused elsewhere.Done !
Uninstalled customhidsony and rebooted.
The BT DS3 still connect, and the behavior is the same :(
dmesg -T
output :[Sat Mar 10 13:26:31 2018] input: HORI CO.,LTD. Fighting Stick mini 4 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:0F0D:0088.0001/input/input0 [Sat Mar 10 13:26:31 2018] hid-generic 0003:0F0D:0088.0001: input,hidraw0: USB HID v1.11 Gamepad [HORI CO.,LTD. Fighting Stick mini 4] on usb-3f980000.usb-1.3/input0 ... [Sat Mar 10 13:27:19 2018] input: Sony PLAYSTATION(R)3 Controller as /devices/platform/soc/3f201000.serial/tty/ttyAMA0/hci0/hci0:11/0005:054C:0268.0002/input/input1 [Sat Mar 10 13:27:19 2018] sony 0005:054C:0268.0002: input,hidraw1: BLUETOOTH HID v0.00 Joystick [Sony PLAYSTATION(R)3 Controller] on b8:27:eb:b3:70:3c
jslist output before and after connecting DS3 by BT :
pi@retropie:~ $ /opt/retropie/supplementary/joystick-selection/jslist 0:HORI CO.,LTD. Fighting Stick mini 4 pi@retropie:~ $ /opt/retropie/supplementary/joystick-selection/jslist 0:Sony PLAYSTATION(R)3 Controller 1:HORI CO.,LTD. Fighting Stick mini 4
Still retroarch considers the USB stick to be the first controller.
Maybe a change in sixaxis driver, or in SDL controller mapping...
This was definitely working back with jessie image :( -
Thanks. Despite it being a PS3-compatible, the
hid-sony
driver doesn't grab your Hori, as it's usinghid-generic
. Not sure if that's relevant, though.I'm fairly certain this isn't a stretch issue, but you could confirm it's not by removing sixaxis, customhidsony and custombluez (if you ever installed it), and reinstall the standard
ps3controller
driver. If the ordering issue is fixed, then at least we'll know it's caused byhid-sony
/my PR and not the distribution upgrade. -
@psyke83
As the behaviour is the same with a non-sony compatible USB controller - Dragonrise, see my previous messages - I think we can conclude that the HORI Sony compatibility is not relevant.Edit : removed your branch and installed basic sixad driver, and unfortunately all is back to normal :
[Sat Mar 10 13:49:35 2018] input: PLAYSTATION(R)3 Controller as /devices/virtual/input/input3
SDL controller indexes are now in the correct (connection) order:
pi@retropie:~/RetroPie-Setup $ /opt/retropie/supplementary/joystick-selection/jslist 0:HORI CO.,LTD. Fighting Stick mini 4 1:PLAYSTATION(R)3 Controller
And the LED on the DS3 is Player 2 (as it should be)...
@meleu you can take a breath, mate ;)
-
@psyke83 said in Sony DualShock 3 - call for testers: "sixaxis" script module:
If you can post the full log, it would be helpful. A quick way to identify what may be missing is:
sudo apt-get build-dep bluez
...but you may need to edit your sources lists in
/etc/apt/
to enable the deb-src lines, and then update your apt-get repository, for it to work.No problem, soon as possible i will report back with the information you asked and will try a gaisa controller to see if it's working.
In the meantime here is the full logThank you
-
@psyke83 said in Sony DualShock 3 - call for testers: "sixaxis" script module:
A quick way to identify what may be missing is:
sudo apt-get build-dep bluez
...but you may need to edit your sources lists in /etc/apt/ to enable the deb-src lines, and then update your apt-get repository, for it to work.I edited the
sources.list
file uncommentingdeb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi
Removedcustombluez
andsixaxis
driver to start from scratch.
Then i executesudo apt-get update
andsudo apt-get build-dep bluez
and it didn't give any problemReading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: dh-systemd libcap-ng-dev libdbus-glib-1-dev libical-dev libreadline-dev libreadline6-dev libtinfo-dev 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/697 kB of archives. After this operation, 2,282 kB of additional disk space will be used. Do you want to continue? [Y/n] y Selecting previously unselected package libcap-ng-dev. (Reading database ... 92387 files and directories currently installed.) Preparing to unpack .../libcap-ng-dev_0.7.4-2_armhf.deb ... Unpacking libcap-ng-dev (0.7.4-2) ... Selecting previously unselected package libdbus-glib-1-dev. Preparing to unpack .../libdbus-glib-1-dev_0.102-1_armhf.deb ... Unpacking libdbus-glib-1-dev (0.102-1) ... Selecting previously unselected package libical-dev. Preparing to unpack .../libical-dev_1.0-1.3_armhf.deb ... Unpacking libical-dev (1.0-1.3) ... Selecting previously unselected package libtinfo-dev:armhf. Preparing to unpack .../libtinfo-dev_5.9+20140913-1+deb8u2_armhf.deb ... Unpacking libtinfo-dev:armhf (5.9+20140913-1+deb8u2) ... Selecting previously unselected package libreadline6-dev:armhf. Preparing to unpack .../libreadline6-dev_6.3-8_armhf.deb ... Unpacking libreadline6-dev:armhf (6.3-8) ... Selecting previously unselected package libreadline-dev:armhf. Preparing to unpack .../libreadline-dev_6.3-8_armhf.deb ... Unpacking libreadline-dev:armhf (6.3-8) ... Selecting previously unselected package dh-systemd. Preparing to unpack .../dh-systemd_10.2.2~bpo8+1_all.deb ... Unpacking dh-systemd (10.2.2~bpo8+1) ... Processing triggers for man-db (2.7.5-1~bpo8+1) ... Processing triggers for install-info (5.2.0.dfsg.1-6) ... Setting up libcap-ng-dev (0.7.4-2) ... Setting up libdbus-glib-1-dev (0.102-1) ... Setting up libical-dev (1.0-1.3) ... Setting up libtinfo-dev:armhf (5.9+20140913-1+deb8u2) ... Setting up libreadline6-dev:armhf (6.3-8) ... Setting up libreadline-dev:armhf (6.3-8) ... Setting up dh-systemd (10.2.2~bpo8+1) ...
Then installed
sixaxis
and then i try to install againgcustombluez
from source but it failed/home/pi/RetroPie-Setup/tmp/build/custombluez/build-area/bluetooth_5.48-1~rpi1_all.deb not found
Installed
custombluez
from binaries and try to pair a Gaisa controller but it is not working.
The lights on the controller keep flashing for a few seconds and then turn off.
With the commanddmesg -T
it seems that the controller try to connect but it fails[Sun Mar 11 11:32:12 2018] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [Sun Mar 11 11:32:12 2018] Bluetooth: HIDP socket layer initialized [Sun Mar 11 11:32:12 2018] sony 0005:054C:0268.0004: unknown main item tag 0x0 [Sun Mar 11 11:32:12 2018] input: Sony PLAYSTATION(R)3 Controller as /devices/platform/soc/3f201000.serial/tty/ttyAMA0/hci0/hci0:11/0005:054C:0268.0004/input/input3 [Sun Mar 11 11:32:12 2018] sony 0005:054C:0268.0004: input,hidraw2: BLUETOOTH HID v80.00 Joystick [Sony PLAYSTATION(R)3 Controller] on b8:27:eb:eb:7f:b8 [Sun Mar 11 11:33:07 2018] sony 0005:054C:0268.0005: unknown main item tag 0x0 [Sun Mar 11 11:33:07 2018] input: Sony PLAYSTATION(R)3 Controller as /devices/platform/soc/3f201000.serial/tty/ttyAMA0/hci0/hci0:12/0005:054C:0268.0005/input/input4 [Sun Mar 11 11:33:07 2018] sony 0005:054C:0268.0005: input,hidraw2: BLUETOOTH HID v80.00 Joystick [Sony PLAYSTATION(R)3 Controller] on b8:27:eb:eb:7f:b8
At your disposal if you want me to try anything else.
Thank you again for your help.
-
I'll sort out the issue building from source, so you don't need worry about that. What would help is to capture some bluetooth logging. In an SSH session, execute
bluetoothctl
. Once launched, it will print Bluetooth events/errors as well as providing a command prompt (bluetooth#
).Three pieces of information will be helpful (but don't try to pair the controller when capturing output for steps 1-2):
- Verify that bluetooth upgraded correctly to version 5.48. Type in the console:
version
- When you launch
bluetoothctl
, it lists paired devices prefixed with[NEW]
- your PS3 controller should be in this list. Query the information of your controller (replace12:34:56:78:9a:bc
with the actual MAC address that's shown for your controller):
info 12:34:56:78:9a:bc
- While the
bluetoothctl
console is still open, type nothing, but attempt to pair your controller. Capture any new output that appears during this time for me to inspect.
This should help give me an idea of the next step - thanks.
- Verify that bluetooth upgraded correctly to version 5.48. Type in the console:
-
ok, i try what you asked me, started with a newly installed retropie 4.3, i was configuring a retropie for a firend and i used it for tests, but i had to give it back to him.
So, after a full update, the following are the results:- The bluetooth version is 5.48
I don't know if could be usefull, but these are the information when registering the devicebluetoothctl [NEW] Controller B8:27:EB:EB:7F:B8 retropie [default] Agent registered [bluetooth]# version Version 5.48
[CHG] Controller B8:27:EB:EB:7F:B8 Discovering: yes [NEW] Device F8:52:1E:8F:5C:7E F8-52-1E-8F-5C-7E [NEW] Device 00:26:5C:5D:BD:00 Sony PLAYSTATION(R)3 Controller [CHG] Device 00:26:5C:5D:BD:00 Trusted: yes [CHG] Device 00:26:5C:5D:BD:00 UUIDs: 00001124-0000-1000-8000-00805f9b34fb [CHG] Controller B8:27:EB:EB:7F:B8 Discovering: no [CHG] Device F8:52:1E:8F:5C:7E RSSI is nil [DEL] Device F8:52:1E:8F:5C:7E F8-52-1E-8F-5C-7E
- Yes, int the list there is my controller
[NEW] Device 00:26:5C:5D:BD:00 Sony PLAYSTATION(R)3 Controller
here the info[bluetooth]# info 00:26:5C:5D:BD:00 Device 00:26:5C:5D:BD:00 (public) Name: Sony PLAYSTATION(R)3 Controller Alias: Sony PLAYSTATION(R)3 Controller Paired: no Trusted: yes Blocked: no Connected: no LegacyPairing: no UUID: Human Interface Device... (00001124-0000-1000-8000-00805f9b34fb) Modalias: usb:v054Cp0268d0000
- Now, the output when i try to pair the controller:
At this point after a few seconds the light on the controller turned off, and two more lines are displayed on the console[CHG] Device 00:26:5C:5D:BD:00 Class: 0x00000540 [CHG] Device 00:26:5C:5D:BD:00 Icon: input-keyboard [CHG] Device 00:26:5C:5D:BD:00 Connected: yes [Sony PLAYSTATION(R)3 Controller]#
[CHG] Device 00:26:5C:5D:BD:00 ServicesResolved: no [CHG] Device 00:26:5C:5D:BD:00 Connected: no
Hope this can be of help.
If i can do anything else let me know. - The bluetooth version is 5.48
-
This is somewhat encouraging. My guess is that the BlueZ stack has already cached a generic (and incorrect) HID profile for your controller, most likely when you paired via the
ps3controller
driver or an older BlueZ stack version.The Shanwan and Gasia controllers do not pass a correct SDP (Service Discovery Protocol) record via Bluetooth, which is needed for BlueZ to know what HID profile to apply. This doesn't matter on a real PS3, but causes problems on BlueZ until version 5.48, where a correct record is now forced for all controllers. When no SDP record is passed to the stack, a controller will enumerate a
input-keyboard
HID profile and fail to pair correctly.The potential solution is for you to remove the device from the Bluetooth stack and re-pair so that a new profile will be created. In the
bluetoothctl
prompt:remove 00:26:5C:5D:BD:00
Once this is done, go through the process of pairing your controller from the RetroPie bluetooth menu once again.
Hopefully it will pair correctly now, and you'll see
Icon: input-gaming
in the profile information, indicating that the correct SDP record has been applied.If you still have no success, the output of this may help:
cat /var/log/syslog | grep -e blue -e sixaxis
-
@psyke83
Regarding the (apparently) wrong SDL controller index, don't hesitate to ask if you need more informations or tests. -
@psyke83
I don't think the problem if for an already cached HID profile becasue the raspberry pi 3 is still te same but i've renstalled Retropie on a new SD card.
Anyway, i removed the controller[bluetooth]# remove 00:26:5C:5D:BD:00 [DEL] Device 00:26:5C:5D:BD:00 Sony PLAYSTATION(R)3 Controller Device has been removed
and try to repair but it still not working
Changing discoverable on succeeded [CHG] Controller B8:27:EB:EB:7F:B8 Discoverable: yes [CHG] Controller B8:27:EB:EB:7F:B8 Discovering: yes [NEW] Device 00:26:5C:5D:BD:00 Sony PLAYSTATION(R)3 Controller [CHG] Device 00:26:5C:5D:BD:00 Trusted: yes [CHG] Device 00:26:5C:5D:BD:00 UUIDs: 00001124-0000-1000-8000-00805f9b34fb [CHG] Controller B8:27:EB:EB:7F:B8 Discovering: no [CHG] Device 00:26:5C:5D:BD:00 Class: 0x00000540 [CHG] Device 00:26:5C:5D:BD:00 Icon: input-keyboard [CHG] Device 00:26:5C:5D:BD:00 Connected: yes [CHG] Controller B8:27:EB:EB:7F:B8 Discoverable: no [CHG] Device 00:26:5C:5D:BD:00 ServicesResolved: no [CHG] Device 00:26:5C:5D:BD:00 Connected: no [CHG] Device 00:26:5C:5D:BD:00 Connected: yes [CHG] Device 00:26:5C:5D:BD:00 Connected: no
here is the output for
cat /var/log/syslog | grep -e blue -e sixaxis
Jul 5 11:46:04 retropie bluetoothd[667]: Bluetooth daemon 5.23 Jul 5 11:46:05 retropie bluetoothd[667]: Starting SDP server Jul 5 11:46:06 retropie bluetoothd[667]: Bluetooth management interface 1.14 initialized Jul 5 11:46:06 retropie bluetoothd[667]: Sap driver initialization failed. Jul 5 11:46:06 retropie bluetoothd[667]: sap-server: Operation not permitted (1) Mar 13 21:03:29 retropie bluetoothd[670]: Bluetooth daemon 5.23 Mar 13 21:03:29 retropie bluetoothd[670]: Starting SDP server Mar 13 21:03:29 retropie bluetoothd[670]: Bluetooth management interface 1.14 initialized Mar 13 21:03:29 retropie bluetoothd[670]: Sap driver initialization failed. Mar 13 21:03:29 retropie bluetoothd[670]: sap-server: Operation not permitted (1) Mar 13 21:42:18 retropie bluetoothd[670]: Terminating Mar 13 21:42:18 retropie bluetoothd[670]: Stopping SDP server Mar 13 21:42:18 retropie bluetoothd[670]: Exit Mar 13 21:42:18 retropie bluetoothd[5383]: Bluetooth daemon 5.48 Mar 13 21:42:18 retropie bluetoothd[5383]: Starting SDP server Mar 13 21:42:18 retropie bluetoothd[5383]: Bluetooth management interface 1.14 initialized Mar 13 21:42:18 retropie bluetoothd[5383]: Sap driver initialization failed. Mar 13 21:42:18 retropie bluetoothd[5383]: sap-server: Operation not permitted (1) Mar 13 22:22:19 retropie bluetoothd[5383]: sixaxis: compatible device connected: Sony PLAYSTATION(R)3 Controller (054C:0268 /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:054C:0268.0003/hidraw/hidraw2) Mar 13 22:22:19 retropie bluetoothd[5383]: sixaxis: setting up new device Mar 13 22:22:20 retropie systemd[1]: Starting system-sixaxis.slice. Mar 13 22:22:20 retropie systemd[1]: Created slice system-sixaxis.slice. Mar 13 22:22:20 retropie systemd[1]: Starting sixaxis helper (/dev/input/event2)... Mar 13 22:22:20 retropie systemd[1]: Started sixaxis helper (/dev/input/event2). Mar 13 22:22:20 retropie sixaxis-helper.sh[6179]: Calibrating: Gasia Co.,Ltd PS(R) Gamepad (00:26:5C:5D:BD:00) Mar 13 22:22:20 retropie sixaxis-helper.sh[6179]: Disabling L2/R2 analog axes: Gasia Co.,Ltd PS(R) Gamepad (00:26:5C:5D:BD:00) Mar 13 22:22:20 retropie sixaxis-helper.sh[6179]: Setting 600 second timeout on: Gasia Co.,Ltd PS(R) Gamepad (00:26:5C:5D:BD:00) Mar 13 22:32:11 retropie sixaxis-helper.sh[6179]: Disconnecting: Gasia Co.,Ltd PS(R) Gamepad (00:26:5C:5D:BD:00) Mar 13 22:32:20 retropie systemd[1]: Starting sixaxis helper (/dev/input/event2)... Mar 13 22:32:20 retropie systemd[1]: Started sixaxis helper (/dev/input/event2). Mar 13 22:32:20 retropie sixaxis-helper.sh[6290]: Calibrating: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:32:20 retropie sixaxis-helper.sh[6290]: Disabling L2/R2 analog axes: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:32:20 retropie sixaxis-helper.sh[6290]: Setting 600 second timeout on: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:33:05 retropie sixaxis-helper.sh[6290]: Disconnecting: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:36:10 retropie systemd[1]: Starting sixaxis helper (/dev/input/event2)... Mar 13 22:36:10 retropie systemd[1]: Started sixaxis helper (/dev/input/event2). Mar 13 22:36:10 retropie sixaxis-helper.sh[6333]: Calibrating: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:36:10 retropie sixaxis-helper.sh[6333]: Disabling L2/R2 analog axes: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:36:11 retropie sixaxis-helper.sh[6333]: Setting 600 second timeout on: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:36:52 retropie sixaxis-helper.sh[6333]: Disconnecting: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:37:26 retropie systemd[1]: Starting sixaxis helper (/dev/input/event2)... Mar 13 22:37:26 retropie systemd[1]: Started sixaxis helper (/dev/input/event2). Mar 13 22:37:26 retropie sixaxis-helper.sh[6372]: Calibrating: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:37:26 retropie sixaxis-helper.sh[6372]: Disabling L2/R2 analog axes: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:37:27 retropie sixaxis-helper.sh[6372]: Setting 600 second timeout on: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:38:08 retropie sixaxis-helper.sh[6372]: Disconnecting: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:38:24 retropie systemd[1]: Starting sixaxis helper (/dev/input/event2)... Mar 13 22:38:24 retropie systemd[1]: Started sixaxis helper (/dev/input/event2). Mar 13 22:38:25 retropie sixaxis-helper.sh[6408]: Calibrating: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:38:25 retropie sixaxis-helper.sh[6408]: Disabling L2/R2 analog axes: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:38:25 retropie sixaxis-helper.sh[6408]: Setting 600 second timeout on: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:38:41 retropie bluetoothd[5383]: Authentication already requested for 00:26:5C:5D:BD:00 Mar 13 22:38:41 retropie bluetoothd[5383]: device_notify_pin: Operation not permitted Mar 13 22:38:44 retropie bluetoothd[5383]: Authentication already requested for 00:26:5C:5D:BD:00 Mar 13 22:38:44 retropie bluetoothd[5383]: device_request_pin: Operation not permitted Mar 13 22:39:09 retropie sixaxis-helper.sh[6408]: Disconnecting: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:39:09 retropie bluetoothd[5383]: 00:26:5C:5D:BD:00: error updating services: Connection timed out (110) Mar 13 22:39:13 retropie systemd[1]: Starting sixaxis helper (/dev/input/event2)... Mar 13 22:39:13 retropie systemd[1]: Started sixaxis helper (/dev/input/event2). Mar 13 22:39:13 retropie sixaxis-helper.sh[6444]: Calibrating: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:39:14 retropie sixaxis-helper.sh[6444]: Disabling L2/R2 analog axes: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:39:14 retropie sixaxis-helper.sh[6444]: Setting 600 second timeout on: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:39:44 retropie sixaxis-helper.sh[6444]: Disconnecting: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:39:48 retropie bluetoothd[5383]: Can't get HIDP connection info Mar 13 22:39:51 retropie bluetoothd[5383]: connect error: Operation already in progress (114) Mar 13 22:39:55 retropie systemd[1]: Starting sixaxis helper (/dev/input/event2)... Mar 13 22:39:55 retropie systemd[1]: Started sixaxis helper (/dev/input/event2). Mar 13 22:39:55 retropie sixaxis-helper.sh[6480]: Calibrating: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:39:56 retropie sixaxis-helper.sh[6480]: Disabling L2/R2 analog axes: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:39:56 retropie sixaxis-helper.sh[6480]: Setting 600 second timeout on: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:40:38 retropie bluetoothd[5383]: 00:26:5C:5D:BD:00: error updating services: Connection timed out (110) Mar 13 22:40:40 retropie sixaxis-helper.sh[6480]: Disconnecting: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:45:51 retropie bluetoothd[5383]: sixaxis: compatible device connected: Sony PLAYSTATION(R)3 Controller (054C:0268 /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:054C:0268.000A/hidraw/hidraw2) Mar 13 22:45:51 retropie bluetoothd[5383]: sixaxis: setting up new device Mar 13 22:45:51 retropie systemd[1]: Starting sixaxis helper (/dev/input/event2)... Mar 13 22:45:51 retropie systemd[1]: Started sixaxis helper (/dev/input/event2). Mar 13 22:45:51 retropie sixaxis-helper.sh[6666]: Calibrating: SHANWAN PS3 GamePad (06:38:91:6E:63:25) Mar 13 22:45:51 retropie sixaxis-helper.sh[6666]: Disabling L2/R2 analog axes: SHANWAN PS3 GamePad (06:38:91:6E:63:25) Mar 13 22:45:52 retropie sixaxis-helper.sh[6666]: Setting 600 second timeout on: SHANWAN PS3 GamePad (06:38:91:6E:63:25) Mar 13 22:47:34 retropie sixaxis-helper.sh[6666]: Disconnecting: SHANWAN PS3 GamePad (06:38:91:6E:63:25) Mar 13 22:47:42 retropie systemd[1]: Starting sixaxis helper (/dev/input/event2)... Mar 13 22:47:42 retropie systemd[1]: Started sixaxis helper (/dev/input/event2). Mar 13 22:47:42 retropie sixaxis-helper.sh[6747]: Calibrating: Sony PLAYSTATION(R)3 Controller (06:38:91:6E:63:25) Mar 13 22:47:42 retropie sixaxis-helper.sh[6747]: Disabling L2/R2 analog axes: Sony PLAYSTATION(R)3 Controller (06:38:91:6E:63:25) Mar 13 22:47:42 retropie sixaxis-helper.sh[6747]: Setting 600 second timeout on: Sony PLAYSTATION(R)3 Controller (06:38:91:6E:63:25) Mar 13 22:48:17 retropie systemd[1]: Starting sixaxis helper (/dev/input/event3)... Mar 13 22:48:17 retropie systemd[1]: Started sixaxis helper (/dev/input/event3). Mar 13 22:48:17 retropie sixaxis-helper.sh[6773]: Calibrating: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:48:17 retropie sixaxis-helper.sh[6773]: Disabling L2/R2 analog axes: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:48:17 retropie sixaxis-helper.sh[6773]: Setting 600 second timeout on: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:49:01 retropie sixaxis-helper.sh[6773]: Disconnecting: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 13 22:50:34 retropie sixaxis-helper.sh[6747]: Disconnecting: Sony PLAYSTATION(R)3 Controller (06:38:91:6E:63:25) Mar 13 22:51:20 retropie systemd[1]: Stopping system-sixaxis.slice. Mar 13 22:51:20 retropie systemd[1]: Removed slice system-sixaxis.slice. Mar 13 22:51:25 retropie bluetoothd[655]: Bluetooth daemon 5.48 Mar 13 22:51:26 retropie bluetoothd[655]: Starting SDP server Mar 13 22:51:26 retropie bluetoothd[655]: Bluetooth management interface 1.14 initialized Mar 13 22:51:26 retropie bluetoothd[655]: Sap driver initialization failed. Mar 13 22:51:26 retropie bluetoothd[655]: sap-server: Operation not permitted (1) Mar 14 08:10:30 retropie bluetoothd[655]: sixaxis: compatible device connected: Sony PLAYSTATION(R)3 Controller (054C:0268 /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:054C:0268.0003/hidraw/hidraw2) Mar 14 08:10:30 retropie bluetoothd[655]: sixaxis: setting up new device Mar 14 08:10:30 retropie systemd[1]: Starting system-sixaxis.slice. Mar 14 08:10:30 retropie systemd[1]: Created slice system-sixaxis.slice. Mar 14 08:10:30 retropie systemd[1]: Starting sixaxis helper (/dev/input/event2)... Mar 14 08:10:30 retropie systemd[1]: Started sixaxis helper (/dev/input/event2). Mar 14 08:10:31 retropie sixaxis-helper.sh[1110]: Calibrating: Gasia Co.,Ltd PS(R) Gamepad (00:26:5C:5D:BD:00) Mar 14 08:10:31 retropie sixaxis-helper.sh[1110]: Disabling L2/R2 analog axes: Gasia Co.,Ltd PS(R) Gamepad (00:26:5C:5D:BD:00) Mar 14 08:10:31 retropie sixaxis-helper.sh[1110]: Setting 600 second timeout on: Gasia Co.,Ltd PS(R) Gamepad (00:26:5C:5D:BD:00) Mar 14 08:11:19 retropie sixaxis-helper.sh[1110]: Disconnecting: Gasia Co.,Ltd PS(R) Gamepad (00:26:5C:5D:BD:00) Mar 14 08:11:28 retropie systemd[1]: Starting sixaxis helper (/dev/input/event2)... Mar 14 08:11:28 retropie systemd[1]: Started sixaxis helper (/dev/input/event2). Mar 14 08:11:28 retropie sixaxis-helper.sh[1181]: Calibrating: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 14 08:11:28 retropie sixaxis-helper.sh[1181]: Disabling L2/R2 analog axes: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 14 08:11:29 retropie sixaxis-helper.sh[1181]: Setting 600 second timeout on: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 14 08:12:08 retropie sixaxis-helper.sh[1181]: Disconnecting: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 14 08:12:17 retropie systemd[1]: Starting sixaxis helper (/dev/input/event2)... Mar 14 08:12:17 retropie systemd[1]: Started sixaxis helper (/dev/input/event2). Mar 14 08:12:17 retropie sixaxis-helper.sh[1218]: Calibrating: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 14 08:12:17 retropie sixaxis-helper.sh[1218]: Disabling L2/R2 analog axes: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 14 08:12:17 retropie sixaxis-helper.sh[1218]: Setting 600 second timeout on: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 14 08:13:02 retropie sixaxis-helper.sh[1218]: Disconnecting: Sony PLAYSTATION(R)3 Controller (00:26:5C:5D:BD:00) Mar 14 08:13:02 retropie bluetoothd[655]: Can't get HIDP connection info
-
It looks like this line may be a clue:
Mar 13 22:40:38 retropie bluetoothd[5383]: 00:26:5C:5D:BD:00: error updating services: Connection timed out (110)
I'll look into the issue and get back to you - your help has been much appreciated.
-
@psyke83
I'm glad to help if i can.
If you want me to try anything else i'm here. -
@psyke83 What is the easiest way to revert back to the master branch using git? I want to do some other testing without this script module and then switch back to it in the future.
-
@psyke83 For information, at first glance your sixaxis version works like a charm on newest 4.14.30 kernel.
I'll continue the tests, but no ghost input (unlike the native driver).
just had to remap my controller. -
On Shenwan Controllers I get a Timor Out error and need to plug and unplug it a few times to get it to pair the first time. But works good.
Also get a sixad.service could not start error on the Bluetooth screen.
Button mapping is better for those emulators that hard code button 1 and 2 which is now X and O instead of SELECT and I think L3.
Keep up the good work will happily help solve the Shenwan issues.
-
I have lost overview about this.
Is this new driver already in the 4.4 release?
Since I will try to install RetroPie for new on a Ubuntu 17.10.1 amd64.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.