Bug 3923

Summary: SCSI Tape not detected in i586 variant of 2.2.5-22
Product: [Retired] Red Hat Linux Reporter: john.a.limpert.1
Component: kernelAssignee: Cristian Gafton <gafton>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium 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: 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 john.a.limpert.1 1999-07-06 22:24:55 UTC
Upgraded from Red Hat 5.2 to Red Hat 6.0 with the kernel
from kernel-2.2.5-22.i586.rpm. The SCSI tape drive (Exabyte
8500 on Adaptec 2940) was no longer detected by the kernel
during boot. Switching to the kernel in
kernel-2.2.5-22.i386.rpm appears to have fixed the problem.
The i386 variant of the kernel detects the SCSI tape drive.

Comment 1 Bill Nottingham 1999-07-08 14:45:59 UTC
that's odd. In both cases  the st driver is compiled into the
kernel. Exactly how does it fail - does the device not show
up in /proc/scsi/scsi?

Comment 2 john.a.limpert.1 1999-07-09 14:15:59 UTC
References to /dev/st0 produce the error "no such device" and the tape
drive does not appear in /proc/scsi/scsi. Other SCSI devices (hard
disk and CD-ROM) are detected properly. The SCSI tape driver _is_
listed in the link map for the kernel.

Comment 3 Bill Nottingham 1999-07-09 18:07:59 UTC
Hm.

Out of curiousity, what happens if you try the i586 kernel
from Raw Hide
(ftp://rawhide.redhat.com/i386/RedHat/RPMS/kernel-*i586.rpm),
or compile your own i586 kernel from the same sources?