Bug 145003

Summary: Problems talking to CD drive
Product: [Fedora] Fedora Reporter: Paul Black <paul.0000.black>
Component: kernelAssignee: Dave Jones <davej>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: pfrields, wtogami
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: 2005-01-13 17:14:01 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 Paul Black 2005-01-13 17:02:33 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.7.5)
Gecko/20041110 Firefox/1.0

Description of problem:
In trying to burn a CD drive I find that the drive is not recognised
by various applications (k3n, cdrecord etc). If I do "cdrecord
-scanbus" I get
scsibus1:
ST' 'RW/DVD GCC-21N' 'A0' Removable CD-ROM
        1,1,0   101) *
        1,2,0   102) *
as the output rather than something like:
        1,0,0   100) HL-DT-STCD-RW/DVD-ROM GCC-4241N
        1,1,0   101) *
        1,2,0   102) *

I think this is a kernel issue because similar output appears in the
message at boot time. I.e. it outputs:
Jan 11 09:42:40 zurich kernel: hdc: HL
DT-STCD
RW/DVD-ROM GCC-21N, ATAPI CD/DVD-ROM drive
rather than 
Dec 10 11:57:35 zurich kernel: hdc: HL-DT-STCD-RW/DVD-ROM GCC-4241N,
ATAPI CD/DVD-ROM drive

(In the failing output, there are ^M and ^T characters inserted).

About 1 in 5 boots results in correct output and a working drive.
Sometimes, the issue has resolved itself on a booted machine but I've
not determined what steps create this scenario.

This issue was present in versions earlier than 2.6.10-1.737_FC3 but I
don't have a specific list.


Version-Release number of selected component (if applicable):
2.6.10-1.737_FC3

How reproducible:
Sometimes

Steps to Reproduce:
1. Boot PC
2. Look at /var/log/dmesg or do "cdrecord -scanbus"

    

Actual Results:  Drive string is corrupt.

Expected Results:  String should not be corrupt.

Additional info:

Comment 1 Paul Black 2005-01-13 17:14:01 UTC
I've just noticed that the same corrupt drive string is present iwhen
viewed from the BIOS. I guess it's a hardware problem. D'oh!