Suite à deux threads(1) qui m'ont été d'une importance capitale, je reviens à l'assaut pour quelque problème de connexion wifi.

Possédant un récepteur wireless Wusb54g de chez Linksys basé sur le chipset rt2500usb, j'ai installé rt2x00 grâce à cette méthode:
[root@localhost ~]# yum --enablerepo=kwizart install kmod-rt2x00
//etc
Dependencies Resolved
//etc
Installed: kmod-rt2x00.i686 0:0.0.0cvs20061002-1.2.6.17_1.2187_FC5
Dependency Installed: rt2x00.noarch 0:0.0.0cvs20061002-1_FC5
Complete!
et chargé le module rt2500usb grâce à un:
modprobe rt2500usb
Voici le résultat des commandes ifconfig -a et iwconfig:
[root@localhost ~]# ifconfig -a
//mes autres types de connexions

wlan0     Link encap:Ethernet  HWaddr 00:12:17:87:C0:35
          UP RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:0
          RX bytes:0 (0.0 b)  TX bytes:828 (828.0 b)
          Adresse de base:0x5000

wmaster0  Link encap:UNSPEC  HWaddr 00-12-17-87-C0-35-58-3A-00-00-00-00-00-00-00 -00
          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)
          Adresse de base:0x5000

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

eth0      no wireless extensions.

sit0      no wireless extensions.

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

wmaster0  IEEE 802.11g  Frequency:2.412 GHz
          RTS thr:off   Fragment thr=2346 B

wlan0     IEEE 802.11g  ESSID:""
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated
          RTS thr:off   Fragment thr=2346 B
          Encryption key:off
C'est là qu'intervient ma première question. Le Warning pourrait-il être un problème pour le bon fonctionnement de mon chipset?

Mon réseau n'apparaissant pas dans system-config-network, j'ai donc créé mon fichier de configuration ifcfg-wlan0 moi-même, en y insérant ceci:
DEVICE=wlan0
ONBOOT=yes
TYPE=Wireless
MODE=Managed
ESSID='1260 5524'
Mon réseau wlan0 est donc accessible et modifiable via system-config-network.
Je ne touche rien au paramètres et appuie sur Activer, j'ai alors ce message d'erreur et la connexion se solde par un échec:
Error for wireless request "Set Mode" (8B06) :
    SET failed on device wlan0 ; Device or resource busy.
Error for wireless request "Set Bit Rate" (8B20) :
    SET failed on device wlan0 ; Operation not supported.

Définition des informations IP pour wlan0.
Passer par NetworkManager n'arrange pas les choses. J'arrive en effet à scanner les réseaux alentours mais pas à m'y connecter...
Dois-je configurer autre chose?

A++

(1) http://www.fedora-france.org/modules/newbb/viewtopic.php?topic_id=14445&forum=23
http://forums.fedora-fr.org/viewtopic.php?id=14469&p=1

PS: merci encore à kwizart, drpixel et à ceux qui m'ont aidé jusque-là
Bonjour,

Utiliser system-config-network est la bonne solution pour l'ensemble du paramètrage (clé, adresse MAC, ...), mais la rédaction qu'il fait du fichier ifcfg-wlan0 donne parfois naissance à des petits soucis.

Le fichier icfg-wlan0 devrait contenir les lignes
MODE=Auto
RATE=Auto
Voici le contenu du fichier:
ONBOOT=yes
USERCTL=no
IPV6INIT=no
PEERDNS=yes
TYPE=Wireless
DEVICE=wlan0
HWADDR=
BOOTPROTO=dhcp
NETMASK=
DHCP_HOSTNAME=
IPADDR=
DOMAIN=
ESSID='1260 5524'
CHANNEL=7
MODE=Auto
RATE=Auto
Donc de ce côté-là, pas de problème.
Remarque judicieuse tapioca, en fait je ne sais pas d'ou viens de problème...

Effectivement cela semble lié aux wireless extensions (iwconfig --version) normalement il y a une compatibilité ascendante et descendante (de version) entre la version présente dans le noyau, l'utilitaire (iwconfig) et le module externe (rt2500usb). Cela permet une communication entre les différents composants - En ce moment l'utilitaire wireless tools n'est pas à jour; et sa mise à jours est délicate sans refaire toute l'architecture -> donc voir fedora core 6 pour la résolution de ce problème particulier.

Par contre je ne sais pas quelle commande ou script produit cette erreur à moins que cela ne soit un script par default qui va être masqué en entrant les paramètres qui posent problème dans ton fichier ifcfg-wlan0. Est ce que tu si tu actives l'interface au démarrage tu as aussi cette erreur?

C'est un problème que j'ai déja rencontré avec quelqu'un donc je vais essayer de rapporter l'erreur...
Hummm, est ce que tu as relancé les services reseaux?
su -
service network restart

Apres avoir essayé de te connecter, est ce que tu as des informations à la fin de ton dmesg ???
Voilà qui est intéressant : j'ai aussi un Linksys wusb54g. Il fonctionne chez moi avec ndiswrapper. J'avais déjà essayé avec les drivers de serialmonkey mais j'avais la même erreur que toi (8B06 et/ou 8B20) ==> j'étais revenu à ndiswrapper.

Pour info, mon ifcfg-wlan0 :
DEVICE=wlan0
BOOTPROTO=none
BROADCAST=192.168.1.255
IPADDR=192.168.1.10
NETMASK=255.255.255.0
NETWORK=192.168.1.0
ONBOOT=yes
TYPE=Wireless
DOMAIN=
DHCP_HOSTNAME=
HWADDR=
USERCTL=no
IPV6INIT=no
PEERDNS=yes
GATEWAY=192.168.1.1
ESSID=xxxxxxxx
CHANNEL=11
MODE=Managed
RATE=Auto
(pas en dhcp mais en IP fixe : ça devrait rien changer). Pas de grandes différences avec le tien (sauf 'MODE').

REM : je sais que pour le même modèle wusb de Linksys, il peut y avoir différents chipsets ! Comment es-tu sûr que c'est bien un rt2x00 ?? Chez moi lsusb renvoie :

[c]/sbin/lsusb
Bus 005 Device 003: ID 13b1:000d Linksys <== c'est ça le chipset ???
Bus 005 Device 002: ID 116f:c109 Silicon 10 Technology Corp.
...[/c]

REM2 : j'ai aussi le warning avec iwconfig : pas de pb pour moi. Mais c'est peut-être la cause du pb avec rt2x00 ??
J'ai réussi à faire disparaître les erreurs en enlevant les 2 lignes "RATE" et "MODE".
[root@localhost ~]# service network restart
Arrêt de l'interface eth0 :                                [  OK  ]
Arrêt de l'interface wlan0 :                               [  OK  ]
Arrêt de l'interface de loopback :                         [  OK  ]
Activation de l'interface loopback :                       [  OK  ]
Activation de l'interface eth0 :
Définition des informations IP pour eth0. terminé.
                                                           [  OK  ]
Activation de l'interface wlan0 : Error for wireless request "Set Mode" (8B06) :    SET failed on device wlan0 ; Device or resource busy.
                                                           [  OK  ]
[root@localhost ~]# service network restart
Arrêt de l'interface eth0 :      [root@localhost ~]# service network restart
Arrêt de l'interface eth0 :                                [  OK  ]
Arrêt de l'interface wlan0 :                               [  OK  ]
Arrêt de l'interface de loopback :                         [  OK  ]
Activation de l'interface loopback :                       [  OK  ]
Activation de l'interface eth0 :
Définition des informations IP pour eth0. terminé.
                                                           [  OK  ]
Activation de l'interface wlan0 : Error for wireless request "Set Mode" (8B06) :    SET failed on device wlan0 ; Device or resource busy.
                                                           [  OK  ]
[root@localhost ~]# service network restart
Arrêt de l'interface eth0 :                                [  OK  ]
Arrêt de l'interface wlan0 :                               [  OK  ]
Arrêt de l'interface de loopback :                         [  OK  ]
Activation de l'interface loopback :                       [  OK  ]
Activation de l'interface eth0 :
Définition des informations IP pour eth0. terminé.
                                                           [  OK  ]
Activation de l'interface wlan0 :                            [  OK  ]
Arrêt de l'interface wlan0 :                               [  OK  ]
Arrêt de l'interface de loopback :                         [  OK  ]
Activation de l'interface loopback :                       [  OK  ]
Activation de l'interface eth0 :
Définition des informations IP pour eth0. terminé.
                                                           [  OK  ]
Activation de l'interface wlan0 :
Je n'arrive plus à capter mon réseau par contre... Mais cela doit être mineur!
OK Donc citation du readme du rt2x00:
===================
7.1: Wireless interfaces
=========

After loading the modules two interfaces will now be visible in ifconfig and
iwconfig, namely wmaster0 and wlan0. The first device is the so called master
device which is can be used by some userspace tools, but normally can be
ignored by the user. The second interface wlan0 is the client interface which
the user can configure.
With rt2x00 it is possible to run multiple client interfaces with
only a single device. 1 client interface can run in adhoc, managed or master
mode while a second interface can run in monitor mode at the same time.
More client interfaces can be added by issuing the following command
(with root privileges):

# $ echo -n <name> > /sys/class/ieee80211/<dev>/add_iface

where the variable <name> is the name of the client interface that should be
added (i.e. wlan1), and <dev> is the physical device where the new client
interface should be attached to (i.e. phy0).

===================
7.2: Input interface
=========

When the rfkill driver is being used a new input device with the name of the
device specific module where the button belongs to will have been created.
Whenever the user presses the hardware button the rfkill driver will
automatically make sure the hardware radio is being disabled or enabled
accordingly. When the user has opened the input device the radio will
not be automatically controlled, but instead the input device will
report all button events (KEY_RFKILL) to userspace where the user
could have setup script to do all the work that has to be executed.
This means that while the input device is opened, the user is responsible
for the correct behaviour.


==============================================================================
8: Interface configuration
=======================================

===================
8.1: Minimal configuration
=========

- After loading the modules the interface should be configured to start
an association or work in monitor mode. The following steps are required
for a minimal configuration to associate with a non-ecrypted access point.

- Before bringing the client interface up, the working mode should be set:

# $ iwconfig wlan0 mode managed

- Configuration parts like essid and channel can be set before or after the
client interface has been brought up.

- It is usually a good idea to set the essid:

# $ iwconfig wlan0 essid myessid

- In some situations the device also requires the channel to be manually set:

# $ iwconfig wlan0 channel mychannel

- To bring the client interface up:

# $ ifconfig wlan0 up

- After the client interface has been brought up, scanning can be performed
to check if the desired AP is being detected. Note that it is currently
mandatory to scan at least once before starting an association attempt.

# $ iwlist wlan0 scan

- To start an association attempt, the AP address should be set:

# $ iwconfig wlan0 ap mybssid
Si tu essaies d'activer le wifi en utilisant iwconfig et ifconfig, qu'est ce que cela donne?
[root@localhost ~]# iwconfig wlan0 mode managed
[root@localhost ~]# iwconfig wlan0 essid myessid
[root@localhost ~]# iwconfig wlan0 essid "1260 5524"
[root@localhost ~]# iwconfig wlan0 channel 7
[root@localhost ~]# ifconfig wlan0 up
[root@localhost ~]# iwlist wlan0 scan
Warning: Driver for device wlan0 has been compiled with version 20
of Wireless Extension, while this program supports up to version 19.
Some things may be broken...

wlan0     No scan results
Tout va bien, sauf le scan, je vais réessayer demain pour voir si je capte celui du voisin... 😉
C'est bizarre... Pourtant auparavant, je l'ai déjà capté!
Le principe c'est qu'il "faudrait" vérifier que lors du changement du mode de l'interface, celle-ci n'est pas "up"
Est ce que cela se traduirai pas un ordre particulier de la commande MODE=Managed et RATE=Auto dans le fichier /etc/sysconfig/network-scritps/ifcfg-wlan0 ?
Visiblement, une fois ces deux lignes supprimées, l'interface monte sans problème. Mais pour les modifier, j'éteint mon wlan0.

Je crois qu'on y est presque... Il faut que je voie ça demain soir!

Je vais continuer à chercher un peu...
Il y a du nouveau!
ONBOOT=yes
USERCTL=no
PEERDNS=yes
TYPE=Wireless
DEVICE=wlan0
HWADDR=00:12:17:87:c0:35
BOOTPROTO=dhcp
NETMASK=
DHCP_HOSTNAME=
IPADDR=
DOMAIN=
IPV6INIT=no
ESSID='1260 5524'
CHANNEL=7
MODE=Managed
est le contenu de ifcfg qui ne génère pas d'erreur et qui me permet de scanner.
Voici le résultat de "iwlist wlan0 scan":
//autres réseaux
          Cell 03 - Address: 00:0F:CC:2B:04:98
                    ESSID:"1260 5524"
                    Mode:Master
                    Frequency:2.442 GHz
                    Encryption key:off
                    Extra:tsf=00000003dc047406
Un petiti "iwconfig" me donne ceci:
[root@localhost ~]# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

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

wmaster0  IEEE 802.11g  Frequency:2.412 GHz
          RTS thr:off   Fragment thr=2346 B

wlan0     IEEE 802.11g  ESSID:""
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated
          RTS thr:off   Fragment thr=2346 B
          Encryption key:off

sit0      no wireless extensions.
et là, première question: pourquoi l'adresse MAC du point d'accès et l'ESSID disparaissent-ils à chaque redémarrage? Est-ce normal?

Ensuite un "ifconfig" me donne:
wlan0     Link encap:Ethernet  HWaddr 00:12:17:87:C0:35
          UP RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:0
          RX bytes:0 (0.0 b)  TX bytes:2376 (2.3 KiB)
          Adresse de base:0x3000

wmaster0  Link encap:UNSPEC  HWaddr 00-12-17-87-C0-35-08-51-00-00-00-00-00-00-00-00
          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)
          Adresse de base:0x3000
Deuxième question: Porquoi le Link encap de wlan0 est mentionné comme Ethernet, alors qu'il est branché sur un port usb (j'e charge bien le module rt2500usb à chaque démarrage)?

Troisièmement, je sélectionne le réseau auquel je veux me connecter via NetworkManager et la connexion ne donne rien, je reste déconnecté...

Je poste malgré tout mon "dmesg":
[root@localhost ~]# dmesg
Linux version 2.6.17-1.2187_FC5 (brewbuilder@hs20-bc2-2.build.redhat.com) (gcc version 4.1.1 20060525 (Red Hat 4.1.1-1)) #1 Mon Sep 11 01:17:06 EDT 2006
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000000fdf7000 (usable)
 BIOS-e820: 000000000fdf7000 - 000000000fe16000 (ACPI data)
 BIOS-e820: 000000000fe16000 - 0000000010000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
 BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
253MB LOWMEM available.
Using x86 segment limits to approximate NX protection
On node 0 totalpages: 65015
  DMA zone: 4096 pages, LIFO batch:0
  Normal zone: 60919 pages, LIFO batch:15
DMI 2.3 present.
ACPI: RSDP (v000 DELL                                  ) @ 0x000fd6d0
ACPI: RSDT (v001 DELL    GX150   0x00000005 ASL  0x00000061) @ 0x000fd6e4
ACPI: FADT (v001 DELL    GX150   0x00000005 ASL  0x00000061) @ 0x000fd718
ACPI: SSDT (v001   DELL    st_ex 0x00001000 MSFT 0x0100000d) @ 0xfffe74bc
ACPI: BOOT (v001 DELL    GX150   0x00000005 ASL  0x00000061) @ 0x000fd7e8
ACPI: DSDT (v001   DELL    dt_ex 0x00001000 MSFT 0x0100000d) @ 0x00000000
ACPI: PM-Timer IO Port: 0x808
Allocating PCI resources starting at 20000000 (gap: 10000000:eec00000)
Built 1 zonelists
Kernel command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet
Found and enabled local APIC!
mapped APIC to ffffd000 (fee00000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
CPU 0 irqstacks, hard=c075c000 soft=c075b000
PID hash table entries: 1024 (order: 10, 4096 bytes)
Detected 1096.532 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 251656k/260060k available (2068k kernel code, 7824k reserved, 1126k data, 216k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 2194.92 BogoMIPS (lpj=4389846)
Security Framework v1.0.0 initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
selinux_register_security:  Registering secondary module capability
Capability LSM initialized as secondary
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0383fbff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: 0383fbff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 128K
CPU: After all inits, caps: 0383f3ff 00000000 00000000 00000040 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel Celeron (Coppermine) stepping 0a
Checking 'hlt' instruction... OK.
ACPI: setting ELCR to 0200 (from 0e00)
checking if image is initramfs... it is
Freeing initrd memory: 1658k freed
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xfbfee, last bus=1
Setting up standard PCI resources
ACPI: Subsystem revision 20060127
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
Boot video device is 0000:00:02.0
PCI quirk: region 0800-087f claimed by ICH4 ACPI/GPIO/TCO
PCI quirk: region 0880-08bf claimed by ICH4 GPIO
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11 12 15)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 12 devices
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
PCI: Cannot allocate resource region 8 of bridge 0000:00:1e.0
pnp: 00:0b: ioport range 0x800-0x85f could not be reserved
pnp: 00:0b: ioport range 0xc00-0xc7f has been reserved
pnp: 00:0b: ioport range 0x860-0x8ff could not be reserved
PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
PCI: Bridge: 0000:00:1e.0
  IO window: e000-efff
  MEM window: disabled.
  PREFETCH window: disabled.
PCI: Setting latency timer of device 0000:00:1e.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 5, 131072 bytes)
TCP bind hash table entries: 4096 (order: 4, 81920 bytes)
TCP: Hash tables configured (established 8192 bind 4096)
TCP reno registered
Simple Boot Flag at 0x7d set to 0x1
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
audit: initializing netlink socket (disabled)
audit(1160415779.580:1): initialized
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
SELinux:  Registering netfilter hooks
Initializing Cryptographic API
ksign: Installing public key data
Loading keyring
- Added public key 9E8FFDD49649098E
- User ID: Red Hat, Inc. (Kernel Module GPG key)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Real Time Clock Driver v1.12ac
Non-volatile memory driver v1.2
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel i815 Chipset.
agpgart: AGP aperture is 64M @ 0xf8000000
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH2: IDE controller at PCI slot 0000:00:1f.1
ICH2: chipset revision 17
ICH2: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:pio
Probing IDE interface ide0...
hda: ST340016A, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: SAMSUNG CD-ROM SC-148C, ATAPI CD/DVD-ROM drive
hdc: Disabling (U)DMA for SAMSUNG CD-ROM SC-148C (blacklisted)
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 78165360 sectors (40020 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
hda: cache flushes not supported
 hda: hda1 hda2
hdc: ATAPI 48X CD-ROM drive, 128kB Cache
Uniform CD-ROM driver Revision: 3.20
ide-floppy driver 0.99.newide
usbcore: registered new driver libusual
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
PNP: PS/2 Controller [PNP0303:KBD] at 0x60,0x64 irq 1
PNP: PS/2 controller doesn't have AUX irq; using default 12
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 4.39
TCP bic registered
Initializing IPsec netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI Shortcut mode
ACPI wakeup devices:
VBTN PCI0 USB0 USB1 PCI1  KBD
ACPI: (supports S0 S1 S3 S4 S5)
Freeing unused kernel memory: 216k freed
Write protecting the kernel read-only data: 705k
input: AT Translated Set 2 keyboard as /class/input/input0
device-mapper: 4.6.0-ioctl (2006-02-17) initialised: dm-devel@redhat.com
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
audit(1160415783.864:2): enforcing=1 old_enforcing=0 auid=4294967295
security:  3 users, 6 roles, 1161 types, 135 bools, 1 sens, 256 cats
security:  55 classes, 38679 rules
SELinux:  Completing initialization.
SELinux:  Setting up existing superblocks.
SELinux: initialized (dev dm-0, type ext3), uses xattr
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts
SELinux: initialized (dev devpts, type devpts), uses transition SIDs
SELinux: initialized (dev eventpollfs, type eventpollfs), uses genfs_contexts
SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts
SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
SELinux: initialized (dev proc, type proc), uses genfs_contexts
SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
audit(1160415784.344:3): policy loaded auid=4294967295
SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
hw_random: RNG not detected
i801_smbus 0000:00:1f.3: enabling SMBus device
i810_smbus 0000:00:02.0: i810/i815 i2c device found.
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
PCI: setting IRQ 10 as level-triggered
ACPI: PCI Interrupt 0000:00:1f.5[b] -> Link [LNKB] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:00:1f.5 to 64
intel8x0_measure_ac97_clock: measured 55536 usecs
intel8x0: clocking to 41143
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI Interrupt 0000:01:0c.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
0000:01:0c.0: 3Com PCI 3c905C Tornado at d0976c00.
USB Universal Host Controller Interface driver v3.0
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
ACPI: PCI Interrupt 0000:00:1f.2[D] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
PCI: Setting latency timer of device 0000:00:1f.2 to 64
uhci_hcd 0000:00:1f.2: UHCI Host Controller
uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:1f.2: irq 11, io base 0x0000ff80
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
ACPI: PCI Interrupt 0000:00:1f.4[C] -> Link [LNKH] -> GSI 11 (level, low) -> IRQ 11
PCI: Setting latency timer of device 0000:00:1f.4 to 64
uhci_hcd 0000:00:1f.4: UHCI Host Controller
uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1f.4: irq 11, io base 0x0000ff60
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usb 1-1: new full speed USB device using uhci_hcd and address 2
usb 1-1: configuration #1 chosen from 1 choice
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
usb 1-2: new full speed USB device using uhci_hcd and address 3
usb 1-2: configuration #1 chosen from 1 choice
hub 1-2:1.0: USB hub found
hub 1-2:1.0: 4 ports detected
usb 1-2.4: new low speed USB device using uhci_hcd and address 4
usb 1-2.4: configuration #1 chosen from 1 choice
input: Logitech USB Receiver as /class/input/input1
input: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1f.2-2.4
Loading module: rt2500usb - CVS (N/A) by http://rt2x00.serialmonkey.com.
wmaster0: Selected rate control algorithm 'simple'
usbcore: registered new driver rt2500usb
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
lp0: using parport0 (interrupt-driven).
lp0: console ready
SELinux: initialized (dev ramfs, type ramfs), uses genfs_contexts
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
ACPI: Power Button (FF) [PWRF]
ACPI: Power Button (CM) [VBTN]
ibm_acpi: ec object not found
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
EXT3 FS on dm-0, internal journal
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
SELinux: initialized (dev hda1, type ext3), uses xattr
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
Adding 524280k swap on /dev/VolGroup00/LogVol01.  Priority:-1 extents:1 across:524280k
SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
wlan0: no IPv6 routers present
SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
Bluetooth: Core ver 2.8
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.8
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.7
Bluetooth: HIDP (Human Interface Emulation) ver 1.1
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
ppdev: user-space parallel port driver
ppdev0: registered pardevice
ppdev0: unregistered pardevice
ppdev1: claim the port first
ppdev2: claim the port first
ppdev3: claim the port first
ACPI: PCI Interrupt 0000:01:0c.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
eth0:  setting full-duplex.
wlan0: starting scan
wlan0: scan completed
wlan0: cannot create symlink to default key
eth0: no IPv6 routers present
wlan0: starting scan
wlan0: scan completed
wlan0: starting scan
wlan0: scan completed
audit(1160408769.081:4): avc:  granted  { execstack } for  pid=2273 comm="metacity" scontext=root:system_r:unconfined_t:s0-s0:c0.c255 tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
audit(1160408769.081:5): avc:  granted  { execmem } for  pid=2273 comm="metacity" scontext=root:system_r:unconfined_t:s0-s0:c0.c255 tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
wlan0: starting scan
wlan0: scan completed
audit(1160408771.821:6): avc:  denied  { use } for  pid=2295 comm="bluez-pin" name="[7538]" dev=pipefs ino=7538 scontext=root:system_r:bluetooth_helper_t:s0-s0:c0.c255 tcontext=system_u:system_r:xdm_t:s0-s0:c0.c255 tclass=fd
audit(1160408771.821:7): avc:  denied  { use } for  pid=2295 comm="bluez-pin" name="[7538]" dev=pipefs ino=7538 scontext=root:system_r:bluetooth_helper_t:s0-s0:c0.c255 tcontext=system_u:system_r:xdm_t:s0-s0:c0.c255 tclass=fd
audit(1160408781.554:8): avc:  granted  { execstack } for  pid=2287 comm="nautilus" scontext=root:system_r:unconfined_t:s0-s0:c0.c255 tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
audit(1160408781.554:9): avc:  granted  { execmem } for  pid=2287 comm="nautilus" scontext=root:system_r:unconfined_t:s0-s0:c0.c255 tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
audit(1160408781.554:10): avc:  granted  { execmem } for  pid=2287 comm="nautilus" scontext=root:system_r:unconfined_t:s0-s0:c0.c255 tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
audit(1160408781.714:11): avc:  granted  { execmem } for  pid=2287 comm="nautilus" scontext=root:system_r:unconfined_t:s0-s0:c0.c255 tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
audit(1160408781.714:12): avc:  granted  { execmem } for  pid=2287 comm="nautilus" scontext=root:system_r:unconfined_t:s0-s0:c0.c255 tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
audit(1160408782.498:13): avc:  granted  { execmem } for  pid=2287 comm="nautilus" scontext=root:system_r:unconfined_t:s0-s0:c0.c255 tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
audit(1160408783.078:14): avc:  granted  { execmem } for  pid=2287 comm="nautilus" scontext=root:system_r:unconfined_t:s0-s0:c0.c255 tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
wlan0: starting scan
wlan0: scan completed
wlan0: starting scan
wlan0: scan completed
wlan0: starting scan
wlan0: scan completed
wlan0: starting scan
wlan0: scan completed
wlan0: starting scan
wlan0: scan completed
wlan0: starting scan
wlan0: scan completed
wlan0: starting scan
wlan0: scan completed
wlan0: starting scan
wlan0: scan completed
En espérant avoir été aussi précis que possible...
A++
Si au lieu de charger le module a chaque redemarrage tu fixes les alias en mettant dans le /etc/modprobe.conf
alias wmaster0 rt2500usb
alias wlan0 rt2500usb

Le problème de mettre d'avoir une connexion wifi au démarrage c'est que la clef wep est mise dans un trousseau est n'est disponible que lorsque le mdp est rentrée lors de la session en mode utilisateur... Donc le dhcp n'est pas l'ideal dans ce cas il vaut mieux mettre une ip fixe et rentrer les DNS...

Si tu ne veux pas lancer les interfaces au démarrage tu peux essayer de faire un script qui rentre les paramètres sucessivement ( ceux présents dans le README...) Il ne faut pas utiliser conjointement ce script et le fichier ifcfg-wlan0.
Mon modprobe.conf contient déjà ceci:
alias eth0 3c59x
alias snd-card-0 snd-intel8x0
options snd-card-0 index=0  
options snd-intel8x0 index=0  
remove snd-intel8x0 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
alias rt2500usb wlan0
alias rt2500usb wlan0
PS: je n'ai pas de clé WEP ni WPA.

Je vais rentrer les DNS aussitôt que possible.
J'ai ajouté mes données DNS et ai complété la route "IP statique".

Mais rien ne bouge. Je capte toujours aléatoirement les ondes wifi et arrive à activer ma carte, mais je n'arrive toujours pas à me connecter à un réseau!!!!

Je suis vraiment à bout! Ca fait 2 semaines que je bosse la dessus...

Il est temps de faire un choix: Pensez-vous que passer à FC6 risquerait de faire bouger les choses?
Qu'est ce que cela donne si tu réaliser les différentes étapes pour te connecter au reseaux dans mon précédant post???

Que donne iwconfig wlan0 ?

Je pense qu'une version avec le noyau 2.6.18 pourrait peut être résoudre certaines choses mais j'ai quelques souci pour installer le kernel-devel dans updates-testing . Je vais pas pouvoir le compiler facilement en i686... ( à moins que j'installe la version test4 de fedora core 6 - Et que je puisse installer un kernel-devel de Fedora Core 5!)

Si cela ne marche pas avec la version rt2x00 tu peux aussi essayer avec la version rt2500 (prends soin de desinstaller la version rt2x00 en faisant yum remove rt2x00 ET aussi retire les alias dans le fichier /etc/modprobe.conf)- fait ensuite:
yum --enablerepo=kwizart install kmod-rt2500
Qu'est ce que cela donne si tu réalises les différentes étapes pour te connecter au reseaux dans mon précédant post???
C'est ce que j'ai fait -> Problèmes...
Que donne iwconfig wlan0 ?
[root@1260 ~]# iwconfig wlan0
Warning: Driver for device wlan0 has been compiled with version 20
of Wireless Extension, while this program supports up to version 19.
Some things may be broken...

wlan0     IEEE 802.11g  ESSID:"1260 5524"
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated
          RTS thr:off   Fragment thr=2346 B
          Encryption key:off
Pour le module rt2500 je vais essayer tout de suite!!! :-D Je finis juste mon update du système.

A++
On voit bien qu'il n'est pas associé à un point d'accès:
Access Point: Not-Associated
Et donc en lignes de commandes, une fois que ton interface est activée:
iwlist wlan0 scan
iwconfig wlan0 ap "1260 5524"

C'est bizare d'avoir un espace quand même pour le nom ESSID...

Si tu es déja passé au rt2500 il est sensé être plus stable mais seulement en i686 non smp (x86_64 est forcement smp!)
Si tu es déja passé au rt2500 il est sensé être plus stable mais seulement en i686 non smp (x86_64 est forcement smp!)
rt2500 me crée une interface ra0, mais malheuruesement system-network-manager me certifie que mon périphérique n'est pas branché...

Etes-vous sûr de la prise en charger des récepteurs usb?
Est ce que tu as redemarré ?
Que donnes:
dmesg | grep rt

vérifies la définitions des alias dans /etc/modprobe.d/rt2500 !
(enventuellement si il est spécifié pci - essaies rt2500usb.. si modprobe rt2500usb ne retourne pas d'erreur !)