Dans le cadre de l'installation d'archlinux, je bute sur la mise en place du wifi.
A priori je n'ai pas de problème de pilote :
j'ai suivi le tuto de cette page : http://wiki.archlinux.fr/Wifilspci -k
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
Subsystem: Intel Corporation Device 1021
Kernel driver in use: iwl3945
Comme je suis en wpa-tkip, j'ai renseigné mon fichier /etc/wpa_supplicant/wpa_supplicant.conf ainsi :
Mais quand je lance la commande :ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=2
ap_scan=1
fast_reauth=1
network={
ssid="Radiolitec"
psk="monmotdepasse"
priority=5
}
j'obtiens des erreurs qui s'affichent jusqu'à ce que j'arrête la commande :wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
Et je ne trouve pas de réponse à cela.ioctl[SIOCSIWSCAN]: Device or resource busy
wlan0: Failed to initiate AP scan
ioctl[SIOCSIWSCAN]: Device or resource busy
wlan0: Failed to initiate AP scan
ioctl[SIOCSIWSCAN]: Device or resource busy
wlan0: Failed to initiate AP scan
ioctl[SIOCSIWSCAN]: Device or resource busy
wlan0: Failed to initiate AP scan
wlan0: Trying to associate with 00:0a:78:93:03:ce (SSID='Radiolitec' freq=2457 MHz)
ioctl[SIOCSIWFREQ]: Device or resource busy
ioctl[SIOCSIWESSID]: Device or resource busy
wlan0: Association request to the driver failed
wlan0: Associated with 00:0a:78:93:03:ce
wlan0: WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
wlan0: WPA: Could not verify EAPOL-Key MIC - dropping packet
wlan0: WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
wlan0: WPA: Could not verify EAPOL-Key MIC - dropping packet
wlan0: Authentication with 00:0a:78:93:03:ce timed out.
wlan0: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=0
ioctl[SIOCSIWSCAN]: Device or resource busy
wlan0: Failed to initiate AP scan
ioctl[SIOCSIWSCAN]: Device or resource busy
wlan0: Failed to initiate AP scan
ioctl[SIOCSIWSCAN]: Device or resource busy
wlan0: Failed to initiate AP scan
ioctl[SIOCSIWSCAN]: Device or resource busy
wlan0: Failed to initiate AP scan
wlan0: Trying to associate with 00:0a:78:93:03:ce (SSID='Radiolitec' freq=2457 MHz)
ioctl[SIOCSIWFREQ]: Device or resource busy
ioctl[SIOCSIWESSID]: Device or resource busy
...
Merci pour votre aide