If you have a wpa_supplicant.conf file for your wireless network, here
is how you can work around this problem.

# put the following in a script, and run with sudo
# shutdown network manager, and connect to network manually
set -x
/etc/init.d/NetworkManager stop
/etc/init.d/wpa-ifupdown stop
iwconfig eth1 essid YourWirelessNetworkName
ifconfig eth1 up
wpa_supplicant -ieth1 -c /etc/wpa_supplicant/your_wpa_config.conf -d -f 
/var/log/wpa_supplicant.log&
dhclient eth1

# To start Network Manager up again, run the following (in a separate script)
killall wap_supplicant
/etc/init.d/wpa-ifupdown start
/etc/init.d/NetworkManager start


Obviously, you will not be able to use any of the other features of network 
manager while it is shut down, and you will have no signal strength checking, 
etc.  Only do this if you know what you are doing.  If all else fails, reboot 
and you will be back to where you were before.

-- 
[Intrepid] iwl3945 + iwlagn -- network-manager will not connect to a WPA EAP 
(Enterprise) network (disassociating by local choice (reason=3) )
https://bugs.launchpad.net/bugs/272185
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to