This commit is contained in:
Stavros Korokithakis 2023-07-14 11:14:28 +03:00
parent 17e041f2d1
commit df3938b961
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63
3 changed files with 19 additions and 0 deletions

View File

@ -45,5 +45,6 @@
- [Black pills](software/black-pills.md)
- [Getting VoWiFi working on Xiaomi.eu](software/getting-vowifi-working-on-xiaomi-eu.md)
- [Monero GUI syncing stuck with Ledger](software/monero-gui-syncing-stuck-with-ledger.md)
- [Pairing the Xbox One controller in Linux](software/pairing-the-xbox-one-controller-in-linux.md)
- [Resetting TP-Link Powerline plugs](software/resetting-tp-link-powerline-plugs.md)
- [Test and format SD cards](software/test-and-format-sd-cards.md)

View File

@ -5,5 +5,6 @@ Click on a link in the list below to go to that page:
1. [Black pills](../../software/black-pills.html)
1. [Getting VoWiFi working on Xiaomi.eu](../../software/getting-vowifi-working-on-xiaomi-eu.html)
1. [Monero GUI syncing stuck with Ledger](../../software/monero-gui-syncing-stuck-with-ledger.html)
1. [Pairing the Xbox One controller in Linux](../../software/pairing-the-xbox-one-controller-in-linux.html)
1. [Resetting TP-Link Powerline plugs](../../software/resetting-tp-link-powerline-plugs.html)
1. [Test and format SD cards](../../software/test-and-format-sd-cards.html)

View File

@ -0,0 +1,17 @@
# Pairing the Xbox One controller in Linux
Sometimes, the Xbox One controller won't pair in Linux, instead connecting and disconnecting rapidly. To fix that:
* Install [xone](https://github.com/medusalix/xone).
* Disable ERTM:
`echo 'Y' | sudo tee /sys/module/bluetooth/parameters/disable_ertm`
* Pair!
That should be all that's required, your controller should now be paired.
* * *
<p style="font-size:80%; font-style: italic">
Last updated on July 14, 2023. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>