Results 1 to 3 of 3

Thread: Bluetooth firmware load... doesn't

  1. #1
    Join Date
    May 2017
    Beans
    36

    Bluetooth firmware load... doesn't

    PHP Code:
    bluetooth hci0Direct firmware load for rtl_bt/rtl8821a_config.bin failed with error -
    This isn't the end of the world, I don't want Bluetooth on, not ever. How do I stop the system trying to load this please?

  2. #2
    Join Date
    May 2014
    Location
    /home
    Beans
    10,929
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Bluetooth firmware load... doesn't

    Blacklist the btusb module with
    Code:
    echo "blacklist btusb" | sudo tee /etc/modprobe.d/bluetooth.conf

  3. #3
    Join Date
    May 2017
    Beans
    36

    Re: Bluetooth firmware load... doesn't

    Worked perfectly. Thank you.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •