LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   dlink card (https://www.linuxquestions.org/questions/linux-newbie-8/dlink-card-696025/)

sanjibgupta 01-09-2009 12:59 AM

dlink card
 
Hi

I have installed RHEL5.0(2.6) in a server with D-Link DFE-580TX card. The server is unable to recognise the card.

I am really new to this type of installation.

Please help me with proper steps of installing the card.

Thanking you
Sanjib Gupta

linuxlover.chaitanya 01-09-2009 02:42 AM

What is the output of lspci? The d-link cards usually come bundled with a driver cd which contains drivers for linux as well. I remember buying a d-link card that came with the cd that had drivers for linux as well. But I did not need it. RHEL5 took it.

sanjibgupta 01-09-2009 02:51 AM

Card came with the driver of Linux 2.4 not 2.6
Ispci shows command not found

Sanjib Gupta

linuxlover.chaitanya 01-09-2009 02:56 AM

I have rhel5 server and I can run lspci and it shows the output. Why can not you run the command?

colucix 01-09-2009 03:07 AM

You have to be root to run lspci or just give the full path as a normal user:
Code:

/sbin/lspci

linuxlover.chaitanya 01-09-2009 03:25 AM

I did not notice it in rhel5 but Ubuntu hardy gives the output of lspci even if I am not a root.

knudfl 01-09-2009 03:38 AM

# 6
Quote:

I did not notice it in rhel5 but Ubuntu hardy gives
the output of lspci even if I am not a root.
Yes, RH EL (and Fedora) has a different set of paths.

sanjibgupta 01-09-2009 05:01 AM

output of lspci
 
# /sbin/lspci
00:00.0 Host bridge: Intel Corporation 5000P Chipset Memory Controller Hub (rev b1)
00:02.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x8 Port 2-3 (rev b1)
00:03.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x4 Port 3 (rev b1)
00:04.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x8 Port 4-5 (rev b1)
00:05.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x4 Port 5 (rev b1)
00:06.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x8 Port 6-7 (rev b1)
00:07.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x4 Port 7 (rev b1)
00:10.0 Host bridge: Intel Corporation 5000 Series Chipset FSB Registers (rev b1)
00:10.1 Host bridge: Intel Corporation 5000 Series Chipset FSB Registers (rev b1)
00:10.2 Host bridge: Intel Corporation 5000 Series Chipset FSB Registers (rev b1)
00:11.0 Host bridge: Intel Corporation 5000 Series Chipset Reserved Registers (rev b1)
00:13.0 Host bridge: Intel Corporation 5000 Series Chipset Reserved Registers (rev b1)
00:15.0 Host bridge: Intel Corporation 5000 Series Chipset FBD Registers (rev b1)
00:16.0 Host bridge: Intel Corporation 5000 Series Chipset FBD Registers (rev b1)
00:1c.0 PCI bridge: Intel Corporation 631xESB/632xESB/3100 Chipset PCI Express Root Port 1 (rev 09)
00:1c.1 PCI bridge: Intel Corporation 631xESB/632xESB/3100 Chipset PCI Express Root Port 2 (rev 09)
00:1d.0 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #1 (rev 09)
00:1d.1 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #2 (rev 09)
00:1d.2 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #3 (rev 09)
00:1d.3 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #4 (rev 09)
00:1d.7 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset EHCI USB2 Controller (rev 09)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d9)
00:1f.0 ISA bridge: Intel Corporation 631xESB/632xESB/3100 Chipset LPC Interface Controller (rev 09)
00:1f.1 IDE interface: Intel Corporation 631xESB/632xESB IDE Controller (rev 09)
00:1f.3 SMBus: Intel Corporation 631xESB/632xESB/3100 Chipset SMBus Controller (rev 09)
01:00.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express Upstream Port (rev 01)
01:00.3 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express to PCI-X Bridge (rev 01)
02:00.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express Downstream Port E1 (rev 01)
02:01.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express Downstream Port E2 (rev 01)
03:00.0 RAID bus controller: Adaptec AAC-RAID (Rocket) (rev 02)
1a:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5721 Gigabit Ethernet PCI Express (rev 21)
1c:01.0 PCI bridge: Intel Corporation 21152 PCI-to-PCI Bridge
1c:04.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02)
1d:04.0 Ethernet controller: D-Link System Inc DL10050 Sundance Ethernet (rev 15)
1d:05.0 Ethernet controller: D-Link System Inc DL10050 Sundance Ethernet (rev 15)
1d:06.0 Ethernet controller: D-Link System Inc DL10050 Sundance Ethernet (rev 15)
1d:07.0 Ethernet controller: D-Link System Inc DL10050 Sundance Ethernet (rev 15)

colucix 01-09-2009 05:25 AM

Here is an interesting link (bug report) about the missing driver in RHEL4, but they state it was supported again in RHEL5, apparently in release 5.2. Is the kernel running on your machine the most recent update? What do you get if you try to load the module manually?
Code:

modprobe sundance

pixellany 01-09-2009 06:40 AM

sanjib;
One of your posts accidentally wound up as a report--it appears that it has already been covered here.

Good luck


All times are GMT -5. The time now is 07:58 AM.