Comment 19 for bug 207446

Revision history for this message
wookash (wookash-u) wrote : Re: wpa_supplicant fails after upgrade to Hardy

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