Changes between Version 1 and Version 2 of CSPFL_usbwifi

Show
Ignore:
Author:
rasmusto (IP: 128.193.201.90)
Timestamp:
11/03/09 13:11:55 (3 weeks ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CSPFL_usbwifi

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