[WICD] connexion (résolu)

Applications, problèmes de configuration réseau
tonge
Hankyu
Messages : 29
Inscription : mar. 25 mai 2010, 22:08

[WICD] connexion (résolu)

Message par tonge »

Bonjour,

Suite au remplacement d'une livebox par une freebox, j'ai modifié:
- le fichier /etc/wpa.supplicant.conf

Code : Tout sélectionner

network={
	ssid="freebox_XHCMWE"
	psk="hp4A1300qqPQ1z"
	priority=5
}
- les propriétés dans l'interface graphique de wicd
chiffrement: WPA 1/2 (HEX[0-9/A-F])
cle: hp4A1300qqPQ1z

mais la connexion ne s'effectue pas.
Par contre cela fonctionne avec les commandes:

> wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf
> dhcpcd wlan0

Que faire pour trouver la cause du probléme ?
Merci
Dernière modification par tonge le dim. 28 juil. 2013, 19:17, modifié 1 fois.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17576
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [WICD] connexion

Message par benjarobin »

Logique tu n'as pas utilisé le bon élément dans le menu déroulant de Wicd, ce n'est pas "WPA 1/2 (HEX[0-9/A-F])", mais quelque chose comme "WPA passphrase"
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
tonge
Hankyu
Messages : 29
Inscription : mar. 25 mai 2010, 22:08

Re: [WICD] connexion

Message par tonge »

Pas de connexion en utilisant "WPA 1/2 (PassPhrase)"

En actvant le mode debogage de wicd, voici le contenu de /var/log/wicd/wicd.log

Code : Tout sélectionner

2013/07/23 15:29:03 :: Connecting to wireless network freebox_XHCMWE
2013/07/23 15:29:03 :: iwconfig wlan0
2013/07/23 15:29:03 :: /usr/sbin/dhcpcd -k wlan0
2013/07/23 15:29:03 :: ifconfig wlan0 0.0.0.0 
2013/07/23 15:29:03 :: /usr/sbin/ip route flush dev wlan0
2013/07/23 15:29:03 :: ifconfig wlan0 down
2013/07/23 15:29:03 :: ifconfig wlan0 up
2013/07/23 15:29:03 :: wpa_cli -i wlan0 terminate
2013/07/23 15:29:03 :: /usr/sbin/dhcpcd -k eth0
2013/07/23 15:29:03 :: ifconfig eth0 0.0.0.0 
2013/07/23 15:29:03 :: /usr/sbin/ip route flush dev eth0
2013/07/23 15:29:03 :: ifconfig eth0 down
2013/07/23 15:29:03 :: ifconfig eth0 up
2013/07/23 15:29:03 :: wpa_cli -i eth0 terminate
2013/07/23 15:29:03 :: Putting interface down
2013/07/23 15:29:03 :: ifconfig wlan0 down
2013/07/23 15:29:03 :: Releasing DHCP leases...
2013/07/23 15:29:03 :: /usr/sbin/dhcpcd -k wlan0
2013/07/23 15:29:03 :: Setting false IP...
2013/07/23 15:29:03 :: ifconfig wlan0 0.0.0.0 
2013/07/23 15:29:03 :: Stopping wpa_supplicant
2013/07/23 15:29:03 :: wpa_cli -i wlan0 terminate
2013/07/23 15:29:03 :: Flushing the routing table...
2013/07/23 15:29:03 :: /usr/sbin/ip route flush dev wlan0
2013/07/23 15:29:03 :: iwconfig wlan0 mode managed
2013/07/23 15:29:03 :: Putting interface up...
2013/07/23 15:29:03 :: ifconfig wlan0 up
2013/07/23 15:29:05 :: enctype is wpa-psk
2013/07/23 15:29:05 :: Generating psk...
2013/07/23 15:29:05 :: ['/usr/sbin/wpa_passphrase', 'freebox_XHCMWE', 'hd4A110099PP1z']
2013/07/23 15:29:05 :: Attempting to authenticate...
2013/07/23 15:29:05 :: ['wpa_supplicant', '-B', '-i', 'wlan0', '-c', '/var/lib/wicd/configurations/f4cae58aeaa4', '-Dwext']
2013/07/23 15:29:05 :: ['iwconfig', 'wlan0', 'essid', '--', 'freebox_XHCMWE']
2013/07/23 15:29:05 :: iwconfig wlan0 channel 11
2013/07/23 15:29:05 :: iwconfig wlan0 ap F4:CA:E5:8A:EA:A4
2013/07/23 15:29:05 :: WPA_CLI RESULT IS DISCONNECTED
2013/07/23 15:29:06 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:07 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:08 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:09 :: WPA_CLI RESULT IS SCANNING
2013/07/23 15:29:10 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:11 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:12 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:13 :: WPA_CLI RESULT IS SCANNING
2013/07/23 15:29:14 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:15 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:16 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:17 :: WPA_CLI RESULT IS SCANNING
2013/07/23 15:29:18 :: WPA_CLI RESULT IS SCANNING
2013/07/23 15:29:19 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:20 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:21 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:22 :: WPA_CLI RESULT IS SCANNING
2013/07/23 15:29:23 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:24 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:25 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:26 :: WPA_CLI RESULT IS SCANNING
2013/07/23 15:29:27 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:28 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:29 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:30 :: WPA_CLI RESULT IS SCANNING
2013/07/23 15:29:31 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:33 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:34 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:35 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:36 :: WPA_CLI RESULT IS SCANNING
2013/07/23 15:29:37 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:38 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:39 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2013/07/23 15:29:40 :: WPA_CLI RESULT IS SCANNING
2013/07/23 15:29:41 :: wpa_supplicant authentication may have failed.
2013/07/23 15:29:41 :: connect result is failed
2013/07/23 15:29:41 :: exiting connection thread
2013/07/23 15:29:41 :: Sending connection attempt result bad_pass
2013/07/23 15:29:41 :: ifconfig eth0
2013/07/23 15:29:41 :: ifconfig wlan0
2013/07/23 15:29:41 :: iwconfig wlan0
2013/07/23 15:29:41 :: Forced disconnect on
2013/07/23 15:29:41 :: /usr/sbin/dhcpcd -k wlan0
2013/07/23 15:29:41 :: ifconfig wlan0 0.0.0.0 
2013/07/23 15:29:41 :: /usr/sbin/ip route flush dev wlan0
2013/07/23 15:29:41 :: ifconfig wlan0 down
2013/07/23 15:29:41 :: ifconfig wlan0 up
2013/07/23 15:29:41 :: wpa_cli -i wlan0 terminate
2013/07/23 15:29:41 :: /usr/sbin/dhcpcd -k eth0
2013/07/23 15:29:41 :: ifconfig eth0 0.0.0.0 
2013/07/23 15:29:41 :: /usr/sbin/ip route flush dev eth0
2013/07/23 15:29:41 :: ifconfig eth0 down
2013/07/23 15:29:41 :: ifconfig eth0 up
2013/07/23 15:29:41 :: wpa_cli -i eth0 terminate
2013/07/23 15:29:43 :: ifconfig eth0
2013/07/23 15:29:43 :: ifconfig wlan0
2013/07/23 15:29:45 :: ifconfig eth0
tonge
Hankyu
Messages : 29
Inscription : mar. 25 mai 2010, 22:08

Re: [WICD] connexion (résolu)

Message par tonge »

Probléme résolu en changeant le mot de passe.
(Probablement une confusion entre 0 et O que l'on ne distingue pas bien sur mon portable)
Répondre