Bug 66328
| Summary: | Kudzu fails to recognize DRAC II card | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Joshua Giles <joshua_giles> | ||||
| Component: | kudzu | Assignee: | Bill Nottingham <notting> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | David Lawrence <dkl> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.3 | CC: | herrold, john_hull, nalin, rvokal | ||||
| 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: | 2002-06-23 01:26:04 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
Joshua Giles
2002-06-07 22:07:03 UTC
lspci output? Created attachment 60725 [details]
lspci output
This is a storage device of some sort? Nop, The card is a remote assistant card(lspci shows it as "Megarac"). It has a pcmcia card slot(modem), ethernet connection, battery pack....all the essentials to remotely manage a system. So, what sort of configuration needs to be done for this card? Upon completion, kudzu should setup should load the "megarac" module and create a character special file "/dev/rac0" with permission mode 644, major and minor number 170 and 0 respectively. Ex: mknod -m 644 /dev/rac0 c 170 0 Actually, if your software just opens that device, it should just be an alias in modutils; kudzu shouldn't have to load the module (and the device should be in the normal dev package) Is this a cross bug to 60376 ? Working as designed |