LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-17-2002, 07:45 PM   #1
GabeF
Member
 
Registered: Mar 2002
Location: New Hampshire, US
Distribution: Mandrake 8.0, Redhat 8.0
Posts: 101

Rep: Reputation: 15
Unhappy 8139too.o: no such device....


I recently bought a NetGear ethernet card and set it up in windows just fine. I am running Mandrake Linux 8.0 with kernel version 2.4.3-20. I tried to insmod 8139too.o and got the following message:
/lib/modules/2.4.3-20mdk/kernel/drivers/net/8139too.o.gz: init_module: no such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.

When I ran modprobe I got the following message:
/lib/modules/2.4.3-20mdk/kernel/drivers/net/8139too.o.gz: no such device
Hint: modprobe errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.

/lib/modules/2.4.3-20mdk/kernel/drivers/net/8139too.o.gz: insmod /lib/modules/2.4.3-20mdk/kernel/drivers/net/8139too.o.gz: failed

/lib/modules/2.4.3-20mdk/kernel/drivers/net/8139too.o.gz: insmod 8139too failed.

I am really new to linux so if you have an answer, please put it in idiot's terms

Thanks for any help you give.
 
Old 03-17-2002, 08:05 PM   #2
bbenz3
Member
 
Registered: Feb 2002
Location: Orlando
Distribution: Whatever I feel like at the time I install.
Posts: 284

Rep: Reputation: 30
that sounds to me like you need to unpack the file using gzip or some other unzipping program. All of my drivers have just the .o w/o the .o.gz part.
Try unzipping the file and then redoing the insmod part. If that doesn't work wait till someone else has a better solution.
 
Old 03-18-2002, 03:35 PM   #3
GabeF
Member
 
Registered: Mar 2002
Location: New Hampshire, US
Distribution: Mandrake 8.0, Redhat 8.0
Posts: 101

Original Poster
Rep: Reputation: 15
Unzipping file and insmod...

I will try that again, however I think I already did that and it gave some error messages. I will try it again and post any error messages that i get. thanks

My uncle was helping me initially and we(he) thought that the driver is looking for a config file, but we don't know where the default config files are stored.
 
Old 03-18-2002, 04:12 PM   #4
bbenz3
Member
 
Registered: Feb 2002
Location: Orlando
Distribution: Whatever I feel like at the time I install.
Posts: 284

Rep: Reputation: 30
I am not sure if it needs a config file. To my knowledge it does not. I do know that every driver that I have installed all used file.o and weren't gzipped or anything like that.
 
Old 03-18-2002, 04:19 PM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
odd advice....hmm..anyway

well you should just need to add a line like "alias etho 8139too" to /etc/modules.conf and then use netconfig to specify the network parameters.

the gzip thing is just used in big stock kernels to make them take up a little less space, and they are extracted automatically on use.
 
Old 03-18-2002, 04:41 PM   #6
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Compressed kernel modules such as *.o.gz have just been a rather silly way of saving space for quite some time, their automagically decompressed on insertion. The one thing I was kind of curious about is are you certain this card should be taking the rtl8139/8139too module? What's the output of "lspci"?

Cheers,

Finegan
 
Old 03-18-2002, 06:51 PM   #7
GabeF
Member
 
Registered: Mar 2002
Location: New Hampshire, US
Distribution: Mandrake 8.0, Redhat 8.0
Posts: 101

Original Poster
Rep: Reputation: 15
acid_kewpie:

thanks for the help...im trying that right now. I don't really need to define the IO and IRQ stuff do I?

Ok...I modified the modules.conf file. I tried insmod again and it came up with the same error messages. I'm not sure where to go from here. Here are the generated error messages again:

insmod: /lib/.............../8139too.0.gz: no such file or directory insmod: insmod /lib/......./8139too.o.gz: failed
insmod: insmod 8139too failed

Someone here told me to use the Ispci command...I tried and it said
bash: Ispci: command not found.


Last edited by GabeF; 03-18-2002 at 07:45 PM.
 
Old 03-19-2002, 02:54 AM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
lspci, not Ispci

no, you shouldn't need to define irq's or anything
 
Old 03-19-2002, 03:25 PM   #9
GabeF
Member
 
Registered: Mar 2002
Location: New Hampshire, US
Distribution: Mandrake 8.0, Redhat 8.0
Posts: 101

Original Poster
Rep: Reputation: 15
OH Thanks....

lol. Thanks. that should definitely help. If the network card works, then ifconfig should show that, right? The error message I keep getting is "no such device" and I don't know what it is talking about.

I'm not sure if I clarified what my card is. It is a NETGEAR FA311 Fast Ethernet PCI Adapter. I have the FA311 mod on floppy, but it only supports some versions of RedHat, but I have Mandrake Linux.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
is 'rtl8139' better than '8139too'? hari_mj23 Linux - Hardware 2 06-14-2005 07:45 PM
Modprobe 8139too zeekx4 Slackware 11 01-12-2005 08:05 AM
8139too device eth1 does not seem to be present Bob62683 Linux - Networking 1 08-31-2004 08:20 PM
8139too problem in 2.4.20-8 nikhil93 Linux - Networking 6 01-12-2004 05:39 PM
8139too problems eltongeoff Linux - Newbie 10 06-27-2003 12:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration