Bug 105752 - cdrecord does not work with ATAPI drive
Summary: cdrecord does not work with ATAPI drive
Status: RESOLVED INVALID
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: ConsoleApps (show other bugs)
Version: Beta 1
Hardware: i686 SUSE Other
: P5 - None : Major
Target Milestone: ---
Assignee: Vladimir Nadvornik
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 06:36 UTC by Forgotten User OS1JNCFbCX
Modified: 2005-08-19 10:43 UTC (History)
0 users

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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