Hi,

I have solved this with a great help from WIll Daniels (thanks again,
mate).

I installed rtl8185L drivers patched by Will from:

http://www.willdaniels.co.uk/blog

I needed to set /etc/network/interfaces:

auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet dhcp
wpa-driver ipw
wpa-conf /etc/wpa_supplicant.conf

And wpa_supplicant.conf:

network={
        ssid="**********"
        proto=RSN
        key_mgmt=WPA-PSK
        pairwise=CCMP
        group=CCMP
        psk=*************************************************************
}

And all runs smoothly, loads on boot and works with hidden SSID on Hardy
amd64 edition.

Lukasz

-- 
wpa_supplicant fails after upgrade to Hardy
https://bugs.launchpad.net/bugs/207446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to