Bug 56994
| Summary: | "mysterious" errors from pcmcia | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Michal Jaegermann <michal> |
| Component: | kernel-pcmcia-cs | Assignee: | Dave Jones <davej> |
| Status: | CLOSED WONTFIX | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | pfrields |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-11-25 07:10:16 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: | |||
Description of Problem: Every restart of pcmcia service drops into logs a line like that: ... cardmgr[754]: config error, file './config.opts' line 8: no function bindings A bit mysterious as the line in question "includes" some port ranges. Closer investigation reveals that this error is actually in /etc/pcmcia/config which "sources" config.opts. The problem is that that last card stanza, for "Xircom RBM56G Modem", is missing "bind" line. As this is a modem my guess would be that this --- /etc/pcmcia/config~ Mon Sep 3 06:25:42 2001 +++ /etc/pcmcia/config Sun Dec 2 00:09:55 2001 @@ -1947,6 +1947,7 @@ card "Xircom RBM56G Modem" manfid 0x0105, 0x1000 + bind "serial_cs" # Include configuration files for add-on drivers applies. Michal michal