J'aimerais installer un serveur sous linux sur une vielle machin alors j'ai donc installé linux, le red hat téléchargé sur www.telecharger.com. Tout s'est admirablement bien déroulé si ce n'est qu'il ne possède pas ma carte reseau dans la liste des cartes reseaux à installer... j'ai donc suivi la procédure normale du mode d'emplois de ma carte reseau mais ça ne semble pas marcher...
Voici la procédure en question:
--------
TAMARACK TC6020 10/100 FAST ETHERNET ADAPTER
Linux Driver
Installation:
1. copy the source code tc6020.v100.tar.gz to Linux,
2. decompressed the tc6020.v100.tar.gz file,
#tar -zvxf tc6020.v100.tar.gz
3. compile the source code, the instruction for compiling the driver is
as follows:
#make
4. insert the driver as module,
#insmod tc6020.o
5. bind your card to an IP address
#ifconfig eth0 ${IPADDR} broadcast ${BROADCAST} netmask ${NETMASK}
6. add your card to IP routing table,
#route add -net ${NETWORK} netmask ${NETMADK} eth0
7. now, you should be able to ping local network.
----------
Et voici ce que ça donne en pratique:
[squall@localhost squall]$ make
gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/include -O2 -Wall -Wstrict-prototypes -c -o tc6020.o
tc6020.c
make: gcc : Commande introuvable
make: *** [tc6020.o] Erreur 127
[squall@localhost squall]$ insmod tc6020.o
bash: insmod: command not found
------------
Pourriez vous m'aider pleassssse