J'ai téléchargé ce fichier. On y trouve un fichier README qui t'explique comment installer le pilote. L'extrait qui t'intéresse le plus est :
Compile the driver module:
make install
The binary will be installed as one of the following:
The install locations listed above are the default locations. They may
not be correct for certain Linux distributions. For more information, see
the ldistrib.txt file included in the driver tar.
5. Install the module:
modprobe e100
6. Assign an IP address to the interface by entering the following, where
is the interface number:
ifconfig eth <IP_address>
7. Verify that the interface works. Enter the following, where <IP_address>
is the IP address for another machine on the same subnet as the interface
that is being tested:
ping <IP_address>
Donc tu décompactes l'archive où tu veux.
En mode console en ROOT:
tu te places dans le répertoire de l'archive : cd nomdurepertoire
tu compiles le pilote : make install
Enfin, tu charges le pilote : modprobe e100
REMARQUE : Pour pouvoir compiler le pilote, il faut que tu installes soit les fichiers d'entête du noyau utilisé, soit ses fichiers sources. Tape 'uname -r' pour connaître la version du noyau utilisé. Utilise le logiciel de Mandrake dans le panneau de contrôle pour installer le paquetage rpm kernel-header-x.x.x où x.x.x correspond à la version de ton noyau.
[^] # Re: Carte réseau
Posté par gerald dumas . En réponse au message problème de configuration connexion réseau LM10.0. Évalué à 1.
Compile the driver module:
make install
The binary will be installed as one of the following:
/lib/modules/<kernel_version>/kernel/drivers/net/e100.o
/lib/modules/<kernel_version>/net/e100.o
The install locations listed above are the default locations. They may
not be correct for certain Linux distributions. For more information, see
the ldistrib.txt file included in the driver tar.
5. Install the module:
modprobe e100
6. Assign an IP address to the interface by entering the following, where
is the interface number:
ifconfig eth <IP_address>
7. Verify that the interface works. Enter the following, where <IP_address>
is the IP address for another machine on the same subnet as the interface
that is being tested:
ping <IP_address>
Donc tu décompactes l'archive où tu veux.
En mode console en ROOT:
tu te places dans le répertoire de l'archive : cd nomdurepertoire
tu compiles le pilote : make install
Enfin, tu charges le pilote : modprobe e100
REMARQUE : Pour pouvoir compiler le pilote, il faut que tu installes soit les fichiers d'entête du noyau utilisé, soit ses fichiers sources. Tape 'uname -r' pour connaître la version du noyau utilisé. Utilise le logiciel de Mandrake dans le panneau de contrôle pour installer le paquetage rpm kernel-header-x.x.x où x.x.x correspond à la version de ton noyau.