Salut a tous,
J'ai du mal � faire fonctionner ma carte r�seau apr�s installation de
Mandrake 7.0. je vous livre ici les resultats de diff�rentes commandes
de v�rification avant de continuer:
$ ifconfig

lo        Lien encap:Boucle locale  
          inet adr:127.0.0.1  Masque:255.0.0.0
          UP LOOPBACK RUNNING  MTU:3924  Metric:1
          Paquets Re�us:38 erreurs:0 jet�s:0 d�bordements:0 trames:0
          Paquets transmis:38 erreurs:0 jet�s:0 d�bordements:0 carrier:0
          collisions:0 lg file transmission:0 

$lspci -v
00:00.0 Host bridge: Intel Corporation 440BX/ZX - 82443BX/ZX Host bridge
(rev 03)
        Flags: bus master, medium devsel, latency 64
        Memory at e0000000 (32-bit, prefetchable)
        Capabilities: [a0] AGP version 1.0

00:01.0 PCI bridge: Intel Corporation 440BX/ZX - 82443BX/ZX AGP bridge
(rev 03)
        Flags: bus master, 66Mhz, medium devsel, latency 64
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: e4000000-e7ffffff

00:07.0 ISA bridge: Intel Corporation 82371AB PIIX4 ISA (rev 02)
        Flags: bus master, medium devsel, latency 0

00:07.1 IDE interface: Intel Corporation 82371AB PIIX4 IDE (rev 01)
(prog-if 80 [Master])
        Flags: bus master, medium devsel, latency 64
        I/O ports at f000

00:07.2 USB Controller: Intel Corporation 82371AB PIIX4 USB (rev 01)
        Flags: bus master, medium devsel, latency 64, IRQ 10
        I/O ports at e000

00:07.3 Bridge: Intel Corporation 82371AB PIIX4 ACPI (rev 02)
        Flags: medium devsel

00:0e.0 Ethernet controller: Accton Technology Corporation SMC2-1211TX
(rev 10)
        Subsystem: Accton Technology Corporation: Unknown device 1211
        Flags: bus master, medium devsel, latency 64, IRQ 11
        I/O ports at e400
        Memory at e8000000 (32-bit, non-prefetchable)
        Capabilities: [50] Power Management version 2

00:14.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev
08)
        Subsystem: Ensoniq: Unknown device 1371
        Flags: bus master, slow devsel, latency 64, IRQ 5
        I/O ports at e800
        Capabilities: [dc] Power Management version 1

01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP
1X/2X (rev 5c)
        Subsystem: ATI Technologies Inc: Unknown device 4742
        Flags: bus master, stepping, medium devsel, latency 64, IRQ 11
        Memory at e4000000 (32-bit, non-prefetchable)
        I/O ports at d000
        Memory at e6000000 (32-bit, non-prefetchable)
        Capabilities: [50] AGP version 1.0

$cat /proc/ioports
0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0070-007f : rtc
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0376-0376 : ide1
03c0-03df : vga+
03f0-03f5 : floppy
03f6-03f6 : ide0
03f7-03f7 : floppy DIR
03f8-03ff : serial(auto)
f000-f007 : ide0
f008-f00f : ide1

$netstat -rn
Table de routage IP du noyau
Destination     Passerelle      Genmask         Indic   MSS Fen�tre irtt
Iface
127.0.0.0       0.0.0.0         255.0.0.0       U         0 0          0
lo

dhcpd tourne sur mon serveur Linux Redhat 6.0

$less /etc/dhcpd.conf

subnet 216.147.136.128 netmask 255.255.255.128 {
}

subnet 192.168.1.0 netmask 255.255.255.0 {

        range 192.168.1.200 192.168.1.254;
        default-lease-time 21600;
        max-lease-time 43200;

        option subnet-mask              255.255.255.0;

        option routers                  192.168.1.1;

        option nis-domain               "CNFB";
        option domain-name              "ml.campus-virtuel.org";
        option domain-name-servers      192.168.1.1;

        option time-offset              0;      # Eastern Standard Time
#       option ntp-servers              192.168.1.1;

        option netbios-name-servers     192.168.1.1;

# --- Selects point-to-point node (default is hybrid). Don't change this
unless
# -- you understand Netbios very well
#       option netbios-node-type 2;

        # we want the nameserver to appear at a fixed address
        # host ns {
        #       next-server marvin.redhat.com;
        #       hardware ethernet 12:34:56:78:AB:CD;
        #       fixed-address 207.175.42.254;
        # }

        group {
                use-host-decl-names on;

                host ist1 {
                        hardware ethernet 00:80:c8:f9:2d:55;
                        fixed-address ist1.cnfb;
                }
                host ist2 {
                        hardware ethernet 00:80:c8:f9:2c:05;
                        fixed-address ist2.cnfb;
                }
                host ist3 {
                        hardware ethernet 00:80:c8:f9:49:0f;
                        fixed-address ist3.cnfb;
                }
                host ist4 {
                        hardware ethernet 00:80:c8:f9:2d:5d;
                        fixed-address ist4.cnfb;
                }
        }

        group {
                use-host-decl-names on;

                host formation1 {
                        hardware ethernet 00:10:b5:38:b4:0c;
                        fixed-address formation1.cnfb;
                }
                host formation2 {
                        hardware ethernet 00:10:b5:38:b4:05;
                        fixed-address formation2.cnfb;
                }
                host formation3 {
                        hardware ethernet 00:10:b5:38:b4:d4;
                        fixed-address formation3.cnfb;
                }
                host formation4 {
                        hardware ethernet 00:10:b5:38:b5:0d;
                        fixed-address formation4.cnfb;
                }
                host formation5 {
                        hardware ethernet 00:10:b5:38:b4:d9;
                        fixed-address formation5.cnfb;
                }
                host formation6 {
                        hardware ethernet 00:10:b5:38:b4:5d;
                        fixed-address formation6.cnfb;
                }
                host formation7 {
                        hardware ethernet 00:10:b5:38:b7:54;
                        fixed-address formation7.cnfb;
                }
                host formation8 {
                        hardware ethernet 00:10:b5:38:b8:9d;
                        fixed-address formation8.cnfb;
                }
                host formation9 {
                        hardware ethernet 00:10:b5:38:b4:d1;
                        fixed-address formation9.cnfb;
                }
                host formation10 {
                        hardware ethernet 00:10:b5:38:b8:ae;
                        fixed-address formation10.cnfb;
                }
                host formation11 {
                        hardware ethernet 00:10:b5:38:b5:b8;
                        fixed-address formation11.cnfb;
                }
                host formation12 {
                        hardware ethernet 00:10:b5:38:b8:b9;
                        fixed-address formation12.cnfb;
                }
        }
        group {
                use-host-decl-names on;

                host production1 {
                        hardware ethernet 00:10:b5:38:b8:bf;
                        fixed-address production1.cnfb;
                }
                host production2 {
                        hardware ethernet 00:10:b5:38:b3:aa;
                        fixed-address production2.cnfb;
                }
        }
        group {
                use-host-decl-names on;

                host direction1 {
                        hardware ethernet 00:10:b5:38:b8:a1;
                        fixed-address direction1.cnfb;
                }
                host direction2 {
                        hardware ethernet 00:10:b5:38:b4:e9;
                        fixed-address direction2.cnfb;
                }
                host direction3 {
                        hardware ethernet 00:10:b5:38:b3:e8;
                        fixed-address direction3.cnfb;
                }
        }
}
apres je lance 
$netconf
et je fixe les valeurs suivantes:
nom de la machine: PRODUCTION2
sur l'onglet "adaptateur1
Mode de configuration: dhcp
nom principal + nom de domaine: PRODUCTION2.CNFB
Masque de r�seau: 255.255.255.0
Interface r�seau: eth0
Module noyau: ne2k-pci
port I/O 00a0-00bf (optionel)
irq: 11 (optionel)

Puis j'ai fait

$netcfg
les parametres n�cessaires sont quasi identiques aux precedents. sur
cette meme fenetre j'essaie alors d'activer eht0 mais le message suivant
surgit:

eth0: interface inconnue: aucun peripherique de ce type
eth0: erreur lors de la recherhe d'informations sur l'interface:
peripherque non trouv�

le Noyau est ...2-14mdk

QUESTION : comment proceder pour faire fonctionner la carte reseau ??
Puisque ca fait 2 jours que je cherche sans grand succes.
begin:vcard 
n:Doudou B.;THERA
x-mozilla-html:FALSE
url:http://www.ml.refer.org
org:CNF  de Bamako;Universit� du Mali / Agence Univ. de la Francophonie
adr:;;;;;;
version:2.1
title:Informaticien
note;quoted-printable:Doudou B. THERA est administrateur r=E9seau et syst=E8me du Campus Num=E9rique Francophone -CNF- de Bamako.=0D=0AOn peut le t=E9l=E9phoner au (223) 22 35 16 et lui =E9crire au =0D=0ACourriel: [EMAIL PROTECTED] ou sur le site=0D=0Ahttp://www.ml.refer.org/mali_ct/cnfb/accueil.htm#personnel
fn:Badiany Doudou THERA
end:vcard

Répondre à