Kai Krakow

Results 1209 comments of Kai Krakow

> ``` > [ 288.007132] xpadneo 0005:045E:02FD.0004: controller quirks: 0x00000095 > ``` Try `rmmod hid-xpadneo && modprobe hid-xpadneo quirks=98:b6:ea:40:7b:c0-128`, it should then say `0x00000015` for quirk flags in dmesg. Retry...

Please re-open, if the latest commit doesn't fix your problem.

> ``` > [13143.056812] input: Microsoft X-Box 360 pad 0 as /devices/virtual/input/input53 > [13222.335680] input: Microsoft X-Box 360 pad 0 as /devices/virtual/input/input54 > [13535.936438] input: Microsoft X-Box 360 pad 0...

Then please turn the controller off and reboot the system, so we end up with a clean initial state. Now run `udevadm monitor -p | tee udevadm.log` and turn the...

Is it possible that only the first connect after a reboot ends up in the `hid-microsoft` driver and successive connections properly use `hid-xpadneo`? If yes, please try adding the following...

Maybe something is working concurrently on your system and races... Is `hid-microsoft` compiled in or is it a module?

No, it's compiled as a module (but yes, as part of the kernel distribution, IOW, not an external module), otherwise it would say: ``` filename: (builtin) ... ``` So if...

One other thing, please check if this file (https://github.com/atar-axis/xpadneo/blob/master/hid-xpadneo/etc-modprobe.d/xpadneo.conf) has been installed in these directories without duplicates, and identical contents: 1. `/usr/lib/modprobe.d` or 2. `/etc/modprobe.d` It should ensure that `hid-xpadneo`...

Current xpadneo is not compatible with Steam Input, you should disable Xbox controller support in Steam. That being said, the documentation is wrong about this, I forgot to change it:...

> Changing the binding to `KEY_F12` is smart as it is the default shortcut for a screenshot in Steam Yes, that was the idea behind that change for upcoming v0.10....