Bonjour à tous,
Je suis obligé d'utiliser une connexion WiFi sur mon PC fixe sous Lubuntu 14.04, qui jusque ici fonctionnait sans encombre en ethernet.
Ma connexion ne fonctionnait pas: ma box était reconnue, mais il était impossible d'obtenir une adresse IP. J'ai donc suivi les conseils présents
ici, j'ai désactivé network manager et activé networking, puis j'ai modifié le fichier /etc/network/interfaces.
Afin de me connecter après avoir fait ces manipulations, j'ai suivi les instructions de
cette page afin de me connecter en ligne de commande, car je n'ai pas d'interface graphique pour networking.
Ma box demandant une clé WPA, j'ai suvi les instructions d'utilisation de WPA Supplicant. Je n'ai pas eu trop de difficultés, mais au moment d'utiliser la commande
sudo wpa_supplicant -c/etc/wpa_supplicant.conf -D<pilote> -i<interface>
J'obtiens le message suivant:
Successfully initialized wpa_supplicant
ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Invalid argument
ctrl_iface exists and seems to be in use - cannot override it
Delete '/var/run/wpa_supplicant/wlan0' manually if it is not used anymore
Failed to initialize control interface '/var/run/wpa_supplicant'.
You may have another wpa_supplicant process already running or the file was
left by an unclean termination of wpa_supplicant in which case you will need
to manually remove this file before starting wpa_supplicant again.
Si j'essaie de supprimer le fichier /var/run/wpa_supplicant/wlan0 et de relancer
sudo wpa_supplicant -c/etc/wpa_supplicant.conf -D<pilote> -i<interface>
J'obtiens le message suivant, qui se répète en boucle (je suis obligé de l'arrêter avec ctrl+C):
Successfully initialized wpa_supplicant
ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWSCAN]: Device or resource busy
wlan0: Trying to associate with 30:7e:cb:94:a1:e4 (SSID='SFR_A1E0' freq=2437 MHz)
ioctl[SIOCSIWFREQ]: Device or resource busy
ioctl[SIOCSIWESSID]: Device or resource busy
wlan0: Association request to the driver failed
wlan0: Authentication with 30:7e:cb:94:a1:e4 timed out.
wlan0: CTRL-EVENT-DISCONNECTED bssid=30:7e:cb:94:a1:e4 reason=3 locally_generated=1
wlan0: Trying to associate with 30:7e:cb:94:a1:e4 (SSID='SFR_A1E0' freq=2437 MHz)
ioctl[SIOCSIWFREQ]: Device or resource busy
wlan0: Association request to the driver failed
wlan0: Authentication with 30:7e:cb:94:a1:e4 timed out.
wlan0: CTRL-EVENT-DISCONNECTED bssid=30:7e:cb:94:a1:e4 reason=3 locally_generated=1
wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="SFR_A1E0" auth_failures=1 duration=10
ioctl[SIOCSIWSCAN]: Device or resource busy
wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="SFR_A1E0"
wlan0: Trying to associate with 30:7e:cb:94:a1:e4 (SSID='SFR_A1E0' freq=2437 MHz)
ioctl[SIOCSIWFREQ]: Device or resource busy
wlan0: Association request to the driver failed
wlan0: Authentication with 30:7e:cb:94:a1:e4 timed out.
wlan0: CTRL-EVENT-DISCONNECTED bssid=30:7e:cb:94:a1:e4 reason=3 locally_generated=1
wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="SFR_A1E0" auth_failures=2 duration=20
^Cwlan0: CTRL-EVENT-TERMINATING
Quelqu'un a t-il une idée de ce que je peux faire maintenant?
Merci d'avance pour votre aide.