Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
engineering:computer_science:linux:gaming:xbox_controller_over_bluetooth_linux [2024/08/16 13:56] – removed - external edit (Unknown date) 127.0.0.1 | engineering:computer_science:linux:gaming:xbox_controller_over_bluetooth_linux [2024/08/16 13:56] (current) – ↷ Links adapted because of a move operation carlossousa | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Connect XBox Controller over Bluetooth in Linux ====== | ||
+ | |||
+ | Part of [[engineering: | ||
+ | |||
+ | ===== Overview: ===== | ||
+ | |||
+ | * Make sure you your bluetooth adapter is detecting bluetooth devices of any kind eg: your smartphone is visible and it's found | ||
+ | * Use " | ||
+ | * If not, but the controller is connected, " | ||
+ | |||
+ | ===== How To: ===== | ||
+ | |||
+ | * Install " | ||
+ | * Using " | ||
+ | * To start pairing on the Controller, press and hold the button that is in between the L/R triggers until the light flashes rapidly | ||
+ | * If you are connected, use " | ||
+ | * install " | ||
+ | * If you are on an older firmware (pre 5.12) you might need to disable ERTM (Enhanced Re-Transmission Mode) | ||
+ | * Temporarily: | ||
+ | * sudo -i | ||
+ | * echo 1 > / | ||
+ | * exit | ||
+ | * sudo systemctl restart bluetooth | ||
+ | * Permanently | ||
+ | * sudo nano / | ||
+ | * options bluetooth disable_ertm=Y | ||
+ | |||
+ | ===== Extra help: ===== | ||
+ | |||
+ | If you require a bluetooth gui helper for connecting and making sure it's working, you can't go wrong with " | ||
+ | |||
+ | This can help in identifying issues in case you can't detect anything, and you are not sure if the issue is on the XBox controller or in your Bluetooth adapter. | ||
+ | |||
+ | ===== Tested with: ===== | ||
+ | |||
+ | TP-Link U500 - Not working as of 20/01/2022. | ||
+ | |||
+ | TP-Link UB400 - Working | ||
+ | |||