Problème de compilation Kernel

Résolu/Fermé
JayFabouille - 25 oct. 2008 à 14:07
kilian Messages postés 8731 Date d'inscription vendredi 19 septembre 2003 Statut Modérateur Dernière intervention 20 août 2016 - 26 oct. 2008 à 16:14
Bonjour, étant désespéré et ayant cherché sur google pendant un certaint temps, je vous expose mon (gros?) problème:

Je suis sous Mandriva 2008 Spring, et je viens d'acheter une antenne Wifi et la carte qui va avec. Le materiel est reconnu, sur ce point, aucun problème.

Le cd fourni avec le produit contient le driver Linux, et m'indique qu'il faut compiler.
J'ai les sources qui correspondent à mon kernel (2.6.24.7-desktop586-1mnb)




Le fichier README, inclut avec le pilote m'indique la marche à suivre:

For 2.6 series kernel:
a.  run 'cd STA/Module'
        'cp ./2.6.x/Makefile .'
        'cp ./2.6.x/load .'

b.  $make -C /path/to/source SUBDIRS=$PWD modules
    Where /path/to/source is the path to the source directory for the (configured and built) target kernel.

c.  run '/sbin/insmod rt2500.ko'  (as root)
        '/sbin/ifconfig ra0 inet YOUR_IP up'


Mon problème intervient au moment de la compilation.

De ce que j'ai compris, "/path/to/source/" doit être remplacé par l'emplacement ou se situe les sources de mon kernel.
Le commande que j'ai exécuter été donc:

make -C /usr/src/linux-2.6.24.7-desktop-1mnb/ SUBDIRS=$PWD modules


Et boum! Erreur :( :

[root@localhost Module]# make -C /usr/src/linux-2.6.24.7-desktop-1mnb/ SUBDIRS=$PWD modules
make: entrant dans le répertoire « /usr/src/linux-2.6.24.7-desktop-1mnb »
  CC [M]  /home/fabien/Desktop/OVISLINJ/Module/rtmp_main.o
Dans le fichier inclus à partir de /home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:38:
/home/fabien/Desktop/OVISLINJ/Module/rt_config.h:53:40: erreur: linux/config.h : Aucun fichier ou répertoire de ce type
Dans le fichier inclus à partir de /home/fabien/Desktop/OVISLINJ/Module/mlme.h:39,
          à partir de /home/fabien/Desktop/OVISLINJ/Module/rtmp.h:41,
          à partir de /home/fabien/Desktop/OVISLINJ/Module/rt_config.h:138,
          à partir de /home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:38:
/home/fabien/Desktop/OVISLINJ/Module/oid.h:98:5: attention : « RT2500_DBG » n'est pas défini
In file included from /home/fabien/Desktop/OVISLINJ/Module/mlme.h:39,
                 from /home/fabien/Desktop/OVISLINJ/Module/rtmp.h:41,
                 from /home/fabien/Desktop/OVISLINJ/Module/rt_config.h:138,
                 from /home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:38:
/home/fabien/Desktop/OVISLINJ/Module/oid.h:276: attention : ‘packed’ attribute ignored
/home/fabien/Desktop/OVISLINJ/Module/oid.h:277: attention : ‘packed’ attribute ignored
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c: In function ‘RT2500_probe’:
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:121: erreur: ‘struct pci_dev’ has no member named ‘slot_name’
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:134: erreur: implicit declaration of function ‘SET_MODULE_OWNER’
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:163: attention : passing argument 1 of ‘readl’ makes pointer from integer without a cast
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:164: attention : passing argument 1 of ‘readl’ makes pointer from integer without a cast
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:182: erreur: ‘struct net_device’ has no member named ‘get_wireless_stats’
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:198: erreur: ‘dev_base’ undeclared (first use in this function)
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:198: erreur: (Each undeclared identifier is reported only once
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:198: erreur: for each function it appears in.)
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:198: erreur: ‘struct net_device’ has no member named ‘next’
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c: In function ‘RT2500_open’:
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:269: erreur: ‘SA_SHIRQ’ undeclared (first use in this function)
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:269: attention : passing argument 2 of ‘request_irq’ from incompatible pointer type
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c: In function ‘RTMPIsr’:
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:465: attention : passing argument 1 of ‘readl’ makes pointer from integer without a cast
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:466: attention : passing argument 2 of ‘writel’ makes pointer from integer without a cast
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c: In function ‘rt2500_init_module’:
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:782: erreur: implicit declaration of function ‘pci_module_init’
make[1]: *** /home/fabien/Desktop/OVISLINJ/Module/rtmp_main.o Erreur 1
make: *** [_module_/home/fabien/Desktop/OVISLINJ/Module] Erreur 2
make: quittant le répertoire « /usr/src/linux-2.6.24.7-desktop-1mnb »


J'ai analysé l'erreur, et je me suis rendu compte, que l'erreur venait du fichier "rtmp.h", et "rtpm.c". Et si l'erreur vient du pilote fourni, je suis bien avancé.
Je ne m'y connait absolument pas en programmation de headers, mais j'ai trouvé quelquechose:

Dans l'erreur donnée, il a un truc du genre:

/home/fabien/Desktop/OVISLINJ/Module/rt_config.h:53:40: erreur: linux/config.h : Aucun fichier ou répertoire de ce type


J'ai farfouillé un peu dans le fichier "rtpm.h", et j'ai trouvé:

#ifndef __RT_CONFIG_H__
#define __RT_CONFIG_H__

#define PROFILE_PATH                "/etc/Wireless/RT2500STA/RT2500STA.dat"
#define NIC_DEVICE_NAME             "RT2500STA"

/* Operational parameters that are set at compile time. */
#if !defined(__OPTIMIZE__)  ||  !defined(__KERNEL__)
#warning  You must compile this file with the correct options!
#warning  See the last lines of the source file.
#error  You must compile this driver with "-O".
#endif

#include <linux/config.h>  //can delete <= Ligne qui apparament cause l'erreur
#include <linux/module.h>
#include <linux/version.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/timer.h>
#include <linux/errno.h> //can delete 
#include <linux/ioport.h> // can delete
#include <linux/slab.h>
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/skbuff.h>
#include <linux/init.h>  //can delete
#include <linux/delay.h> // can delete
#include <linux/ethtool.h>
#include <linux/wireless.h>
#include <linux/proc_fs.h>
#include <linux/delay.h>
#include <linux/if_arp.h>
#include <linux/ctype.h>


Donc comme le commentaire inscrit que je peux virer cette ligne, je m'empresse de le faire et relance la manip, en espérant que ça marche. Et bien... non:

[root@localhost Module]# make -C /usr/src/linux-2.6.24.7-desktop-1mnb/ SUBDIRS=$PWD modules
make: entrant dans le répertoire « /usr/src/linux-2.6.24.7-desktop-1mnb »
  CC [M]  /home/fabien/Desktop/OVISLINJ/Module/rtmp_main.o
Dans le fichier inclus à partir de /home/fabien/Desktop/OVISLINJ/Module/mlme.h:39,
          à partir de /home/fabien/Desktop/OVISLINJ/Module/rtmp.h:41,
          à partir de /home/fabien/Desktop/OVISLINJ/Module/rt_config.h:138,
          à partir de /home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:38:
/home/fabien/Desktop/OVISLINJ/Module/oid.h:98:5: attention : « RT2500_DBG » n'est pas défini
In file included from /home/fabien/Desktop/OVISLINJ/Module/mlme.h:39,
                 from /home/fabien/Desktop/OVISLINJ/Module/rtmp.h:41,
                 from /home/fabien/Desktop/OVISLINJ/Module/rt_config.h:138,
                 from /home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:38:
/home/fabien/Desktop/OVISLINJ/Module/oid.h:276: attention : ‘packed’ attribute ignored
/home/fabien/Desktop/OVISLINJ/Module/oid.h:277: attention : ‘packed’ attribute ignored
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c: In function ‘RT2500_probe’:
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:121: erreur: ‘struct pci_dev’ has no member named ‘slot_name’
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:134: erreur: implicit declaration of function ‘SET_MODULE_OWNER’
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:163: attention : passing argument 1 of ‘readl’ makes pointer from integer without a cast
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:164: attention : passing argument 1 of ‘readl’ makes pointer from integer without a cast
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:182: erreur: ‘struct net_device’ has no member named ‘get_wireless_stats’
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:198: erreur: ‘dev_base’ undeclared (first use in this function)
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:198: erreur: (Each undeclared identifier is reported only once
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:198: erreur: for each function it appears in.)
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:198: erreur: ‘struct net_device’ has no member named ‘next’
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c: In function ‘RT2500_open’:
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:269: erreur: ‘SA_SHIRQ’ undeclared (first use in this function)
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:269: attention : passing argument 2 of ‘request_irq’ from incompatible pointer type
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c: In function ‘RTMPIsr’:
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:465: attention : passing argument 1 of ‘readl’ makes pointer from integer without a cast
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:466: attention : passing argument 2 of ‘writel’ makes pointer from integer without a cast
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c: In function ‘rt2500_init_module’:
/home/fabien/Desktop/OVISLINJ/Module/rtmp_main.c:782: erreur: implicit declaration of function ‘pci_module_init’
make[1]: *** /home/fabien/Desktop/OVISLINJ/Module/rtmp_main.o Erreur 1
make: *** [_module_/home/fabien/Desktop/OVISLINJ/Module] Erreur 2
make: quittant le répertoire « /usr/src/linux-2.6.24.7-desktop-1mnb »
[root@localhost Module]# ICE default IO error handler doing an exit(), pid = 3129, errno = 11


La il faut avouer que je suis totalement dépassé...
Si vous comprenez quelque chose à mon problème, répondez moi!

P.S
Les caractéristiques de mon matériel:
Internal PCI adaptateur:
EVO-W542PCI
G WIRELESS
PCI ADAPTATEUR
EVOLUTION SERIES

Comptatible, Windows, Mac, Linux...

21 réponses

kilian Messages postés 8731 Date d'inscription vendredi 19 septembre 2003 Statut Modérateur Dernière intervention 20 août 2016 1 527
25 oct. 2008 à 14:27
Mouais, tu sais quoi, oublie ce driver qu'ils t'ont filé par cd.
Il a eu le temps d'être mis à jour depuis.

Essaie ça et dis moi ce que ça donne:
wget http://rt2x00.serialmonkey.com/rt2500-cvs-daily.tar.gz
tar xvzf rt2500-cvs-daily.tar.gz
cd rt2500-cvs-machinbidulechouettezizitagada
cd Module
make
su
make install
1
kilian Messages postés 8731 Date d'inscription vendredi 19 septembre 2003 Statut Modérateur Dernière intervention 20 août 2016 1 527
25 oct. 2008 à 14:50
Le même driver que le tiens, mais mis à jour :-)
C'est le driver Linux pour les chipsets rt2500.

Je suis pas sûr mais j'imagine qu'il a été inclu dans le noyau maintenant dans les dernières versions. A vérifier...
1
JayFabouille
25 oct. 2008 à 14:41
J'ai suivi à la lettre tes instructions, et apparament, ca marche!

J'aimerai juste savoir ce que tu m'a fait installer :)
0
JayFabouille
25 oct. 2008 à 14:45
J'ai compris.

Je reboot mon pc pour tester si ça marche!

Merci!
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
JayFabouille
25 oct. 2008 à 14:56
Aïe! Toujours pas de wifi, pourtant le driver est installé...
0
kilian Messages postés 8731 Date d'inscription vendredi 19 septembre 2003 Statut Modérateur Dernière intervention 20 août 2016 1 527
25 oct. 2008 à 15:05
Si tu tapes ifconfig tu vois quoi?
0
JayFabouille
25 oct. 2008 à 15:17
J'ai pas de ifconfig!!

[root@localhost fabien]# urpmi ifconfig
Pas de paquetage nommé ifconfig
[root@localhost fabien]#


Je cherche encore...
0
JayFabouille
25 oct. 2008 à 15:19
J'ai réussi:
[root@localhost fabien]# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:50:DA:3A:47:DF
          inet adr:192.168.1.21  Bcast:192.168.1.255  Masque:255.255.255.0
          adr inet6: fe80::250:daff:fe3a:47df/64 Scope:Lien
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1912 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2169 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:1000
          RX bytes:1182067 (1.1 MiB)  TX bytes:478632 (467.4 KiB)
          Interruption:11 Adresse de base:0x6800

lo        Link 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:158 errors:0 dropped:0 overruns:0 frame:0
          TX packets:158 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:0
          RX bytes:11896 (11.6 KiB)  TX bytes:11896 (11.6 KiB)
0
Grunt Messages postés 2773 Date d'inscription jeudi 17 janvier 2008 Statut Contributeur Dernière intervention 3 avril 2009 301
25 oct. 2008 à 15:27
Charge le module, peut-être: "modprobe rt2500".
0
JayFabouille
25 oct. 2008 à 15:28
FATAL: Module rt2500 not found.


Apparament, ce n'est pas ça!
0
Grunt Messages postés 2773 Date d'inscription jeudi 17 janvier 2008 Statut Contributeur Dernière intervention 3 avril 2009 301
25 oct. 2008 à 15:30
Arf, c'est la merde ça sous GNU/Linux: même quand t'as un module, tu peux pas forcément le charger, faut qu'il soit dans le bon dossier (lequel? mystère)..

Bon, déjà on va vérifier s'il est chargé:
"lsmod | grep rt2500"
Et:
"ifconfig -a".
0
JayFabouille
25 oct. 2008 à 15:33
eth0      Link encap:Ethernet  HWaddr 00:50:DA:3A:47:DF
          inet adr:192.168.1.21  Bcast:192.168.1.255  Masque:255.255.255.0
          adr inet6: fe80::250:daff:fe3a:47df/64 Scope:Lien
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4545 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5140 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:1000
          RX bytes:2798545 (2.6 MiB)  TX bytes:1182050 (1.1 MiB)
          Interruption:11 Adresse de base:0x6800

lo        Link 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:158 errors:0 dropped:0 overruns:0 frame:0
          TX packets:158 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:0
          RX bytes:11896 (11.6 KiB)  TX bytes:11896 (11.6 KiB)

wlan0     Link encap:Ethernet  HWaddr 00:1D:1A:02:83:51 <= Le nom de mon interface wifi,
          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 lg file transmission:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wmaster0  Link encap:UNSPEC  HWaddr 00-1D-1A-02-83-51-58-26-00-00-00-00-00-00-00-00
          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 lg file transmission:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)


Voila, en sachant que lsmod ne donne rien
0
kilian Messages postés 8731 Date d'inscription vendredi 19 septembre 2003 Statut Modérateur Dernière intervention 20 août 2016 1 527
25 oct. 2008 à 15:45
Bien, ta carte est detectée et prise en charge.
Maintenant ce qui est bizzare c'est ça:
RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

Même en étant pas connecté à un réseau, tu devrais avoir des paquets sortants.

Est ce que ton ordinateur est un portable? En ce cas je pense que ta carte est désactivée par l'ACPI (gestionnaire d'energie) et donc il faudrait la réveiller. C'est quoi ton portable (si c'en est un)?
0
JayFabouille
25 oct. 2008 à 15:47
C'est un pc de bureau! Le problème vient peut être que j'utilise actuellement mon cable pour me brancher à la neuf box de l'autre côté de la maison et qu'il a un conflit entre les deux... La carte wifi était déja installée, il manquait juste le pilote!
0
kilian Messages postés 8731 Date d'inscription vendredi 19 septembre 2003 Statut Modérateur Dernière intervention 20 août 2016 1 527
25 oct. 2008 à 15:56
J'en doute, je pense que c'est autre chose, là je coince....
0
JayFabouille
25 oct. 2008 à 15:56
Le problème ne vient pas de la.
0
kilian Messages postés 8731 Date d'inscription vendredi 19 septembre 2003 Statut Modérateur Dernière intervention 20 août 2016 1 527
25 oct. 2008 à 15:56
Tu peux nous faire un petit copier-coller de la commande dmesg?
0
JayFabouille
25 oct. 2008 à 15:59
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.


Et ca pendant plus de 500 lignes... Un problème du même genre apparait pendant le démarage de Mandriva!
0
kilian Messages postés 8731 Date d'inscription vendredi 19 septembre 2003 Statut Modérateur Dernière intervention 20 août 2016 1 527
25 oct. 2008 à 16:12
Faut installer le firmware en plus.
C'est une quoi ta carte? (commande lspci)
0
JayFabouille
25 oct. 2008 à 16:15
Mot de passe :
[root@localhost fabien]# urpmi firmware-ralink
Pas de paquetage nommé firmware-ralink
[root@localhost fabien]# lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] AMD-751 [Irongate] System Controller (rev 23)
00:01.0 PCI bridge: Advanced Micro Devices [AMD] AMD-751 [Irongate] AGP Bridge (rev 01)
00:03.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 64)
00:04.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
00:04.1 Input device controller: Creative Labs SB Live! Game Port (rev 07)
00:06.0 USB Controller: NEC Corporation USB (rev 41)
00:06.1 USB Controller: NEC Corporation USB (rev 41)
00:06.2 USB Controller: NEC Corporation USB 2.0 (rev 02)
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 14)
00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:07.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 06)
00:07.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 06)
00:07.4 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 10)
00:09.0 Network controller: RaLink RT2561/RT61 802.11g PCI
00:0c.0 FireWire (IEEE 1394): Texas Instruments TSB12LV23 IEEE-1394 Controller
01:05.0 VGA compatible controller: ATI Technologies Inc Rage 128 RF/SG AGP
[root@localhost fabien]#
[root@localhost fabien]#


Ce que me donne la commande lspci.
0
kilian Messages postés 8731 Date d'inscription vendredi 19 septembre 2003 Statut Modérateur Dernière intervention 20 août 2016 1 527
25 oct. 2008 à 16:37
Ah. Bon ben on s'est gourré de driver je crois.
Retourne dans le repertoire du driver et tape
su
make uninstall

Voilà maintenant télécharge ça http://rt2x00.serialmonkey.com/rt61-cvs-daily.tar.gz
et installe le comme l'autre.
Et après peut être qu'il faudra encore qu'on installe le firmware.
0
JayFabouille
25 oct. 2008 à 17:11
Je teste, mais je pense que le problème vient de la carte, aucune LED ne clignotte, alors que sur la notice il est marqué que la led doit au moins être allumée quand l'ordi est on line... Je vous tient au courant!

Et merci!
0
JayFabouille
25 oct. 2008 à 17:16
[root@localhost Module]# make uninstall
make: *** Pas de règle pour fabriquer la cible « uninstall ». Arrêt.


Pas possible de désinstaller!
0
kilian Messages postés 8731 Date d'inscription vendredi 19 septembre 2003 Statut Modérateur Dernière intervention 20 août 2016 1 527
25 oct. 2008 à 17:29
Hmm po grave on se débrouillera
0
Jay Fabouille
25 oct. 2008 à 17:58
Le wifi marche ca y est . Je peux choisir mon resau vraiment dsl pour l orthographe mon clavier est configure en qwerty . Par contre le resau est plus que extremement lent et impossible de me connecte
0
JayFabouille
25 oct. 2008 à 19:47
Problème de config, apparament, impossible de me connecter à internet, pourtant je vois mon réseau et même celui de mes voisins..
0