Page 1 of 2

PS4 Issue

Posted: Tue Feb 25, 2014 9:34 pm
by hellwarrior
Hi
I tried the instructions on the wiki,
i have two identical bluetooth adapters with CSR chip.

when i try to turn on ds4 controller, i got following error:

Code: Select all

can't connect to control psmconnection failed: Connection refused

os: ubuntu
koray@koray-ubuntu:~$ uname -a
Linux koray-ubuntu 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

adapters: LogiLink

[ 4374.296049] usb 4-3: new full-speed USB device number 4 using ohci-pci
[ 4374.516073] usb 4-3: New USB device found, idVendor=0a12, idProduct=0001
[ 4374.516086] usb 4-3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 4374.516093] usb 4-3: Product: CSR8510 A10

Re: PS4 Issue with gimx beta

Posted: Tue Feb 25, 2014 9:40 pm
by Matlo
Hi,

This means the dongle was not successfully paired with the PS4.
The current way to do this is to use a teensy, as explained on the wiki.

Re: PS4 Issue with gimx beta

Posted: Wed Feb 26, 2014 5:57 am
by hellwarrior
Dear Matlo,

i used a teensy++ 2.0 for pairing with ps4. command outputs was matching outputs from the wiki (apart from the bdaddr and key values, of course).

I'll try it again while creating a document and add its links to this topic.

by the way, thanks for the quick development of gimx ps4 version.
keep up the good work

ps: sorry for the blog comment.

Re: PS4 Issue with gimx beta

Posted: Wed Mar 05, 2014 5:11 pm
by burnblaze
I am having nothing but trouble with this - it simply does not work.

Same error msg and for some reason it does not link.

Everything is right here.

Bluetooth chipset is right.

I've had it working once but I cannot get it working again and it's driving me insane.

0_o

Re: PS4 Issue with gimx beta

Posted: Wed Mar 05, 2014 8:18 pm
by Matlo
What Ubuntu version are you using?

Re: PS4 Issue

Posted: Sat Mar 08, 2014 7:58 pm
by hellwarrior
hi
i pull last gimx from repo, use root for everyting (even if it's unnecessary) and use only one bluetooth dongle (i believe this is what's described in the wiki)
error changed to this:

Code: Select all

ioctl HCIGETCONNINFO: No such file or directory
i am using ubuntu 13.10.

you can find how i try to install here:
http://www.koray.name.tr/?p=140

Re: PS4 Issue

Posted: Sat Mar 08, 2014 9:29 pm
by Matlo
You can clear the master and the link key that are stored in the teensy, it will make the ps4 generate a new link key:

Code: Select all

ds4tool -m 00:00:00:00:00:00
Don't use root permissions when it's not necessary.

Re: PS4 Issue

Posted: Sat Mar 08, 2014 11:24 pm
by hellwarrior
hi,
i did it as you say,

Code: Select all

koray@koray-ubuntu:~/gimx/GIMX$ ds4tool -m 00:00:00:00:00:00


koray@koray-ubuntu:~/gimx/GIMX$ ds4tool -s 00:1A:7D:DA:71:0F
Current Bluetooth master: 00:00:00:00:00:00
Current Bluetooth Device Address: 00:1A:7D:DA:71:0F
Current link key: 00000000000000000000000000000000
Setting slave bdaddr to 00:1A:7D:DA:71:0F
but error stays the same

Code: Select all

ioctl HCIGETCONNINFO: No such file or directory
error writing ps4 sdp

Re: PS4 Issue

Posted: Mon Mar 10, 2014 5:32 pm
by Matlo
Does your ps4 turn on when you start the ds4?

Re: PS4 Issue

Posted: Mon Mar 10, 2014 6:59 pm
by hellwarrior
yes indeed.
it DOES turn on ps4 if it's off.

i can prepare a short video if it helps.