LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Bringing up interface eth0... failed (https://www.linuxquestions.org/questions/linux-networking-3/bringing-up-interface-eth0-failed-147360/)

Commish66 02-17-2004 06:51 PM

Bringing up interface eth0... failed
 
http://www.linuxquestions.org/questi...hreadid=146166

I had this post on the install Mandrake forum, I received some good info, but I'm still not back on the net

I'm hoping someone in this forum is able to help me. I've tried so many work arounds, I am behind a Syslink hub, the Windoze computer is working the same, as before. The new Video card & motherboard operated the Mandrake 9.1 just fine, I must have done something to this 9.2, to affect the networking, not bringing up tulip.. I lost count after 8 installs to get this to the state it's in now. Happy with everything else

Hope someone can shed some light my way

vectordrake 02-17-2004 07:27 PM

I have a tulip clone. It loaded with 9.1 and WinXP fine. 10 beta2 killed it. if your'e running a 2.4 kernel, add this one word to /etc/modules :

tulip

Save the file and reboot. Happy surfing (like my optimism?)

If 2.6, add the word "tulip" to /etc/modprobe.preload

Reboot. Surf. Good luck

Commish66 02-17-2004 08:53 PM

Thanks for the reply vectordrake, tulip is in the file /etc/modules allready. The reading I am doing is helping me understand Linux better, but no ideas as to my problem now

vectordrake 02-17-2004 09:11 PM

You say you're connected through a hub. What is the hub connected to? I didn't see where you stated your full network hardware setup, and nobody (including myself) bothered to ask. That's just not gonna get me into the boy scouts! :D. Could you tell me about your hardware? Hub? Router? Connection? What works? What doesn't?

Specifically, I'd like to know what hardware is routing you to the glorious internet. Also, I'd like to know what is doing the NAT if you are sharing the connection. As well, could you post an ifconfig output and your lsmod at the time (you can edit out the other devices if you wish) and the line returned for lspci -v. I find it strange that up to 9.1 you were cookin' and 9.2 killed it (I really liked 9.1 - but 10 is really kewl - it kept me with this RPM shit. ;))

edited for spelling, which made no sense. I had to change it to make a real word again. :D

Commish66 02-17-2004 10:09 PM

My internet provider is ShawCable, the hub is Linksys (BEFSR41), the Windoze computer is where I am working from now, unaffected.

#lspci -v
Ethernet controller: Macronix, Inc [mxic] mx987x5 (rev 25)
Subsystem: National Datacomm Corp. Unknown device 8110
Flags: bus master, stepping, fast Back2Back, medium devsel, latency 32, irq 11
I/O ports at d800 [size=256]
Memory at d1800000 (32bit, non preferable) [size=256]
Expansion Rom at <unassigned>[disabled] [size=256k]
Capabilities: [44] Power Management version2

#lsmod
tulip 43968 1

#ifconfig
eth0
Link encap: Ethernet HWaddr 00:80:C6:F8:D9:AA
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packages: 4092 errors:0 dropped:0 overruns:0 frame:0
TX packages: 45 errors:0 dropped:0 overruns:0 carrier:0
Collisions:0 txqueuelen:100
RX bytes:1282464 (1.2mb) TXbytes:9090 (8.8Kb)
Interrupt:11 Base address:0xd800

eth0:9
Link Encap: Ethernet HWaddr 00:80:C6:F8:D9:AA
Inet address:127.255.255.255 Bcast:127.255.255.255 Mask:255.0.0.0
UPBROADCAST RUNNING MILTICAST MTU:1500 metric:1
Interrupt:11 Base address:0xd800

lo
Link encap: local loopback
Inetaddr: 127.0.0.1 Mask:255.0.0.0
UPLOOPBACK RUNNING MTU:16436 metric:1
RX Packets:452 errors:0 dropped:0 overruns:0 frame:0
TX Packets:452 errors:0 dropped:0 overruns:0 carrier:0
Collisions:0 txqueuelen:0
RX bytes:28828 (28.1Kb) txbytes:28828 (28.1Kb)

Vectordrake I hope this is enough info for you, thanks again

vectordrake 02-17-2004 10:50 PM

Quote:

Originally posted by Commish66
My internet provider is ShawCable, the hub is Linksys (BEFSR41), the Windoze computer is where I am working from now, unaffected.

#ifconfig
eth0
Link encap: Ethernet HWaddr 00:80:C6:F8:D9:AA
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packages: 4092 errors:0 dropped:0 overruns:0 frame:0
TX packages: 45 errors:0 dropped:0 overruns:0 carrier:0
Collisions:0 txqueuelen:100
RX bytes:1282464 (1.2mb) TXbytes:9090 (8.8Kb)
Interrupt:11 Base address:0xd800

eth0:9
Link Encap: Ethernet HWaddr 00:80:C6:F8:D9:AA
Inet address:127.255.255.255 Bcast:127.255.255.255 Mask:255.0.0.0
UPBROADCAST RUNNING MILTICAST MTU:1500 metric:1
Interrupt:11 Base address:0xd800

I have the same device. Its a router, then. Is it using DHCP? Or have you configured it to route static addresses? The two entries for the same device are confusing me a bit, but it may be okay. The inet address looks screwey. Your router has a default addy of 192.168.1.1. If your DHCP request has been answered, you should have gotten an IP in that range. Try to set it static and see if it'll connect (but before you do that, try to ping the router from the 9.2 box to see if they are actually talking). Then, try to ping somewhere on the internet (use an IP address). If the IP resolves, try a fully qualifies domain name. If it doesn't connect, you are connected, but need a nameserver listed. I usually use Rogers' nameservers in all my DNS settings anyways. Try Shaw's. You should be able to surf after that, if this is the case.

BTW, I did an update at the cooker last night and every package came in with no broken dependancies. When I booted into Mandrake tonight, the default 9.2 bootsplash that had been there has been replaced with one for 10. Its close. I can feel it. If you get no satisfaction with 9.2 (I will not stop digging with you, though), you may want to replace it with 10. Its coming out of beta fast.

Commish66 02-17-2004 11:24 PM

I pined the windoze box = Network is unreachable
In DOS ipconfig -all=
DNS 64.59.160.13
64.59.160.15

IP addres 192.168.1.100
Subnetmask 255.255.255.0
DHCPserver 192.168.1.1

Maybe this extra info will help

I'm still thinking it's something to do with tulip not being loaded properly, but the /etc/modules.cong has tulip listed - it has to be simple answer somewhere

Thanks again

vectordrake 02-17-2004 11:36 PM

Quote:

Originally posted by Commish66

IP addres 192.168.1.100
Subnetmask 255.255.255.0
DHCPserver 192.168.1.1

Maybe this extra info will help

I'm still thinking it's something to do with tulip not being loaded properly, but the /etc/modules.cong has tulip listed - it has to be simple answer somewhere

Thanks again

Is that the IP of the Linux box? You should be able to ping the router if so. The tulip module has to be loaded properly, as your lsmod shows it exists. To further that evidence, the interface shows up in your ifconfig. It has to be something else. Do you have a software firewall enabled?

Commish66 02-17-2004 11:57 PM

I do not have a firewall running
The IP address 192.168.1.100 is the windoze dox

I pinged this address again Network is unreachable

I pinged 127.0.0.1 & it gave me:
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.031 ms
now it is at
64 bytes from 127.0.0.1: icmp_seq=460 ttl=64 time=0.050 ms
and it is still running icmp_seq=560 and still going

Commish66 02-19-2004 04:41 PM

Vectordrake, this morning, I had enough, thought this out, went over to London Drugs, bought a SMC1244TX-CA, for $10 installed it & QUESS WHAT happened?

I'm alive, on the net & real HAPPY

Thanks for all the advice, it is a good feeling knowing there are people like you out there willing to help people, take care

vectordrake 02-19-2004 11:27 PM

Looks like a problem with the tulip driver, then. That's the one I need and use. Perhaps you have a clone like my Linksys Etherfast. I got lucky and it worked, but I was close to putting the old 10 BaseT D-Link I had in there.

No you can surf :D Congrats. Nice to have a resolution (I felt the same way when I got a MS optical mouse. It just worked. I think that MS should concentrate on making peripherals. They make excellent HIDs)


All times are GMT -5. The time now is 04:16 AM.