Bug 7299
| Summary: | backpack cdrom not recognized. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | jmannion |
| Component: | mount | Assignee: | Bernhard Rosenkraenzer <bero> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.0 | ||
| 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-02-05 07:20: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
jmannion
1999-11-24 17:53:03 UTC
Remembering that the backpack plugs into the parallel port as a PARIDE unit, I
would suspect that you will need to enable and load the paride subsystem. If so,
try the following commands:
modprobe paride
modprobe pf
When you've done that, retry your mount command - it should now work.
I have tried the commands you gave me: modprobe paride
modprobe pf
When I type in modprobe pf I get this message:
/lib/modules/2.2.5-15/misc/pf.0:init_module:device or resource busy
problem?
Thanks,
John Mannion
The error message looks like the IRQ (or parallel port) is already in use by another device. Check the BIOS settings for the parallel port. I have checked my bios for interrupt conflicts, none exist. Com1 has irq 4 and my parallel port irq is set to 7. John Mannion I presume adding alias paride_protocol pf to /etc/conf.modules doesn't fix the problem either? You are correct, nothing seems to be working. John M. You can close this "bug". I have resolved my parallel port cdrom issue. Thank You |