-
Notifications
You must be signed in to change notification settings - Fork 91
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
Working with Model 1914 on Raspberry Pi OS #139
Comments
I wanted to mention I also have the xbox one wireless gamepad (model 1914) with the usb receiver on a raspberry pi with raspberry pi OS and moonlight. Also installed xow. It seems to work well. Like victor, my share button doesn't work and I was missing the same packages. The steam link app recognized the gamepad as xinput, instead of xbox controller. However I don't use the steam link app. I use moonlight instead. Doesn't matter, it works great. Any things I should know about (automatic) updating? |
@Cageman1984 Before I connected the controller to the Raspberry, I had it connected to the Windows 10 machine where Steam was running as a host. There the controller was recognized correctly and after switching to the Raspberry I think Steam "remembered" and recognized it again correctly as a xbox controller. |
Got it working also, on raspbian using steam link; recognized as xinput. |
Haven't tried that yet. I noticed there are some button mismaps. The right stick press is recognized as the guide button. The left stick press is recognized as the right stick press. The left stick press itself seems absent... |
This is due to the share button which MS inserted at an odd location. xow probably needs to remap it to a different bit at the end of the button bitmap. You should try updating the firmware of the controller first, tho. In the past I've seen MS fixing mappings through firmware updates. |
I solved the button mismap problem by disabling the xbox game bar in windows settings. |
I've got exactly the same setup (1914 gamepads, 1790 dongle) on a pi4 with raspbian which is used as a steamlink connecting to a win10 pc. |
Hi toccata. We've got about the same setup indeed. Only i have a Pi3B. My connection stays well, most of the time. On rare occasions the problem you describe occur, but I'm never really sure if it's a powersave function or something like that. I think there are not a lot of specific details I can give, but I'll try. My dongle is directly plugged in the upper left port at the moment, but they have been plugged in different ports as well. The distance to the controller is about two meters, no obstructions. Recently I've switched from regular AA batteries to a Microsoft recharcheable pack. This does not seem to have any (negative) effect. When i just got the controller and tried it for the first time, I used the dongle with an USB extension cable. This resulted in poor performance. That's about all the info I can think of. |
Hi Cageman, |
I was able to successfully pair the 1914,1790 model with the current xow version and all buttons and joysticks were working, except for the share button. The Steam Link App also recognized the controller correctly.
Running Raspberry Pi OS I was missing some packages and needed to execute the following commands to make it work:
sudo apt-get install cabextract
apt install libusb-1.0-0-dev build-essential
The text was updated successfully, but these errors were encountered: