From df3938b961d6f6d8cb950f079670e8bd7ef834ee Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Fri, 14 Jul 2023 11:14:28 +0300 Subject: [PATCH] Updates --- content/SUMMARY.md | 1 + content/software/index.md | 1 + .../pairing-the-xbox-one-controller-in-linux.md | 17 +++++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 content/software/pairing-the-xbox-one-controller-in-linux.md diff --git a/content/SUMMARY.md b/content/SUMMARY.md index 097d4e0..d704759 100644 --- a/content/SUMMARY.md +++ b/content/SUMMARY.md @@ -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) \ No newline at end of file diff --git a/content/software/index.md b/content/software/index.md index 202b728..0c17021 100644 --- a/content/software/index.md +++ b/content/software/index.md @@ -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) diff --git a/content/software/pairing-the-xbox-one-controller-in-linux.md b/content/software/pairing-the-xbox-one-controller-in-linux.md new file mode 100644 index 0000000..c7e58d2 --- /dev/null +++ b/content/software/pairing-the-xbox-one-controller-in-linux.md @@ -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. + +* * * + +

+Last updated on July 14, 2023. For any questions/feedback, +email me at hi@stavros.io. +