| 1 | | This is a test. |
|---|
| | 1 | This is a basic overview on setting up usb wifi devices on the OSWALD. |
|---|
| | 2 | |
|---|
| | 3 | The OSWALD uses a network manager called wicd, and to use it, we first have to automatically enable the daemon at boot. |
|---|
| | 4 | |
|---|
| | 5 | {{{ |
|---|
| | 6 | update-rc.d wicd defaults |
|---|
| | 7 | }}} |
|---|
| | 8 | |
|---|
| | 9 | Reboot the device using the power switch, and you should see the message: |
|---|
| | 10 | {{{ |
|---|
| | 11 | Starting wicd daemon |
|---|
| | 12 | }}} |
|---|
| | 13 | |
|---|
| | 14 | First, veryify that your wifi chipset is currently supported on the OSWALD. Then, connect the usb wifi adapter to one of the usb A ports on the device. |
|---|
| | 15 | |
|---|
| | 16 | You should now be able to launch the Wicd Network manager under the 'Other' directory on the desktop. |
|---|
| | 17 | |
|---|
| | 18 | The list of available networks should appear, find your wifi network, and click 'Connect'. |
|---|
| | 19 | |
|---|
| | 20 | That's it! You should now have network connectivity. |
|---|
| | 21 | |
|---|
| | 22 | TODO (automatically join saved networks on boot, configure wicd using only the cli) |