Installation carte reseau sous debian

marwa -  
 te -
Bonjour,
j ai ajouté une carte reseau mais je ne viens pas à l installer
je travail sous la distribution debian etch
et la commande lspci | grep -i ethernet donne :

debian:/# lspci | grep -i ethernet
01:09.0 Ethernet controller: Hangzhou Silan Microelectronics Co., Ltd. Unknown device 2031 (rev 01)
01:0c.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
debian:/#

debian:/# /sbin/ifconfig -a
eth0 Lien encap:Ethernet HWaddr 00:B0:D0:EC:F8:68
inet adr:192.168.4.102 Bcast:192.168.4.255 Masque:255.255.255.0
adr inet6: fe80::2b0:d0ff:feec:f868/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:64279 errors:0 dropped:0 overruns:1 frame:0
TX packets:6375 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:9074440 (8.6 MiB) TX bytes:951270 (928.9 KiB)
Interruption:11 Adresse de base:0x6c00

lo Lien encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:66 errors:0 dropped:0 overruns:0 frame:0
TX packets:66 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:5104 (4.9 KiB) TX bytes:5104 (4.9 KiB)

sit0 Lien encap:IPv6-dans-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Configuration: Linux
Epiphany 2.14

4 réponses

  1. Grunt Messages postés 2845 Statut Contributeur 301
     
    On dirait que c'est celle là qui n'est pas reconnue:
    01:09.0 Ethernet controller: Hangzhou Silan Microelectronics Co., Ltd. Unknown device 2031 (rev 01)
    (Unknown device c'est pas bon signe)
    Tu as quelle version du noyau? (uname -a)
    0
    1. marwa
       
      debian:/# uname -r
      2.6.18-4-686

      Merci !
      0
  2. Grunt Messages postés 2845 Statut Contributeur 301
     
    <<Vieux kernel (Debian Etch), changer kernel.>>

    Sérieusement, les pilotes de ta carte réseau ne sont pas inclus dans le kernel. Il faudra les ajouter.. commence par aller voir sur le site du constructeur.
    0
    1. marwa
       
      Merci de ton aide précieux, mais si tu peux m'expliquer que dois je faire exactement ?
      site de constructeur ?
      0
    2. te
       
      xsxs
      0
  3. Grunt Messages postés 2845 Statut Contributeur 301
     
    Refais un lspci sans grepper, il me semble qu'il manque des infos.
    0
    1. marwa
       
      debian:/# lspci
      00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 02)
      00:02.0 VGA compatible controller: Intel Corporation 82815 CGC [Chipset Graphics Controller] (rev 02)
      00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 02)
      00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 02)
      00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 (rev 02)
      00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 02)
      00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus (rev 02)
      00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #2) (rev 02)
      00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio (rev 02)
      01:09.0 Ethernet controller: Hangzhou Silan Microelectronics Co., Ltd. Unknown device 2031 (rev 01)
      01:0a.0 Communication controller: Conexant HCF 56k Data/Fax/Voice/Spkp Modem (Worldwide) (rev 08)
      01:0c.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
      debian:/#
      0