Probleme de connexion wifi sous debian

Fermé
lolay - 5 oct. 2008 à 13:34
R-Daneel Messages postés 1156 Date d'inscription mardi 30 septembre 2008 Statut Membre Dernière intervention 24 octobre 2008 - 7 oct. 2008 à 12:38
Bonjour,
j' ai configuré mon pc portable acer aspire 5720Z sous débian mais jai un probleme pour la connexion wifi :

* modèle de carte wifi: atheros =>madwifi
* distribution=> debian
* type de routeur => neufbox
* le résultat des commandes :

exo:/home/exo# /sbin/iwconfig

lo no wireless extensions.

eth0 no wireless extensions.

wifi0 no wireless extensions.

ath0 IEEE 802.11g ESSID:"eXo_Home" Nickname:""
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Bit Rate:1 Mb/s Tx-Power:16 dBm Sensitivity=1/1
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=0/70 Signal level=-94 dBm Noise level=-94 dBm
Rx invalid nwid:9853 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

exo:/home/exo# /sbin/ifconfig
ath0 Link encap:Ethernet HWaddr 00:1c:26:ae:a3:ed
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:930 errors:0 dropped:0 overruns:0 frame:0
TX packets:738 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:438966 (428.6 KiB) TX bytes:80093 (78.2 KiB)

ath0:avahi Link encap:Ethernet HWaddr 00:1c:26:ae:a3:ed
inet adr:169.254.9.160 Bcast:169.254.255.255 Masque:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1

eth0 Link encap:Ethernet HWaddr 00:1b:38:62:04:a9
inet adr:192.168.1.24 Bcast:192.168.1.255 Masque:255.255.255.0
adr inet6: fe80::21b:38ff:fe62:4a9/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1579 errors:0 dropped:0 overruns:0 frame:0
TX packets:1636 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:1447449 (1.3 MiB) TX bytes:266417 (260.1 KiB)
Interruption:18

lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:184 errors:0 dropped:0 overruns:0 frame:0
TX packets:184 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:15990 (15.6 KiB) TX bytes:15990 (15.6 KiB)

wifi0 Link encap:UNSPEC HWaddr 00-1C-26-AE-A3-ED-6C-6F-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:62447 errors:0 dropped:0 overruns:0 frame:3213
TX packets:17804 errors:2 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:280
RX bytes:6977648 (6.6 MiB) TX bytes:885131 (864.3 KiB)
Interruption:17

exo:/home/exo# /sbin/route -n

Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 ath0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
0.0.0.0 0.0.0.0 0.0.0.0 U 1000 0 0 ath0

exo:/home/exo# cat /etc/resolv.conf

nameserver 192.168.1.1


exo:/home/exo# cat /etc/network/interfaces
# 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



iface ath0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf



exo:/home/exo# cat /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
fast_reauth=1

network={
ssid="eXo_Home"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
psk=xxxxxxxxxxxxxxxxxxxx
priority=5
}

voila si quelqun peu maider merci d'avance
A voir également:

29 réponses

R-Daneel Messages postés 1156 Date d'inscription mardi 30 septembre 2008 Statut Membre Dernière intervention 24 octobre 2008 142
5 oct. 2008 à 17:02
Tapes :

/etc/init.d/iwupdown restart

et copie moi le résultat
0
exo:/home/exo# /etc/init.d/iwupdown restart
bash: /etc/init.d/iwupdown: Aucun fichier ou répertoire de ce type
0
R-Daneel Messages postés 1156 Date d'inscription mardi 30 septembre 2008 Statut Membre Dernière intervention 24 octobre 2008 142
5 oct. 2008 à 17:08
malheureusement, je n'ai pas actuellement un pc avec une carte wifi donc je n'ai pas les utilitaires wifi installés.

essaye :

/etc/init.d/ifupdown ath0 restart
0
exo:/home/exo# /etc/init.d/ifupdown ath0 start
Usage: /etc/init.d/ifupdown {start|stop|restart|force-reload}

sinon ya pas un reglage au niveau du reglage reseau ?
0
R-Daneel Messages postés 1156 Date d'inscription mardi 30 septembre 2008 Statut Membre Dernière intervention 24 octobre 2008 142
5 oct. 2008 à 17:13
/etc/init.d/ifupdown restart

ca alors
0
R-Daneel Messages postés 1156 Date d'inscription mardi 30 septembre 2008 Statut Membre Dernière intervention 24 octobre 2008 142
5 oct. 2008 à 17:17
non ca :

ifdown ath0

ifup ath0
0
exo:/home/exo# ifdown ath0
There is already a pid file /var/run/dhclient.ath0.pid with pid 3985
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wifi0: unknown hardware address type 801
wifi0: unknown hardware address type 801
Listening on LPF/ath0/00:1c:26:ae:a3:ed
Sending on LPF/ath0/00:1c:26:ae:a3:ed
Sending on Socket/fallback
DHCPRELEASE on ath0 to 192.168.1.1 port 67
Error for wireless request "Set Mode" (8B06) :
SET failed on device ath0 ; Invalid argument.

exo:/home/exo# ifup ath0
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wifi0: unknown hardware address type 801
wifi0: unknown hardware address type 801
Listening on LPF/ath0/00:1c:26:ae:a3:ed
Sending on LPF/ath0/00:1c:26:ae:a3:ed
Sending on Socket/fallback
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 5
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
exo:/home/exo#

il y a tjs des erreurs.....c les meme a chaque fois...
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
R-Daneel Messages postés 1156 Date d'inscription mardi 30 septembre 2008 Statut Membre Dernière intervention 24 octobre 2008 142
5 oct. 2008 à 17:27
wireless_mode managed Met un M majuscule à managed

et refait

ifdown ath0

ifup ath0
0
apres modification ca fait tjs pareil

exo:/home/exo# ifdown ath0
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wifi0: unknown hardware address type 801
wifi0: unknown hardware address type 801
Listening on LPF/ath0/00:1c:26:ae:a3:ed
Sending on LPF/ath0/00:1c:26:ae:a3:ed
Sending on Socket/fallback
DHCPRELEASE on ath0 to 192.168.1.1 port 67
Error for wireless request "Set Mode" (8B06) :
SET failed on device ath0 ; Invalid argument.
exo:/home/exo# ifup ath0
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wifi0: unknown hardware address type 801
wifi0: unknown hardware address type 801
Listening on LPF/ath0/00:1c:26:ae:a3:ed
Sending on LPF/ath0/00:1c:26:ae:a3:ed
Sending on Socket/fallback
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 6
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
0
R-Daneel Messages postés 1156 Date d'inscription mardi 30 septembre 2008 Statut Membre Dernière intervention 24 octobre 2008 142
5 oct. 2008 à 17:36
j'ai maaallll à la têêêête !!!!
0
R-Daneel Messages postés 1156 Date d'inscription mardi 30 septembre 2008 Statut Membre Dernière intervention 24 octobre 2008 142
5 oct. 2008 à 17:38
demain je ne peux pas parce que j'ai un rendez-vous, mais mardi, je fait une install avec wifi sous débain sur un PC.

Peux-tu attendre jusque là ?
0
moi aussi jen peu plus jai abandonné ca fait 2 jour que jessaie ms je vois quon avait les meme idées a peu pres!

au pire je demande a mes profs pour voir si ils savent demain ....et on voit ca mardi!!

merci pour tout le temps passé sur mon probleme ....

je reste en reseau cablé et voila!!!

et encore merci
0
R-Daneel Messages postés 1156 Date d'inscription mardi 30 septembre 2008 Statut Membre Dernière intervention 24 octobre 2008 142
5 oct. 2008 à 17:47
Ok. Bonne soirée

A Mardi
0
R-Daneel Messages postés 1156 Date d'inscription mardi 30 septembre 2008 Statut Membre Dernière intervention 24 octobre 2008 142
7 oct. 2008 à 12:38
Bonjour,

Bon ben je suis bien embeté !!

Je n'ai eu aucun problème pour installer madwifi et faire fonctionner ma carte Wifi.

On va essayer de faire ça différement.
0