Installing WIcd Using Ubuntu CD After NM Quit

Johnneylee Rollins johnneylee.rollins at gmail.com
Mon Feb 1 02:13:31 UTC 2010


If you can, have you tried setting it in /etc/network/interfaces? Do
you need to see an example?

In /etc/network/interfaces:
auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant.conf

In /etc/wpa_supplicant.conf:
network={
        ssid="ADD-YOUR-SSID-HERE"
        proto=RSN
        key_mgmt=WPA-PSK
        pairwise=CCMP TKIP
        group=CCMP TKIP
        psk="ADD-YOUR-WPA-PASSWORD-HERE"
}

sudo  /etc/init.d/networking restart

Or can you set up something like window's ICS, either with a cat6
ethernet cable or a router or hub for ethernet?

Let me know what's possible and I'll see what I can find. I've had
many situations like this, especially since I couldn't get wireless
drivers for my machines. No ethernet. Gah

~SpaceGhost

>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>




More information about the ubuntu-users mailing list