Results 1 to 2 of 2
I am having some trouble with wpa. When I disable encryption, my wireless works fine.
/etc/wpa_supplicant.conf
Code:
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="myssid"
scan_ssid=1
proto=WPA2
key_mgmt=WPA-PSK
psk="testkey1"
}
dmesg|grep ipw
Code:
[4294698.053000] ipw2200: ...
- 01-25-2006 #1Linux Newbie
- Join Date
- Aug 2005
- Location
- Sterling, VA
- Posts
- 100
wpasupplicant problem
I am having some trouble with wpa. When I disable encryption, my wireless works fine.
/etc/wpa_supplicant.confdmesg|grep ipwCode:ctrl_interface=/var/run/wpa_supplicant network={ ssid="myssid" scan_ssid=1 proto=WPA2 key_mgmt=WPA-PSK psk="testkey1" }I should note that my wpa_supplicant file says ctrl_interface=/var/run/wpa_supplicant but I looked in /var/run and there is nothing like that there. What might I be missing?Code:[4294698.053000] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.6 [4294698.053000] ipw2200: Copyright(c) 2003-2004 Intel Corporation [4294698.055000] ipw2200: Detected Intel PRO/Wireless 2200BG Network
Please let me know if I should post any more information.
I am running the newest Ubuntu.
Thanks in advance,- EndianX -
- 01-25-2006 #2Linux Enthusiast
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 658
Could we get the errors that come up from wpa_supplicant, please?
It will repeat itself in an attempt to keep reconnecting, so just cut out one copy of the loop.Code:#killall wpa_supplicant #wpa_supplicant -c /etc/wpa_supplicant.conf -i <eth device> -D ipw -d
Chris...To be good, you must first be bad. "Newbie" is a rank, not a slight.


Reply With Quote