aboutsummaryrefslogtreecommitdiffstats
path: root/tasks.rst
diff options
context:
space:
mode:
authorGuzTech <GuzTech@users.noreply.github.com>2015-03-19 01:28:13 +0100
committerbnewbold <bnewbold@robocracy.org>2015-03-18 20:16:44 -0700
commit8acda77289aee8de5c0367fcb79f7599ac9ff5be (patch)
tree3c93f7e99cffec7f2506d9909798019621334c80 /tasks.rst
parent52a8433394e607b784c57985425355b321a5ba51 (diff)
downloadnovena-guide-8acda77289aee8de5c0367fcb79f7599ac9ff5be.tar.gz
novena-guide-8acda77289aee8de5c0367fcb79f7599ac9ff5be.zip
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 <bnewbold@robocracy.org>
Diffstat (limited to 'tasks.rst')
-rw-r--r--tasks.rst24
1 files changed, 24 insertions, 0 deletions
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 <tab>
+
+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 <tab>
+ trust <tab>
+ default-agent
+ quit
+
Creating a WiFi Hostspot
---------------------------