LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 12-08-2002, 01:17 PM   #1
PlanetNEO
Member
 
Registered: Dec 2002
Location: Memphis, TN
Distribution: Mandrake 9.0
Posts: 47

Rep: Reputation: 15
Frustrating


Still trying to get a linux box on my home network. I tried Mandrake 9, but it wouldn't detect my network card (Netgear FA310TX). So I tried RedHat 8.0 with the same result, even though I checked the hardware compatibility list on RedHat and it specifically lists my card. Didn't detect it and didn't list it as an option on the hardware installation list.

These days getting a PC connected to a network is a pretty basic process. And since most of you have them on networks, there has to be something I'm missing. Both distros are really nice, both detected my video card and monitor, but it's a paper weight if I can't get it on the network. Is there a really basic howto somewhere? Maybe an overview of the process. Network connections for linux dummies? All the howtos I've been able to find are way out of date.
 
Old 12-08-2002, 01:25 PM   #2
TheCoffeeMug
Member
 
Registered: Aug 2002
Location: Faroe Islands
Distribution: Knoppix on hd
Posts: 54

Rep: Reputation: 15
Maybe we could solve the problem here.

Try to run this in a console as root:

/sbin/ifconfig

and tell us what you get.
 
Old 12-08-2002, 01:30 PM   #3
sudo
LQ Newbie
 
Registered: Dec 2002
Posts: 24

Rep: Reputation: 15
what nic do u have??
 
Old 12-08-2002, 01:54 PM   #4
PlanetNEO
Member
 
Registered: Dec 2002
Location: Memphis, TN
Distribution: Mandrake 9.0
Posts: 47

Original Poster
Rep: Reputation: 15
NIC is a Netgear FA310TX

I logged in as root, ran ifconfig from /sbin and got the following:

LINK encap: Local Loopback
inet addr:127.0.0.1 mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:150 errors:0 dropped:0 overruns:0 frames:0
TX packets:150 erros:0 dropped:0 overruns:0 frames:0
collisions:0 txqueulen:0
RX bytes:9940 (9.7 Kb) TX bytes: 9940 (9.7 Kb)


Hey, I'm just proud of being able to find my way into a root console. lol.
 
Old 12-08-2002, 01:58 PM   #5
sudo
LQ Newbie
 
Registered: Dec 2002
Posts: 24

Rep: Reputation: 15
ok... try to ping 127.0.0.1
if that works..
what does the file /etc/sysconfig/network-scripts/ifcfg-eth0 say??
 
Old 12-08-2002, 02:05 PM   #6
TheCoffeeMug
Member
 
Registered: Aug 2002
Location: Faroe Islands
Distribution: Knoppix on hd
Posts: 54

Rep: Reputation: 15
Try as root to write:

insmod tulip

And then:

ifconfig

To see if it worked.
 
Old 12-08-2002, 02:12 PM   #7
PlanetNEO
Member
 
Registered: Dec 2002
Location: Memphis, TN
Distribution: Mandrake 9.0
Posts: 47

Original Poster
Rep: Reputation: 15
Ping was successful. Funny it just keeps running, lol.

I found the directory, but there is no ifcfg-eth0. There's a ifcfg-lo, but no config file for eth0, if I'm phrasing that right.
 
Old 12-08-2002, 02:15 PM   #8
PlanetNEO
Member
 
Registered: Dec 2002
Location: Memphis, TN
Distribution: Mandrake 9.0
Posts: 47

Original Poster
Rep: Reputation: 15
Okay, after ismod tulip it gives me a long directory name at the end it says something about tulip/tulip.o and then another line about int_module: no such device and then something about how module errors are caused. Do you need the exact wording? It's a bit lengthy.

Last edited by PlanetNEO; 12-08-2002 at 02:17 PM.
 
Old 12-08-2002, 02:30 PM   #9
TheCoffeeMug
Member
 
Registered: Aug 2002
Location: Faroe Islands
Distribution: Knoppix on hd
Posts: 54

Rep: Reputation: 15
On http://hardware.redhat.com/hcl/?pagename=hcl it says that your network cars should work perfectly.
I would be nice to see the output from insmod. If you think that it is too long for this forum then mail it to me.
 
Old 12-08-2002, 02:36 PM   #10
PlanetNEO
Member
 
Registered: Dec 2002
Location: Memphis, TN
Distribution: Mandrake 9.0
Posts: 47

Original Poster
Rep: Reputation: 15
Not too long. It'll take me a few minutes, I have to keep turning my monitor switch back and forth.
 
Old 12-08-2002, 02:41 PM   #11
PlanetNEO
Member
 
Registered: Dec 2002
Location: Memphis, TN
Distribution: Mandrake 9.0
Posts: 47

Original Poster
Rep: Reputation: 15
[root@localhost root]# insmod tulip

Using lib/modules/2.4.18-14/kernel/drivers/net/tulip/tulip.o
/lib/modules/2.4.18-14/kernel/drivers/net/tulip/tulip.o init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
You may find more information in syslog or the output from dmesg
 
Old 12-08-2002, 02:48 PM   #12
TheCoffeeMug
Member
 
Registered: Aug 2002
Location: Faroe Islands
Distribution: Knoppix on hd
Posts: 54

Rep: Reputation: 15
Write:

cat /etc/modules.conf

And tell us what you get. If there is nothing about eth0 then add the line.

alias eth0 tulip

And try to use insmod once more.

How do you obtain a IP address? Static or dynamic?
 
Old 12-08-2002, 02:52 PM   #13
PlanetNEO
Member
 
Registered: Dec 2002
Location: Memphis, TN
Distribution: Mandrake 9.0
Posts: 47

Original Poster
Rep: Reputation: 15
Now this is really embarrasing...how do you add a line? eth0 isn't there. It's dynamic NAT IP's from a linksys router/hub.
 
Old 12-08-2002, 03:02 PM   #14
PlanetNEO
Member
 
Registered: Dec 2002
Location: Memphis, TN
Distribution: Mandrake 9.0
Posts: 47

Original Poster
Rep: Reputation: 15
Ah, good old vi is still there. Okay, added

alias eth0 tulip

Tried insmod once more but got the same result as before.
 
Old 12-08-2002, 03:03 PM   #15
TheCoffeeMug
Member
 
Registered: Aug 2002
Location: Faroe Islands
Distribution: Knoppix on hd
Posts: 54

Rep: Reputation: 15
Make a copy of the file first:

cd /etc
cp modules.conf modules.conf.bak

Now edit it in the console with "pico -w modules.conf" or in XWindow with "xedit modules.conf". You can also edit it with another text editor (clear text, not with a word processor like StarOffice, KWord, or what ever they are called)
 
  


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
Too frustrating Harnic Linux - Networking 6 09-04-2004 03:15 PM
this is getting frustrating thebutler4 Linux - Newbie 5 05-24-2004 06:59 PM
Sendmail is frustrating otisthegbs Linux - Software 1 08-09-2003 08:21 PM
why linux is frustrating rosko Linux - Software 64 08-09-2003 03:03 PM
Sound...so frustrating... slurride Slackware 4 02-26-2003 07:23 PM

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

All times are GMT -5. The time now is 02:32 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