[supprimé]
J'essai de tester la fedora Core 2 sur un HP server TC2110 avec une carte rezo intégré, mais je ne sais pas trop comment faire pour installer les pilotes. J'ai fais un tour sur le site de HP qui mettait en téléchargement les pilotes pour RedHat 7.1. J'ai un fichier texte (ci-dessous qui explique ce qui faut faire mais ca paerle de recompiler le noyau... quelqu'un pourrai me renseigner?
extrait de l'aide de HP :
Building and Installation
=========================
NOTE:
- For the build to work properly it is important that the currently
running kernel MATCH the version and configuration of the installed
kernel sources.
- If you have just recompiled your kernel, reboot the system now.
- If you are building the e100 driver on a fresh install of Red Hat*
without recompiling the kernel, the build will generate warnings. This
is normal and will not affect driver performance.
- If you have difficulties, remove the non-Intel eepro100 module.
1. Move the base driver tar file to the directory of your choice.
For example, use /home/username/e100 or /usr/local/src/e100
2. untar/unzip archive
tar xfz e100-x.x.x.tar.gz
3. Change to the driver src directory
cd e100-x.x.x/src/
4. Compile the driver module
make install
NOTE: To insure an SMP driver build use: make SMP=1 install
The binary will be installed as:
For Linux 2.2.x systems:
/lib/modules/[KERNEL_VERSION]/net/e100.o
For Linux 2.4.x systems:
/lib/modules/[KERNEL_VERSION]/kernel/drivers/net/e100.o
5. Install the module
insmod e100
6. ifconfig eth# <IP_address>
where # is interface number
7. Verify that the interface works
ping <your_IP_address>
To build a binary RPM* package of this driver run 'rpm -tb <filename.tar.gz>'.
Replace <filename.tar.gz> with the specific file name of driver.