LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 01-22-2002, 12:59 PM   #1
linuxwannabe
LQ Newbie
 
Registered: Jan 2002
Distribution: redhat 7.2
Posts: 14

Rep: Reputation: 0
HELP with DLink NIC


I just installed Redhat 7.2 on a machine with a DLink DFE530-TX NIC. The NIC seems to detect fine, and i checked the HCL it is completly compatible. However, i can't comunicate with the network at all. I can't ping it from other machines and i can't ping from that machine. When i do cat /proc/net/dev It comes up with all zeros except for dump. Under dump it has 8. All the network info is correct, ip address, etc... . Any suggestions on what to check next.
 
Old 01-22-2002, 10:40 PM   #2
DMR
Member
 
Registered: Jun 2001
Location: Fairfax, California
Distribution: RH 9.0, RH 7.3, Mandrake 8.0
Posts: 986

Rep: Reputation: 30
If you can't even ping the card locally (from the box it's installed in), then the NIC or it's module might not be installed correctly. Post the output of ifconfig. If the NIC isn't listed there, try ifconfig -a instead.
Also run lsmod and see if the NIC's driver (module) shows as active.

Otherwise, posting more info on your network's structure/configuration would probably help.
 
Old 01-23-2002, 07:59 AM   #3
linuxwannabe
LQ Newbie
 
Registered: Jan 2002
Distribution: redhat 7.2
Posts: 14

Original Poster
Rep: Reputation: 0
If i do an ifconfig it has all the network info correct. Under RX packets: it has all zeros except for dropped, dropped now has 42658. I noticed that if i do a dmesg|more i comes up with

eth0: D-link DFE-538TX (RealTek RTL8139)
eth0: Identified 8139 chip type 'RTL-8139C'
eth0: Setting half-duplex based on auto-negotiated partner ability 0000.
NETDEV WATCHDOG: eth0: transmit timed out
eth0:Tx queue start entry 4 dirty entry 0
eth0: Txdescripter 0 is 00002000. (queue head)
eth0: tx descritper 1 is 00002000. ((does this up to 3))
eth0: Setting half-duplex based on auto-negotiated partner
probable hardware bug: clock timer configuration lost - probably a VIA686A motherboard.
probable hardware bug: restoring chip configuration.

What does this mean?
 
Old 01-24-2002, 01:45 PM   #4
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
That was normal, the Clocktimer configuration lost. Its a bug in PII and PPro motherboards with VIA components, and probably has nothing at all to do with that rtl8139 card.

The dmesg read looks to me like the normal card recognition and timing negotiation. I have no idea why its dropping every packet on the floor. Have you done anything funky with IPtables? What is the exact ifconfig/LAN set-up of this machine and its pals.

Cheers,

Finegan
 
Old 01-24-2002, 10:11 PM   #5
Randall
Member
 
Registered: Oct 2001
Location: Ontario, Canada (for now, i'm from NJ )
Distribution: Redhat 7.2
Posts: 106

Rep: Reputation: 15
If you go to the D Link Site http://support.dlink.ca/faq/search.asp and type in Linux and do a search they actually have some commands to install this particular card on Red had 6.x but i am guess it'll work for higher versions. I hope this helps a bit.
 
Old 01-24-2002, 10:35 PM   #6
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
I didn't bother to do the search before... I just went through the drivers pages, which of course don't mention our favorite .07% market share OS. I still only found info up to the 680, and you have 1 version higher than that right?

Even if you have the right driver for the card, if that driver was compiled without knowing of the existence of your card, it probably won't bind. Right now it should be trying to bind either rtl8139 or 8139too depending on whether I was right about when the new one got put in the kernel tree.

Try it though, might work.

Cheers,

Finegan
 
Old 01-24-2002, 10:44 PM   #7
Randall
Member
 
Registered: Oct 2001
Location: Ontario, Canada (for now, i'm from NJ )
Distribution: Redhat 7.2
Posts: 106

Rep: Reputation: 15
Actually i was trying to help out the linuxwannabe person, but i'll try to bind those drivers to the card.....Finnegan you should check back to the original thread i put up.
 
Old 01-24-2002, 10:58 PM   #8
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Whoops, sorry mis-posted... er... wondered why I couldn't find that thing on the D-Link page. Pardon me, doh!

Well feed me a doughnut and call me Homer.

Cheers,

Finegan
 
Old 01-25-2002, 07:38 AM   #9
linuxwannabe
LQ Newbie
 
Registered: Jan 2002
Distribution: redhat 7.2
Posts: 14

Original Poster
Rep: Reputation: 0
hehehe, had me really confused there for a minute. Ill try the d-link site. Thanks.
 
Old 01-25-2002, 07:51 AM   #10
linuxwannabe
LQ Newbie
 
Registered: Jan 2002
Distribution: redhat 7.2
Posts: 14

Original Poster
Rep: Reputation: 0
Ok here is what the site says.

1. Before you install Redhat, you can setup the NIC during the installation procedure. When the system asks you to setup the NIC, please select via-rhine for the DFE-530TX.

I was never promted to select anything?

2. After you install Redhat, you can execute netconf, in the Client Task -> Basic Host Information. Set up your IP and subnet mask, the important thing is the "kernel module". The following is the kernel module list of D-Link NIC:

I don't think netconf works in 7.2???? At least it won't for me.

Thanks for trying though
 
Old 01-26-2002, 11:37 PM   #11
DMR
Member
 
Registered: Jun 2001
Location: Fairfax, California
Distribution: RH 9.0, RH 7.3, Mandrake 8.0
Posts: 986

Rep: Reputation: 30
RH dumped Netconf/Linuxconf somewhere in the 7.x line.
Here's an link to their new (Rh 7.2) network configuration procedures:
https://www.redhat.com/docs/manuals/...ide/p2553.html.

Hope this helps...
 
  


Reply



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
eth0 NIC Card Not Working! 3com 3c501 NIC. Mustard010 Linux - Networking 16 08-15-2007 02:22 AM
troubles getting Gigabit NIC to work in slack 10 (HGA32T NIC) TheLinuxDuck Slackware 10 03-10-2005 04:37 PM
1st nic regular FTP, 2nd nic SSH Riselong Linux - Distributions 2 02-02-2004 05:13 PM
how to add DLINK NIC drivers adhx087 Linux - Newbie 3 08-09-2003 06:08 PM
NIC TROUBLES: DLINK DFE538TX/R segfu Linux - Networking 0 03-14-2001 10:27 AM

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

All times are GMT -5. The time now is 06:00 AM.

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