Re: [Dvdrtools-users] pioneer 105 once more :)

2003-05-29 Thread Robert M. Stockmann
On 29 May 2003, gabor wrote:

> hi,
> 
> thanks for the answers...
> 
> one more question:
> 
> that drive has buffer-underrun-protection... does that work in linux
> too?

use this :

cdrecord -v dev=1,0,0 driveropts=burnfree -dao knoppix.raw

to check which driveropts you have use driveropts=help -checkdrive

this is for cdrtools-2.0 with dvd-patch and cdrecord-prodvd

Robert
-- 
Robert M. Stockmann - RHCE
Network Engineer - UNIX Consultant
crashrecovery.org  [EMAIL PROTECTED]



___
Dvdrtools-users mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/dvdrtools-users


[Dvdrtools-users] pioneer 105 once more :)

2003-05-29 Thread gabor
hi,

thanks for the answers...

one more question:

that drive has buffer-underrun-protection... does that work in linux
too?

gabor


signature.asc
Description: This is a digitally signed message part
___
Dvdrtools-users mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/dvdrtools-users


Re: [Dvdrtools-users] pioneer 105, packet writing etc.

2003-05-29 Thread Gerasimov Dmitry
On Thu, May 29, 2003 at 12:07:27PM +0200, gabor wrote:
> hi,
Hi! sorri for my bad english.
> 
> i' planning to buy a pioneer 105 dvd burner.
this is a god dvd-writer
> 
> some questions:
> 
> 1. are there any known problems with using this dvd burner in linux?
i am use a Debian Linux, and ALTLinux (mandrake like linux) - no troubles.
> 
> 2. could anyone tell summarize me the differences between the various
> dvd-burning solutions: dvdrecord, cdrecord-dvdhack, cdrecord-prodvd?
i use dvdrecord
> 
> 3. packet writing... i heard that it doesn't work with dvd-r (only with
> dvd-rw)..is that true?
>  i of course know that dvd-r is not  rewritable, but that's fine for me.
> i don't want to delete things from a dvd-r. i only want to be able to
> copy to it. is there a fundamental problem why it is not possible? if i
> remember correctly you could packet write to cd-r in windows, but i'm
> not sure.
> 
> thanks,
> gabor



> ___
> Dvdrtools-users mailing list
> [EMAIL PROTECTED]
> http://mail.nongnu.org/mailman/listinfo/dvdrtools-users

--
Gerasimov Dmitry
e-mail: matrix AT podlipki DOT ru



pgp0.pgp
Description: PGP signature
___
Dvdrtools-users mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/dvdrtools-users


[Dvdrtools-users] pioneer 105, packet writing etc.

2003-05-29 Thread gabor
hi,

i' planning to buy a pioneer 105 dvd burner.

some questions:

1. are there any known problems with using this dvd burner in linux?

2. could anyone tell summarize me the differences between the various
dvd-burning solutions: dvdrecord, cdrecord-dvdhack, cdrecord-prodvd?

3. packet writing... i heard that it doesn't work with dvd-r (only with
dvd-rw)..is that true?
 i of course know that dvd-r is not  rewritable, but that's fine for me.
i don't want to delete things from a dvd-r. i only want to be able to
copy to it. is there a fundamental problem why it is not possible? if i
remember correctly you could packet write to cd-r in windows, but i'm
not sure.

thanks,
gabor


signature.asc
Description: This is a digitally signed message part
___
Dvdrtools-users mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/dvdrtools-users


Re: [Dvdrtools-users] Cannot write CD's >= 100 minutes. GRRRR!

2003-05-29 Thread Jay Berkenbilt

>   But there doesn't seem to be a burn program in the
>   dvd+rw-tools.
>
>   It provided me with a program to format the disks.
>   A program to modify the book type
>   and growisofs. a program to create *and* burn an iso image.
>
>   . . .

Actually, growisofs can just burn an image.  Instead of

growisofs -Z /dev/cdrom mkisofs args

use

growisofs -Z /dev/cdrom=image-file-name.iso

Note the '=' attached to /dev/cdrom.  This is actually mentioned on
the web site, though it's pretty far down.

If you forget the =, you will end up with a file system containing
your image as a file, which is almost certainly not what you want.

No kernel patches are required for this.

-- 
Jay Berkenbilt <[EMAIL PROTECTED]>
http://www.ql.org/q/


___
Dvdrtools-users mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/dvdrtools-users


Re: [Dvdrtools-users] Cannot write CD's >= 100 minutes. GRRRR!

2003-05-29 Thread Jeff Wiegley, Ph.D.
Oops, nevermind. I think I found the "magic". It was
just buried pretty deep in that web page. In about 15
minutes I'll get to see if it actually worked.

A special thanks to everybody that is actually developing
this product. Its nice to see a project that is actively
maintained.

I would make the one suggestion that the usage of growisofs
should be more traditional. this /dev/sr0=image.iso is very
non-intuitive.

Anyways,  thanks!

- Jeff

On Wed, 2003-05-28 at 06:18, Jay Berkenbilt wrote:
> >   I can find *tons* of people having this same problem but
> >   nobody has an answer posted. Hopefully somebody has
> >   found a solution since the historic posts I came across...
> >
> >   Sony dual-format DRU500A (OEM burner)
> >   I'm trying to burn to brand new DVD+RW media.
> >
> >   . . .
> 
> dvdrecord doesn't work with DVD+RW (or +R) media and doesn't work with
> the Sony DRU500A drive.  However, dvd+rw-tools, in spite of its name,
> works well on the Sony with all four types of supported media.  It's
> the only DVD burning software you need for this drive.  You can find
> more information at this link:
> 
> http://fy.chalmers.se/~appro/linux/DVD+RW/
> 
> Some versions of cdrecord-ProDVD work with the Sony drive, but it is
> non-free and only supports DVD-R/-RW media, not +R/+RW.  As far as I
> know, dvd+rw-tools is Linux-only and cdrecord-ProDVD is multiplatform,
> but if you are using Linux, there's no real reason to even look at
> cdrecord-ProDVD for the Sony drive.



___
Dvdrtools-users mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/dvdrtools-users


Re: [Dvdrtools-users] Cannot write CD's >= 100 minutes. GRRRR!

2003-05-29 Thread Jeff Wiegley, Ph.D.
But there doesn't seem to be a burn program in the
dvd+rw-tools.

It provided me with a program to format the disks.
A program to modify the book type
and growisofs. a program to create *and* burn an iso image.

What do I do if I already have an iso that I downloaded
from somewhere? is there someway to bypass the iso
creation stage of growisfs and just have it burn what
I already have?

lastly: will this *require* the kernel patch that is
mentioned on appro's site?

Thanks,

- Jeff

On Wed, 2003-05-28 at 06:18, Jay Berkenbilt wrote:
> >   I can find *tons* of people having this same problem but
> >   nobody has an answer posted. Hopefully somebody has
> >   found a solution since the historic posts I came across...
> >
> >   Sony dual-format DRU500A (OEM burner)
> >   I'm trying to burn to brand new DVD+RW media.
> >
> >   . . .
> 
> dvdrecord doesn't work with DVD+RW (or +R) media and doesn't work with
> the Sony DRU500A drive.  However, dvd+rw-tools, in spite of its name,
> works well on the Sony with all four types of supported media.  It's
> the only DVD burning software you need for this drive.  You can find
> more information at this link:
> 
> http://fy.chalmers.se/~appro/linux/DVD+RW/
> 
> Some versions of cdrecord-ProDVD work with the Sony drive, but it is
> non-free and only supports DVD-R/-RW media, not +R/+RW.  As far as I
> know, dvd+rw-tools is Linux-only and cdrecord-ProDVD is multiplatform,
> but if you are using Linux, there's no real reason to even look at
> cdrecord-ProDVD for the Sony drive.



___
Dvdrtools-users mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/dvdrtools-users


Re: [Dvdrtools-users] Cannot write CD's >= 100 minutes. GRRRR!

2003-05-29 Thread Eric Laly
On 2003.05.28 18:02, Ted Huntington wrote:
I have the DRX500UL and find your comments helpful.  I cannot get
packet
writing going on this drive and neither dvdrecord or cdrecord -ProDVD
(although I am not sure if I tried for DVD-R) worked.  Growisofs does
work
(for both +- media), but I would really like to get udf going for
DVD+R,
because udf is easier to work with.  Have any of you heard if udf for
DVD+R is going to happen for Linux?
packet writing is working fine for me with DVD+RW and DRU500-AX.(not 
tried with +R)

I've just applied the optional on the same site ( 
http://fy.chalmers.se/~appro/linux/DVD+RW/linux-2.4.patch ).

there are some explication on the paragraph before 
http://fy.chalmers.se/~appro/linux/DVD+RW/#compat

 	Eric laly.

___
Dvdrtools-users mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/dvdrtools-users


Re: [Dvdrtools-users] Cannot write CD's >= 100 minutes. GRRRR!

2003-05-29 Thread Ted Huntington
I have the DRX500UL and find your comments helpful.  I cannot get packet
writing going on this drive and neither dvdrecord or cdrecord -ProDVD
(although I am not sure if I tried for DVD-R) worked.  Growisofs does work
(for both +- media), but I would really like to get udf going for DVD+R,
because udf is easier to work with.  Have any of you heard if udf for
DVD+R is going to happen for Linux?

Ted

Jay Berkenbilt wrote:

> >   I can find *tons* of people having this same problem but
> >   nobody has an answer posted. Hopefully somebody has
> >   found a solution since the historic posts I came across...
> >
> >   Sony dual-format DRU500A (OEM burner)
> >   I'm trying to burn to brand new DVD+RW media.
> >
> >   . . .
>
> dvdrecord doesn't work with DVD+RW (or +R) media and doesn't work with
> the Sony DRU500A drive.  However, dvd+rw-tools, in spite of its name,
> works well on the Sony with all four types of supported media.  It's
> the only DVD burning software you need for this drive.  You can find
> more information at this link:
>
> http://fy.chalmers.se/~appro/linux/DVD+RW/
>
> Some versions of cdrecord-ProDVD work with the Sony drive, but it is
> non-free and only supports DVD-R/-RW media, not +R/+RW.  As far as I
> know, dvd+rw-tools is Linux-only and cdrecord-ProDVD is multiplatform,
> but if you are using Linux, there's no real reason to even look at
> cdrecord-ProDVD for the Sony drive.
>
> --
> Jay Berkenbilt <[EMAIL PROTECTED]>
> http://www.ql.org/q/
>
> ___
> Dvdrtools-users mailing list
> [EMAIL PROTECTED]
> http://mail.nongnu.org/mailman/listinfo/dvdrtools-users

--
Ted Huntington
Programmer Analyst I
Main Library
University of California, Irvine
PO Box 19557
Irvine, CA 92623-9557
emesgs:  [EMAIL PROTECTED]
web page:  http://business.lib.uci.edu/webpages/ted.htm
8:00a-12:00p Business Office (949) 824-8926
1:00p-5:00p  Multimedia Resource Center (949) 824-1674
"Stop violence, teach science."




___
Dvdrtools-users mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/dvdrtools-users