Maintenant que j'ai une interface graphique, corsons la difficulté : avoir le wifi

j'ai installé network-manager mais je ne le vois pas dans la barre de tâche...
tant pis pour la méthode graphique, j'essaye en console
comme mon reseau est en wpa, j'ai été voir ici
j'ai bien wpa_supplicant d'installé
j'ai essayé en rajoutant mon réseau (configuration minimum) à la fin du fichier déjà présent, j'obtiens ça :
Code : Tout sélectionner
$ sudo ifconfig wlan0 up
$ sudo wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf
Line 648: unknown EAP method 'SIM'
You may need to add support for this EAP method during wpa_supplicant
build time configuration.
See README for more information.
Line 648: failed to parse eap 'SIM'.
Line 651: failed to parse network block.
Line 658: unknown EAP method 'PSK'
You may need to add support for this EAP method during wpa_supplicant
build time configuration.
See README for more information.
Line 658: failed to parse eap 'PSK'.
Line 662: failed to parse network block.
Line 694: unknown EAP method 'IKEV2'
You may need to add support for this EAP method during wpa_supplicant
build time configuration.
See README for more information.
Line 694: failed to parse eap 'IKEV2'.
Line 697: failed to parse network block.
Line 703: unknown EAP method 'FAST'
You may need to add support for this EAP method during wpa_supplicant
build time configuration.
See README for more information.
Line 703: failed to parse eap 'FAST'.
Line 709: failed to parse network block.
Line 714: unknown EAP method 'FAST'
You may need to add support for this EAP method during wpa_supplicant
build time configuration.
See README for more information.
Line 714: failed to parse eap 'FAST'.
Line 720: failed to parse network block.
Failed to read or parse configuration '/etc/wpa_supplicant.conf'.
Code : Tout sélectionner
network={
ssid="tortue"
psk="xxx"
priority=5
}
Code : Tout sélectionner
$ sudo wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf
CTRL-EVENT-SCAN-RESULTS
WPS-AP-AVAILABLE
...
j'ai essayé, pas de connexion
merci