Le matériel c´est une carte mère Gigabyte 81915p mais je suis tombé sur un driver sur google je vais essayer. Pour ce qui est du noyeau voila le tutos qui me demande de recompiler le noyeau :
This is rough install procedure. The tested OS is RedHat 7.3, kernel version is 2.4.18
1)How to install USB 503A RFMD driver ?
[1]Recompiling kernel.Some options must be noted
ex: #make menuconfig
1. Enable usb support.
ex: USB support --> UHCI(Intel PIIX4,VIA,...) support
2. Enable Wireless LAN ( non-hamradio) for the utility.
ex: Network device support --> Wireless LAN(non-hamradio) --> Wireless
LAN(non-hamradio)
[2]Using uhci module to support USB
ex: #vi / etc/modules.conf
change orignal content to -- > alias usb-controller uhci
[3]Build USB 503A RFMD driver
ex: #make clean
#make cofnig
Selecting " y" to:"Build USB Driver ( y/n)" --->"Build USB 503A RFMD Driver ( y/n)".
#make install
The driver will be installed in, for ex :
/lib/modules/2.4.18-3custom/kernel/drivers/usb/usb
vnetr.o
[4]Reboot computer.
ex: #reboot.
[5]Plugging 503A USB adapter.
[6]Executing lvnet or xvnet.
Above utility will pop up if install process success.
2)How to build utility for command line and X Window ?
[1]untar . /bxform-089glibc2.1.tgz
ex: #tar xvzf bxform-089glibc2.1.tgz
[2]Build xform library for utilty of X Window
ex: #cd xforms
#make
#make install.(Ignore the error message.It doesn´t matter)
[3]Build lvnet(command line) & xvnet(X Window) utility.
ex: #make clean
#make config
1. Command line utility:
Selecting " y" to:"Build applications ( y/n)" --> " Build command line
Applications ( y/n)".
2. X Window utility
Selecting " y" to:"Build applications ( y/n)" --> " Build X window application ( y/n)".
#make install.
[4]Executing lvnet or xvnet ( executed in XWindow)