>From: Rainer Canavan <[EMAIL PROTECTED]>
>me again. Updated to 1.11a09, still doesn't work. 1.09 works flawlessly with
>the same commandline parameters. the output of 1.09 is available on request.
>Kernel is still 2.4.4.
If you edit the output of cdrecord it is hard to help you!
Let me guess that the better CD+DVD writer recognition introduced problems
for non MMC drives.
Please test:
------- cdrecord.c -------
*** /tmp/sccs.SuaaRt Di Okt 30 15:07:05 2001
--- cdrecord.c Di Okt 30 15:06:59 2001
***************
*** 460,466 ****
"Sorry, no CD/DVD-Recorder or unsupported CD/DVD-Recorder
found on this target.\n");
}
! is_mmc(scgp, &is_cdwr, &is_dvdwr);
if (is_dvdwr && !set_cdrcmds("mmc_dvd", (cdr_t **)NULL)) {
errmsgno(EX_BAD,
"This version of cdrecord does not include DVD-R/DVD-RW
support code.\n");
--- 460,468 ----
"Sorry, no CD/DVD-Recorder or unsupported CD/DVD-Recorder
found on this target.\n");
}
! if (!is_mmc(scgp, &is_cdwr, &is_dvdwr))
! is_cdwr = TRUE; /* If it is not MMC, it must
be a CD writer */
!
if (is_dvdwr && !set_cdrcmds("mmc_dvd", (cdr_t **)NULL)) {
errmsgno(EX_BAD,
"This version of cdrecord does not include DVD-R/DVD-RW
support code.\n");
J�rg
EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
[EMAIL PROTECTED] (uni) If you don't have iso-8859-1
[EMAIL PROTECTED] (work) chars I am J"org Schilling
URL: http://www.fokus.gmd.de/usr/schilling ftp://ftp.fokus.gmd.de/pub/unix
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]