public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Missing SCSI command in the allowed list?
@ 2004-11-06 13:47 Alexander E. Patrakov
  2004-11-06 16:24 ` Daniel Drake
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander E. Patrakov @ 2004-11-06 13:47 UTC (permalink / raw)
  To: linux-kernel

While cloning an audio CD using cdrdao 1.1.9 with vanilla linux-2.6.9 as a
user, I see the following "errors":

ERROR: Read buffer capacity failed.

This refers to the buffer in the CD drive. The indiation of the drive buffer
fill is missing. The clone sounds like the original. The command used for
cloning:

cdrdao copy --device /dev/hdd --source-device /dev/hdb \
--drivergeneric-mmc-raw --speed 8 --on-the-fly --paranoia-mode 1 -v 1 \
--fast-toc

If I run that as root, there are no such "errors", and levels of both the
software cdrdao buffer and hardware buffer in the drive are indicated.

Looks like the following SCSI command is missing from the allowed list:

cmd[0] = 0x5c; // READ BUFFER CAPACITY

(according to cdrdao source, Sony CDU920 uses 0xec instead, but I don't have
Sony drives here). Please fix the list or explain why this cannot be done.

-- 
Alexander E. Patrakov


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-11-18 18:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-06 13:47 Missing SCSI command in the allowed list? Alexander E. Patrakov
2004-11-06 16:24 ` Daniel Drake
2004-11-07  7:56   ` Alexander E. Patrakov
2004-11-18 18:39     ` Daniel Drake
2004-11-18 16:23       ` Alan Cox
2004-11-18 18:40       ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox