Search found 16 matches

by m121
Thu Jan 31, 2019 10:11 am
Forum: General Discussion
Topic: Raspberry pi default controller driver messes up the ps3/ controller
Replies: 5
Views: 6841

Re: Raspberry pi default controller driver messes up the ps3/ controller

On recent kernel (>=4.13), ds3 is seen as a mouse. You can launch this command to disable it:

/usr/bin/xinput set-prop 'Sony PLAYSTATION(R)3 Controller' 'Device Enabled' 0
by m121
Fri Jan 25, 2019 7:57 pm
Forum: General Discussion
Topic: use GIMX on PS4 after factory reset (DS4 on usb and ps button)
Replies: 11
Views: 16896

Re: use GIMX on PS4 after factory reset (DS4 on usb and ps button)

So, I was confirmed that step 8 is good (no authentication in emups4pairing). It also seems that without authentication, the emulated controller can work a few time before being rejected by the ps4. It could be sufficient to achieve steps 2 to 4. Thus, I made a quick try with a linux gadget fs versi...
by m121
Thu Jan 24, 2019 11:13 am
Forum: General Discussion
Topic: use GIMX on PS4 after factory reset (DS4 on usb and ps button)
Replies: 11
Views: 16896

Re: use GIMX on PS4 after factory reset (DS4 on usb and ps button)

Hi Godlike and thanks for your answer. As I said maybe we do not understand each other. Could you please argue your answer? It seems to refer to my step 8, where I think that there is no need for authentication for pairing. I am saying that because I read emups4pairing code (have you read it?) and a...
by m121
Thu Jan 24, 2019 10:55 am
Forum: General Discussion
Topic: use GIMX on PS4 after factory reset (DS4 on usb and ps button)
Replies: 11
Views: 16896

Re: use GIMX on PS4 after factory reset (DS4 on usb and ps button)

ok maybe we are not understanding each other, or maybe I do not understand very well how gimx works with ps4 in bluetooth, or my english is bad... I will try to sum up my questions and findings. Please let me know at which steps I am wrong 1- I bought a PS4 which has been factory reseted; I do not h...
by m121
Wed Jan 23, 2019 12:50 pm
Forum: General Discussion
Topic: use GIMX on PS4 after factory reset (DS4 on usb and ps button)
Replies: 11
Views: 16896

Re: use GIMX on PS4 after factory reset (DS4 on usb and ps button)

Thanks Matlo and GoDlike. I know and understand we need a DS4 for authentication and normal use. My question is just regarding the very first step when PS4 has been factory reseted and ask for a USB DS4 (maybe for pairing). If I read emups4pairing, there is no need of authentication for pairing: (or...
by m121
Wed Jan 23, 2019 10:59 am
Forum: General Discussion
Topic: use GIMX on PS4 after factory reset (DS4 on usb and ps button)
Replies: 11
Views: 16896

Re: use GIMX on PS4 after factory reset (DS4 on usb and ps button)

Hi, thanks for your answer.
Where do you see this in emups4pairing firmware? There is no serial connection at all with gimx pc software and no spoofing.
by m121
Wed Jan 23, 2019 9:56 am
Forum: General Discussion
Topic: use GIMX on PS4 after factory reset (DS4 on usb and ps button)
Replies: 11
Views: 16896

use GIMX on PS4 after factory reset (DS4 on usb and ps button)

Hi, I recently bought a cheap ps4 (because it is banned) but without ds4. It has been factory reset by the seller and now when I power it on, it is asking to plug a ds4 controller with usb cable and press the ps button (it seems to be the normal procedure after factory reset). Right now, I just want...
by m121
Sun Oct 21, 2018 3:39 pm
Forum: Development
Topic: trying to port EMUPS3 firmware to linux with usb OTG
Replies: 8
Views: 13293

Re: trying to port EMUPS3 firmware to linux with usb OTG

same "problem" with the last stable kernel (4.18.16); packets are discarded...
by m121
Sat Oct 20, 2018 3:45 pm
Forum: Development
Topic: trying to port EMUPS3 firmware to linux with usb OTG
Replies: 8
Views: 13293

Re: trying to port EMUPS3 firmware to linux with usb OTG

so I have made some progress! Firstly, I misunderstood the behaviour of the gadgetfs module; it is not answering by itself a message "84 28 5e c7 08 00 00 00" to the ps3 (when ps3 sends 21 09 f5 03 00 00 08 00). I was printing a buffer that was going to be filled by the module (but not yet...
by m121
Wed Oct 17, 2018 9:56 pm
Forum: Development
Topic: trying to port EMUPS3 firmware to linux with usb OTG
Replies: 8
Views: 13293

Re: trying to port EMUPS3 firmware to linux with usb OTG

Thanks Matlo. After a little bit of debugging in the gadgetfs module, it seems that the message 21 09 f5 03 00 00 08 00 from the ps3 (when the ps3 is giving its bth mac address) is directly handled by the module. So the message is not sent to my application and I cannot change the f5 report with the...