Add this to your kernel option in /etc/lilo.conf

append="ether=10,0x300,eth0"

10    = Network cards IRQ
0x300 = Network cards IO Base

eg. Mine is set for 2 network cards.
image=/boot/vmlinuz
        label=linux
        root=/dev/sda1
        initrd=/boot/initrd
        read-only
        append="ether=10,300,eth0 ether=2,320,eth1"


Then run /sbin/lilo.


Edit the following scripts to appear somthing as mine.


#/etc/sysconfig/network
NETWORKING=yes
#FORWARD_IPV4=yes
HOSTNAME=linux.dan-hender.com
DOMAINNAME=dan-hender.com
#GATEWAY=192.168.0.254
#GATEWAYDEV=eth0

#/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
IPADDR=192.168.0.2
NETMASK=255.255.255.0
NETWORK=192.168.0.0
BROADCAST=192.168.0.255
ONBOOT=yes
BOOTPROTO=none


Good luck.

Dan


At 03:43 PM 3/28/98 -0500, Eduardo Egues wrote:
>
>I just installed redhat-5.0 and my network card don't work. I tried with
>Microdyne NE2000 Compatible and with an Accton EN166X MPX (PNP and
>jumperless options had been tested) following networking installation
>steps.
>
>       Where do i can find driver for Accton card?
>       Any other sugestions?
>
>       TIA
>
>
>____________________________
>Eduardo Egues
>[EMAIL PROTECTED]


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to