Bug 105752

Summary: cdrecord does not work with ATAPI drive
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Forgotten User OS1JNCFbCX <forgotten_OS1JNCFbCX>
Component: ConsoleAppsAssignee: Vladimir Nadvornik <nadvornik>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None    
Version: Beta 1   
Target Milestone: ---   
Hardware: i686   
OS: SUSE Other   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Forgotten User OS1JNCFbCX 2005-08-19 06:36:14 UTC
This happens whan trying to run cdrecord with an ATAPI drive:

# cdrecord -v dev=ATAPI:0,0 blank=fast
Cdrecord-Clone 2.01 (i686-suse-linux) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://www.suse.de/feedback
Note: The author of cdrecord should not be bothered with problems in this version.
TOC Type: 1 = CD-ROM
scsidev: 'ATAPI:0,0'
devname: 'ATAPI'
scsibus: 0 target: 0 lun: 0
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
cdrecord: No such file or directory. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
# 

The system has a HD on hda and a DVD/CD-(re)writer on hdc.

This is a regression to SUSE 9.3.
Comment 1 Vladimir Nadvornik 2005-08-19 09:42:35 UTC
- ATAPI: is unsupported, please use ATA: (see documentation) 
- /dev/hdc should have address 1,0,0, not 0,0 
 
Please try it again with dev=ATA:1,0,0 or dev=/dev/hdc (it should be the same) 
 
Comment 2 Forgotten User OS1JNCFbCX 2005-08-19 10:43:25 UTC
Ok, with ATA it does work.

I used ATAPI because this used to work in 9.3 and before.

As ATAPI is not supported ==> RESOLVED INVALID