Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > 21f13155242f3dc81c4414a9b60319f5 > files > 7

cdrecord-2.01.01-0.a11.2.2mdv2007.0.src.rpm

--- cdrtools-2.01.01/cdrecord/cdrecord.c.rezero	2005-08-03 12:50:28.000000000 +0200
+++ cdrtools-2.01.01/cdrecord/cdrecord.c	2005-08-03 12:50:53.000000000 +0200
@@ -3880,7 +3880,8 @@
 	scsi_start_stop_unit(scgp, 1, 0, immed);
 	wait_unit_ready(scgp, 120);
 	scgp->silent++;
-	rezero_unit(scgp);	/* Is this needed? Not supported by some drvives */
+	/* kernel >= 2.6.12 does not like that as user
+	rezero_unit(scgp); */	/* Is this needed? Not supported by some drvives */
 	scgp->silent--;
 	test_unit_ready(scgp);
 	scsi_start_stop_unit(scgp, 1, 0, immed);