Truzzone Guru


Joined: 16 Oct 2003 Posts: 492 Location: Italy
|
Posted: Tue Jul 20, 2004 5:50 pm Post subject: [LAN] NE2000 ISA & kernel 2.6.7 |
|
|
I installed Gentoo on my old pc (server) with PentiumII and with ISA network card based on NE2000 chipset, connect to my ethernet modem DLink DSL-300T set than router.
Before I try installed RedHat8 and I didin't have problem with ISA Network card, I connect to internet and I navigate without problems.
My problem is when I try to connect to internet after I installed Gentoo with gentoo-dev-sources 2.6.7 kernel and compiled built-in the NE2000(ISA) support.
This is my output of:
dmesg | grep eth
Code: | NE*000 ethercard probe at 0x240: 00 00 b4 8f 09 7a
eth0: NE2000 found at 0x240, using IRQ 5.
eth1: RealTek RTL8139 at 0x7800, 00:08:a1:56:98:02, IRQ 11
eth1: Identified 8139 chip type 'RTL-8100B/8139D'
eth1: link up, 100Mbps, full-duplex, lpa 0x45E1
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0x3, t=1194.
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0x3, t=3194.
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0x3, t=1193.
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0x3, t=1072.
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0x3, t=3072.
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0x3, t=1071.
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0x3, t=1070.
|
*eth1 is my pci network card with I connect to the switch.
This is my ifconfig:
Code: |
eth0 Link encap:Ethernet HWaddr 00:00:B4:8F:09:7A
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:7 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:900 (900.0 b)
Interrupt:5 Base address:0x240
eth1 Link encap:Ethernet HWaddr 00:08:A1:56:98:02
inet addr:192.168.1.1 Bcast:192.168.0.255 Mask:255.255.255.0
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:11 Base address:0x7800
lo ...
|
and route -n:
Code: |
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
|
and at the end my /etc/conf.d/net:
Code: |
# /etc/conf.d/net:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7 2002/11/18 19:39:22 azarah Exp $
iface_eth0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0"
iface_eth1="192.168.1.1 broadcast 192.168.0.255 netmask 255.255.255.0"
gateway="eth0/192.168.0.1"
|
I set the modem with ip 192.168.0.1.
How I to do to resolve the problem with my network card ISA with NE2000 chipset?
Sorry for my bad English
Best regards,
Truzzone  |
|