According to Wai Lee: While burning my CPU.
> 
> Hello,
> I am trying to configure RedHat 4.1 to a computer with an ethernet card.
> When I first installed RH, I set the network card to a 3COM and later found
> out that it is not a 3COM.  How can I fix this?  I tried using netcfg but
> can't find a button for the network card.  Thanks.
> 

Kerneld should do it for you at bootime, you could try loading the modules
by hand first to see if it can find your card, (whatever make it is you did
not say).

Firstly 
'lsmod' show loaded modules, if you see 3cxx.o remove it with;
'rmmod 3cxx.o'
To load the new module
modprobe <module_name>
The above might need some paramters to tell the driver where the card is
located, modprobe will prompt you for those if needed.

The above is just a pointer for you, as you did not say what type of card
you do actulay have.
If the driver loads ok then use 'ifconfig' to configure the card.

If Redhat 4.1 uses the same control pannel as 4.2 then you can do it there
also.
startx (as root)
click on the 'network configuration' icon, when the page appiers click on
'interfaces' now select eth0 then select edit.

> Denny Lee
> [EMAIL PROTECTED]
> 
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to