• # Si ca peut t'aider...

    Posté par . En réponse au message driver carte ethernet. Évalué à 2.

    J'ai trouvé ca en recherchant sur http://www.google.fr/search?hl=fr&ie=UTF-8&q=3c2000.tar.gz&(...)

    5) Type 'cd 3c2000'

    Note: on SuSE systems since 7.1, you will have to execute the
    following commands before running make:

    cp /boot/vmlinuz.version.h /usr/src/linux/include/linux/version.h
    cp /boot/vmlinuz.autoconf.h /usr/src/linux/include/linux/autoconf.h

    6) Type 'make load' to load the driver.

    Alternatively, you may type the following to load the driver:

    insmod 3c2000.o

    Something like the following will be added to /var/log/messages:

    Jan 22 19:31:19 localhost kernel: 3C2000: 3Com Gigabit NIC Driver Version A08
    Jan 22 19:31:19 localhost kernel: Copyright (C) 2003 3Com Corporation.
    Jan 22 19:31:19 localhost kernel: Copyright (C) 2003 Marvell.
    Jan 22 19:31:19 localhost kernel: eth0: 3Com Gigabit NIC (3C2000)

    Depending on your configuration, the OS may then automatically bring the
    interface up and request an address from a DHCP server. If it does not,
    bring the interface up with the command:

    ifconfig eth0 up

    You may have to substitue 'eth0' for your actual interface if you have
    more than one ethernet NIC installed.

    If your system is not configured for DHCP, you can assign an IP address
    with the command:

    ifconfig eth0 a.b.c.d

    Where a.b.c.d is the IP address that you wish to use. Again, eth0 may
    be different depending on your system configuration.



    Voila, j'espere que ca a pu t'aider tout ca :)
    Si tu veux l'explication en entier :
    http://www.google.fr/search?q=cache:N-4qaqWMC-0J:linuxquestions.org(...)