Bonjour a tous,
ce qui m’amène ici est un problème bien étrange. Je suis en debian lenny sur un macbook pro version Juin 2007. J’ai upgradé un peu la version du noyau
# uname --all
Linux debian 2.6.30-bpo.2-686 #1 SMP Fri Dec 11 18:12:58 UTC 2009 i686 GNU/Linux
Cet upgrade était destinée à utiliser le driver wifi ath9k intégré au noyau (pour carte atheros).
Jusqu’a présent tout se passait plutôt bien: un réseau wifi bien détecté, une connexion sans problèmes et un débit plus que correct (dl 500ko/s et ul 60 ko/s). Mais depuis quelque jours je ne peux plus me connecter à mon réseau. Mes colocs (sous Windows) peuvent parfaitement s’y connecter…
Un # iwlist scan ne me permet pas de voir mon réseau dans la liste
[code]#################################################
/etc/network/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
address 127.0.0.1
netmask 255.0.0.0
The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
iface ath0 inet dhcp
auto ath0
iface wlan0 inet dhcp
auto wlan0
#################################################
ifconfig
#################################################
eth0 Link encap:Ethernet HWaddr 00:1b:63:9f:f3:86
inet addr:192.168.0.14 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::21b:63ff:fe9f:f386/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:532464 errors:0 dropped:0 overruns:0 frame:0
TX packets:353952 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:644324640 (614.4 MiB) TX bytes:35318228 (33.6 MiB)
Interrupt:17
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:29941 errors:0 dropped:0 overruns:0 frame:0
TX packets:29941 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2513789 (2.3 MiB) TX bytes:2513789 (2.3 MiB)
wlan0 Link encap:Ethernet HWaddr 00:1c:b3:c2:99:18
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:6531 errors:0 dropped:0 overruns:0 frame:0
TX packets:8152 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4974654 (4.7 MiB) TX bytes:2016395 (1.9 MiB)
wmaster0 Link encap:UNSPEC HWaddr 00-1C-B3-C2-99-18-65-74-00-00-00-00-00-00-00-00
UP RUNNING MTU:0 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 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
#################################################
iwconfig
#################################################
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11abgn ESSID:""
Mode:Managed Frequency:2.462 GHz Access Point: Not-Associated
Tx-Power=20 dBm
Retry min limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 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
vboxnet0 no wireless extensions.[/code]
Je ne sais pas quoi faire…
Merci d’avance pour votre aide.
Olivier