1. Ubuntu does automatically recognise the usb device and accepts it as a usb wifi card
2. You can manually connect to whatever WiFi access point you wish using the iwconfig command from the console
3. You can automatically connect during system boot using the following code in your "/etc/network/interfaces" file
auto wlan04. If you want to forcibly select the WiFi AP at startup add this line beneath the code mentioned above:
iface wlan0 inet dhcp
wireless-mode managed
wireless-essid ap-name-goes-here5. Use the command "/etc/init.d/networking restart" to test that it works without problems
Kam
No comments:
Post a Comment