Package: wodim
Version: 5:1.0~pre4-1.1
Followup-For: Bug #293953
Maybe a blacklist of drives could be done or an option to disable the DMA
speed measurement.
The following patch fixes my problem and everything works fine after applying
it:
--- cdrkit-1.0~pre4.orig/cdrecord/cdrecord.c
+++ cdrkit-1.0~pre4/cdrecord/cdrecord.c
@@ -4121,6 +4121,8 @@
long t;
int bs;
int tsize;
+
+ return -1; //FIXME: Ivan.
fillbytes((caddr_t)buf, 4, '\0');
tsize = 0;
That is at the start of the get_dmaspeed() function, effectively disabling it.
P.s.: I also tried the 2.6.17 kernel as packaged by Debian.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16.1
Locale: LANG=es_UY, LC_CTYPE=es_UY (charmap=ISO-8859-1)
Versions of packages wodim depends on:
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii libcap1 1:1.10-14 support for getting/setting POSIX.
Versions of packages wodim recommends:
ii mkisofs 5:1.0~pre4-1.1 Creates ISO-9660 CD-ROM filesystem
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]