Changes between Version 7 and Version 8 of CSPFL_usbwifi
- Timestamp:
- 11/03/09 20:02:33 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CSPFL_usbwifi
v7 v8 7 7 First, verify that your USB wifi adapter is currently supported on the OSWALD, a list of known working adapters can be found [http://beaversource.oregonstate.edu/projects/cspfl/wiki/CSPFL_Accessories here]. 8 8 9 Next, connect the usb wifi adapter to one of the usbA ports on the device.9 Next, connect the USB wifi adapter to one of the USB A ports on the device. 10 10 11 11 '''Step 2: Enable Wicd daemon:''' 12 12 13 The OSWALD uses a network manager called wicd, and to use it, we first have to automatically enable the daemon at boot.Type this command into the terminal on the OSWALD:13 The OSWALD uses a network manager called wicd, and to use it, we first have to start the wicd daemon. Type this command into the terminal on the OSWALD: 14 14 15 15 {{{ 16 oswald ~ # update-rc.d wicd defaults 16 #!sh 17 /etc/init.d/wicd start 17 18 }}} 18 19 19 Reboot the device using the power switch, and you should see the message: 20 This will start the wicd wireless daemon. To have the daemon start automatically on boot use the command: 21 20 22 {{{ 21 Starting wicd daemon 23 #!sh 24 update-rc.d wicd defaults 22 25 }}} 23 26 39 42 Launch the ncurses Wicd client by typing: 40 43 {{{ 41 oswald ~ # wicd-curses 44 #!sh 45 wicd-curses 42 46 }}} 43 47
