Bluetooth Keyboard

If you wish to install the drivers mentioned by @Dwaff, I think the easiest way is to do the following:

  1. Open a terminal and use a text editor like nano to open /etc/apt/sources.list using the command
    sudo nano /etc/apt/sources.list
  2. Add the line
    deb http://http.us.debian.org/debian stable main contrib non-free
  3. Save the file. If using nano, save the file with CTRL+O, then exit with CTRL+X
  4. Run sudo apt update
  5. Then you can run sudo apt install firmware-atheros

I think that should then allow Bluetooth to work (possibly after a restart). I haven’t tested it though.

4 Likes