Problème connexion internet sous debian

Fermé
fabnet - 15 août 2007 à 17:42
aruju Messages postés 2213 Date d'inscription dimanche 29 octobre 2006 Statut Contributeur Dernière intervention 15 novembre 2014 - 15 août 2007 à 20:53
Problème connexion internet sous Debian avec carte atheros

Salut tous le monde.

J'ai un portable asus équipé d'une carte wifi atheros.
J'ai bien suivis plusieurs tuto pour éssayer de me connecter mais je n'y arrive pas.
Voila le résultat des commande ifconfig et iwconfig

debian:/home/fabrice# ifconfig
eth1 Lien encap:Ethernet HWaddr 00:1A:92:68:A4:EE
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX pachets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interruption:127

lo Lien encap:Boucle locale
inet addr:1270.0.1 Masque:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX pachets:284 errors:0 dropped:0 overruns:0 frame:0
TX packets:284 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:61301 (59.8 KiB) TX bytes:61301 (59.8 KiB)

debian:/home/fabrice# iwconfig
lo no wireless extensions.

eth1 no wireless extensions.

eth0 no wireless extensions.

j'ai bien installé pump, madwifi
A voir également:

1 réponse

aruju Messages postés 2213 Date d'inscription dimanche 29 octobre 2006 Statut Contributeur Dernière intervention 15 novembre 2014 403
15 août 2007 à 20:53
salut,

j'ai une carte atheros aussi, et voila les manips que j'ai fais:

apt-get install madwifi-source madwifi-tools ipw2200-source

cd /usr/src

tar xvjf madwifi.tar.bz2
tar xvjf ipw2200.tar.bz2

module-assistant a-i ipw2200

cd /usr/src/modules/madwifi

make && make install

update-modules

modprobe ath_pci
0