[quote=“Ron”]Tu peut essayer un iwconfig pour savoir comment se nomme ton interface wifi
[/quote]
# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
sit0 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11g ESSID:"linksys"
Mode:Managed Frequency:2.462 GHz Access Point: 00:13:10:28:67:9D
Bit Rate:54 Mb/s Tx-Power:9 dBm Sensitivity=0/3
Retry:off RTS thr:off Fragment thr:off
Encryption key:999F-8258-D843-9B75-A88E-6842-D96F-68FC Security mode:restricted
Power Management:off
Link Quality=50/94 Signal level=-45 dBm Noise level=-95 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
donc l’interface wifi, c’est ath0
[quote=“Ron”]Ensuite peut tu mettre ici ton fichier “etc/network/interfaces” ?
[/quote]
[code]# This file describes the network interfaces available on your system
and how to activate them. For more information, see interfaces(5).
The loopback network interface
auto lo
iface lo inet loopback
The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
[/code]
Et c’est la que ça bloque :
l’interface ath0 se lance bien, mais quand j’essaye un ping, j’ai “network is unrecheable”…
il manque surement un gestionnaire de clé wpa ou wep et de paramétrage IP ??