I'm trying to install a network on a Redhat 7.0 system.
During installation the network card wasn't recognized because it is not at a
standard address. (irq 11, io 0x200).
I have /etc/modules.conf:
alias wd0 eth0
options wd io=0x200 irq=11 mem=0xcc000
modprobe wd
wd.c:v1.10 9/23/94 Donald Becker ...
eth0: wd80x3 at 0x200, 00 00 C0 B7 XX XX WD8013, IRQ 11, shared memory at0xcc000-0xccfff
ifup ifcfg-eth0
ifconfig lists the correct interface address (IP), broadcast and
netmask.
Interrupt: 11 Base Address: 0x210 (?) Memory : cc000-d0000
netstat -rn:
Destination Gateway Genmask Flags MSS Window irtt Iface
137.xxx.yyy.zzz 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 137.xxx.yyy.1 0.0.0.0 UG 0 0 0 eth0
I cannot ping hosts on the network (destination host unreachable)
and I cannot reach the machine.
Ideas that come to mind: 8 bit vs. 16 bit card (it's a 16 bit card)
BNC is enabled (I can alternatively boot from a FreeBSD disk in the
same machine and everything works)
Some probe could mess the card?
The machine is slow (486, VLB) so building a kernel is no fun.
--
--