atar-axis / xpadneo

Advanced Linux Driver for Xbox One Wireless Controller (shipped with Xbox One S)
https://atar-axis.github.io/xpadneo/
GNU General Public License v3.0
1.92k stars 111 forks source link

wierd mapping #306

Closed random404-bot closed 2 years ago

random404-bot commented 3 years ago

Version of xpadneo

last one dl with git clone but same behaviour on aur

Controller Model

xbox one S controller

Connection mode

Bluetooth connection

Installed Software

Severity / Impact

Describe the Bug

the mapping is all over the place on sdl2. I test with gamepad-tool and evry time i delte reconnect the controller i have another mapping. I achive to fix it by delete all line inside the modprobe/xpadneo.conf and after that all the mapping is now correct. This weird mapping behavious is ony on steam and wine as far i have tested. Emulator run without mapping issue even when i have those issue.

Steps to Reproduce

install xpadneo connect the controller

Expected Behavior

no mapping issue

Screenshots / GIFs / Videos

System Information

# uname -a
5.13.5-1-MANJARO #1 SMP PREEMPT Mon Jul 26 07:43:29 UTC 2021 x86_64 GNU/Linux
# xxd -c20 -g1 /sys/module/hid_xpadneo/drivers/hid:xpadneo/0005:045E:*/report_descriptor | tee >(cksum)

Controller and Bluetooth Information

Additional Context

im gonna try to reproduce my issue to complete more the report. after delete all line in /etc/modprobe.d/xpadneo i have no longer those issue. Sorry for the uncomplete report. It's just i can't undersatnd how delete the content of a file solve my issue

kakra commented 3 years ago

It's just i can't undersatnd how delete the content of a file solve my issue

Depends on the contents of that file... But usually it should have no impact.

Except it prevents xpadneo to be loaded for your controller at all. What does dmesg log when you connect the controller with and without the modprobe file?

no-response[bot] commented 2 years ago

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

Zeioth commented 2 years ago

I'd re-open this issue, or add it to the readme, because deleting /etc/modprode.d/xpadneo fixed the wrong mappings for me too.

kakra commented 2 years ago

Then you're probably no longer using xpadneo, there's nothing in that file that affects mapping inside xpadneo...