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.
|
![Reply](https://www.linuxquestions.org/questions/images/buttons/reply.gif) |
12-26-2001, 11:38 AM
|
#1
|
Member
Registered: Dec 2001
Location: Dallas, TX
Distribution: Slackware
Posts: 46
Rep:
|
8139 module
I am having a problem with my NIC card under Debian woody. I have gotten the card to work under Redhat with no problems. With Debian I tried using the 8139too module but that doesn't work. Then I was told to use the rtl8139 module. When I do a insmod rtl8139, I don't receive any error messages. When I configure the network settings a do a ifup eth0, I get these messages:
SIOCSIFFLAGS: Resource temporarily unavailable
SIOCSIFFLAGS: Resource temporarily unavailable
When I execute ifconfig, I only see the loopback interface. Can someone help me?
thanks.
|
|
|
12-26-2001, 08:37 PM
|
#2
|
Member
Registered: Jun 2001
Location: Fairfax, California
Distribution: RH 9.0, RH 7.3, Mandrake 8.0
Posts: 986
Rep:
|
That error usually relates to an IRQ conflict. What do you see when you do cat/proc/interrupts?
|
|
|
12-27-2001, 11:36 AM
|
#3
|
Member
Registered: Dec 2001
Location: Dallas, TX
Distribution: Slackware
Posts: 46
Original Poster
Rep:
|
I ended up downloading kernel version 2.4.17. Compiled and installed 8139too as a module. That works fine. But I ran into another problem. I have 2 NICs:
eth0: a NE2000 PCI compatibile
eth1: a Realtek NIC
Each module loads with no errors. I configured the interfaces script and assigned an IP to each NIC.
I can't reach the Internet if both NICs are up. I have to disable one of them in order to reach the Internet.
I can run "ifdown eth0" or "ifdown eth1." I doesn't matter which one is down, the Internet will work if only one NIC is active.
What did I do wrong?
buttnutt.
|
|
|
12-27-2001, 12:22 PM
|
#4
|
Member
Registered: Oct 2001
Distribution: MD81 RH71
Posts: 555
Rep:
|
i'd guess you're running both NIC's no the same subnet. this is illegal, and specifically prohibited under unix. you should have tehm on separate networks, eg:
eth0: 196.168.0.1/255.255.255.0
eth1: 196.168.1.1/255.255.255.0
you can get around it using ethernet bridging, but it's not good practise.
|
|
|
All times are GMT -5. The time now is 08:06 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
|
|