i've tried everything I could think of in following up your suggestion to edit modules.conf but the card still will not load on boot (although it can be pinged after modprobe and assignment of IP address). dmesg seems to suggest that the card is recognized and being loaded but ifconfig -a doesn't show eth1 until after i modprobe, etc. Using the Redhat 7.3 network gui configuration tool gives the following error message
*******************************************************************
Device eth1 uses the same Hardware Device "eth0" like eth0! Please select another hardware device or activate only one of them.
*********************************************************************
here is the contents of /etc/modules.conf, dmesg, cat /proc/interrupts, and ifconfig -a
****************************************************************
/etc/modules.conf
alias parport_lowlevel parport_pc
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias usb-controller usb-uhci
alias eth0 8139too
alias eth1 3c59x
*******************************************************************
dmesg
PCI: Enabling device 01:0e.0 (0104 -> 0107)
PCI: Found IRQ 10 for device 01:0e.0
PCI: Sharing IRQ 10 with 00:01.0
eth0: D-Link DFE-538TX (RealTek RTL8139) at 0xd08ac400, 00:50:ba:b5:3b:41, IRQ 10
eth0: Identified 8139 chip type 'RTL-8139C'
eth0: Setting half-duplex based on auto-negotiated partner ability 0000.
task `ip' exit_signal 17 in reparent_to_init
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
parport0: cpp_daisy: aa5500ff(98)
parport0: assign_addrs: aa5500ff(98)
parport0: Printer, Xerox Xerox WorkCentre 470cx
lp0: using parport0 (polling).
lp0: console ready
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 202M
agpgart: Detected an Intel i810 Chipset.
agpgart: AGP aperture is 64M @ 0xf8000000
[drm] AGP 0.99 on Intel i810 @ 0xf8000000 64MB
[drm] Initialized i810 1.1.0 20010616 on minor 0
mtrr: base(0xf8000000) is not aligned on a size(0x180000) boundary
Intel 810 + AC97 Audio, version 0.21, 06:29:46 Jun 1 2002
PCI: Found IRQ 9 for device 00:1f.5
PCI: Sharing IRQ 9 with 00:1f.3
PCI: Setting latency timer of device 00:1f.5 to 64
i810: Intel ICH 82801AA found at IO 0x1300 and 0x1200, IRQ 9
i810_audio: Audio Controller supports 2 channels.
ac97_codec: AC97 Audio codec, id: 0x4352:0x5934 (Cirrus Logic CS4299 rev D)
i810_audio: AC'97 codec 0 supports AMAP, total channels = 2
hdc: ATAPI 48X CD-ROM drive, 120kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.12
hdd: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache, DMA
cdrom: This disc doesn't have any tracks I recognize!
cdrom: This disc doesn't have any tracks I recognize!
PCI: Enabling device 01:0b.0 (0114 -> 0117)
PCI: Assigned IRQ 5 for device 01:0b.0
3c59x: Donald Becker and others.
www.scyld.com/network/vortex.html
01:0b.0: 3Com PCI 3c905B Cyclone 100baseTx at 0x3000. Vers LK1.1.16
*******************************************************************
cat /proc/interrupts
CPU0
0: 58592 XT-PIC timer
1: 931 XT-PIC keyboard
2: 0 XT-PIC cascade
5: 0 XT-PIC eth1
8: 1 XT-PIC rtc
9: 0 XT-PIC Intel ICH 82801AA
10: 4624 XT-PIC eth0, i810@PCI:0:1:0
11: 71 XT-PIC usb-uhci
12: 17632 XT-PIC PS/2 Mouse
14: 9358 XT-PIC ide0
15: 9026 XT-PIC ide1
NMI: 0
ERR: 0
********************************************************************
ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:50:BA:B5:3B:41
inet addr:64.192.56.181 Bcast:64.192.56.183 Mask:255.255.255.252
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:157 errors:0 dropped:0 overruns:0 frame:0
TX packets:164 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:146156 (142.7 Kb) TX bytes:36270 (35.4 Kb)
Interrupt:10 Base address:0xc400
eth1 Link encap:Ethernet HWaddr 00:10:4B:98:74:59
inet addr:192.168.0.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:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:5 Base address:0x3000
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:46 errors:0 dropped:0 overruns:0 frame:0
TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3366 (3.2 Kb) TX bytes:3366 (3.2 Kb)
*************************************************************************