View Full Version : still no internet - please help
limejuice
4th June 2004, 01:14 PM
Hi there, my eth0 device will not activate. I've read all the relevant posts I could find here - I've turned off the kudzu service, I've made sure the network service in runlevel 5 is started before PCMIA or ACPI and I've also changed my modprobe.conf to read de2104x instead of tulip as another person suggested, all to no avail. I know it's something in FC2, as my internet was detected and worked perfectly in FC1. I have a cable modem and use DHCP.
In the service manager, I noticed that two devices are present - "lo" (loopback device) and "eth0". Only "lo" is activated though and like I said, FC2 will not activate the eth0 device, and it fails to start during the bootup process.
I am a Linux novice and this is becoming very frustrating, so any help would be appreciated.
Thanks!
cfh
4th June 2004, 02:04 PM
What is the output of ifconfig -a? Also, what happens when you enter ifup eth0?
limejuice
4th June 2004, 03:15 PM
Here is the output of /sbin/ifconfig -a:
lo
Link encap: Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1125 errors:0 dropped:0 overruns:0 frame:0
TX packets:1125 errors:0 dropped:0 overruns:0 frame:0
collisions:0 txqueuelen:0
RX bytes: 1058884 (1.0mb) TX bytes: 1058884 (1.0mb)
sit0
Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 frame:0
collisions:0 txqueuelen:0
RX bytes:0(0mb) TX bytes:0 (0mb)
Here is the output of /sbin/ifup eth0:
tulip device eth0 does not seem to be present, delaying initialization.
superbnerd
4th June 2004, 09:02 PM
what card is it? you may need to recompile your kernel to include the proper driver, and edit /etc/modpobe.conf to link the driver to the card.
example:
alias eth0 driver_module_name
limejuice
5th June 2004, 12:47 AM
It's an Intel 21041-based PCI Ethernet Adapter (make is RCA). That's all that Windows System Information tells me. I also have a 1394 card, so I thought there might be an IRQ conflict or something, but FC2 recogized it fine according to the Hardware Browser.
bradthemad
5th June 2004, 07:47 AM
Could you please post the output of /sbin/lspci ?
limejuice
5th June 2004, 09:07 AM
Here is the output from /sbin/lspci:
00:00.0 Host bridge: Advanced Micro Devices [AMD] AMD-760 [IGD4-1P] System Contr oller (rev 13)
00:01.0 PCI bridge: Advanced Micro Devices [AMD] AMD-760 [IGD4-1P] AGP Bridge
00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 40 )
00:04.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/ C PIPC Bus Master IDE (rev 06)
00:04.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 16)
00:04.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 16)
00:04.4 Non-VGA unclassified device: VIA Technologies, Inc. VT82C686 [Apollo Sup er ACPI] (rev 40)
00:09.0 Ethernet controller: Digital Equipment Corporation DECchip 21041 [Tulip Pass 3] (rev 21)
00:0a.0 FireWire (IEEE 1394): Texas Instruments TSB12LV26 IEEE-1394 Controller ( Link)
00:0c.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
00:0c.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 07)
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon R100 QD [Radeon 7 200]
andre@home
5th June 2004, 09:33 AM
similar problem no answer:
http://www.redhat.com/archives/fedora-list/2004-January/msg03029.html
and maybe:
http://www.linuxquestions.org/questions/showthread.php?threadid=15451
like:
change the line from:
alias eth0 tulip
to
alias eth0 tulip_old
bradthemad
5th June 2004, 10:06 AM
What happens when you do a `modprobe de2104x` or `modprobe de4x5`?
limejuice
7th June 2004, 10:08 AM
Adding tulip_old to modprobe.conf didn't work.
When I did modprobe de4x5 nothing happened; I was just given another command prompt.
When I did modprobe de2104x, a message came up saying "localhost kernel: Disabling IRQ #5" and it froze there - I had to reboot as everything froze up, including my mouse.
Guess I'll have to wait until the next version of FC, or else downgrade to FC1.
Jackflash
13th June 2004, 09:11 PM
I too have the same issues - although my work around is to boot in Win XP, which detects the NIC - shut down XP and boot into FC2, which now detects the NIC....
I **think** that FC2 cannot resolve dynamic IP.... I am too much of a noob to resolve this....
strange eh?:confused:
limejuice
14th June 2004, 03:14 PM
Yeah, it's really strange. I think it comes down to the complications of moving to the 2.6 kernel. My NIC works perfectly in XP (which I dualboot), and it worked perfectly in FC1, so I know it's something to do with FC2. I did try upgrading my kernel in FC2 to the latest, and using modprobe, I was able to get my hardware detection correct (i.e., it would activate my eth0 successfully upon bootup), however it would also say "Disabling IRQ #5" at the same time which rendered my mouse inoperable!! I set my static IP, gateway, DNS, etc., and it *still* would not access the internet. Every time I rebooted and logged in, after a short time the entire system would freeze, so I figured the kernel upgrade likely made a lot of things unstable (or else I just didn't do it right) and of course, I had no mouse anymore, so I've just reformatted and await the next distro which will work out all the kinks with the 2.6 kernel.
superbnerd
16th June 2004, 05:11 PM
if you loaded the module with modprobe and nothing happened and you got another prompt then the module loaded correctly. now you have to activate the card. try the command "/sbin/ifup eth0". if you get an error, you need to go to /etc/sysconfig/network-scripts/ and look for a file called "ifcfg-eth0." if there is not one, you need to create with contents something like this:DEVICE=eth0
IPADDR=192.168.1.5
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
ONBOOT=yes
NAME=Ethernet
USERCTL=yes
PEERDNS=yes
TYPE=Ethernet
IPV6INIT=yes
DOMAIN=
DHCP_HOSTNAME=192.168.1.1 #or whatever you DHCP server's address is
HWADDR=
BOOTPROTO=DHCP
GATEWAY=192.168.1.1 of course your ip addresses might be different.
then you should be able to use the command "system-cotrol-network" to configure it.
also make sure you put "alias eth0 driver_module_name" in /etc/modpobe.conf
hope that helps
limejuice
16th June 2004, 05:33 PM
I'm posting this from FC2, so I'm relieved to say my internet is working! Here's what I did:
1) Made an update CD as per the Unofficial FC2 Guide's instructions and updated FC2. I'm not really sure if this made a difference though.
2) I ran /sbin/modprobe de4x5 and then /sbin/ifup eth0 and I had internet access. After I did these things though, no program would launch! Everything I clicked would just hang and never run/open.
3) What clinched it was replacing "tulip" with "de4x5" in /etc/modprobe.conf. Upon reboot everything worked. I was for once happy to see the lovely Gnome error asking me to "Log in Anyways".
Thanks for all your help!
klaus_thorn
19th June 2004, 03:23 AM
[QUOTE=limejuice]Adding tulip_old to modprobe.conf didn't work.
When I did modprobe de4x5 nothing happened; I was just given another command prompt.
that is wonderfull. it means: card found and now in use.
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.