Comment 80 for bug 259278

Revision history for this message
debankur (ghosh-debankur) wrote :

I have kubuntu 8.10 beta 1 and have the same problem on my Thinkpad T42p with Atheros Card. Network manager kde is not able to connect to wireless LEAP that I have in my office. However, if I try to connect to the same network manually by stopping network manager, I am able to connect.

wpa_supplicant.conf file :

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
update_config=1
network={
        ssid="XXX"
        scan_ssid=1
        key_mgmt=WPA-EAP
        eap=LEAP
        identity="XXXXXXXXXX"
        password="XXXXXX"
}

# lsmod | grep ath
ath_rate_onoe 14088 0
ath_rate_minstrel 22144 0
ath_rate_amrr 14468 0
ath_rate_sample 21248 1
ath_pci 217656 0
wlan 239984 12 ath_rate_onoe,ath_rate_minstrel,ath_rate_amrr,wlan_xauth,wlan_wep,wlan_tkip,wlan_ccmp,wlan_acl,wlan_scan_sta,ath_rate_sample,ath_pci
ath_hal 259552 4 ath_rate_minstrel,ath_rate_sample,ath_pci

# wpa_supplicant -Dwext -iath0 -c /etc/wpa_supplicant/wpa_supplicant-office.conf
CTRL-EVENT-SCAN-RESULTS
......
CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully

# dhclient ath0
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
.....
bound to 193.145.189.227 -- renewal in 19047 seconds.

I am not sure why network-manager-kde fails to connect when I can do the same using the above command lines.