Bug 91112
| Summary: | Kernel upgrade 2.4.20-13.7 kills pcmcia | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Jeffrey Powell <jeffrey.powell> | ||||
| Component: | kernel | Assignee: | Arjan van de Ven <arjanv> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Brian Brock <bbrock> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.3 | CC: | gbailey, jeffrey.powell | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2003-06-03 10:16:17 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
Jeffrey Powell
2003-05-18 22:45:55 UTC
Sorry clipper pasted wrong good version of the kernel 2.4.18-27.7.x works ok Created attachment 91785 [details]
correction for /etc/init.d/pcmcia
The reason is that pcmia modules have moved from /lib/module/*/pcmcia to
/lib/module/*/kernel/drivers/pcmcia, but /etc/init.d/pcmcia (in package
kernel-pcmcia-cs) has not beenupdated to reflect thiskernel-pcmcia-cs
--> solution
Replace /etc/init.d/pcmcia from the one in Redhat 9 release, or apply the
attached patch
PS: the bug is certainly in all Redhat version except the 9 one.
All the PCMCIA cards are recognized as "anonymous memory". PCMCIA does not work at all with 2.4.20-13.7. It is not just a matter of init script or modules location. The patch worked well. I think we can close this bug. Thank you. An errata has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2003-187.html |