LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Wicd on Fedora 10 will not connect to WPA/WPA2 network after install (https://www.linuxquestions.org/questions/linux-wireless-networking-41/wicd-on-fedora-10-will-not-connect-to-wpa-wpa2-network-after-install-718311/)

Mikazo 04-10-2009 03:43 PM

Wicd on Fedora 10 will not connect to WPA/WPA2 network after install
 
Hi,

I just installed wicd-1.5.4 on Fedora 10, but I can't connect to WPA/WPA2 encrypted networks. I tried what it said on the main troubleshooting page on the Wicd website, but since I'm not running a Debian-based system, I don't have a /etc/network/interfaces file.

My /var/log/wicd/wicd.log file is as follows after trying to connect to an encrypted network:

Code:

2009/04/09 06:05:33 :: Attempting to authenticate...
2009/04/09 06:05:33 :: iwconfig wlan0
2009/04/09 06:05:33 :: iwconfig wlan0
2009/04/09 06:05:33 :: wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/001a70dfe00c -D wext
2009/04/09 06:05:33 :: iwconfig wlan0
2009/04/09 06:05:33 :: iwconfig wlan0
2009/04/09 06:05:33 :: iwconfig wlan0
2009/04/09 06:05:33 :: iwconfig wlan0
2009/04/09 06:05:33 :: Putting interface up...
2009/04/09 06:05:33 :: ifconfig wlan0 up
2009/04/09 06:05:33 :: iwconfig wlan0 mode managed
2009/04/09 06:05:33 :: ['iwconfig', 'wlan0', 'essid', 'dd-wrt', 'channel', '11', 'ap', '00:1A:70:DF:E0:0C']
2009/04/09 06:05:33 :: iwconfig wlan0
2009/04/09 06:05:33 :: iwconfig wlan0
2009/04/09 06:05:33 :: WPA_CLI RESULT IS None
2009/04/09 06:05:33 ::  iwconfig wlan0
2009/04/09 06:05:33 :: exiting connection thread
2009/04/09 06:05:33 :: iwconfig wlan0
2009/04/09 06:05:34 :: ifconfig eth0
2009/04/09 06:05:34 :: ifconfig wlan0

The last two lines repeat if Wicd is sitting idle. I have it set to use the wext driver under settings, and NetworkManager connects to any network, so I'm pretty sure it's not a driver issue. Does anyone have any ideas? Thanks.

-Mike

Hangdog42 04-11-2009 08:38 AM

When you installed wicd, did you remove whatever network gui Fedora normally has (Network Manager, I think)? It could be a conflict between two daemons fighting over the same hardware.

hurry_hui 04-11-2009 12:38 PM

Btw, Fedora interface file could be found in /etc/sysconfig/network-scripts and edit/create ifcfg-wlan0 to disable NM by adding NM_CONTROLLED=no.


All times are GMT -5. The time now is 02:33 AM.