Avoiding the DMA speed test I was able to get ATIP information,
blank a CD-RW and then write to it an image.
But when I do cdrecord -v dev=ATA:1,0,0 -checkdrive it hangs.
So disabling the DMA test isn't the real fix, just a workaround.
Anyway here is a patch to disable the DMA test for people having
trouble:
--- cdrtools-2.01.01.antescambios/cdrecord/cdrecord.c 2004-10-17
09:44:58.000000000 -0200
+++ cdrtools-2.01.01/cdrecord/cdrecord.c 2005-09-02
11:45:35.000000000 -0300
@@ -3969,6 +3969,7 @@
int bs;
int tsize;
+ return (-1); //FIXME: Ivan.
fillbytes((caddr_t)buf, 4, '\0');
tsize = 0;
scgp->silent++;
--
Ivan Baldo - [EMAIL PROTECTED] - http://ibaldo.codigolibre.net/
ICQ 10215364 - Phone/FAX (598) (2) 613 3223.
Caldas 1781, Malvin, Montevideo, Uruguay, South America, planet Earth.
In favour of world peace and freedom, against U.S.A. and allies!!!
Alternatives: [EMAIL PROTECTED] - http://go.to/ibaldo
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]