On Fri, 01 Jun 2001, tom wrote:
> Hi Richard, Hi All,
> 
> > 
> > You dont say which distro you are using, however i have 2 ethernet cards also
> > in a redhat-7.1 box the second is the same as yours.
> > I had the same problem when trying to get it to work via the init scripts, just
> 
> I'm using Redhat 7.0 
> 
> > what the problem is i dont know i have not bothered to look, i simply did the
> > following.
> > 
> > edited /etc/rc.d/rc.local and modprobed the card and used ifconfig to configure
> > it.
> 
> I took a look at rc.local, but don't know
> what to insert, because it seems to me being
> a sh init script, or Am I wrong?
> Could you send me the lines you inserted?

Yes  rc.local is the last init script to get executed at boottime, simply add
the following;

modprobe 8139too (check its name first as per above.)
ifconfig eth1 xxx.xxx.xx.xx netmask 255.255.255.0 up

Thats it.

Anyway why reboot, simply type the lines above in (as root) on a console or
xterm, if you get an error message about "unreasolved sysmbols" from modprobe
do the following;
insmod 8390.o (hope that is what 2.4.x calls it.)
Then use modprobe again to add the rtl module.

My machine with redhat 7.1 is broken at the minute so i cant emulate it all for
you.

> 
> Thanks Tom

-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to