Probleme de WIFI

Soumis par Mr. X le mar, 27/06/2006 - 13:17

Bonjours a tous

J'ai un petit probleme pour ma configuation wlan0.

J'ai reussi a configurer en ethernet mais le wifi c'est comme même plus dur......

Je voudré me connecter a une Livebox. Je possede une debian sarge (la plus vielle et sans mise a jour)Ma carte est apparament detecter (j'ai mit le pilote windows grace a ndiswrapper)

Mais elle ne marche apparament pas.
Lors d'un "# /etc/init.d/networking restart" (en appuyant sur le bouton de ma liveBox), j'obtient :

"
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...ifup: interface lo already configured
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.

Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html

sit0: unknown hardware address type 776
sit0: unknown hardware address type 776
Listening on LPF/wlan0/00:e0:98:ad:53:0b
Sending on LPF/wlan0/00:e0:98:ad:53:0b
Sending on Socket/fallback/fallback-net
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
"

Et je recoi des lignes styles "DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6" indefiniment.
Comme si je fesait un ping.

Voici ce que me donne donne ma console : (si sa peut vous aider)

debian# iwconfig

lo no wireless extensions.

eth0 no wireless extensions.

wlan0 IEEE 802.11b ESSID:off/any Nickname:"192.168.1.5"
Mode:Managed Frequency:2.432 GHz Access Point: 00:00:00:00:00:00
Bit Rate=11 Mb/s Tx-Power:28 dBm Sensitivity=0/3
RTS thr=2346 B Fragment thr=2344 B
Encryption key:7D Security mode:restricted
Power Management:off
Link Quality:100 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:145 Missed beacon:0

sit0 no wireless extensions.

debian# 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
auto eth0
iface eth0 inet static
address 192.168.1.5
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1

auto wlan0
iface wlan0 inet dhcp
adress 192.168.1.5
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.1
wireless_essid "ma clé ecrit sur le boite de wandoo"
wieless_mode managed
wireless_key "ma clé ecrit sur le boite de wandoo"
wireless_rate auto
wireless_nick 192.168.1.5

Merci de me donner un coup de main
Salut et bonne continuation

Guillaume

Salut,

Salut,

Je suis pas un pro en wifi car pas de connexion chez moi mais a première vue je vois des problemes au niveau de ton fichier interfaces. L'adresse de broadcast est broadcast 192.168.1.1 et ca serait pas plutot 192.168.1.255 ? et je sais pas si cela fout la grouille d'avoir pour l'eth0 et le wlan0 la meme ip.

Essayes avec une ip différente et modifie broadcast et rajoute ta gateway pour le wlan0.

A+

re

Ok, merci pour tes reponses.
Je vais essayer et je te tiendrai au courant

Salut

suite

Salut a tous

Je n'arrive toujours pas a configurer ma carte wifi.

Je voudré me connecter a une Livebox. Je possede une debian

Voici des informations utiles :

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

eth0 no wireless extensions.

sit0 no wireless extensions.

wlan0 IEEE 802.11b ESSID:off/any Nickname:"192.168.1.7"
Mode:Managed Frequency:2.452 GHz Access Point: 00:00:00:00:00:00
Bit Rate=11 Mb/s Tx-Power:28 dBm Sensitivity=0/3
RTS thr=2346 B Fragment thr=2344 B
Encryption key:XXXX-XXXX-XXXX-1XXXX-XXXX-XXXX-XX Security mode:restricted
Power Management:off
Link Quality:100 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

lo no wireless extensions.

eth0 no wireless extensions.

debian:/home/gui# 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
auto wlan0
iface wlan0 inet static
address 192.168.1.6
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1
wireless_essid "Wanadoo _61e5"
wireless_mode managed
wireless_key "XX:XXXX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX"
wireless_rate auto
wireless_nick 192.168.1.7

debian:/home/gui# /etc/init.d/networking restart
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...Ignoring unknown interface eth0=eth0.
ifup: interface lo already configured
done.

Quelqu'un peut-il m'aider SVP ?

Merci de vos reponses

As-tu bien vérifier sur ton

As-tu bien vérifier sur ton routeur que la machine en question est configurée ? Il doit y avoir un endroit où l'on rajoute les ips des machines susceptibles d'utiliser le routeur ...

Concernant ton fichier de configuration interfaces :

wireless_nick est un nom ou surnom pour ta station mais très peu d'outils de diagnostics l'utilisent et peux donc être enlevé de ta configuration. De plus, je ne mettrai pas une adresse ip comme surnom.

re

Salut
Merci pour ta reponce

J'ai essayer d'enlever le wireless_nick mais voila :
debian:/home/gui# /etc/init.d/networking restart
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...Ignoring unknown interface eth0=eth0.
ifup: interface lo already configured
done.

J'ai rajouter sur la liveBOX, l'adresse IP de ma carte wifi.
Enfin je pense.

Voila ma situation

Peux-tu renvoyer ton fichier

Peux-tu renvoyer ton fichier interfaces ?

Fichier interface

# 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
auto wlan0
iface wlan0 inet static
address 192.168.1.6
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1
wireless_essid "Wanadoo _61e5"
wireless_mode managed
wireless_key "67:c3:fa:dc:32:ad:1d:c6:f1:da:54:a2:7d"
wireless_rate auto

Le fichier interfaces m'a

Le fichier interfaces m'a l'air correct ..

Sur la livebox tu as fais quoi exactement ?

re

Salut
Bah, j'ai pas fait grand chose sur la livebox... malheureusement
J'ai essqyr de desactiver la iste des adresse mac é pi C tout.......

suite

Bonjours
Peu etre que si quelq'un menvoi son fichier interface (si il est dans le meme cas que moi) cela pourré m'aider

Merci

re

Salut

Merci tout le monde
Ca marche

Je ne c'est pas comment mais sous ubuntu ca se fait super bein.

Merci.

Bon ba adieu cette rubrique pour moi OUF

- Debianworld.org 2001-2008 -