From: Paul Scott on 14 Jul 2010 21:40 sid fully updated wicd connects fine if I turn wireless security on the WRT54G2 router off. When I set the router to WPA2 - AES I get (from wicd.log) 2010/07/14 17:40:41 :: iwconfig eth2 2010/07/14 17:40:41 :: WPA_CLI RESULT IS SCANNING 2010/07/14 17:40:42 :: wpa_supplicant authentication may have failed. 2010/07/14 17:40:42 :: connect result is Failed 2010/07/14 17:40:42 :: exiting connection thread 2010/07/14 17:40:43 :: Sending connection attempt result bad_pass 2010/07/14 17:40:43 :: ifconfig eth0 2010/07/14 17:40:43 :: ifconfig eth2 2010/07/14 17:40:43 :: Forced disconnect on 2010/07/14 17:40:43 :: attempting to set hostname with dhclient 2010/07/14 17:40:43 :: using dhcpcd or another supported client may work better TIA for any help, Paul Scott -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/4C3E66EC.7050401(a)ultrasw.com
From: Thierry Chatelet on 15 Jul 2010 02:50 On Thursday 15 July 2010 03:39:56 Paul Scott wrote: > sid fully updated > > wicd connects fine if I turn wireless security on the WRT54G2 router > off. When I set the router to WPA2 - AES I get (from wicd.log) > > 2010/07/14 17:40:41 :: iwconfig eth2 > 2010/07/14 17:40:41 :: WPA_CLI RESULT IS SCANNING > 2010/07/14 17:40:42 :: wpa_supplicant authentication may have failed. > 2010/07/14 17:40:42 :: connect result is Failed > 2010/07/14 17:40:42 :: exiting connection thread > 2010/07/14 17:40:43 :: Sending connection attempt result bad_pass > 2010/07/14 17:40:43 :: ifconfig eth0 > 2010/07/14 17:40:43 :: ifconfig eth2 > 2010/07/14 17:40:43 :: Forced disconnect on > 2010/07/14 17:40:43 :: attempting to set hostname with dhclient > 2010/07/14 17:40:43 :: using dhcpcd or another supported client may work > better > > > TIA for any help, > > Paul Scott Try removing network-manager Thierry -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/201007150843.06714.tchatelet(a)free.fr
From: Paul Scott on 15 Jul 2010 04:30 On Thu, Jul 15, 2010 at 08:43:06AM +0200, Thierry Chatelet wrote: > On Thursday 15 July 2010 03:39:56 Paul Scott wrote: > > sid fully updated > > > > wicd connects fine if I turn wireless security on the WRT54G2 router > > off. When I set the router to WPA2 - AES I get (from wicd.log) > > > > 2010/07/14 17:40:41 :: iwconfig eth2 > > 2010/07/14 17:40:41 :: WPA_CLI RESULT IS SCANNING > > 2010/07/14 17:40:42 :: wpa_supplicant authentication may have failed. > > 2010/07/14 17:40:42 :: connect result is Failed > > 2010/07/14 17:40:42 :: exiting connection thread > > 2010/07/14 17:40:43 :: Sending connection attempt result bad_pass > > 2010/07/14 17:40:43 :: ifconfig eth0 > > 2010/07/14 17:40:43 :: ifconfig eth2 > > 2010/07/14 17:40:43 :: Forced disconnect on > > 2010/07/14 17:40:43 :: attempting to set hostname with dhclient > > 2010/07/14 17:40:43 :: using dhcpcd or another supported client may work > > better > > > > > > TIA for any help, > > > > Paul Scott > > Try removing network-manager network-manager is not installed. Paul -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/20100715082325.GC22976(a)mail.ultrasw.com
From: Camaleón on 15 Jul 2010 05:00 On Wed, 14 Jul 2010 18:39:56 -0700, Paul Scott wrote: > sid fully updated > > wicd connects fine if I turn wireless security on the WRT54G2 router > off. When I set the router to WPA2 - AES I get (from wicd.log) > > 2010/07/14 17:40:41 :: iwconfig eth2 > 2010/07/14 17:40:41 :: WPA_CLI RESULT IS SCANNING > 2010/07/14 17:40:42 :: wpa_supplicant authentication may have failed. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (...) Try starting "wp_supplicant" in debug mode to make the log more verbose about that error. It seems failing at some point of the authentication. Also, try to lower the security a bit by choosing WPA-PSK (TKIP) or WPA2- PSK (AES+TKIP) instead just AES. Stronger encryption requires better coberture so devices can "dialogue" smoothly. Greetings, -- Camaleón -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/pan.2010.07.15.08.52.24(a)gmail.com
From: Paul Scott on 15 Jul 2010 05:40 On Thu, Jul 15, 2010 at 08:52:24AM +0000, Camale�n wrote: > On Wed, 14 Jul 2010 18:39:56 -0700, Paul Scott wrote: > > > sid fully updated > > > > wicd connects fine if I turn wireless security on the WRT54G2 router > > off. When I set the router to WPA2 - AES I get (from wicd.log) > > > > 2010/07/14 17:40:41 :: iwconfig eth2 > > 2010/07/14 17:40:41 :: WPA_CLI RESULT IS SCANNING > > 2010/07/14 17:40:42 :: wpa_supplicant authentication may have failed. > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > (...) > > Try starting "wp_supplicant" in debug mode to make the log more verbose > about that error. It seems failing at some point of the authentication. wicd calls wpa_supplicant with wext. I don't see a preferences setting to change to cause more debugging. > Also, try to lower the security a bit by choosing WPA-PSK (TKIP) or WPA2- > PSK (AES+TKIP) instead just AES. Stronger encryption requires better > coberture so devices can "dialogue" smoothly. I just tried as many variations as I could without success. I'm not 100% sure I am always matching the router settings with the laptop wicd settings. Thanks, Paul -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/20100715092950.GD22976(a)mail.ultrasw.com
|
Next
|
Last
Pages: 1 2 3 Prev: Conclusion: FAT mount, UTC and localtime Next: udev not assigning group correctly for scanner |