Bug 7518
Summary: | PCMCIA CDROM - fopen(stabfile) failed | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Tom Gagne <tgagne> |
Component: | installer | Assignee: | Erik Troan <ewt> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | CC: | alan, koni, rlbobm |
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: | 2000-04-24 12:49: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
Tom Gagne
1999-12-02 19:40:19 UTC
Just to make sure it wasn't a device problem, I tried loading Slackware 2.0.35 and it was able to detect and use the CDROM drive without problem. CD = EXP CD Traveler 2020 20X max Portable CD-ROM Player I'm doing this on an IBM Thinkpad 755C This issue has been assigned to a developer for further action. I had the same experience with my IBM ThinkPad 560Z and an IBM Max Portable CD-ROM (IBM CD-20X Series ATAPI via IBM IDE PC card, Uniform CDROM driver Revision 2.55). I am attempting to upgrade from RH 5.2 to 6.1. When booted normally I'm able to mount the CD-ROM drive just fine and read files from the RH 6.1 CD. I also have had this experience, with some new information to add: (1) The problem seems to have nothing to do with the lack of existance of /var/run/stab, as I tried the directory /var/run in initrd.img on the pcmcia install disk, and this did not solve the problem (2) I CAN use my network PCMCIA card without any problems and do and NFS install, but neither of my SCSI PCMCIA cards work. I get the double beep, and the information is correctly displaced on the ALT-F4, but no SCSI devices listed when I try to choose a partition to install from this leading me to conclude that cardmgr can exit all it wants (does so with my network card -- but the network still works) after its loaded the drivers. Why the SCSI stuff doesn't work? Sounds like perhaps a problem with the installer noticing it has SCSI drivers loaded and thus SCSI partitions hanging out. Hey, any of you know where I can find the source code to the installer program? I see that all those executables are stuffed together into that one program in /sbin but can't play around with any more ideas about how to fix this problem without the source code for that file. *** Bug 7845 has been marked as a duplicate of this bug. *** *** Bug 10396 has been marked as a duplicate of this bug. *** The core of this problem is that pcmcia cdrom's don't show up in /proc/ide, which we need to know what exists on the bus. Apparently, the /proc/ide code cannot handle removeable devices, and this is hard to fix :-( |