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 11-04-2002, 08:12 AM   #1
Defboy2k
LQ Newbie
 
Registered: Nov 2002
Location: South Africa
Distribution: Redhat 7.1
Posts: 17

Rep: Reputation: 0
Unhappy Problems with my NICs


Greetings from South Africa...

I'm still a newbie, but I have to echo what everyone here will probably agree with... "Linux kicks ass!!!!" ...only one problem though.

I have two Network cards in my machine, one is an asound 10/100 which uses an 8139 chip and the drivers that I got with it are fealnx.c and fealnx.o respectively. The other card is an NE2000 compatible. Linux has 8139too.o or so Linuxconf tells me when I try to set up the cards, I also have 8139.o which is all fine and great but I can't get either of these cards to work!!!

I have tried to everthing (except recompiling the kernel) and looked everywhere, but no luck!
And I know that both cards work on my Win2K drive! I can't ping myself (i.e. not my loopback address but the address I assigned to eth0 and eth1)

Does anyone have any idea why this is happening? Any info would be great...

Thanks...

PS when I try to assign a driver to either card from Linuxconfig ne displays as ne(install) or something to that effect... what does that mean anyway?
 
Old 11-04-2002, 08:26 AM   #2
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
1) NEVER use linuxconf, it has a very wobbly history, screwing things up all over the place.

for the 8139 chipset use the 8139too driver, just make sure yo have a line saying "alias eth0 8129too" in your /etc/modules.conf and netconfig or any similar program should be fine with just that.

AFAIK all you should actually need to do is use netconfgi to create a /etc/sysconfig/network-scripts/ifcfg-eth0 file that reads approximately like...

Code:
DEVICE=eth0
BOOTPROTO=static
IPADDR=10.0.0.1
NETMASK=255.255.0.0
NETWORK=10.0.0.0
BROADCAST=10.0.0.255
ONBOOT=yes
with that you should be able to just "ifup eth0" in a terminal and be away....
 
Old 11-05-2002, 01:37 AM   #3
Defboy2k
LQ Newbie
 
Registered: Nov 2002
Location: South Africa
Distribution: Redhat 7.1
Posts: 17

Original Poster
Rep: Reputation: 0
Thanks very much... I tried your advice, but something else seems to be happening.

When I try ifconfig with no extra commands to test the network cards (eg. ifconfig eth0) I get a message that reads as follows:

eth0: error fetching interface information: Device not found

That happens with both of my cards. Does anyone know why this might be happening?

Thanks again.
 
Old 11-05-2002, 05:36 AM   #4
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
was that 8129too or 8139too? typo...
 
Old 11-05-2002, 06:08 AM   #5
Defboy2k
LQ Newbie
 
Registered: Nov 2002
Location: South Africa
Distribution: Redhat 7.1
Posts: 17

Original Poster
Rep: Reputation: 0
Thanks,

Yeah we all make typos but I managed to figure out which one you meant though so all is cool... But I think I MAY (and I stress that I'm most likely wrong) have figured out what the problem is with my network cards is... still haven't found a solution though.

I assume that Linux just really does not like my choice of cards.
I've just removed the one to see if there was some sort of conflict between the two cards, but no luck!! :-(

I've just started reinstalling Linux, and from what I've gathered if my card is detected I would be given the option to set up the Network info from the installation but I don't get that...

I kept my NE2000 in which according to the Redhat HCL is compatible.

Hopefully someone out there knows what's going on, 'cause I sure as hell don't.

Thanks for all your help though!!!

Jason
 
Old 11-05-2002, 07:01 AM   #6
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
well the error you are getting from ifconfig is logical if you've not managed to start the interface... try ifup-ing it....
 
Old 11-06-2002, 05:39 AM   #7
Defboy2k
LQ Newbie
 
Registered: Nov 2002
Location: South Africa
Distribution: Redhat 7.1
Posts: 17

Original Poster
Rep: Reputation: 0
Thanks for all your help Chris...

I went home yesterday with a Realtek 8029 and set that card up on my home system with no problem...

Kudzu popped up the minute Linux booted up which is great 'cause now I'll just get an 8029 card from one of the machines at work and use that on my Linux machine. Hopefully that will end my problems!

Jason.
 
Old 11-06-2002, 05:43 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
that's very strange, i've never had a moments problem with any cheapo 8139 card... maybe you got unlucky with the one you had.
 
Old 11-07-2002, 07:00 AM   #9
Defboy2k
LQ Newbie
 
Registered: Nov 2002
Location: South Africa
Distribution: Redhat 7.1
Posts: 17

Original Poster
Rep: Reputation: 0
Actually, it was the NE2000 that was giving me all the problems... well both of them were actually. But everything is working fine now.

Thanks Chris...

Jason
 
  


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
2 NICs, 1 IP? lil_drummaboy Linux - Hardware 1 07-09-2005 11:56 PM
Intel D845GLLY + Multiple Intel Pro 100 NICs + kernel 2.6.x = NICs don't work egable Linux - Hardware 0 02-04-2005 02:30 PM
Problems with my NICs on my laptop orange400 Linux - General 3 06-15-2004 03:08 AM
2 NICs steve_babbage Linux - Networking 0 07-15-2003 01:18 AM
more than 2 nics sauli Linux - Software 1 02-11-2002 07:45 AM

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

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