Bonjour
J'ai un fichier readme en anglais où sont ecrites les instruction pour installer un driver, mais je n'y comprend rien !
je suis sous mandrake 10.0
pouvez vous m'aidé a dechiffrer ca:
ceci est juste les ordres a suivre pour l'installation du pilote la config c'est pour plutart
1) SETUP SEQUENCE
======================================================================
a. $tar -xvzf RT2500STA-Linux-1.3.0.2.tgz
go to "./RT2500STA-Linux-1.3.0.2/" directory.
b. for kernel version greater than 2.6.x,
cp ./2.6.x/Makefile .
for kernel version 2.4.x,
cp ./2.4.x/Makefile .
c. $make config # config build linux os version
d. $make install # cp driver module to /lib/modules/'uname -r'\kernel\drivers\net.
# In redhat, mandrake, SuSE, Fedora distributions,
# create script file so as to auto-start at boot.
# In slackware distributions, no script file created.
# For who wants auto-start at boot in slackware, please change related config files yourself.
e. Go to the corresponding directory to derive your driver modules according to your linux distribution,
then /sbin/insmod rt2500.o (or rt2500.ko for kernel 2.6.x)
f. $load
Note: Script functionality:
load load module to kernel
unload unload module from kernel
Configure retrive linux version
MERCI
