thestr4ng3r / chiaki

Moved to https://git.sr.ht/~thestr4ng3r/chiaki - Free and Open Source PS4 Remote Play Client
https://git.sr.ht/~thestr4ng3r/chiaki
2.18k stars 369 forks source link

Controller not connecting #43

Open Jonzuih opened 4 years ago

Jonzuih commented 4 years ago

Hi there,

Now this most likely has nothing to do with the app itself but I can't seem to be able to get any input from the controller to the Remote Play app.

Playing on Linux Pop_OS

DSchndr commented 4 years ago

Install ds4drv (run it in hidraw mode if you want to use usb)

smvoss commented 4 years ago

I seem to be having the same issue, latest release, using ds4drv --hidraw.

I see the following:

[I] Controller 2 opened: "PS4 Controller"

And using jtest /dev/input/js0 my controller reacts as expected, but I cannot transfer the controller into the ps4 remote view.

perj commented 4 years ago

It appears ds4drv does not work too well on new kernels. As per https://www.reddit.com/r/linux_gaming/comments/6rxhj8/what_happened_with_the_dualshock_4_and_the_new/ this kind of works:

SDL_GAMECONTROLLERCONFIG='050000004c050000c405000000810000,PS4 Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2' ./Chiaki-v1.1.3-Linux-x86_64.AppImage

Unfortunately it's a bit to sensitive though and will send you off all the way to the right of your home menu from a firm right press.

Rodrigo-Barros commented 4 years ago

I seem to be having the same issue, latest release, using ds4drv --hidraw.

I see the following:

[I] Controller 2 opened: "PS4 Controller"

And using jtest /dev/input/js0 my controller reacts as expected, but I cannot transfer the controller into the ps4 remote view.

hey @smvoss I did like You said: ds4drv --hidraw and now I can connect and control my ps4 with bluetooth support, thanks. the only problem is that home button is strange sometimes works, and sometimes not.

I tested on windows and the home button is working normal.