From 8acda77289aee8de5c0367fcb79f7599ac9ff5be Mon Sep 17 00:00:00 2001 From: GuzTech Date: Thu, 19 Mar 2015 01:28:13 +0100 Subject: Add bluetooth keyboard directions to tasks.rst Added section on how to pair with a bluetooth keyboard and verified that it works. [bnewbold: modified commit title] Signed-off-by: bnewbold --- tasks.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'tasks.rst') diff --git a/tasks.rst b/tasks.rst index 349a0ef..9c57136 100644 --- a/tasks.rst +++ b/tasks.rst @@ -114,6 +114,30 @@ Flashing Factory Image to microSD Card Pairing a Bluetooth Keyboard ------------------------------- +First you need to install the ``firmware-atheros`` package followed by a reboot:: + + sudo apt-get install firmware-atheros + +After rebooting, you need to enable bluetooth and pair it with your keyboard:: + + bluetoothctl -a + power on + scan on + +If everything goes correctly, your bluetooth keyboard should be listed:: + + pair + +Pressing tab will auto-complete for you (if a bluetooth device has been +found). A number will appear on your screen which you need to type on +your keyboard and press enter. Now you can connect to your keyboard and +trust it so that in the future the keyboard will be connected to automatically:: + + connect + trust + default-agent + quit + Creating a WiFi Hostspot --------------------------- -- cgit v1.2.3