|
All Archives /
aussie-isp /
2005-10
|
<<< Date >>> | |
| Permanent Link | ||
|
Date: Fri, 14 Oct 2005 10:41:05 +1000
From: Sean Finn To: skeeve, isp-australia Cc: Aussie Isp Message-Id: <200510140041.j9E0fRi86372@koala.aussie.net> In-Reply-To: <200510131348.j9DDlrJ28693@mx1.mailsecurity.net.au> Subject: RE: [Oz-ISP] Compaq DL140G1 - Ethernet Issue |
No followups recorded. |
|
Make sure there is an alias for eth0 or eth1 in the /etc/modules.conf: Example: r o o t @ l o c a l h o s t root]# cat /etc/modules.conf alias parport_lowlevel parport_pc alias eth0 via-rhine alias usb-controller usb-uhci alias usb-controller1 ehci-hcd [r o o t @ l o c a l h o s t root]# via-rhine is an onboard network card driver. Replace this with the one you are using: [r o o t @ l o c a l h o s t root]#lsmod Module Size Used by Not tainted via-rhine 14792 1 mii 3976 0 [via-rhine] loop 10704 3 (autoclean) ehci-hcd 18304 0 (unused) usb-uhci 24356 0 (unused) usbcore 73504 1 [ehci-hcd usb-uhci] ext3 65280 2 jbd 47468 2 [ext3] ^^ see the via-rhine driver in the above list. If your broadcom driver isnt in this list, maybe you need to load it as a kernel module. Once it appears in the list above, and has an entry in /etc/modules.conf it should be usable as eth0. -Sean. > Hey All, > > I am installing RedHat 7.3 (don't ask!) onto a Compaq Proliant > DL140. The install was easy, but configuring the network card has become > something of an exercise. > > It is using an Integrated Dual Broadcom 10/100/1000 NIC which looks > like it has some cool fancy features. yah.. But I don't want them. > > Anyway. Installed RedHat fine, evening installed the drivers fine. > booting it sees the drivers and all is well. > > Except. I cannot seem to see eth0. I have created it in > /etc/sysconfig/networking-scripts and all else is well > > The device uses something called BASP and Teaming, which I have > never seen before.. But sound cool. > > I just want eth0 and eth1 to appear. is there an easy way someone > has come up with for this? > > If not, perhaps a Team config or something.. I just want to get it > running! > > .Skeeve > > ---- email "unsubscribe aussie-isp" to m a j o r d o m o @ a u s s i e . n e t to be removed. |
|