Code: Select all
# modprobe 8139toothese are the two single lines that need to be uncomented. This, of course, assumes you're using static IP's. Can't help you with dhcp as I've never used it (I find it evil and pretty much useless). Just change the apropriate IP numbers./etc/conf.d/net wrote:iface_eth0="10.0.0.111 broadcast 10.0.0.255 netmask 255.255.255.0"
...
gateway="eth0/10.0.0.101"
Code: Select all
lspci
0000:00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev c1)
0000:00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)
0000:00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
0000:00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
0000:00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
0000:00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
0000:00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
0000:00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
0000:00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
0000:00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
0000:00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
0000:00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
0000:00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
0000:01:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000:02:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] (rev c1)
Code: Select all
lsmod:
Module Size Used by
ipv6 182560 6
8139too 17664 0
mii 2304 1 8139too
crc32 3040 1 8139too
evdev 6464 0
forcedeth 12224 0
parport_pc 27072 0
parport 22728 1 parport_pc
sbp2 16744 0
ohci1394 24836 0
ieee1394 62008 2 sbp2,ohci1394
ohci_hcd 15044 0
uhci_hcd 23152 0
usb_storage 46208 0
ehci_hcd 21028 0
Code: Select all
ifconfig:
eth0 Link encap:Ethernet HWaddr 00:02:44:9D:46:48
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::202:44ff:fe9d:4648/64 Scope:Link
UP BROADCAST RUNNING 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:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:5 Base address:0x6000
eth1 Link encap:Ethernet HWaddr 00:04:61:6F:0E:0F
inet addr:85.204.109.178 Bcast:85.204.111.255 Mask:255.255.252.0
inet6 addr: fe80::204:61ff:fe6f:e0f/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2578 errors:0 dropped:0 overruns:0 frame:0
TX packets:530 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:235040 (229.5 Kb) TX bytes:53027 (51.7 Kb)
Interrupt:11 Base address:0xc000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Since I see no 8139cp module loaded in your lsmod I'm guessing you ignored my previous post... but anyway... here's a snip from the kernel menuconfig:lsmod snip wrote:8139too 24320 0
8139cp 19200 0
mii 4736 2 8139too,8139cp
Code: Select all
<M> RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (EXPERIMENTAL)
<M> RealTek RTL-8139 PCI Fast Ethernet Adapter support
[*] Use PIO instead of MMIO (NEW)
[ ] Support for uncommon RTL-8139 rev. K (automatic channel equalization) (NEW)
[ ] Support for older RTL-8129/8130 boards (NEW)
[ ] Use older RX-reset method (NEW) Code: Select all
root@ttyp1[source]# modprobe 8139cp
modprobe: Can't locate module 8139cp
I've already tried, but nothing changes.Pithlit wrote:See? Play around with those.Code: Select all
<M> RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (EXPERIMENTAL) <M> RealTek RTL-8139 PCI Fast Ethernet Adapter support [*] Use PIO instead of MMIO (NEW) [ ] Support for uncommon RTL-8139 rev. K (automatic channel equalization) (NEW) [ ] Support for older RTL-8129/8130 boards (NEW) [ ] Use older RX-reset method (NEW)
Code: Select all
8139too Fast Ethernet driver 0.9.27
rtl8139_init_board: PIO region size == 0x100
rtl8139_init_board: MMIO region size == 0x100
rtl8139_init_board: chipset id (1950351360) == index 8, 'RTL-8100B/8139D'
rtl8139_init_board: PCI PM wakeup
rtl8139_init_one: about to register device named eth%d (cf5c5000)...
eth1: RealTek RTL8139 at 0xc000, 00:02:44:9d:46:48, IRQ 5
eth1: Identified 8139 chip type 'RTL-8100B/8139D'
eth1: link up, 100Mbps, full-duplex, lpa 0x45E1
rtl8139_hw_start: init buffer addresses
__set_rx_mode: eth1: rtl8139_set_rx_mode(1002) done -- Rx config 0000f78a.
__set_rx_mode: eth1: rtl8139_set_rx_mode(1003) done -- Rx config 0000f78a.
__set_rx_mode: eth1: rtl8139_set_rx_mode(1003) done -- Rx config 0000f78a.
__set_rx_mode: eth1: rtl8139_set_rx_mode(1003) done -- Rx config 0000f78e.
__set_rx_mode: eth1: rtl8139_set_rx_mode(1003) done -- Rx config 0000f78e.

Looks as if the card is working to me as well - I use a 8139too card, here's lspcididn't we all see earlier that both of his cards were recognized? that would mean that its either just a connectivity or resolution problem, right?
Code: Select all
0000:02:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Code: Select all
/sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:10:DC:0F:99:7D
inet addr:192.168.0.5 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:1380 (1.3 Kb)
Interrupt:21 Base address:0xc800
Code: Select all
8139too 21760 0
mii 4224 1 8139too