LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-01-2010, 10:56 AM   #1
rake1596
LQ Newbie
 
Registered: Jul 2010
Posts: 12

Rep: Reputation: 0
PCI card not discovered


Hi,

We have 2 Dell Poweredge R610's running Redhat 2.6.9-67.ELsmp.

The onboard Broadcom Network card works as expected but we are having problems configuring the INTEL quad card which I believe is also installed as default.

The correct driver (e1000 which has been downloaded) can be seen from lsmod although that's about it really (presume this is the correct driver). I am unable to plumb eth4-eth7 which I think would be the INTEL Network interfaces.

When I do add eth5 for example and ifup the interface I receive:

e1000 device eth5 does not seem to be present, delaying initialization

lsmod shows:

e1000 122705 0

The card is installed in PCI slot1

lspci shows the following: NB: I did try update-pciids but the servers are behind a Firewall and unable to reach the Internet.

06:00:0 Ethernet controller: Intel Corporation: Unknown device 10e8 (rev 01)
06:00:1 Ethernet controller: Intel Corporation: Unknown device 10e8 (rev 01)
07:00:0 Ethernet controller: Intel Corporation: Unknown device 10e8 (rev 01)
07:00:1 Ethernet controller: Intel Corporation: Unknown device 10e8 (rev 01)

Ive added the following entries to modprobe.conf

alias eth4 e1000
alias eth5 e1000
alias eth6 e1000
alias eth7 e1000

But still no luck.

Ive tried kudzu to try and recognise the device and dmesg shows:

Intel (R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI
Copyright (c) 1995-2006 Intel Corporation


On another note, what's the procedure to reread modprobe.conf on the fly please..??..

Any advise would be gratefully received.



Thanks...
 
Old 09-01-2010, 11:00 AM   #2
rake1596
LQ Newbie
 
Registered: Jul 2010
Posts: 12

Original Poster
Rep: Reputation: 0
For info, according to 'modprobe e1000' the version is:

7.3.20-k2-NAPI 9F1780ED381F0860E4C0847
 
Old 09-01-2010, 04:31 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
I'd boot to some live cd's that you have around. See what they say about lspci on that slot. I'd also move the card to a free slot if possible just in case it is some slot issue.
 
1 members found this post helpful.
Old 09-01-2010, 07:17 PM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by rake1596 View Post
Hi,

We have 2 Dell Poweredge R610's running Redhat 2.6.9-67.ELsmp.

The onboard Broadcom Network card works as expected but we are having problems configuring the INTEL quad card which I believe is also installed as default.

The correct driver (e1000 which has been downloaded) can be seen from lsmod although that's about it really (presume this is the correct driver). I am unable to plumb eth4-eth7 which I think would be the INTEL Network interfaces.

When I do add eth5 for example and ifup the interface I receive:

e1000 device eth5 does not seem to be present, delaying initialization

lsmod shows:

e1000 122705 0

The card is installed in PCI slot1

lspci shows the following: NB: I did try update-pciids but the servers are behind a Firewall and unable to reach the Internet.

06:00:0 Ethernet controller: Intel Corporation: Unknown device 10e8 (rev 01)
06:00:1 Ethernet controller: Intel Corporation: Unknown device 10e8 (rev 01)
07:00:0 Ethernet controller: Intel Corporation: Unknown device 10e8 (rev 01)
07:00:1 Ethernet controller: Intel Corporation: Unknown device 10e8 (rev 01)

Ive added the following entries to modprobe.conf

alias eth4 e1000
alias eth5 e1000
alias eth6 e1000
alias eth7 e1000

But still no luck.

Ive tried kudzu to try and recognise the device and dmesg shows:

Intel (R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI
Copyright (c) 1995-2006 Intel Corporation


On another note, what's the procedure to reread modprobe.conf on the fly please..??..

Any advise would be gratefully received.



Thanks...
That kernel is just about prehistoric; the fact that lspci
flags the cards as "unknown" doesn't bode too well, either.

Any chance for you to upgrade RH AS4 to a newer patch-level?


Cheers,
Tink
 
1 members found this post helpful.
Old 09-02-2010, 04:04 AM   #5
rake1596
LQ Newbie
 
Registered: Jul 2010
Posts: 12

Original Poster
Rep: Reputation: 0
Thanks for the replies...

I downloaded and ran a nice little script called 'netdriverinfo.sh' which when run shows the following:

: 06:00.0
Make/Model - Intel Corporation: Unknown device a02c
Ethernet controller - Intel Corporation: Unknown device 10e8
VenIDevID - 06:00.0 C
Driver Name = No driver loaded
Driver Version = No driver loaded


and for 06:00.1, 07:00.0 and 07:00.1

I then downloaded the e1000e driver and compiled but have the same issue.

According to the release notes, the driver (and the default e1000 driver) should work as expected with the 2.4.x and 2.6.x kernel, appreciate I could upgrade the kernel to a newer patch level (which I may do as a last resort) but still caan't understand why the card is not being recognised.

Will continue my investigations, thanks...
 
Old 09-02-2010, 07:06 AM   #6
rake1596
LQ Newbie
 
Registered: Jul 2010
Posts: 12

Original Poster
Rep: Reputation: 0
On further investigation it would seem that the card installed is a 82576 so I needed to load the 'igb' driver which I did but unfortunately I am still not able to see the card.

This is becoming increasingly frustrating so I may have to bite the bullet and patch the kernel.

Last edited by rake1596; 09-02-2010 at 10:43 AM.
 
Old 09-02-2010, 03:35 PM   #7
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Or put in a supported card.
 
1 members found this post helpful.
Old 09-07-2010, 03:52 AM   #8
rake1596
LQ Newbie
 
Registered: Jul 2010
Posts: 12

Original Poster
Rep: Reputation: 0
Turns out the R610 is only supported from RHEL V4.7 which would explain the issues.

Will upgrade to V4.8 and in future read RHN for the hardware support lists.

Thanks again to all who responded.
 
  


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
Can a PCI-e 1x card work in a PCI-e 8x slot? MikeyCarter Linux - Hardware 1 08-24-2009 03:44 PM
Graphics Card: PCI Express x16 Detected as PCI Express Link width: 4X deepclutch Linux - Hardware 3 06-09-2007 10:10 AM
PCI card in PCI-X slot not working sheatsm Linux - Hardware 5 12-15-2006 10:45 AM
PCI-X Raid card wont fit in motherboards PCI Express x16 slot???? abefroman Linux - Hardware 4 12-01-2006 08:24 AM
Can any PCI card go into any PCI slot? Abomb Linux - Hardware 2 10-18-2006 09:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:23 AM.

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