Bug 36942
Summary: | SMC 9332BDT EtherPower 10/100 PCI network card is misdetected | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Brian Kasper <kasperb> | ||||||||
Component: | kernel | Assignee: | Michael K. Johnson <johnsonm> | ||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Brock Organ <borgan> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | 7.1 | CC: | lawrencefry | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | i386 | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2003-06-06 00:32:59 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Attachments: |
|
Description
Brian Kasper
2001-04-21 00:51:35 UTC
This is more of a kudzu issue, since kudzu does the hardware detection for both the installer and once the OS is installed. Can you go to VC2 and type lspci -n and lspci -v and send us the output of both of those? Once we have the information from the card, we can update the table in kudzu that associates cards with their specific drivers. I'm changing the component to kudzu. Created attachment 15966 [details]
Output of lspci command
Created attachment 15967 [details]
Output of 'lspci -n' command
Created attachment 15968 [details]
Output of 'lspci -v' command
I'm not sure what the "VC2" in "Can you go to VC2 and type lspci -n and lspci -v and send us the output of both of those?" means, but I've attached 3 files containing the output of 'lspci', 'lspci -n', and 'lspci -v' to the bug. All commands were run as root at runlevel 3. Hope this helps. -Brian Assigning to kernel. tulip should work fine for that card. This problem is not just for the EtherPower Card. We have the same problem with the on-board card for Tyan s2510ng. The on board nic's are based on the intel 82559 chip. A look at the detected cards shows that kudzu blew-it again (from lspci -v): Ethernet controller: Intel Corporation 82557 [Ethernet Pro 100] (rev 08) ... Ethernet controller: Intel Corporation 82557 [Ethernet Pro 100] (rev 08) ... Both of these are obviously wrong, because the card uses the intel 82559 chip. The effect is that NIS and any loading of the card causes the operating system to hang, and report: eth0: Card reports out of resources eth1: Card reports out of resources lawrencefry: that is a totally different bug, as it is a totally different driver. Please open a separate bug for this. |