Page 4 of 10

Re: ps4 gimx progress?

Posted: Wed Mar 05, 2014 12:37 pm
by Matlo
Did you compile GIMX from the sources?
Maybe you missed the following detail?
When typing the git command line, replace 'master' with 'dev'.

Re: ps4 gimx progress?

Posted: Wed Mar 05, 2014 12:45 pm
by cvp
good quetion... i try it now again:

but now i get this massage:
option -t with value `DS4'
option -c with value `Battlefield3_PS3_3.xml'
option -b with value `B0:05:94:3D:xx:xx'
bind: Die Adresse wird bereits verwendet #translation: the adress is alrady in use
Can't initialize btds4.
connector_init failed

do i need now config again from begin?

thanks for the fast answer :)

Re: ps4 gimx progress?

Posted: Wed Mar 05, 2014 12:54 pm
by inviictzz-_-
Hi matlo congratulations for your great job!!!! but im confussed maybe you can help me im using ubuntu 13.10 i did the steps about the sources gimx but i have problems i cant edit config panel (freezing) i dont understand this part "When typing the git command line, replace 'master' with 'dev" i copy and paste every command line to the terminal and when i apply "sudo make install" its nothing happends. thx matlo

Re: ps4 gimx progress?

Posted: Wed Mar 05, 2014 12:58 pm
by Matlo
@cvp
The bluetooth service has to be stopped before starting GIMX (this allows GIMX to get incoming connections):
sudo service bluetooth stop
sudo hciconfig hci0 up pscan

Re: ps4 gimx progress?

Posted: Wed Mar 05, 2014 1:13 pm
by cvp
option -t with value `DS4'
option -c with value `Battlefield3_PS3_3.xml'
option -b with value `B0:05:94:3D:xx:xx'
using default refresh period: 10.00ms
ioctl HCIGETCONNINFO: Datei oder Verzeichnis nicht gefunden #Translation: File or folder not found
error writing ps4 sdp
connection failed: Verbindungsaufbau abgelehnt #Translation: Connection rejected
can't connect to control psm
connection failed: Verbindungsaufbau abgelehnt #Translation: Connection rejected
can't connect to interrupt psm

Re: ps4 gimx progress?

Posted: Wed Mar 05, 2014 2:35 pm
by Wurstwasser
Hi,
I'm currently trying to get GIMX for PS4 to work. I already checked out the dev branch and compiled it. Now I'm trying to use the guide for the pairing process and i have a question.
Is one bluetooth dongle enough or do you need two dongles to get this to work?
I read in one of your posts that one dongle isn't enough but the guide only uses the BD Adress of one dongle. So it seems it is paired with the DS4 and the PS4!?

Also I'm using the Laird BT-820 dongle which has a CSR8510 A10 chipset.

Re: ps4 gimx progress?

Posted: Wed Mar 05, 2014 3:25 pm
by Matlo
@inviictzz-_-

You need to click on the "Development_on_Linux" link.

@cvp

Did you pair the dongle with the DS4 and the PS4, as explained on the wiki page?
Be careful not to miss a single instruction.

@Wurstwasser

The current solution works with a single dongle, and a report frequency of 100Hz.

Re: ps4 gimx progress?

Posted: Wed Mar 05, 2014 4:40 pm
by Wurstwasser
Hm i tried with two CSR8510 dongles (Laird BT-820 and a noname CSR8510 Bluetooth 2.1 dongle) and always get a timeout error:

Code: Select all

gimx -t DS4 -c BF3.xml -b B0:05:94:4D:79:D2
option -t with value `DS4'
option -c with value `BF3.xml'
option -b with value `B0:05:94:4D:79:D2'
using default refresh period: 10.00ms
connection failed: Die Wartezeit für die Verbindung ist abgelaufen
can't connect to control psmconnection failed: Die Wartezeit für die Verbindung ist abgelaufen
can't connect to interrupt psm
"Die Wartezeit für die Verbindung ist abgelaufen" = connection timeout

Could the dongle be the problem? Which one are you using? Could this one work: http://www.amazon.fr/gp/product/B00F0CG ... =computers

EDIT: I also noticed that i had to clear the EEPROM of my teensy2.0 to get a new link key from the PS4.

Also i'm running Ubuntu 12.04.4 (64bit) with kernel 3.11.0-17-generic

Re: ps4 gimx progress?

Posted: Wed Mar 05, 2014 5:57 pm
by Matlo
A connection timeout can indicate either a wrong PS4 bdaddr or a wrong PS4 link key.

You should use Ubuntu 13.10 or Linux Mint 16.

Re: ps4 gimx progress?

Posted: Wed Mar 05, 2014 6:07 pm
by Wurstwasser
So the dongle is OK?
I'm pretty sure 12.04.4 uses the same kernel as 13.10. The PS4 bdaddr should be right as the PS4 turns on when i start GIMX. The PS4 link key is the one that the teensy reports.

I will test 13.10 and see if that helps.