Vista kills Ubuntu wireless

Vincent Arnoux vincent.arnoux at gmail.com
Wed Sep 2 20:14:36 UTC 2009


On Wed, Sep 2, 2009 at 22:06, Young<tuxman at knology.net> wrote:
> Vincent Arnoux wrote:
> You can try hibernating Vista instead of shutting it off. That worked for
> me.
>
> Vincent
>
>
>
> Well, that does make a difference. It at least sees the wireless router, but
> it still won't connect.

What about the classics:
1. Turn the interface on with the following command:
sudo ifconfig wlan0 up
2. Scan for a list of all the available access points:
iwlist wlan0 scanning
3. Select the access point with the following command:
sudo iwconfig wlan0 essid ACCESSPOINT
4. Set WEP or WPA passphrase, if needed:
sudo iwconfig wlan0 key PASSPHRASE
5. Finally, connect to DHCP server and obtain an IP address:
sudo dhclient

Vincent




More information about the ubuntu-users mailing list