Wifi ipw2100 debit "filet d'eau" FC4

Fermé
alto_billy Messages postés 12 Date d'inscription mercredi 5 septembre 2007 Statut Membre Dernière intervention 6 septembre 2008 - 31 oct. 2007 à 01:00
mamiemando Messages postés 33426 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 13 décembre 2024 - 31 oct. 2007 à 10:18
Bonjour,
je possede un ordinateur portable relié par wifi à un routeur lynksys relié par cable ethernet à une freebox. lors de l'installation de linux et afin de gerer le wifi, j'avais installé le module ipw2100.

A la suite d'une fermeture d'une applet java (je doute de la relation de cause a effet mais bon je le signale), j'ai vu mon debit entrant sur ma P2P favori (mdonkey) chuté drastiquement, chute verifiée via un testeur de vitesse (je tourne d'habitude aux alentours de 3Mb/s me voila maintenant de retour en 98 avec un debit entrant de 150kb/s).
je verifie via la commande lspci que ma carte wifi est toujours detectée.

je verifie le chemin emprunté

root@localhost ~]# /sbin/route -n
Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth1


je demonde et remonte le module ipw2100 via les commandes:
[root@localhost ~]# rmmod ipw2100
[root@localhost ~]# modprob ipw2100
[root@localhost ~]# tail -15 /var/log/messages
Oct 31 01:45:01 localhost crond(pam_unix)[4574]: session opened for user root by (uid=0)
Oct 31 01:45:03 localhost crond(pam_unix)[4574]: session closed for user root
Oct 31 01:47:25 localhost dhclient: receive_packet failed on eth1: Network is down
Oct 31 01:47:25 localhost kernel: ACPI: PCI interrupt for device 0000:02:02.0 disabled
Oct 31 01:47:25 localhost NET[4666]: /sbin/dhclient-script : updated /etc/resolv.conf
Oct 31 01:47:29 localhost kernel: ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 1.2.0
Oct 31 01:47:29 localhost kernel: ipw2100: Copyright(c) 2003-2006 Intel Corporation
Oct 31 01:47:29 localhost kernel: ACPI: PCI Interrupt 0000:02:02.0[A] -> Link [LNKD] -> GSI 10 (level, low) -> IRQ 10
Oct 31 01:47:29 localhost kernel: ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
Oct 31 01:47:30 localhost kernel: ADDRCONF(NETDEV_UP): eth1: link is not ready
Oct 31 01:47:30 localhost kernel: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
Oct 31 01:47:36 localhost dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
Oct 31 01:47:36 localhost dhclient: DHCPACK from 192.168.1.1
Oct 31 01:47:36 localhost NET[4881]: /sbin/dhclient-script : updated /etc/resolv.conf
Oct 31 01:47:36 localhost dhclient: bound to 192.168.1.101 -- renewal in 33748 seconds.


rien ne me choque dans le var/log/messages.
apres cette operation rien ne change quant à la qualité du debit.
Je me demande quelle piste je dois maintenant explorer. pouvez vous m'aider?
A voir également:

3 réponses

Bonjour,

Il faut voir le parametrage d'iwconfig.
http://www.delafond.org/traducmanfr/man/man8/iwconfig.8.html
et aussi du point d'acces.
0
alto_billy Messages postés 12 Date d'inscription mercredi 5 septembre 2007 Statut Membre Dernière intervention 6 septembre 2008 2
31 oct. 2007 à 01:27
merci pour ton indication kiki
lorsque je lance la commande, j' obtiens

[root@localhost ~]# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.

Warning: Driver for device eth1 has been compiled with version 19
of Wireless Extension, while this program supports up to version 17.
Some things may be broken...

eth1 IEEE 802.11b ESSID:"linksys" Nickname:"localhost.localdomain"
Mode:Managed Frequency:2.462 GHz Access Point: 00:0C:41:AA:F2:80
Bit Rate=11 Mb/s Tx-Power:16 dBm
Retry min limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=80/100 Signal level=-60 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:31


le bit rate semble bien etre le debit maximal de ma carte wifi quant au point d'acces je ne sais comment l'interpreter.
0
mamiemando Messages postés 33426 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 13 décembre 2024 7 809
31 oct. 2007 à 10:18
Est-ce que tu as changé de noyau ou de module entre temps, par exemple suite à une mise à jour ?

Bonne chance
0