Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

right stick not work. #45

Closed
fengsuxing opened this issue Oct 21, 2024 · 9 comments
Closed

right stick not work. #45

fengsuxing opened this issue Oct 21, 2024 · 9 comments
Labels
bug Something isn't working

Comments

@fengsuxing
Copy link

fengsuxing commented Oct 21, 2024

after fixed problem #40 ,I found that the right stick not work. I tried config rstick_left=
rstick_right=
rstick_up=
rstick_down= with Z, -Z, Rz, -Rz, Rx, -Rx, Ry, -Ry, Slider, -Slider, Dial, -Dial ,all is not work. how to solve this ?

@fengsuxing fengsuxing added the bug Something isn't working label Oct 21, 2024
@fengsuxing fengsuxing changed the title right sticker not work. right stick not work. Oct 21, 2024
@o0Zz
Copy link
Owner

o0Zz commented Oct 21, 2024

According to your HID profile, it should be Z, Rz.
So you could try:

rstick_left=-Z
rstick_right=Z
rstick_up=Rz
rstick_down=-Rz

(Make sure to write it in the correct ini section)

Let me know if it works and please share your final config.ini file (I will integrate your controller to the master branch)

@fengsuxing
Copy link
Author

According to your HID profile, it should be Z, Rz. So you could try:

rstick_left=-Z
rstick_right=Z
rstick_up=Rz
rstick_down=-Rz

(Make sure to write it in the correct ini section)

Let me know if it works and please share your final config.ini file (I will integrate your controller to the master branch)

not working
config.zip

@o0Zz
Copy link
Owner

o0Zz commented Oct 25, 2024

Could you please provide the logs when you move the right stick ?

Procedure:

  • Set log_level=0
  • Reboot the console
  • Plug your controller
  • Move the right stick to any direction (And only the right stick) for 3 seconds
  • Unplug your controller
  • Extract the logs

@o0Zz
Copy link
Owner

o0Zz commented Oct 27, 2024

Any progress on this issue ?

@fengsuxing
Copy link
Author

fengsuxing commented Oct 28, 2024

Any progress on this issue ?

I will try your steps a few days later,since busy these days,device is not with me.sorry

@fengsuxing
Copy link
Author

syscon.zip
at the end of the log I noly move the right stick

@o0Zz o0Zz closed this as completed in 87fc23b Dec 2, 2024
@o0Zz
Copy link
Owner

o0Zz commented Dec 2, 2024

Thank you for the logs it was helpful. I found the root cause of this issue, here is a new version that should fix your issue. Let me know if it works. Thanks
sys-con-1.4.3+7-ATMOSPHERE-1.7.x-1.8.x.zip

@o0Zz o0Zz reopened this Dec 2, 2024
@fengsuxing
Copy link
Author

Thank you for the logs it was helpful. I found the root cause of this issue, here is a new version that should fix your issue. Let me know if it works. Thanks sys-con-1.4.3+7-ATMOSPHERE-1.7.x-1.8.x.zip

it really works!good job! I am curious,what case this problem?

and there is another problem center button(like Xbox Guide Button) not work,i uploaded log.
log.log

@o0Zz
Copy link
Owner

o0Zz commented Dec 3, 2024

Great to hear it works. The problem was an issue in the HID library I used that didn't properly parsed your controller HID report.
Regarding Xbox guide button, unfortunatly, this one will not works for now. This button seems to be map on a 'Media Controller Red Menu Button' which is not supported by sys-con for now. Maybe one day ;) see you

@o0Zz o0Zz closed this as completed Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants