Salut � tous,
Je viens d'installer dans mon serveur une carte r�seau, mais elle
fonctionne pas.
En fait, elle fonctionne avec le module de REALTEK (8139too)
J'ai donc mis le module par modconf, puis ajout� un alias dans
/etc/module.conf :
alias eth1 8139too
Et m�me apr�s un reboot, debian me repond :
server-steph-v2:~# ifup eth1
Ignoring unknown interface eth1=eth1.
Je sais pas quoi faire, j'ai cherch� sur google, mais rien
d'interessant, comprend pas.
Je vous emt si dessous la r�ponse de linux � quelques commandes qui
peuvent vous aider
==================================
server-steph-v2:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0A:E6:A8:C4:98
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:350 errors:0 dropped:0 overruns:0 frame:0
TX packets:407 errors:0 dropped:1 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:49449 (48.2 KiB) TX bytes:158875 (155.1 KiB)
Interrupt:10 Base address:0xd400
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:68 errors:0 dropped:0 overruns:0 frame:0
TX packets:68 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5342 (5.2 KiB) TX bytes:5342 (5.2 KiB)
ppp0 Link encap:Point-to-Point Protocol
inet addr:81.249.231.9 P-t-P:193.253.160.3 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:9178 Metric:1
RX packets:305 errors:0 dropped:0 overruns:0 frame:0
TX packets:297 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:146536 (143.1 KiB) TX bytes:35281 (34.4 KiB)
=========================
server-steph-v2:~# lsmod
Module Size Used by Not tainted
sch_ingress 1696 1 (autoclean)
ppp_synctty 5280 1 (autoclean)
ppp_generic 20332 3 (autoclean) [ppp_synctty]
slhc 4784 0 (autoclean) [ppp_generic]
n_hdlc 6112 1 (autoclean)
af_packet 12136 1 (autoclean)
ipt_MASQUERADE 1344 1 (autoclean)
iptable_nat 15124 1 (autoclean) [ipt_MASQUERADE]
ipt_state 704 1 (autoclean)
ip_conntrack 17652 2 (autoclean) [ipt_MASQUERADE
iptable_nat ipt_state]
ipt_LOG 3264 7 (autoclean)
iptable_filter 1824 1 (autoclean)
iptable_mangle 2272 0 (autoclean) (unused)
ip_tables 10752 8 [ipt_MASQUERADE iptable_nat ipt_state
ipt_LOG iptable_filter iptable_mangle]
8139too 16160 0 (unused)
mii 2400 0 [8139too]
it87 7136 0 (unused)
i2c-isa 1220 0 (unused)
i810_audio 23424 0
soundcore 3716 2 [i810_audio]
ac97_codec 10240 0 [i810_audio]
ide-scsi 7808 0
sis900 12580 1
keybdev 1696 0 (unused)
usbkbd 2976 0 (unused)
input 3424 0 [keybdev usbkbd]
usb-ohci 17920 0 (unused)
usb-uhci 21828 0 (unused)
usbcore 56928 1 [usbkbd usb-ohci usb-uhci]
rtc 6044 0 (autoclean)
ext3 58624 4 (autoclean)
jbd 37288 4 (autoclean) [ext3]
ide-disk 10144 4 (autoclean)
ide-probe-mod 8816 0 (autoclean)
ide-mod 153344 4 (autoclean) [ide-scsi ide-disk
ide-probe-mod]
unix 14020 71 (autoclean)
================================
server-steph-v2:~# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:0A:E6:A8:C4:98
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:475 errors:0 dropped:0 overruns:0 frame:0
TX packets:531 errors:0 dropped:1 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:61765 (60.3 KiB) TX bytes:172899 (168.8 KiB)
Interrupt:10 Base address:0xd400
eth1 Link encap:Ethernet HWaddr 00:08:A1:58:AB:C6
BROADCAST MULTICAST MTU:1500 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 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11 Base address:0x8f00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:68 errors:0 dropped:0 overruns:0 frame:0
TX packets:68 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5342 (5.2 KiB) TX bytes:5342 (5.2 KiB)
ppp0 Link encap:Point-to-Point Protocol
inet addr:81.249.231.9 P-t-P:193.253.160.3 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:9178 Metric:1
RX packets:305 errors:0 dropped:0 overruns:0 frame:0
TX packets:297 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:146536 (143.1 KiB) TX bytes:35281 (34.4 KiB)
=====================================
server-steph-v2:~# lspco
bash: lspco: command not found
server-steph-v2:~# lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 735 Host (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] 5591/5592 AGP
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513
00:02.2 USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 07)
00:02.3 USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 07)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS]
SiS7012 PCI Audio Accelerator (rev a0)
00:03.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900
10/100 Ethernet (rev 90)
00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139
(rev 10)
00:13.0 USB Controller: VIA Technologies, Inc. UHCI USB (rev 50)
00:13.1 USB Controller: VIA Technologies, Inc. UHCI USB (rev 50)
00:13.2 USB Controller: VIA Technologies, Inc.: Unknown device 3104 (rev 51)
01:00.0 VGA compatible controller: nVidia Corporation Vanta [NV6] (rev 15)
===================================
Fin du fichier /etc/modules.conf
### update-modules: end processing /etc/modutils/arch/i386
alias tty-ldisc-13 n_hdlc
alias eth1 8139too