Public bug reported:

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 8.04.3 LTS
Release:        8.04
Codename:       hardy
nie...@london:~$

The properly set network doesn't start on Ubuntu Server. My
investigation exhibited that some how wpa set TWO keys, and the first
(default) is wrong! Therefore, to make network working I had to reset
key manually:


iwconfig wlan0 key [2]
dhcplient3 wlan0

My config files
---
/etc/network/interfaces
auto lo wlan0
iface lo inet loopback

iface wlan0 inet dhcp
wpa-debug-level 3
wpa-ssid Rohan
wpa-ap-scan 1
wpa-key-mgmt WPA-PSK
wpa-pairwise CCMP
wpa-group CCMP
wpa-psk 6XXXXXXXc
#wpa-psk "****"

---
/etc/wpa_supplicant.conf:
network={
        ssid="Rohan"
        scan_ssid=1
        key_mgmt=WPA-PSK
#       psk=6XXXXXc
        psk=****"
}

** Affects: wpasupplicant (Ubuntu)
     Importance: Undecided
         Status: New

-- 
The wlan0 doesn't start on Ubuntu Server 8.04.3 LTS 
https://bugs.launchpad.net/bugs/433577
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