#1 Le 15/05/2006, à 13:12
- machina
adresse mac 00:00:00 ... pas d'ip reconnue pas etc.
Bonjour
Me revoila... ALors j'ai deja posté quelques soucis pour resoudre mon point d'acces. J'arrive pas a avoir acces a internet y aurait il une idée pour me donner la amrche a suivre ?
carte bcm43xx ok reconnue avec ndiswrapper
greg@ubuntu:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
sit0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:off/any
Mode:Managed Frequency:2.462 GHz Access Point: 00:00:00:00:00:00
Bit Rate:54 Mb/s Tx-Power:16 dBm
RTS thr:2347 B Fragment thr:2346 B
Power Management:off
Link Quality:100/100 Signal level:-10 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
greg@ubuntu:~$ ifconfig
eth0 Lien encap:Ethernet HWaddr 00:40:D0:5B:53:C3
inet adr:192.168.1.5 Bcast:192.168.1.255 Masque:255.255.255.0
adr inet6: fe80::240:d0ff:fe5b:53c3/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5857 errors:0 dropped:0 overruns:0 frame:0
TX packets:5855 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:4284199 (4.0 MiB) TX bytes:667367 (651.7 KiB)
Interruption:10 Adresse de base:0xe300
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:11:50:0C:77:7B
adr inet6: fe80::211:50ff:fe0c:777b/64 Scope:Lien
UP BROADCAST RUNNING 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:7 Mémoire:1e800000-1e801fff
si quelqu'un a une idée sachant que j'utilise Kubuntu version cd d'un magazine linux et que c'est moins sympa qu'Ubuntu au niveaude la config graphique cependant dans kwifi j'ai bien une reception
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
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0
map wlan0
# The primary network interface
auto eth0
iface eth0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
sachant egalement que pour le moment je suis en dhcp sans filtrage d'adresse mac cle ouverte
Merci d'avance
Hors ligne
#2 Le 15/05/2006, à 19:31
- Smarter
Re : adresse mac 00:00:00 ... pas d'ip reconnue pas etc.
Qu'est-ce que donne un:
sudo ifup wlan0
?
Hors ligne