aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2015-01-11 04:16:39 +0000
committerbnewbold <bnewbold@robocracy.org>2015-01-10 21:53:18 -0800
commitaf3cbea56b894b1578053a840c6caf03fda1d1e7 (patch)
tree788667e06bd61ed640341b7e1ae50c10c92d801d
parent16a016dd439e288c2601df315e59b4690552570d (diff)
downloadnovena-guide-af3cbea56b894b1578053a840c6caf03fda1d1e7.tar.gz
novena-guide-af3cbea56b894b1578053a840c6caf03fda1d1e7.zip
quickstart-board: improved wifi instructions
-rw-r--r--quickstart-board.rst19
1 files changed, 9 insertions, 10 deletions
diff --git a/quickstart-board.rst b/quickstart-board.rst
index a539385..6b6db71 100644
--- a/quickstart-board.rst
+++ b/quickstart-board.rst
@@ -95,19 +95,18 @@ automatically. Test the connection with::
**Configure WiFi Networking**
-.. warning:: The below isn't really a great way of doing things (and hasn't
- actually been confirmed to work), it's just a quick way to test.
+Install packages (over the wired connection); be sure to add your user to the
+netdev group when prompted::
-.. TODO:: closed wifi hotspot, passwords
+ sudo apt-get install wireless-tools iw wicd-curses
-Install packages (over the wired connection)::
+Run ``wicd-curses`` to connect to a wireless access point. You should be
+presented with a list of detected stations; hit enter to connect to a station,
+or right arrow and then scroll down to enter a WPA/WPA2 password (if
+necessary).
- sudo apt-get install wireless-tools iw
-
-Connect to an open network named, eg, "31C3-open-legacy"::
-
- sudo iw dev wlan0 connect 31C3-open-legacy
- sudo dhclient wlan0
+You could also install ``network-manager`` instead of ``wicd`` and use the
+``nmtui`` command to connect to networks and manage wired networking as well.
**After networking is configured**