Salut,
j’ai un souci avec mon wifi et je suis à court d’idée. J’ai une connexion wifi qui marche très bien sous Windows et sans aucune coupure alors que sous Linux, ce n’est pas le cas; cela coupe trop souvent à mon gout.
J’ai fait le test avec la même clé wifi. C’est une clé USB wifi TP-Link TL-WN821N et un wifi chelou dans mon HP Compaq NC6220 qui est du broadcom qui marche pas malgré toute les bidouilles que j’ai pu lire et relire sur pas mal de forum.
mon fichier ifconfig :
[code]eth0 Link encap:Ethernet HWaddr 0e:8c:3a:2a:b6:1d
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 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:16
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:22650 errors:0 dropped:0 overruns:0 frame:0
TX packets:22650 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1582148 (1.5 MiB) TX bytes:1582148 (1.5 MiB)
wlan1 Link encap:Ethernet HWaddr 00:90:4b:f3:05:48
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 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan2 Link encap:Ethernet HWaddr 00:27:19:f1:71:3b
inet addr:192.168.1.14 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12806 errors:0 dropped:0 overruns:0 frame:0
TX packets:18555 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3738370 (3.5 MiB) TX bytes:6326511 (6.0 MiB)[/code]
Mon fichier /etc/network/interfaces
[code]# interface loop
auto lo
iface lo inet loopback
interface eth0
auto eth0
interface wlan0
auto wlan0
iface wlan0 inet dhcp[/code]
Je suis sur une Debian Lenny/Squeeze Gnome 2.30.
Une idée ? Merci de votre aide.