Xbox controller bluetooth pairing

I would like to pair my xbox controller in my laptop but it apears “paired” but at the same time it apears “disconected” in the bluetooth settings.

What should i do?

Something that would help us a lot to understand the problem would be this:

  1. Open the application called ‘Terminal’
  2. In this application run the command:

eos-diagnostics

  1. The above command will create a file with the information of your system (example: eos-diagnostic-160614_111731_UTC + 0100.txt); Send us this file so we can analyze and see a possible solution

eos-diagnostic-201205_193805_UTC-0300.txt (2,3 MB)

Here it is

Before you can pair a XBox One Bluetooth controller, you need to execute the following command:

cat << EOF | sudo tee /etc/modprobe.d/bluetooth.conf
options bluetooth disable_ertm=Y
EOF

(just copy the whole three lines into a Terminal). Verify if the above worked, by issuing the following command after a reboot:

cat /sys/module/bluetooth/parameters/disable_ertm

If the output is ‘Y’, you should be able to pair the controller now.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.