I'm having a few problems installing the 8139too module.
Can someone please explain how to install this or any module. Any help would
be greatly appreciated.
Can someone please explain how to install this or any module. Any help would
be greatly appreciated.
> Can someone please explain how to install this or any module. Any help would
> be greatly appreciated.
Is an error being reported?
Does anything appear in /var/log/messages?
Greg
Is it statically compiled into your kernel? To find out:Quote:> I'm having a few problems installing the 8139too module.
> Can someone please explain how to install this or any module. Any help would
> be greatly appreciated.
dmesg | grep 8139too
Is the module already compiled just waiting to be loaded? To
find out:
modprobe 8139too
Still not got anywhere? It's time to recompile your kernel.
But what distribution are you using? I'd have thought 8139too.o
would be compiled as a module by default with the kernel in
distributions like Red Hat, Mandrake or Suse.
- --
Lee J. Moore
Gentoo Linux/Portage 2.0.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iEYEARECAAYFAj0Ok7oACgkQ6k8to8I6M0wINwCcCIEalVnVnUiyX6AKTNJXRRZt
ANgAn0cPf2JUoP31fMHwolSLxYgqEBfA
=Aoxp
-----END PGP SIGNATURE-----
> > Can someone please explain how to install this or any module. Any help
would
> > be greatly appreciated.
> A simple "modprobe 8139too" usually does it.
> Is an error being reported?
> Does anything appear in /var/log/messages?
> Greg
> > I'm having a few problems installing the 8139too module.
> > Can someone please explain how to install this or any module. Any help
would
> > be greatly appreciated.
> Is it statically compiled into your kernel? To find out:
> dmesg | grep 8139too
> Is the module already compiled just waiting to be loaded? To
> find out:
> modprobe 8139too
> Still not got anywhere? It's time to recompile your kernel.
> But what distribution are you using? I'd have thought 8139too.o
> would be compiled as a module by default with the kernel in
> distributions like Red Hat, Mandrake or Suse.
> - --
> Lee J. Moore
> Gentoo Linux/Portage 2.0.1
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.7 (GNU/Linux)
> iEYEARECAAYFAj0Ok7oACgkQ6k8to8I6M0wINwCcCIEalVnVnUiyX6AKTNJXRRZt
> ANgAn0cPf2JUoP31fMHwolSLxYgqEBfA
> =Aoxp
> -----END PGP SIGNATURE-----
I tried downloading 8139too from somewhere off the net...sourceforge I think
but i couldn't 'make' it becuase there were too many compiler errors...
I don't have any experience recompiling the kernel but I tried following a
tutorial and after issueing the 'make menuconfig' comand I couldn't find
anything on cardbus support or the 8139too module...
I'm using Red Hat v7.0 by the way...
The kernel is already compiled with modules though because when i type lsmod
it gives me a list of modules that are already running....
If I need to recompile kernel, what exactly should i be looking to add in
that would give me the 8139too as a module?
Thanks, much appreciated...
>>-----BEGIN PGP SIGNED MESSAGE-----
>>Hash: SHA1
>>>I'm having a few problems installing the 8139too module.
>>>Can someone please explain how to install this or any module. Any help
> would
>>>be greatly appreciated.
>>Is it statically compiled into your kernel? To find out:
>>dmesg | grep 8139too
>>Is the module already compiled just waiting to be loaded? To
>>find out:
>>modprobe 8139too
>>Still not got anywhere? It's time to recompile your kernel.
>>But what distribution are you using? I'd have thought 8139too.o
>>would be compiled as a module by default with the kernel in
>>distributions like Red Hat, Mandrake or Suse.
>>- --
>>Lee J. Moore
>>Gentoo Linux/Portage 2.0.1
>>-----BEGIN PGP SIGNATURE-----
>>Version: GnuPG v1.0.7 (GNU/Linux)
>>iEYEARECAAYFAj0Ok7oACgkQ6k8to8I6M0wINwCcCIEalVnVnUiyX6AKTNJXRRZt
>>ANgAn0cPf2JUoP31fMHwolSLxYgqEBfA
>>=Aoxp
>>-----END PGP SIGNATURE-----
> When i tried the dmesg | grep 8139too it wasn't there....modprobe tells me
> that it can't find the module....
> I tried downloading 8139too from somewhere off the net...sourceforge I think
> but i couldn't 'make' it becuase there were too many compiler errors...
> I don't have any experience recompiling the kernel but I tried following a
> tutorial and after issueing the 'make menuconfig' comand I couldn't find
> anything on cardbus support or the 8139too module...
> I'm using Red Hat v7.0 by the way...
> The kernel is already compiled with modules though because when i type lsmod
> it gives me a list of modules that are already running....
> If I need to recompile kernel, what exactly should i be looking to add in
> that would give me the 8139too as a module?
> Thanks, much appreciated...
What happens if you issue a "locate 8139"?
Greg
interesting...just did locate 8139 and it foundQuote:> Red Hat 7.0? I've used RTL8139-based cards on this system before.
> I don't think I needed to compiile anything.
> What happens if you issue a "locate 8139"?
> Greg
when I type lsmod it does not show rtl8039 in the listing though.....
I'm not sure if that is the right module?....(I thought I remember seeing
that trl8039 got updated to 8139too in the 2.4 kernel is that right? maybe
it was the other way around?)
I am trying to install a pcmcia network card and in the instructions for
linux it says I might need to recompile the kernel to allow for cardbus
support and then compile the 8139too as a module then reboot and issue
'insmod 8139too.c'
It says I can then check the adaptor status by typing 'ifconfig -a'
just going to do a bit of research between 8139too and rtl8139 and see what
the differences are....
Should I try and 'insmod rtl8139.o' instead of the 8139too?
Thanks
Checked out a couple of sites and some say 8139too is better and others sayQuote:> interesting...just did locate 8139 and it found
> rtl8139.c in /usr/src/...../drivers/net/
> and
> rtl8139.o in /lib/modules/../net/
> when I type lsmod it does not show rtl8039 in the listing though.....
> I'm not sure if that is the right module?....(I thought I remember seeing
> that trl8039 got updated to 8139too in the 2.4 kernel is that right? maybe
> it was the other way around?)
> I am trying to install a pcmcia network card and in the instructions for
> linux it says I might need to recompile the kernel to allow for cardbus
> support and then compile the 8139too as a module then reboot and issue
> 'insmod 8139too.c'
> It says I can then check the adaptor status by typing 'ifconfig -a'
> just going to do a bit of research between 8139too and rtl8139 and see
what
> the differences are....
> Should I try and 'insmod rtl8139.o' instead of the 8139too?
> Thanks
"init_module: Device or resource busy
Hint: insmod errors can be caused by incorrect module parameters including
IO or IRQ parameters"
any ideas would be much appreciated...
Thanks
Why should it?Quote:> when I type lsmod it does not show rtl8039 in the listing though.....
Oh! No, you don't want the 8139 stuff from the kernel.Quote:> I am trying to install a pcmcia network card and in the instructions for
What "instructions for linux"? If you are reading anything that aQuote:> linux it says I might need to recompile the kernel to allow for cardbus
These are NOt instructions for a pcmcia card!Quote:> support and then compile the 8139too as a module then reboot and issue
> 'insmod 8139too.c'
> It says I can then check the adaptor status by typing 'ifconfig -a'
No. Well, really .. you should start behaving in a vaguely sensicalQuote:> just going to do a bit of research between 8139too and rtl8139 and see what
> the differences are....
> Should I try and 'insmod rtl8139.o' instead of the 8139too?
Peter
Rerun updatedb!
Peter
I'm surprised by this, considering it's a redhat system. If youQuote:[..]
> When i tried the dmesg | grep 8139too it wasn't there....modprobe tells me
> that it can't find the module....
Well, you really don't need that driver. You just need toQuote:> I tried downloading 8139too from somewhere off the net...sourceforge I think
> but i couldn't 'make' it becuase there were too many compiler errors...
If using make menuconfig, it's under:Quote:> I don't have any experience recompiling the kernel but I tried following a
> tutorial and after issueing the 'make menuconfig' comand I couldn't find
> anything on cardbus support or the 8139too module...
Network device support --->
Ethernet (10 or 100Mbit) --->
RealTek RTL-8139 PCI Fast Ethernet Adapter support
HTH
- --
Lee J. Moore
Gentoo Linux/Portage 2.0.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iEYEARECAAYFAj0PAoQACgkQ6k8to8I6M0yzrwCg3LULVAyt1an6/rXDDpfnGo44
EhAAoNPULLnQKHdbclXXSP/CmWbmhVQt
=Me1a
-----END PGP SIGNATURE-----
In another post you were talking about pcmcia. Are you trying to configure aQuote:> "init_module: Device or resource busy
> Hint: insmod errors can be caused by incorrect module parameters including
> IO or IRQ parameters"
If you do need an 8139 module, you may need to find out what the IRQ and
base address of the card is, and pass those values in as parameters to the
rtl8139 module.
bash$] modprobe rtl8139 irq=7 io=0x300
And /always/ use modprobe, never insmod. modprobe is essentially a frontend
to insmod that does some checking and makes sure any modules that your
module may need are loaded in before loading the one you requested.
Matt
I'm having some problems trying to install a module in Red Hat.
Can someone please explain...
I'm trying to 'make' and then add it as a module using 'modprobe' is this
right?
Thanks,
2. Problem with g++ and xview?
3. 8139too module option to force 10mbps
4. PCI/SCSI AHA-2920 problems installing SW 3.2 - HELP!
5. Problem with module 8139too (0.9.17)
7. 2.4.16, 8139too not loadable as a module - unresolved symbols
9. module 8139too bug ? (kernel 2.4)
10. 2.4.19.rc3{8139too as module}
11. conf.modules vs. modules.conf & modules.dep??
12. 8139too Fast Ethernet driver 0.9.13