LinuxQuestions.org
Visit Jeremy's Blog.
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 09-19-2006, 07:24 PM   #1
rickklaw
LQ Newbie
 
Registered: Apr 2006
Distribution: Ubuntu 8.10
Posts: 10

Rep: Reputation: 0
Problems with internet connection in FC5


I recently had to reload Fedora Core 5 (kernel 2.6.17.1.2174) on a Dell Dimension L900CXE and I cannot connect to the internet. I am using Linksys Wireless-G 2.4GHZ 54Mbps Broadband router and a Davicom DM9102/DM9102A ethernet card. My machine is linked directly to the router. The other pc (an XP machine) receives the wireless just fine. I allow computer to find the IP address.

When I boot up Linux, it tells me that it found the IP address, but when I get into Gnome, I can't access anything through any of my browsers. When I go to Network, if I disconnect and try to contact again and I get this error:


Determining IP information for eth0...PING 192.168.*.* (192.168.*.*) from 192.168.*.* eth0: 56(84) bytes of data.

--- 192.168.*.* ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2009ms
, pipe 3
PING 24.155.***.*** (24.155.***.***) from 24.155.***.*** eth0: 56(84) bytes of data.

--- 24.155.***.*** ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2010ms
, pipe 3
PING 192.168.*.*(192.168.*.*) from 192.168.*.* eth0: 56(84) bytes of data.

--- 192.168.*.* ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2010ms
, pipe 3
failed.


ifconfig tells me this:

eth0 Link encap:Ethernet HWaddr 00:80:AD:71:ABD
inet addr:192.168.*.* Bcast:192.168.*.* Mask:255.255.255.0
inet6 addr: fe80::280:adff:fe71:abdd/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:64 errors:72 dropped:0 overruns:0 frame:0
TX packets:0 errors:8 dropped:0 overruns:0 carrier:8
collisions:0 txqueuelen:1000
RX bytes:12697 (12.3 KiB) TX bytes:0 (0.0 b)
Interrupt:11 Base address:0x2c00

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:2500 errors:0 dropped:0 overruns:0 frame:0
TX packets:2500 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2560755 (2.4 MiB) TX bytes:2560755 (2.4 MiB)


When I ping the IP, it appears fine:
[root@localhost ~]# ping 192.168.*.*
PING 192.168.*.* (192.168.*.*) 56(84) bytes of data.
64 bytes from 192.168.*.*: icmp_seq=1 ttl=64 time=0.141 ms
64 bytes from 192.168.*.*: icmp_seq=2 ttl=64 time=0.107 ms
64 bytes from 192.168.*.*: icmp_seq=3 ttl=64 time=0.111 ms
64 bytes from 192.168.*.*: icmp_seq=4 ttl=64 time=0.113 ms
64 bytes from 192.168.*.*: icmp_seq=5 ttl=64 time=0.111 ms
64 bytes from 192.168.*.*: icmp_seq=6 ttl=64 time=0.109 ms
64 bytes from 192.168.*.*: icmp_seq=7 ttl=64 time=0.113 ms
64 bytes from 192.168.*.*: icmp_seq=8 ttl=64 time=0.117 ms


but if I ping a named server, it doesn't work:

[root@localhost ~]# ping google.com
ping: unknown host google.com



When I start the DHCP client manually (using “dhclient”) I get this:

Internet Systems Consortium DHCP Client V3.0.3-RedHat
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.

Listening on LPF/eth0/00:80:ad:71:ab:dd
Sending on LPF/eth0/00:80:ad:71:ab:dd
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
No DHCPOFFERS received.
No working leases in persistent database – sleeping.


The computer recognizes my ethernet card:

[root@localhost ~]# dmesg | grep eth0
eth0: Davicom DM9102/DM9102A rev 49 at d8922c00, 00:80:AD:71:ABD, IRQ 11.
eth0: no IPv6 routers present
ADDRCONF(NETDEV_UP): eth0: link is not ready

I tested all the cables and they all work fine. I attempted connected the computer directly to the cable modem, but that gives me the same results. I've tried this with the firewalls and SELinux off and on. All the same results.

Any suggestions on how to get this working? I'm really stuck here. Any help would be greatly appreciated.

Thanks!

Rick
 
Old 09-20-2006, 12:58 PM   #2
w3bd3vil
Senior Member
 
Registered: Jun 2006
Location: Hyderabad, India
Distribution: Fedora
Posts: 1,191

Rep: Reputation: 49
can you ping the router?
what does /etc/resolv.conf say?




psst...theres no need to * out internal ip addresses.
 
Old 09-20-2006, 05:23 PM   #3
rickklaw
LQ Newbie
 
Registered: Apr 2006
Distribution: Ubuntu 8.10
Posts: 10

Original Poster
Rep: Reputation: 0
I logged onto the linux machine to get my resolv.conf:


search grandenetworks.net
nameserver 66.90.132.162
nameserver 66.90.130.10

These numbers are correct.

And to ping my router:

[root@localhost ~]# ping 192.168.*.*
connect: Network is unreachable

Um.. this is new.

So I decided to check some other things.


Somehow I've dropped my ip address:

[root@localhost ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:80:AD:71:ABD
inet6 addr: fe80::280:adff:fe71:abdd/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:6 errors:295 dropped:0 overruns:0 frame:0
TX packets:0 errors:6 dropped:0 overruns:0 carrier:6
collisions:0 txqueuelen:1000
RX bytes:1603 (1.5 KiB) TX bytes:0 (0.0 b)
Interrupt:11 Base address:0xac00

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:5004 errors:0 dropped:0 overruns:0 frame:0
TX packets:5004 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6303601 (6.0 MiB) TX bytes:6303601 (6.0 MiB)


and my IP routing table now looks like this:

.Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
169.254.*.* * 255.255.0.0 U 0 0 0 lo

When I tried to add my router's IP address, I got:

[root@localhost ~]# route add default gw 192.168.*.* eth0
SIOCADDRT: Network is unreachable

I haven't changed any of my settings since I posted my original message!

What's going on?!?!?

Just last week, I was running FC5 on this same machine with this same router and configuration and it all ran just fine. (I had to reload FC5 for a variety of reasons. I did a complete drive swipe and loaded it frssh).

This is very frustrating. I've been using Linux for about three years and for the most part love it. This is is the biggest unsolvable problem I've encoutered yet.

Any help out there would be greatly appreciated!
 
Old 09-20-2006, 07:40 PM   #4
w3bd3vil
Senior Member
 
Registered: Jun 2006
Location: Hyderabad, India
Distribution: Fedora
Posts: 1,191

Rep: Reputation: 49
you would have to add an ip address before you add the gateway, use system-config-network and set everything manually.
 
Old 09-20-2006, 09:51 PM   #5
rickklaw
LQ Newbie
 
Registered: Apr 2006
Distribution: Ubuntu 8.10
Posts: 10

Original Poster
Rep: Reputation: 0
Tried it... and it still didn't work.

Any other suggestions?
 
Old 09-22-2006, 11:22 PM   #6
rickklaw
LQ Newbie
 
Registered: Apr 2006
Distribution: Ubuntu 8.10
Posts: 10

Original Poster
Rep: Reputation: 0
So does anybody have any idea what I've done wrong or what I should try next?
 
Old 09-24-2006, 06:16 PM   #7
arno
Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: fedora core 8, suse 10.3, ubuntu 7.10, kamikaze 7.09
Posts: 515

Rep: Reputation: 30
If you read this it could solve your problem.


http://www.ubuntuforums.org/archive/...p/t-54886.html
 
Old 09-24-2006, 11:37 PM   #8
rickklaw
LQ Newbie
 
Registered: Apr 2006
Distribution: Ubuntu 8.10
Posts: 10

Original Poster
Rep: Reputation: 0
Problem with Davicom ethernet adapter. FIXED

IT WORKS!!!

Thanks Arno for the post. While it didn't directly work, it sent me here. http://www.ubuntuforums.org/archive/...p/t-186430.htm

And that was the solution!!!

Thank you for everyone's help!
 
Old 09-25-2006, 03:34 AM   #9
arno
Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: fedora core 8, suse 10.3, ubuntu 7.10, kamikaze 7.09
Posts: 515

Rep: Reputation: 30
Your link had the solution in the first post and a nice instruction on how to.
The solution to blacklist tulip was also in the first link.

I seems to work for other network cards also.

sudo gedit /etc/modprobe.d/blacklist

After this is opened, you need to add "blacklist tulip", without the quotations, somewhere in the file.

Check with
lsmod
if dmfe module is loaded if not then , you need to add dmfe to /etc/modules.
To do this you need to open up modules with gedit by typing the following code into a terminal.

sudo gedit /etc/modules

Then, you need to add "dmfe" to this, without the quotes.

restart networking or your system
 
Old 09-24-2007, 12:49 AM   #10
funzy
LQ Newbie
 
Registered: Sep 2007
Posts: 4

Rep: Reputation: 0
when i type this command:
sudo gedit /etc/modules

then gedit creat a new file and i add dmfe to this file and save, then lsmod but i cannot see the dmfe module.
I do as you said but my card still can not work.
I use USB Ethernet card dm9601 of Davicom.
lsmod
Module Size Used by
i915 25793 2
drm 78037 3 i915
autofs4 24645 2
hidp 26433 2
rfcomm 43481 0
l2cap 30145 10 hidp,rfcomm
bluetooth 57125 5 hidp,rfcomm,l2cap
sunrpc 159133 1
nf_conntrack_ftp 13761 0
nf_conntrack_netbios_ns 7105 0
xt_state 6593 2
iptable_filter 6977 1
ipt_MASQUERADE 7745 1
iptable_nat 11461 1
nf_nat 22125 2 ipt_MASQUERADE,iptable_nat
nf_conntrack_ipv4 15049 4 iptable_nat
nf_conntrack 61001 7 nf_conntrack_ftp,nf_conntrack_netbios_ns,xt_state,ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv 4
nfnetlink 10841 3 nf_nat,nf_conntrack_ipv4,nf_conntrack
ip_tables 16389 2 iptable_filter,iptable_nat
xt_tcpudp 7233 14
ip6t_REJECT 9537 2
ip6table_filter 6849 1
ip6_tables 17541 1 ip6table_filter
x_tables 18757 7 xt_state,ipt_MASQUERADE,iptable_nat,ip_tables,xt_tcpudp,ip6t_REJECT,ip6_tables
dm_multipath 21705 0
video 21065 0
sbs 19173 0
i2c_ec 9281 1 sbs
button 12113 0
dock 13669 0
battery 14149 0
ac 9413 0
ipv6 276673 25 ip6t_REJECT
parport_pc 29797 0
lp 15977 0
parport 38025 2 parport_pc,lp
loop 19785 0
dm9601 13505 0
usbnet 21961 1 dm9601
mii 9409 2 dm9601,usbnet
fw_ohci 19649 0
snd_hda_intel 24281 5
snd_hda_codec 202689 1 snd_hda_intel
snd_seq_dummy 7877 0
snd_seq_oss 33345 0
fw_core 42625 1 fw_ohci
sdhci 21069 0
mmc_core 30661 1 sdhci
snd_seq_midi_event 11073 1 snd_seq_oss
snd_seq 50353 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
arc4 6209 2
ecb 7489 2
blkcipher 10181 1 ecb
rc80211_simple 8257 1
bcm43xx_mac80211 397857 0
ssb 35012 1 bcm43xx_mac80211
serio_raw 10821 0
pcspkr 7105 0
mac80211 136005 2 rc80211_simple,bcm43xx_mac80211
i2c_i801 12241 0
ata_generic 12229 0
iTCO_wdt 14693 0
tg3 104517 0
iTCO_vendor_support 7877 1 iTCO_wdt
i2c_core 24641 2 i2c_ec,i2c_i801
snd_seq_device 11852 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 43489 0
snd_mixer_oss 19393 2 snd_pcm_oss
cfg80211 12105 1 mac80211
snd_pcm 74565 4 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 24773 3 snd_seq,snd_pcm
snd 53189 15 snd_hda_intel,snd_hda_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd _timer
soundcore 11553 2 snd
snd_page_alloc 13769 2 snd_hda_intel,snd_pcm
sr_mod 20197 0
joydev 13441 0
cdrom 37217 1 sr_mod
sg 37213 0
dm_snapshot 20709 0
dm_zero 6209 0
dm_mirror 24277 0
dm_mod 57229 9 dm_multipath,dm_snapshot,dm_zero,dm_mirror
ata_piix 18757 0
ahci 24133 2
libata 115417 3 ata_generic,ata_piix,ahci
sd_mod 23873 3
scsi_mod 137549 4 sr_mod,sg,libata,sd_mod
ext3 125385 2
jbd 59881 1 ext3
mbcache 12357 1 ext3
ehci_hcd 35405 0
ohci_hcd 23749 0
uhci_hcd 26833 0


lsusb
Bus 001 Device 004: ID 0a46:9601 Davicom Semiconductor, Inc.
Bus 001 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Thanks a lot.

Last edited by funzy; 09-24-2007 at 01:36 AM.
 
  


Reply

Tags
adapter, ethernet, fixed



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
FC5 & PuTTY Connection Problems cousintroy Linux - Newbie 3 06-21-2006 08:54 AM
How to set up internet connection manually in FC5 jojojo Linux - Newbie 2 06-03-2006 10:27 AM
reg:: wireless internet connection for FC5 kranthi_li2020 Linux - Wireless Networking 1 03-22-2006 10:38 AM
Internet Connection Problems Pretzal Debian 1 09-01-2005 12:37 PM
internet connection problems drevil666 Linux - Newbie 3 06-29-2005 01:34 PM

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

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