Changes between Version 4 and Version 5 of CSPFL_usbwifi
- Timestamp:
- 11/03/09 15:04:05 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CSPFL_usbwifi
v4 v5 1 This is a basic overview on setting up usb wifi devices on the OSWALD. 2 NOTE: wicd currently can only be configured to work with unencrypted networks, such as OSU_Access. 3 Before attempting to connect to OSU_Access, make sure you have registered the mac address of the USB wifi adapter you plan to use. The easiest way is to use the wireless adapter on a computer with a web browser, and follow [http://oregonstate.edu/wireless/ these instructions]. Make sure you register the mac address of the USB adapter, and not a built in adapter. 1 This is a basic overview on setting up USB 802.11b/g wireless devices and connecting to wireless networks on the OSWALD. 4 2 5 3 '''Setting up the OSWALD:''' 4 5 '''Step 1: Connecting the USB adapter:''' 6 7 Next, connect the usb wifi adapter to one of the usb A ports on the device. 8 9 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]. 10 11 '''Step 2: Enable Wicd daemon:''' 6 12 7 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: 16 22 }}} 17 23 18 First, veryify that your wifi chipset 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]. 24 '''Step 3: Connect to wireless network:''' 19 25 20 Next, connect the usb wifi adapter to one of the usb A ports on the device. 26 NOTE: Wicd currently can only be configured to work with unencrypted networks, such as OSU_Access. 27 Before attempting to connect to OSU_Access, make sure you have registered the mac address of the USB wifi adapter you plan to use. The easiest way is to use the wireless adapter on a computer with a web browser, and follow [http://oregonstate.edu/wireless/ these instructions]. Make sure you register the mac address of the USB adapter, and not a built in adapter. 28 29 '''Option 1: Wicd GUI:''' 21 30 22 31 You should now be able to launch the Wicd Network manager under the 'Other' directory on the desktop. 23 32 24 The list of available networks should appear, find your wi finetwork, and click 'Connect'.33 The list of available networks should appear, find your wireless network, and click 'Connect'. 25 34 26 35 That's it! You should now have network connectivity. 27 36 28 TODO (automatically join saved networks on boot, configure wicd using only the cli) 37 '''Option 2: ncurses interface:''' 38 39 Launch the ncurses Wicd client by typing: 40 {{{ 41 oswald ~ # wicd-curses 42 }}} 43 44 Navigate to your wireless network using the up/down arrows (up and down on the joystick) and type "C" to connect to the highlighted network. 45 46 You can also change advanced settings for each network by highlighting it and pressing the right arrow key (right on the joystick).
