LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Trouble Installing DFE-530TX+ (https://www.linuxquestions.org/questions/linux-networking-3/trouble-installing-dfe-530tx-485500/)

TastyWheat 09-20-2006 09:44 PM

Trouble Installing DFE-530TX+
 
I've followed all the advice I've seen but nothing works. Here's the results from a few commands:

Code:

[root@localhost ~]# modprobe -v via-rhine
[root@localhost ~]# dmesg | tail -1
via-rhine.c:v1.10-LK1.2.0-2.6 June-10-2004 Written by Donald Becker
[root@localhost ~]# lspci | grep Ethernet
[root@localhost ~]# lsmod | head -2
Module                  Size  Used by
via_rhine              22597  0
[root@localhost ~]# ifconfig eth0 up
eth0: unknown interface: No such device

I can post the rest of the dmesg and lsmod commands but I think I included what was relevant. I've tried compiling the driver myself but I get compilation errors.

TastyWheat 09-22-2006 09:27 AM

I'm thinking it's hopeless. I couldn't compile the driver. 'rhine_main.c' wasn't compatible with my version of 'pci.h'. I tried running knoppix on the system and it couldn't auto-detect the net card. I figure there's no hope if it didn't work.

TigerOC 09-22-2006 02:54 PM

Depending on whether you are obtaining an address via dhcp or static addressing you will need to set up the appropriate setting before it will work.

TastyWheat 09-25-2006 12:56 AM

I highly doubt that's the case. I've tried setting up the ethernet card a few different ways. I've used the network setup gui and ifconfig and they don't even recognize the card.

TigerOC 09-25-2006 03:02 AM

Quote:

Originally Posted by TastyWheat
I highly doubt that's the case. I've tried setting up the ethernet card a few different ways. I've used the network setup gui and ifconfig and they don't even recognize the card.

Check that whether the card driver is being loaded and the card is recognised in your log files (/var/log/dmesg) I have one of these cards and didn't have any problems.

peter_robb 09-25-2006 05:50 AM

What is it's id from lspci -n ?

And TigerOC, which module does it use in your box?

TigerOC 09-25-2006 06:08 AM

Mine used the via-rhine driver. The module was active in the kernel and it recognised the card immediately and loaded the associated IP address. I have also noticed that in some cases the chip seems to be a Realtek 8139too.

TastyWheat 12-09-2006 07:22 PM

Since it was a brand new card I wasn't going to give up forever on this. I thought since it wasn't recognizing the card at all it could be in a bad slot (the mobo isn't exactly new). So I moved the card up one slot and it worked just fine.

I'm not a hardware expert but could my problem have been related to an IRQ conflict? I've had to switch around cards before because of things like that.

ARC1450 12-09-2006 08:00 PM

Quote:

Originally Posted by TastyWheat
Since it was a brand new card I wasn't going to give up forever on this. I thought since it wasn't recognizing the card at all it could be in a bad slot (the mobo isn't exactly new). So I moved the card up one slot and it worked just fine.

I'm not a hardware expert but could my problem have been related to an IRQ conflict? I've had to switch around cards before because of things like that.

Your BIOS should be handling IRQ assignment until the OS kicks in. Sometimes (and this is a very RARE occurance) there's an option in your BIOS to clear the ESDA (or ESCD, something like that) information and re-assign DMAs/IRQs to your cards. But I've rarely had to do that. Computers are made now (as in 4 to 5 years old at most) to automatically do all this stuff for you.

TastyWheat 12-10-2006 09:16 AM

Well, I guess it's a possibility then since the mobo is definitely over 5 years old.

TastyWheat 01-31-2007 01:17 PM

I guess since I got it working I'll update the thread.

Since Knoppix didn't get it working off the bat I assumed it was some kind of hardware conflict or incompatibility. So I took the card out of its slot and moved it one down. On the next boot it detected and the internet worked just fine. I said the motherboard was old so maybe that slot isn't good anymore.


All times are GMT -5. The time now is 05:43 AM.