So I am trying to get Xbox gamepass cloud gaming on my laptop but it is unplayable cause every time I go to play a game it says unsupported wifi (It did not do that on windows) and It works just fine on my iPhone and on my School Mac. What I think it is my wifi card and the os itself.
My Device: Hp 15-db0015dx
OS: Zorin OS 16 Core
Wifi Card: Realtek RTL8723DE 802.11b/g/n (1x1) and Bluetooth® 4.2 combo
DeanG
29 November 2022 13:52
2
It's apparently a known bug
opened 01:51AM - 04 Sep 22 UTC
closed 07:56AM - 06 Sep 22 UTC
bug
platform:linuxbsd
needs testing
topic:input
### Godot version
v3.5.stable.official [991bb6ac7]
v4.0.alpha15.official [43… 2b25d36]
### System information
Ubuntu 22.04, Xbox One Gamepad w/ Microsoft Wireless Receiver
### Issue description
The input map for the Xbox One wireless controller (using the Microsoft official wireless adapter and xone driver) is incorrect on Godot 3.5 / 4.0 Alpha 15 and Ubuntu 22.04 Linux.
https://github.com/medusalix/xone
For example, pressing the left trigger is detected as the right analog stick. You can see the image from Godot 4.0, where I have pressed the Right stick left/right, but it is shown as Right stick up/down (but in actuality, the real physical button is the Left trigger).

The gamepad is correctly detected and mapped normally on this site, Steam games also work fine:
https://gamepad-tester.com/

Though the xpadneo driver did work previously (at least with Godot 3.4), it doesn't properly support the new Microsoft wireless dongle or the newer firmware for the controller (which I already updated to). Also, I have many wireless devices, and I cannot use Bluetooth due to interference. Wired also does not work with the xone driver, so the issue does not appear to be related to wireless. The bug is specific to using the Xbox gamepad with the xone driver via the MS dongle.
### Steps to reproduce
Uninstall any other Xbox drivers you have on Linux and install this one:
https://github.com/medusalix/xone
Use any standard Xbox One gamepad controller and the newer model of the Microsoft wireless dongle.
https://www.amazon.com/Microsoft-Xbox-Wireless-Adapter-Windows-one/dp/B00ZB7W4QU
Load up Godot 3.5 or 4.0 Alpha 15 and set mappings for Right Analog Left and Right Analog Right to the name "left" and "right".
~~~
func _process(_delta):
print(Input.get_axis("left", "right"))
~~~
See that they don't work when printing the axis from the project.
### Minimal reproduction project
[XboxMap.zip](https://github.com/godotengine/godot/files/9483652/XboxMap.zip)
Always best to do a simple google search when you run into a problem like this first. There were a ton more threads in my search of: "xbox unsupported wifi ubuntu"
As I don't play games nor use an xbox I didn't go through them all nor read them all, so a fix may be in there someplace for you.
system
Closed
27 February 2023 13:53
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.