LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Configuring 3c59x on CentOS 6.2 x86_64 (https://www.linuxquestions.org/questions/red-hat-31/configuring-3c59x-on-centos-6-2-x86_64-a-4175421385/)

gtludwig 08-10-2012 07:25 AM

Configuring 3c59x on CentOS 6.2 x86_64
 
Hello all,
I was asked to install my company's standard Linux distro on a Dell Vostro 230 server here - CentOS.
Since the server is rather modest one with only 1GiB RAM, the choice for CentOS sources were minimal x86_64. I've used the same CD on two other perfect installs.
The problem was that I got no ethernet card after install.
So far, I figured (using a Slackware usb boot flash drive) that the required module is the 3c59x. Also I managed to open the casing and install a different ethernet card, so I can finish installing what I need while trying fo find a solution.
ATM, I got '# yum update' running, so I can install pciutils and figure out what's the on-board network hardware.

Should it be indeed 3Com's 3c59x, how can I configure it? Is there a driver I can install?

gtludwig 08-10-2012 07:31 AM

Actually, scratch 3c59x...
Finally got pciutils running and the mother board's ethernet harware is:

02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57788 Gigabit Ethernet PCIe (rev 01)

from:
Code:

[root@cpc-6475l ~]# lspci
00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 01)
00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 01)
00:1d.0 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA Controller [IDE mode] (rev 01)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57788 Gigabit Ethernet PCIe (rev 01)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)


gtludwig 08-10-2012 01:41 PM

Installed kmod-tg3 driver from ELRepo.org


All times are GMT -5. The time now is 09:45 AM.