ptit up car j'ai un nouveau problème avec cette carte
j'arrive pas à me connecter à un reseau wifi (alors que ça marche bien sous windows), apparement la carte arrive pas à se connecter à l'access point, voilà les différents résultats que j'ai:
sudo iwlist scanning lo Interface doesn't support scanning. eth0 Interface doesn't support scanning. eth1 Interface doesn't support scanning. wlan0 Scan completed : Cell 01 - Address: 00:0F:CC:xx:xx:xx ESSID:"cliosab" Mode:Master Frequency:2.417 GHz (Channel 2) Quality=49/100 Signal level=29/100 Noise level=0/100 Encryption key:off Bit Rates:54 Mb/s sit0 Interface doesn't support scanning. |
la carte détecte bien mon reseau wifi, pas de soucis ici ...
sudo iwconfig wlan0 essid cliosab sudo iwconfig wlan0 wlan0 IEEE 802.11b+/g+ ESSID:"cliosab" Nickname:"cliosab" Mode:Managed Frequency:2.417 GHz Access Point: Not-Associated Bit Rate:54 Mb/s Tx-Power=15 dBm Sensitivity=1/3 Retry min limit:7 RTS thr:off Encryption key:off Power Management:off Link Quality=52/100 Signal level=33/100 Noise level=0/100 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 |
je me connecte donc au réseau avec iwconfig, normal
sudo /etc/init.d/networking restart * /etc/network/options is deprecated (see README.Debian of netbase). Setting up IP spoofing protection...done (rp_filter). Reconfiguring network interfaces...cat: /var/run/dhclient.wlan0.pid: No such file or directory 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 eth1: unknown hardware address type 24 sit0: unknown hardware address type 776 eth1: unknown hardware address type 24 Listening on LPF/wlan0/00:80:c8:xx:xx:xx Sending on LPF/wlan0/00:80:c8:xx:xx:xx Sending on Socket/fallback/fallback-net DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5 receive_packet failed on wlan0: Network is down DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8 [...]
|
je relance le dhcp pour avoir une adresse IP et là, c'est le drame: impossible de contacter le routeur wifi
rien d'anormal sous ifconfig pourtant:
sudo ifconfig lo Lien 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: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:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) wlan0 Lien encap:Ethernet HWaddr 00:80:C8:xx:xx:xx UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets: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:10 |
à noter que ces tests sont faits avec le réseau ouvert, donc pas de cryptage etc ...
pour info voilà mon fichier /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 dhcp auto wlan0 iface wlan0 inet dhcp
|
voilà, si quelqu'un a une idée je suis preneur
Message édité par fabetal le 12-02-2007 à 16:53:15