I have removed and blacklisted rt2500pci, rt2x00pci and rt2x00lib.
I'm trying to compile the legacy drivers for my rt2500 wifi chip (http://prdownloads.sourceforge.net/rt24 ... z?download)
but it does not compile and I don't really understand what it says:
- Code: Select all
make[1]: entrant dans le répertoire « /usr/src/linux-2.6.22-sabayon »
CC [M] /home/sebokie/Desktop/rt2500-1.1.0-b4/Module/rtmp_main.o
Dans le fichier inclus à partir de /home/sebokie/Desktop/rt2500-1.1.0-b4/Module/rtmp_main.c:50:
/home/sebokie/Desktop/rt2500-1.1.0-b4/Module/rt_config.h:58:40: erreur: linux/config.h : Aucun fichier ou répertoire de ce type
/home/sebokie/Desktop/rt2500-1.1.0-b4/Module/rtmp_main.c: In function ‘RT2500_open’:
/home/sebokie/Desktop/rt2500-1.1.0-b4/Module/rtmp_main.c:343: attention : ‘deprecated_irq_flag’ is deprecated (declared at include/linux/interrupt.h:66)
/home/sebokie/Desktop/rt2500-1.1.0-b4/Module/rtmp_main.c:343: attention : passing argument 2 of ‘request_irq’ from incompatible pointer type
/home/sebokie/Desktop/rt2500-1.1.0-b4/Module/rtmp_main.c: In function ‘rt2500_resume’:
/home/sebokie/Desktop/rt2500-1.1.0-b4/Module/rtmp_main.c:947: attention : ignoring return value of ‘pci_enable_device’, declared with attribute warn_unused_result
/home/sebokie/Desktop/rt2500-1.1.0-b4/Module/rtmp_main.c: In function ‘rt2500_init_module’:
/home/sebokie/Desktop/rt2500-1.1.0-b4/Module/rtmp_main.c:1009: attention : implicit declaration of function ‘pci_module_init’
make[2]: *** [/home/sebokie/Desktop/rt2500-1.1.0-b4/Module/rtmp_main.o] Erreur 1
make[1]: *** [_module_/home/sebokie/Desktop/rt2500-1.1.0-b4/Module] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-2.6.22-sabayon »
rt2500.ko failed to build!
make: *** [module] Erreur 1
What's more, when I try to compile the utility (which i need to configure WPA wonnection) it gives me lots of error about problems with qt.
In sabayon 3.3 my wireless was recognized as ra0, I had RaConfig2500 and it worked. With 3.4f my wifi is wlan0 and I don't have Raconfig2500 and wpa_supplicant does not work.
Any help would be appreciated.
