> I am new to Linux and am trying to learn it.  I have recently build a Linux
> Redhat 6.2 box and installed a network card (3C509B) in the unit.  It does
> not detect my NIC during boot (and plug and play is enabled in the bios).  I
> have searched for documentation on installing a new NIC and can't find any.
> What is the secret?

Red Hat 6.2 ships with 3coms driver. You don't want that anyway IMHO. Your
board should be found by the 3c59x driver. If it wasnt then do

'insmod 3c59x' and if that reports an error 'dmesg' to see why it errored.
That should work. If so then add 'alias eth0 3c59x' to /etc/conf.modules
Next run 'netcfg' as root, go into interfaces and hit 'add' to configure eth0

Alan

-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to