LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 10-11-2007, 12:31 PM   #1
rootcomputing
LQ Newbie
 
Registered: Oct 2007
Posts: 4

Rep: Reputation: 0
Broadcom NIC help - Kernel 2.6.9-22


Hello All,

I am looking for someone who may have ran into the issue I am having. I currently have a Dell Optiplex 745. It has a clean install of Red Hat 4 with every package possible.

When I issue the ifconfig command I am presented with nothing more then my loopback. I do not see an eth0 or eth1 which is why I need some help. I did some research and it turns out that broadcom now uses tg3 drivers for their cards. I first tried instaling the tg3 drivers, but after not having any luck I went back to the books and saw that the drivers are already present.

After figuring this out I did a /sbin/modprobe tg3 and then a lsmod |grep tg3 to make sure it was loaded. That worked fine and it was now loaded. I then added a ifcfg-eth0 to my networking scripts and included these entries into the file.

DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes

I saved the file and decided to restart networking. After it came back up I tried to bring up my eth0 device, no dice.

"tg3 device eth0 does not seem to be present delaying initialization"

I then did some more research and found that maybe I should add alias eth0 tg3 into my modprobe.conf file. I did a restart in hopes that it would work and still nothing. I can not figure out what is wrong. When I do a lspci command it sees my ethenet card, but as nothing more then an unknown device. Please help me someone.

I also checked out this thread (http://www.linuxquestions.org/questi...light=broadcom) because he seems to have the same card I have. I tried the acpi=off and doing the rest of the commands, but that did not work either.

Last edited by rootcomputing; 10-11-2007 at 12:36 PM. Reason: Add extra
 
Old 10-11-2007, 06:21 PM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
You need to edit the /etc/sysconfig/network-scripts file for the tg3 device, example below;

TYPE=Ethernet
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
USERCTL=yes
IPV6INIT=no
PEERDNS=yes
IPADDR=
NETMASK=
GATEWAY=
DHCP_HOSTNAME=

The last lines are present in case you want to use static IP addressing instead of using dhcp address assignment, blank the value of the BOOTPROTO line if you chose this option.
 
Old 10-12-2007, 07:41 AM   #3
rootcomputing
LQ Newbie
 
Registered: Oct 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Unfortunately adding those additional entries did not help out either. I am still getting the error that no such device (eth0) exists. I am at a loss right now. I heard on a few other boards that the updates fixed it, but I am having a hard time getting access to them. If anyone else has any ideas, please feel free to chime in.
 
Old 10-12-2007, 10:20 AM   #4
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Are you not subscribed to RHN??? If no then check out;

http://wiki.centos.org/HowTos/Packag...ment/YumOnRHEL
 
Old 10-17-2007, 01:58 PM   #5
Bladez
LQ Newbie
 
Registered: Aug 2003
Location: Massachusetts
Distribution: Mandriva 2006, Ubuntu 6.06
Posts: 27

Rep: Reputation: 15
This may be the wrong answer, but I did have some network problems with my PowerEdge 1950 servers. If we are talking RedHat Enterprise Linux v4, there is an update 5 for that version of RHEL. Using the ISO's of Update 4 on my 1950's eliminated most of the problems including RAID controller issues.

Update 5 should have the same changes and then some...

Not sure if that helps, but I wanted to throw it out there.

Last edited by Bladez; 10-17-2007 at 02:03 PM.
 
Old 10-18-2007, 12:04 AM   #6
rootcomputing
LQ Newbie
 
Registered: Oct 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Yea, I am in the process right now of getting the updates. The weird thing is that I have a whole lab of Red Hat boxes with the same exact hardware, but to my knowledge there was never an issue with drivers. I am going to check out the CMOS NIC options tomorrow. I have tried everything else, so I might as well check that out and see what I can find. If I do manage to get it up and running I will be sure to post. It seems for the most part that threads related to this issue have gone unsolved. Thanks for your insight though, it is greatly appreciated.
 
Old 10-18-2007, 07:58 AM   #7
rootcomputing
LQ Newbie
 
Registered: Oct 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Hello All,

Funny thing happened to me this morning. I got into work and like I said I would, I checked out the CMOS options for on board devices and got nothing. Feeling like there was no hope for these Red Hat boxes, I booted them up and came across something interesting. As it was booting it switched to a GUI displaying Kudzu asking me if I wanted to configure my NIC. I answered yes and was prompted to enter the IP, netmask and so on. After doing so the NIC came up without any issues.

I thought it was too good to be true, but all seems well. I can't access the internet, but I can ping our default gateway and thats really all that matters. Upon issuing a lspci command I still see that I am presented with a PCI device unknown. I am not too sure why it sill says this, but I looked into var/log/messages to see what displayed on boot. It does show that the card is taking the tg3 drivers and it is properly identifying the card brand/model. Thanks for everyone who provided comments and for past threads, its good to be done with this.
 
Old 10-18-2007, 09:53 AM   #8
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Well, I'm glad you got the Ethernet device working, good for you!!!

Quote:
Upon issuing a lspci command I still see that I am presented with a PCI device unknown
Nothing to fret about here, this just means your pcids (pciutils package) are a bit out of date. You might want to download and build/install the latest version from RHEL4 update 5.

You really should bring the system current, many bug fixes and other enhancements have taken place since kernel-2.6.9-22 was released. The current version is kernel-2.6.9-55.0.9.EL

.
 
  


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
RedHat9 does not detect my Broadcom NIC tqa Linux - Hardware 7 06-09-2006 02:28 AM
Why is my Broadcom NIC ignored? edrea Linux - Networking 4 06-20-2005 04:46 PM
Problems detecting Broadcom NIC rfk Linux - Laptop and Netbook 1 11-17-2004 11:52 AM
broadcom iwireless nic hp R3240US wise_guy_02 Linux - Wireless Networking 3 11-11-2004 06:24 PM
Broadcom 4401 Nic problems diemorph Linux - Hardware 2 09-16-2004 08:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 07:16 PM.

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