-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
how to get switch controller to work #127
Comments
Hello @FeyrisTan Do you have The current gamepad detected algorithm is not perfect and will be reworked to use udev in the future. See #16 . |
[joystick] is in the services file. /dev/input has: tried it with usb as well but same result. but it does work in "normal" xbox mode just not in switch mode. |
Can you check the permission bits in the Also you can try running the strace to check if there is a some kind of path that is missing. |
strace: https://privatebin.net/?3aff5c4399c1a7ee#7Hrn9uEiAFvZJYibgcnfJB7U3fVNqeU724vP8PxKXV2m and ls -l in /dev/input:
|
Looks like only Meanwhile you can try passing the missing |
Meaning like this?
because that does not work |
Like this: [debug]
raw_bwrap_args = [
"--dev-bind", "/dev/input/event27", "/dev/input/event27",
"--dev-bind", "/dev/input/event28", "/dev/input/event28",
] See bwrap man page. |
That does the trick! Ty for your help! |
Ah ofc there is still something not working.. |
Do they have their own |
I only see event27 and 28 being added when connecting the controller |
Can you run |
|
Hmmm... Maybe try adding the |
that did not work |
Output of
bubblejail --version
0.9.1
Your distro name and version
Arch Linux
Description
Controller: 8bitdo pro 2 bluetooth
Simply enabling Joysticks and gamepads is not enough. For example if I have an emulator setup with bubblejail it can see my controller in xbox mode but not in switch mode. Everything works fine outside of bubble.
The text was updated successfully, but these errors were encountered: