Bonjour,
c'est la 1ere fois que j'installe debian et je me trouve avc un probleme. Le CD de drivers qui m'a ete fourni avec ma carte reseau contient bien des driver linux mais uniquement pour redhat (version plusieurs version differentes), voici la marche a suivre proposée pour RedHat 7.1 :
Citation :
RedHat Linux for 7.1
------------------------
Contents of the Subdirectory:
-----------------------------
8139too.c The linux driver source code file
redhatx.x\8139too.o The linux dirver redhatx.x\makefile Makefile for generating driver object file
Installation Procedure:
-----------------------
1. Copy 8139too.o into the latest kernel's modules.
cp 8139too.o /lib/modules/2.4.2-2/kernel/drivers/net/
2. Insert 8139too module into kernel
insmod 8139too
3. To configure IP for the network interface
ifconfig eth0 xxx.xxx.xxx.xxx
^^^^^^^^^^^^^^^ Your IP address
4. Well done. Your ethernet adapter is active now.
5. To make the driver load when the system boots up, you can execute netconf.
6. enter setting in the Client tasks/Basic host information/Adaptor 1
IP address: xxx.xxx.xxx.xxx
Netmask: 255.255.255.0
Net device: eth0
Kernel mode: 8139too
|
Quand je fais le insmode la reponse est : 8139too.o is not an ELF file.
Est-ce que qqn a une idée de comment je devrais m'y prendre?
Je vous remercie