>help!!!!!! i have a t1 in my house and am using rh 5.2 with apache as my web
>server. the only problem is is that i can't load my freaking nic into the
>system. it is a realtek pci 10/100 nic.
>
What you need to load is the right module. Look for the following sort
of lines in the boot-up messages (/var/log/messages):
ne.c: PCI BIOS reports Realtek 8029 at i/o 0x6000, irq 11.
Use of the PCI-NE2000 driver with this card is recommended!
NE*000 ethercard probe at 0x6000: 00 00 b4 5a 9c 69
eth0: NE2000 found at 0x6000, using IRQ 11.
Then add the following lines to /etc/conf.modules:
alias eth0 ne.o
options ne.o io=0x6000 irq=11
Adjust the io address and irq appropriately. Then re-boot and
you should be in business. Use netcfg to configure the interface.
Bob T.