Bonjour,
Voici un guide pas à pas :
1/ Connaitre l'état de sa carte réseau
Code:%ifconfig ath0
ath0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 00:15:af:81:f0:35
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier
ssid "" channel 1 (2412 Mhz 11b)
authmode OPEN privacy OFF txpower 50 bmiss 7 scanvalid 60 bgscan
bgscanintvl 300 bgscanidle 250 roam:rssi11b 7 roam:rate11b 1 burst
bintval 0
Le status est 'no carier' et ssid est vide
Cependant on voit que la carte marche
2/ Voir les réseaux disponibles
Passer en root avec la commande su
puis taper
Code:# ifconfig ath0 up scan
SSID BSSID CHAN RATE S:N INT CAPS
Livebox-1978 00:19:7d:24:c1:e0 1 54M -87:-96 100 E WME
MyPlace 00:18:84:15:06:46 1 54M -75:-96 100 EPS WPA RSN WME ATH
SAMAKER e6:ec:fe:27:e4:f4 1 54M -90:-96 100 EP WPA
e6:ec:fe:27:e4:f5 1 54M -90:-96 100 EP RSN WME
Livebox-9BB8 00:19:7d:0d:23:b3 1 54M -91:-96 100 EP WPA WME
3/ Configurer /etc/wpa_supplicant.conf avec wpa_passphrase
Code:# wpa_passphrase Livebox-35E8 secretpass >> /etc/wpa_supplicant.conf
cat /etc/wpa_supplicant.conf
network={
ssid="LiveBox-35E8"
#psk="secretpass"
psk=fc002a07b2dc67fdeb833394943898aa1ba7f80d7b2a8e244dfd4702b35cb195
}
Aprés avoir vérifié le contenu de ton /etc/wpa_supplicant.conf
3/ on va configurer la carte :
Code:# ifconfig ath0 ssid LiveBox-35E8
# ifconfig ath0
ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 00:15:af:81:f0:35
media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/36Mbps)
status: no carrier
ssid LiveBox-35E8 channel 4 (2427 Mhz 11g)
authmode OPEN privacy OFF txpower 31.5 bmiss 7 scanvalid 60 bgscan
bgscanintvl 300 bgscanidle 250 roam:rssi11g 7 roam:rate11g 5
protmode CTS burst
4/Voila il à pris le ssid, maintenant wpa_supplicant :
Code:# wpa_supplicant -B -iath0 -c /etc/wpa_supplicant.conf
#ifconfig ath0
ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 00:15:af:81:f0:35
media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/54Mbps)
status: associated
ssid LiveBox-35E8 channel 1 (2412 Mhz 11g) bssid 00:18:84:15:06:46
authmode WPA2/802.11i privacy ON deftxkey UNDEF TKIP 2:128-bit
txpower 31.5 bmiss 7 scanvalid 60 bgscan bgscanintvl 300
bgscanidle 250 roam:rssi11g 7 roam:rate11g 5 protmode CTS burst
roaming MANUAL
essaye de faire ça pas à pas et si ça ne marche pas essayer de nous retourner ou ça merche pas et pourquoi.
Bonne année ...