XBOX controller with Linux

 

Photo Credit: https://mattiahub.blogspot.com/

I try this Guide in Linux Debian base, my Linux is Linux Mint 20.3.

1- Install sysfsutils

1.1- Open Terminal

1.2- Write this and press Enter:
sudo apt install sysfsutils

2- Edit /etc/sysfs.conf (as admin), and add line at the end of the file:

2.1- Write this and press Enter:
sudo nano /etc/sysfs.conf

2.2- In the end of the file, copy and paste this:
/module/bluetooth/parameters/disable_ertm=1

3- Save changes (CTRL+X and Enter), and restart computer.