Re: insmod problem

Felipe W Damasio <[email protected]> Wed, 20 Oct 2004 12:15:23 -0200
Newsgroups gmane.linux.drivers.realtek.devel
Message-ID <[email protected]>
	Naresh,

Naresh Deshaveni wrote:
>  I have been trying to get my RealTek 8139 card work in Redhat linux 
> 8.0. but without success.
> My linux  kernel version is 2.4.18-14
> 
> I had 8139too.o  in the /lib/modules/2.4.18-14/kernel/drivers/net/ 
> directory.
> When I did insmod 8139too I got the following message.

	You should modprobe it instead of insmod it, since 8139too uses
functions of the mii module.

	try:

depmod -a
modprobe 8139too

	It should do the trick.

	Cheers,

Felipe