Bug 55562
| Summary: | 2.4.9-7 kernel breaks ide-tape. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Ian Mortimer <i.mortimer> |
| Component: | kernel | Assignee: | Pete Zaitcev <zaitcev> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | ||
| 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: | 2001-11-03 02:48:10 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
Ian Mortimer
2001-11-01 23:30:37 UTC
Requestor, please do the following. Sorry for the fuzzy instructions... Find what "hard disk" would correspond to the tape if it was on the same "address", and identify its directory in /proc/ide/ide?/hd? Suppose, that it is /proc/ide/ide0/hdb. Do this: "grep debug_level /proc/ide/ide0/hdb", it should find something if this is a tape, nothing for hard disks. Then, do: # echo debug_level:6 > /proc/ide/ide0/hdb/settings # mt -f /dev/ht0 status <error messages> # echo debug_level:0 > /proc/ide/ide0/hdb/settings # dmesg > /tmp/dmesg.out In the end, attach the resulting dmesg.out to the bug. Please, do not drop dmesg contents into the comments box. I didn't get a chance to try your suggestion before today since I needed the tape drive for backups. This morning I upgraded to kernel 2.4.9-13 amd the problem has disappeared. BTW the message: `modprobe: Can't locate module char-major-97' seems to be unrelated to this problem. It appears to be connected with ide-scsi (I've got a CD burner in the same box). |