PS4 Issue

Need help? Ask here and someone will help
hellwarrior
Posts: 12
Joined: Tue Feb 25, 2014 9:26 pm

PS4 Issue

Post 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
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: PS4 Issue with gimx beta

Post 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.
GIMX creator
hellwarrior
Posts: 12
Joined: Tue Feb 25, 2014 9:26 pm

Re: PS4 Issue with gimx beta

Post 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.
burnblaze
Posts: 3
Joined: Sun Mar 02, 2014 8:59 pm

Re: PS4 Issue with gimx beta

Post 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
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: PS4 Issue with gimx beta

Post by Matlo »

What Ubuntu version are you using?
GIMX creator
hellwarrior
Posts: 12
Joined: Tue Feb 25, 2014 9:26 pm

Re: PS4 Issue

Post 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
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: PS4 Issue

Post 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.
GIMX creator
hellwarrior
Posts: 12
Joined: Tue Feb 25, 2014 9:26 pm

Re: PS4 Issue

Post 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
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: PS4 Issue

Post by Matlo »

Does your ps4 turn on when you start the ds4?
GIMX creator
hellwarrior
Posts: 12
Joined: Tue Feb 25, 2014 9:26 pm

Re: PS4 Issue

Post by hellwarrior »

yes indeed.
it DOES turn on ps4 if it's off.

i can prepare a short video if it helps.
Post Reply