diff options
author | GuzTech <GuzTech@users.noreply.github.com> | 2015-03-19 01:28:13 +0100 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-03-18 20:16:44 -0700 |
commit | 8acda77289aee8de5c0367fcb79f7599ac9ff5be (patch) | |
tree | 3c93f7e99cffec7f2506d9909798019621334c80 | |
parent | 52a8433394e607b784c57985425355b321a5ba51 (diff) | |
download | novena-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>
-rw-r--r-- | tasks.rst | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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 --------------------------- |