Je suis nouveau chez linux/Archlinux. L'installation en dual boot (avec Windows 7) s'est bien passée, à l'exception de la connexion au wifi qui ne marche pas. J'ai suivi le Wiki, sans succès.
Voilà ce que donnent les étapes :
Code : Tout sélectionner
iwconfig
Mode : Managed Access Point : Not-Associated Tx-Power : 14dBm
Retry short limit : 7 RTS thr : off Fragment thr : off
Encryption key : off
Power Management : off
Code : Tout sélectionner
ip link set wls1 up
Code : Tout sélectionner
rfkill list
Soft blocked : no
Hard blocked : no
Code : Tout sélectionner
iwlist wls1 scan
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=46/70 Signal level=-64dBm
Encryption key:on
ESSID:"jasimonin"
Bit Rates:........
Mode:Master
Extra:......
Extra:....
IE:Unknown
......
IE:WPA Version 1
Group Cipher:TKIP
Pairwise Ciphers(1):TKIP
Authentification Suites(1):PSK
IE:Unknown
IE:......
Code : Tout sélectionner
nano /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface_group=0
eapol_version=2
ap_scan=1
fast_reauth=1
network={
ssid="jasimonin"
scan_ssid=1
psk="6^=hH<7qqb)P}ik1fx)4S-D%):_*@LZ7BTCrSz^0tMp0dT{MeaJ?!0BXzeMUZ_V"
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
}
Ensuite je lance la connexion :
Code : Tout sélectionner
wpa_supplicant -i wls1 -c /etc/wpa_supplicant/wpa_supplicant.conf
wls1:SME:Trying to authenticate with 1e:fc:b1:6e:f4:f0(SSID='jasimonin' freq)2437 MHz)
wls1:Trying to associate with 1e:fc:b1:6e:f4:f0
wls1:Associated with 1e:fc:b1:6e:f4:f0
wls1:CTRL-EVENT-DISCONNECTED bssid=1e:fc:b1:6e:f4:f0 reason=3 locally_generated=1
et ensuite plus rien ne se passe, j'ai beau attendre un certain temps, je n'ai même plus la main et le # qui réapparaît.
Autre tentative, en suivant une autre ligne du Wiki :
Code : Tout sélectionner
wpa_supplicant -Dwext -i wls1 -c /etc/wpa_supplicant/wpa_supplicant.conf
ioctl[SIOCSIWENCODEEXT]:Invalid argument
ioctl[SIOCSIWENCODEEXT]:Invalid argument
wls1:Trying to associate with 1e:fc:b1:6e:f4:f0
ioctl[SIOCSIWFREQ]

wls1:Association request to the driver failed
wls1:Associated with 1e:fc:b1:6e:f4:f0
wls1:CTRL-EVENT-DISCONNECTED bssid=1e:fc:b1:6e:f4:f0 reason=0
et toujours pas de connexion...
Si quelqu'un a une idée, et peut m'apporter un peu d'aide, merci d'avance !