[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cdrecord



On Tue, Feb 04, 2003 at 09:21:43PM +0100, alessandro wrote:
> cdda2wav: Input/output error. ReadCD MMC 12: scsi sendcmd: no error
> CDB:  BE 04 00 02 4B DB 00 00 4B 10 00 00
> status: 0x2 (CHECK CONDITION)
> Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 21 00 00 00
> Sense Key: 0x5 Illegal Request, Segment 0
> Sense Code: 0x21 Qual 0x00 (logical block address out of range) Fru 0x0
> Sense flags: Blk 0 (not valid)
> cmd finished after 0.005s timeout 300s
> 
> qualcuno può aiutarmi a risolvere il problema
> grazie molto
Prova cdrdao. Oppure cambia supporto. Per fare i cd dati, ho fatto uno
script banale :
#!/bin/bash
echo -e "CD_ROM\n" > new.toc
echo TRACK MODE1 >> new.toc
echo DATAFILE \""$1"\" >> new.toc
cdrdao write --eject --buffers 200 --device 0,1,0 --driver generic-mmc
new.toc
rm new.toc

Ciao, Alberto.
-- 
Nei requisiti c'era scritto: Windows 95 o superiore -
Così ho installato Linux



Reply to: