Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-12-2001, 12:09 AM
|
#1
|
LQ Newbie
Registered: Aug 2001
Posts: 5
Rep:
|
2 NICs
I have 2 ISA 3c509 cards in my box. Only one of them will load. So i have interfaces lo, and eth0. How do I get the other card on eth1?
|
|
|
08-12-2001, 05:40 AM
|
#2
|
Senior Member
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731
Rep:
|
What happens when you load them manually?
|
|
|
08-12-2001, 09:04 AM
|
#3
|
Senior Member
Registered: May 2001
Location: Bristol, UK
Distribution: Slackware, Fedora, RHES
Posts: 2,243
Rep:
|
You need to tell the kernel to probe for the second network card if you are using two NICs of the same type. IIRC you will need to specifiy something like this on the LILO prompt
Code:
ether=0x300,5,eth0 ether=0x330,7,eth1
Assuming that your first card was on IRQ 5 at base address 0x300, and you second card was on IRQ 7 at address 0x330. Have a look at http://linuxdocs.org/HOWTOs/Ethernet-HOWTO-3.html#ss3.2 for a better explination.
HTH
Jamie...
|
|
|
08-12-2001, 10:35 AM
|
#4
|
LQ Newbie
Registered: Aug 2001
Posts: 10
Rep:
|
Try the following:
edit this following file:
/etc/modules.conf
look where it says:
alias eth0 ......
copy that whole line and paste underneath. Change the 0 to a 1 (on the bottom line only!).
Save the file, reboot and both NICs should work!
|
|
|
08-12-2001, 01:02 PM
|
#5
|
LQ Newbie
Registered: Aug 2001
Posts: 5
Original Poster
Rep:
|
I see.
Thank you everyone.
jharris - how can i find the base address and IRQ?
|
|
|
08-12-2001, 07:15 PM
|
#6
|
LQ Newbie
Registered: Aug 2001
Distribution: Redhat 7.2
Posts: 7
Rep:
|
just found it.
I am having a very simular problem with a fresh install of RH 6.2.
At boot during the loading interface Eth0 i am confronted with
-Determining ipinformatin for Eth0
-Operation failed.
There doesn't seem to be resourse conflicts after I ran a couple cat commands. Eth1 appears to load after the error with eth0. I'm new to the game and will monitor this post to see what else comes up.
In the meantime here's something to help with the original post.
Try (as root i think)
#cat /proc/pci
This will give detailed info including IRQ. Unfortunately PCI only - mebee someone can update for the isa cat command..
For all base address try
#cat /proc/ioports
hth
-=DAG=-
Last edited by Dagster; 08-12-2001 at 07:30 PM.
|
|
|
08-12-2001, 08:02 PM
|
#7
|
LQ Guru
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163
Rep:
|
Sounds like you must not have a static ip address on eth0, are you using dhcp?
how are you connected to the dhcp server?
On the 2NICS problem
If you can't get it to work right you may need to put the card in a windows box and configure the card using 3-com's utility with the settings you need. And you should probably disable the plug and play feature of the card.
Last edited by DavidPhillips; 08-12-2001 at 08:05 PM.
|
|
|
08-12-2001, 10:17 PM
|
#8
|
LQ Newbie
Registered: Aug 2001
Distribution: Redhat 7.2
Posts: 7
Rep:
|
Yes, i get my ip's through DHCP and have verified my mAC add at the server side. Still stumped but i'll hammer at it.
Thanks for reply
-=DAG=-
|
|
|
08-13-2001, 01:45 AM
|
#9
|
LQ Newbie
Registered: Aug 2001
Posts: 10
Rep:
|
What is the output of the ifconfig command? If it shows both eth0 and eth1 then the kernel modules for the card are loaded. If it also tells you the ip address then you are in business. If there is no IP then you may need to look at your dhcp client settings. are you using dhcpcd or pump?
Try these commands: (substitute eth0 for correct device)
pump -i eth0
or
dhcpcd eth0
|
|
|
All times are GMT -5. The time now is 05:26 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|