RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Xbox One controller via Bluetooth

    Scheduled Pinned Locked Moved Help and Support
    xbox wirelessbluetoothcontroller
    42 Posts 22 Posters 96.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Angry_Bucket
      last edited by Angry_Bucket

      This thread has 67 THOUSAND views! This seems to be a popular controller, is it just not being used by the people who matter?

      1 Reply Last reply Reply Quote 1
      • K
        kingbubbs
        last edited by

        Hi peeps, first post on here after getting my Pi yesterday.

        So, Xbox One S controllers eh, who knew they would be so much trouble? I've been tearing my hair out since yesterday, but found a solution to my issue, so hopefully someone else will find this post helpful!

        It's been well documented that in order to pair or connect a modern Xbox One S controller (bluetooth) you have to disable the ertm option, and I'd had success when running this from the command line after boot up...

        sudo bash -c 'echo 1 > /sys/module/bluetooth/parameters/disable_ertm'
        cat /sys/module/bluetooth/parameters/disable_ertm
        (the second command will return 'Y' when ertm is disabled, and 'N' when still enabled)

        However I could not get it to persist using the suggested method i.e. adding it to /opt/retropie/configs/all/autostart.sh directly before the 'emulationstation #auto' line, so I would have to log in with puTTY and run the command manually every single time I wanted to use the Xbox controller! (super annoying).

        So, happily I finally found another way to disable ertm for bluetooth.

        1. Create a new file using nano...
          sudo nano /etc/modprobe.d/bluetooth.conf

        2. Add a single line to the new file...
          options bluetooth disable_ertm=Y

        3. Exit nano, saving the file in the process.

        For reference, I'm using the latest release of Raspbian Stretch and RetroPie at time of going to press (December 2018), on a Pi 3 Model B+.

        1 Reply Last reply Reply Quote 2
        • First post
          Last post

        Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

        Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.