Skip to content

Instantly share code, notes, and snippets.

@simonfontana
Last active September 24, 2020 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonfontana/e6bf918120d0fa6559c56b0110f53e80 to your computer and use it in GitHub Desktop.
Save simonfontana/e6bf918120d0fa6559c56b0110f53e80 to your computer and use it in GitHub Desktop.

Use Xbox Wireless Controller on Ubuntu

Install blueman.

sudo apt install blueman

Install sysfsutils.

sudo apt install sysfsutils

Edit /etc/sysfs.conf, add this line at the end of the file:

/module/bluetooth/parameters/disable_ertm=1

Write the following to file:

sudo -i
echo 1 > /sys/module/bluetooth/parameters/disable_ertm

Restart.

All of the above steps may not be needed. Not sure which one did the trick so I just wrote down all of them.

Open blueman-manager and add the controller.

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment