-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat: Add xone and xpad-noone drivers #314
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, you should not remove xpadneo as you will cut Bluetooth Xbox One gamepad support than.
We should combine all 3 of these: xpadneo, xone & xpad-noone
Does xpadneo not conflict with xone/xpad? |
Xone conflicted with xpad before, now it doesn't since you added xpad-noone Xpadneo had no issues I don't have those gamepads to test, I'm just looking at their github. Only xpadneo covers Bluetooth Xbox One gamepads as far as I see. |
It's restored now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! I can test anytime... I'm willing to merge first and test on an official build if others are.
+1 to that, let's try it. |
I'll be testing on my AMD machine so I can test as soon as this |
Unfortunately, I have not been able to get my xbox one controller working (wired) since this has been merged. As prescribed, I made sure to install the latest drivers on Windows (through Xbox-Accessories). I even went so far as to reinstall Silverblue entirely in hopes of remedying the issue, but alas. Even rebasing from my custom image (startingpoint) to silverblue-main, bazzite-gnome and bluefin didn't solve it. Eventually, I got somewhat desperate and decided to brute-force it. The following has finally resolved it for me, but I can't shake off how wrong this feels:
I tried simply uninstalling xone etc on my device, but to no avail. That's why I succumbed to the aforementioned inelegant solution. I'm sure a far more elegant solution exists. But this is my workaround till then 😅. |
That IS frustrating, so thank you for coming back to report your workaround. Did you ever get any logs about the problem? Running Without logs the primary culprit I would expect here is SecureBoot enabled on an AMD machine which didn't otherwise require loading the universal blue MOK with |
[Sun Sep 3 17:51:19 2023] usb 1-2: new full-speed USB device number 6 using xhci_hcd
Bullseye 👏 ! Thank you for your input! Much appreciated! I'll revert my image back to how it used to be 😄 ! As the kernel modules are enabled by default, is it perhaps worthwhile to mention the importance of the |
No description provided.