Re: LG GSA-4040B and dvdwrite

2003-11-28 Thread Karl-Heinz Herrmann
On Mon, 24 Nov 2003 13:20:05 +0100 Ole Jacob Taraldset [EMAIL PROTECTED] wrote: dvdrecord -v dev=0,0,0 -dao -dummy /iso/shrike-i386-disc1.iso, but nothing is written and I'm note sure what the error is. The disk is a DVD-R. Well -dummy tells it to simulate without actually writing. K.-H.

Re: growisofs for cd-RW and DVD-RW?

2003-11-28 Thread Joerg Schilling
From: Rob Bogus [EMAIL PROTECTED] Am I missing something with dvdrecord, or do I have to apply the kernel patch to make it work? There's a push to use stock kernels for this, so I very much don't want to choose that fight, slow and CPU intensive is better than commiting to providing custom

Re: DVD+/-R writers

2003-11-28 Thread Joerg Schilling
From: Andy Polyakov [EMAIL PROTECTED] DVD+R usually does not know the size of the medium when it starts writing and therefore writes the TOC after the data. With DVD-R and DVD-RW and cdrecord you write in SAO mode which causes the TOC to be written first and the data to be written later

Re: DVD+/-R writers

2003-11-28 Thread Joerg Schilling
From: Andy Polyakov [EMAIL PROTECTED] Only once fully formated (which takes 1 hour for 1x media), DVD-RW permits for random write, but with 32KB granularity. Latter means that you either have to have special kernel driver which would arrange for 32KB granularity or modify file system code

Re: PXUpdate / PX-708A

2003-11-28 Thread Joerg Schilling
Hi all, the information for firmware upgrade did arrive yesterday. As I today received a (still secret) firmware binary, I have been able to implement support for the 708 today. I will put out a new version soon - you still have to wait until Plextor makes formware available that is not bundled

cdrecord -scanbus strangeness?

2003-11-28 Thread Ambrose Li
Hello, sorry if this is a stupid question. I just downloaded cdrtools-2.01a20pre2 to try out its ATAPI support. (Linux 2.4's ide-scsi seems to be very broken.) I noticed the following: - cdrecord dev=help says bus scanning is supported for the ATAPI transport; - However, if I run cdrecord

Re: cdrecord -scanbus strangeness?

2003-11-28 Thread Lourens Veen
On Fri 28 November 2003 23:24, Ambrose Li wrote: Hello, sorry if this is a stupid question. I just downloaded cdrtools-2.01a20pre2 to try out its ATAPI support. (Linux 2.4's ide-scsi seems to be very broken.) I noticed the following: - cdrecord dev=help says bus scanning is supported for

Re: Re: DVD recording adventures continued

2003-11-28 Thread Florian Lindauer
You did not follow the man page for cdrecord and the README in ftp://ftp.berlios.de/pub/cdrecord/ProDVD/ This is definitely wrong usage. OK. Have to admit it's somewhat embarrassing I overread that section flagged important notice.. But to be honest, things could still be put more

I/O Magic idvdrw4db

2003-11-28 Thread Geoffrey
Looking to possibly purchase a dvd burner. I/O Magic DVD +-RW/+-R Dual Format 4x DVD ReWritable drive. Number off the box is IDVDRW4DB I couldn't locate supported hardware info for cdrecord-prodvd. Does anyone know if this drive will work? Thanks. -- Until later, Geoffrey [EMAIL

Re: cdrecord and multisession audio/data cd's?

2003-11-28 Thread John Clemens
Right, I meant to follow this up but never did. I think it's a linux/cdrecord issue now.. because it works if i boot into MacOSX 10.3 and use this cdrecord (from fink): Cdrecord 1.11a39 (powerpc-apple-macosx7.0.0) Copyright (C) 1995-2002 J?rg Schilling (of course, i have to play all sorts of

Re: TEAC DV-W50D

2003-11-28 Thread Catalin BOIE
If you cant, describe the features in less than 100 characters. :) DVD-ROM (single and dual layer), DVD-Video, DVD-Audio, DVD-R (Vers 2.00), DVD-RW (Ver 1.0 + 1.1), DVD+R (Ver 1.0 + 1.1), DVD+RW (Ver 1.2), DVD-RAM DVD-R: DAO, Incremental recording, multi-border recording DVD-RW: Restricted

Re: TEAC DV-W50D

2003-11-28 Thread Catalin BOIE
Plase name the Pioneer model number... How can I can get it? Via google search for example. It's the same as the A06. Yes, seems that is A06. Anybody tried to flash it with a Pioneer firmware? Thanks! regards Markus -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: LG GSA-4040B and dvdwrite

2003-11-28 Thread Karl-Heinz Herrmann
On Mon, 24 Nov 2003 13:20:05 +0100 Ole Jacob Taraldset [EMAIL PROTECTED] wrote: dvdrecord -v dev=0,0,0 -dao -dummy /iso/shrike-i386-disc1.iso, but nothing is written and I'm note sure what the error is. The disk is a DVD-R. Well -dummy tells it to simulate without actually writing. K.-H.

Re: growisofs for cd-RW and DVD-RW?

2003-11-28 Thread Joerg Schilling
From: Rob Bogus [EMAIL PROTECTED] Am I missing something with dvdrecord, or do I have to apply the kernel patch to make it work? There's a push to use stock kernels for this, so I very much don't want to choose that fight, slow and CPU intensive is better than commiting to providing custom

Re: cdrecord and multisession audio/data cd's?

2003-11-28 Thread Joerg Schilling
From: John Clemens [EMAIL PROTECTED] I'm trying to use cdrecord to master a CD image to boot my Dreamcast.. Several sights say to master a 2-session cd, with the first session containing an audio track and the second containing your raw data image (in XA1 format). Several places on the net give

Re: DVD+/-R writers

2003-11-28 Thread Joerg Schilling
From: Andy Polyakov [EMAIL PROTECTED] DVD+R usually does not know the size of the medium when it starts writing and therefore writes the TOC after the data. With DVD-R and DVD-RW and cdrecord you write in SAO mode which causes the TOC to be written first and the data to be written later

Re: DVD+/-R writers

2003-11-28 Thread Joerg Schilling
From: Andy Polyakov [EMAIL PROTECTED] Only once fully formated (which takes 1 hour for 1x media), DVD-RW permits for random write, but with 32KB granularity. Latter means that you either have to have special kernel driver which would arrange for 32KB granularity or modify file system code

Re: PXUpdate / PX-708A

2003-11-28 Thread Joerg Schilling
Hi all, the information for firmware upgrade did arrive yesterday. As I today received a (still secret) firmware binary, I have been able to implement support for the 708 today. I will put out a new version soon - you still have to wait until Plextor makes formware available that is not bundled

cdrecord -scanbus strangeness?

2003-11-28 Thread Ambrose Li
Hello, sorry if this is a stupid question. I just downloaded cdrtools-2.01a20pre2 to try out its ATAPI support. (Linux 2.4's ide-scsi seems to be very broken.) I noticed the following: - cdrecord dev=help says bus scanning is supported for the ATAPI transport; - However, if I run cdrecord

Re: Re: DVD recording adventures continued

2003-11-28 Thread Florian Lindauer
You did not follow the man page for cdrecord and the README in ftp://ftp.berlios.de/pub/cdrecord/ProDVD/ This is definitely wrong usage. OK. Have to admit it's somewhat embarrassing I overread that section flagged important notice.. But to be honest, things could still be put more

I/O Magic idvdrw4db

2003-11-28 Thread Geoffrey
Looking to possibly purchase a dvd burner. I/O Magic DVD +-RW/+-R Dual Format 4x DVD ReWritable drive. Number off the box is IDVDRW4DB I couldn't locate supported hardware info for cdrecord-prodvd. Does anyone know if this drive will work? Thanks. -- Until later, Geoffrey [EMAIL

Re: cdrecord and multisession audio/data cd's?

2003-11-28 Thread John Clemens
Right, I meant to follow this up but never did. I think it's a linux/cdrecord issue now.. because it works if i boot into MacOSX 10.3 and use this cdrecord (from fink): Cdrecord 1.11a39 (powerpc-apple-macosx7.0.0) Copyright (C) 1995-2002 J?rg Schilling (of course, i have to play all sorts of