Re: DVD+/-R writers

2003-11-19 Thread syrius . ml
Rob Bogus [EMAIL PROTECTED] writes:

[...]
 own. Doesn't appear to be FUD, appears to be good advice. Note he said
 If you like to buy a single format writer, not avoid DVD+R. Sounds
 like good advice to me, although I certainly will be getting +/- for
 futire use, now that the price is down.

I was saying don't buy the Sony burner, buy something you can change
the bitsetting with, and then the FUD began...

so
IF YOU WANT A +/- BURNER HAVE A LOOK AT:
http://www.dvdplusrw.org/Article.asp?mid=0sid=2aid=42
http://www.dvdplusrw.org/Article.asp?mid=0sid=2aid=44

THEN DON'T BUY A SONY BURNER !

that's the original advice !

-- 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: DVD recording adventures continued

2003-11-19 Thread Andy Polyakov
 Just ejecting and reloading disc leads to a status reset, and the
 medium again is recognized as blank and can be recorded with growisofs.

Don't take any chances, *always* reload media after burns, especially
after unsuccessful once as recording program won't do it for you.

 So, now with growisofs (and only with this) I can record + and - as
 it seems. You might suppose I'm a happy guy now? Guess what happened
 next: with a new DVD+R brand (Imation), the disc recorded at 4x with
 growisofs until 100%, and then failed on closing session. Details
 see below. Yeah. Any chance for recovery this time?

Well...

 *** DVD+R Imation endgame
 /dev/scd0: flushing cache
 /dev/scd0: closing track
 /dev/scd0: closing session
 :-( unable to CLOSE SESSION (Fh/FFh/FFh): Input/output error

As pointed out in another thread (look for Plextor PX-504A can't write
2nd session at
http://lists.debian.org/cdwrite/2003/cdwrite-200311/threads.html) the
error code of , or F/FF/FF for that matter, essentially means
that there was a communication problem between kernel and recording
unit. At transport level I'd say. In that case it was some kind of
USB-IDE gadget which caused the trouble (user confirmed this in
private mail). No, I'm not saying that you have USB-IDE gadget too,
but it doesn't change that fact that it's a failure at transport
level. Might be firmware deficiency, might be IDE misconfiguration in
your system:

 kernel: hdc: ATAPI reset timed-out, status=0x80
 kernel: ide1: reset: master: ECC circuitry error
 
 *** resulting coaster (not recognized by any system)
 INQUIRY:[PLEXTOR ][DVDR   PX-708A  ][1.02]
 - [unable to READ DVD STRUCTURE#0 (52400)]

As mentioned earlier, lack of lead-in renders media inaccesible.

 READ TRACK INFORMATION[#1]:
  Track Size:1984640*2KB

Track Size is N*16, it might be possible to save the media. Save the
attached program to dvd+rw-tools source catalog and compile it with 'g++
-o close close.cpp' and execute './close /dev/dvd' replacing /dev/dvd
with your device. Do *not* treat the attached program as an extra tool,
but as one-time application. A.#include transport.hxx

int main(int argc,char *argv[])
{ Scsi_Command cmd;
  int err;

if (!cmd.associate(argv[1])) perror(can't open),exit(1);

page05_setup (cmd);

cmd[0]=0x5B;
cmd[1]=0x1;
cmd[2]=0x2;
cmd[9]=0;

if (err=cmd.transport()) printf(2. %x\n,err),exit(1);

if (wait_for_unit (cmd,NULL)) return 1;
}


speed option in growisofs

2003-11-19 Thread Frederik
Hi there,

I wanted to write a dvd at lower speed than 4x. Im using a LG GSA-4040B
and Yakumo DVD+R. I've tried 
growisofs -speed=1  
but the speed option seems to be ignored and the discs are still written
at 4x speed (the problem is that some people can't read my dvds!)

Thanks,

Frederik


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Problems with cdrecord.prodvd

2003-11-19 Thread Pablo Rodriguez
Start with cdrecord-ProDVD -atip on that media. Maybe it is a cheap
and bad media.
Thanks, Jörg. Here it is what I get:

Cdrecord-ProDVD-Clone 2.01a12 (i586-pc-linux-gnu) Copyright (C) 
1995-2003 Jörg Schilling
Unlocked features:
Limited  features:
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.7'
Device type: Removable CD-ROM
Version: 0
Response Format: 2
Capabilities   :
Vendor_info: 'PIONEER '
Identifikation : 'DVD-RW DVR-K12RA'
Revision   : '1.10'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
cdrecord: This version of cdrecord limits DVD-R/DVD-RW support to -dummy 
or 1 GB  real.
cdrecord: If you need full DVD-R/DVD-RW support, ask the Author for 
cdrecord-Pro DVD.
Using generic SCSI-3/mmc-2 DVD-R/DVD-RW driver (mmc_dvd).
Driver flags   : DVD MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
book type:   DVD-RW, Version 2 (3.2)
disc size:   120mm (0)
minimum rate:10.08 MB/s (2)
number of layers:0
track path:  Parallel Track Path (0)
layer type:  Rewritable Area (2)
linear density:  0.267 µm/bit (0)
track density:   0.74 µm/track (0)
phys start:  196608
phys end:0
end layer 0: 0
bca: 0
phys size:...-196607
copyr prot type: 0
region mgt info: 0
last rma sector: 0
application code:64
physical code:   214
last rec address:16621272
part v./ext code:2/0
ind wr. power:   13
wavelength code: 7
write str. code: 07 88 76 09
Manufacturer:   'ProdiscDVDRW'
rzone number:   1
border number:  1
damage: 1
reserved:   0 blank: 1 incremental: 1
nwa valid:  0
rzone start:0
next wr addr:   0
free blocks:2297888
blocking factor:16
rzone size: 2297888
last recorded addr: 0



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: DVD recording adventures continued

2003-11-19 Thread Lourens Veen
On Wed 19 November 2003 10:13, Andy Polyakov wrote:

 As pointed out in another thread (look for Plextor PX-504A can't
 write 2nd session at
 http://lists.debian.org/cdwrite/2003/cdwrite-200311/threads.html)
 the error code of , or F/FF/FF for that matter,
 essentially means that there was a communication problem between
 kernel and recording unit. At transport level I'd say. In that
 case it was some kind of USB-IDE gadget which caused the
 trouble (user confirmed this in private mail). No, I'm not saying
 that you have USB-IDE gadget too, but it doesn't change that
 fact that it's a failure at transport level. Might be firmware
 deficiency, might be IDE misconfiguration in

 your system:
  kernel: hdc: ATAPI reset timed-out, status=0x80
  kernel: ide1: reset: master: ECC circuitry error
 
  *** resulting coaster (not recognized by any system)
  INQUIRY:[PLEXTOR ][DVDR   PX-708A  ][1.02]
  - [unable to READ DVD STRUCTURE#0 (52400)]

Can I suggest a bad IDE cable as a possible cause? Noise on the 
cable might lead to ECC errors I'd say.

Lourens
-- 
GPG public key: http://home.student.utwente.nl/l.e.veen/lourens.key


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: DVD+/-R writers

2003-11-19 Thread csj
On Wed, 19 Nov 2003 10:44:05 +1300,
Volker Kuhlmann wrote:
 
  If you like to buy a single format writer, buy DVD-, it is
  standard has less readibility problems
 
 As you keep on propagating this nonsense (one might also call
 it FUD), for the record: DVD+ isn't any less standard than
 DVD-. Anyone can call themselves the standard. Despite the
 FUD the DVD- people are putting out about DVD+, DVD+ isn't
 going to go away because it has a few things to offer DVD-
 couldn't possibly dream of (hence the need to resort to dirty
 tricks). As I can make out DVD+ is gaining momentum, and
 personally I wouldn't dream of buying a single-format burner -
 I imagine most people might think the same and the days of
 single-format burners are numbered. Any decent player has no
 problems with either DVD- or DVD+ as long as the media quality
 isn't rock-bottom.

As someone still waiting to take the DVD writing plunge, I see
one good thing going for DVD-.  While the cheapest DVD- burners
(LG) are more expensive than the cheapest DVD+ burners (Liteon),
DVD-R blanks are much cheaper than DVD+R.  A DVD-R blank costs 50
units of our local currency, while a DVD+R blank costs 150 units.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Why does cdrecord turn burnfree off by default?

2003-11-19 Thread Samuel Tardieu
The manpage of cdrecord says:

   The  default  is to turn BURN-Free off, regardless of the
   defaults of the drive.

What is the rationale for doing that? Shouldn't burn-free be turned on
by default, or at least be let untouched by cdrecord to preserve the writer's
default behaviour?

  Sam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Why does cdrecord turn burnfree off by default?

2003-11-19 Thread Len Sorensen
On Wed, Nov 19, 2003 at 08:35:12PM +0100, Samuel Tardieu wrote:
 The manpage of cdrecord says:
 
The  default  is to turn BURN-Free off, regardless of the
defaults of the drive.
 
 What is the rationale for doing that? Shouldn't burn-free be turned on
 by default, or at least be let untouched by cdrecord to preserve the writer's
 default behaviour?

Supposedly the burnproof technology causes discs that are slightly less
compatible than discs that didn't need burnproof (although I have no
idea if it makes a difference at all if it never gets activated).  I
know some drives also slow their max speed if it is enabled, which may
not be what is desired (ie 40x max with burnproof and 48x max without).

Len Sorensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: DVD recording adventures continued

2003-11-19 Thread Florian Lindauer
 USB-IDE gadget which caused the trouble (user confirmed this in
 private mail). No, I'm not saying that you have USB-IDE gadget too,

Indeed I have a standard IDE interface on a i865-based board.

 './close /dev/dvd'

Trying the close-utility, the about same thing happened as when
the first session close was carried out:

kernel: scsi : aborting command due to timeout : pid ..
 scsi0, channel 0, id 0, lun 0 UNKNOWN(0x5b) 01 02 00 00 00 00 00 00 00
kernel: hdc: irq timeout: status=0xd0 { Busy }
kernel: hdc: DMA disabled
kernel: hdc: ATAPI reset complete
kernel: hdc: irq timeout: status=0x80 { Busy }
kernel: hdc: ATAPI reset complete
kernel: hdc: irq timeout: status=0x80 { Busy }
kernel: scsi0 channel 0 : resetting for second half of retries.
kernel: SCSI bus is being reset for host 0 channel 0.
kernel: hdc: status timeout: status=0x80 { Busy }
kernel: hdc: drive not ready for command
kernel: hdc: ATAPI reset complete
..
kernel: hdc: lost interrupt

and a bit later about 80 times within a few seconds:
kernel: ide-scsi: CoD != 0 in idescsi_pc_intr
kernel: hdc: ATAPI reset complete

And the medium now changed to status (after reload):
INQUIRY:[PLEXTOR ][DVDR   PX-708A  ][1.02]
GET [CURRENT] CONFIGURATION:
 Mounted Media: 1Bh, DVD+R
READ DVD STRUCTURE[#11h]:
 Current Write Speed:   2.4x1385=3324KB/s
 Write Speed #0:2.4x1385=3324KB/s
READ DVD STRUCTURE[#0h]:
 Media Book Type:   A1h, DVD+R book [revision 1]
 Legacy lead-out at:2295104*2KB=4700372992
READ DISC INFORMATION:
 Disc status:   appendable
 Number of Sessions:2
 State of Last Session: empty
 Next Track:  2
 Number of Tracks:  2
READ TRACK INFORMATION[#1]:
 Track State:   partial
 Track Start Address:   0*2KB
 Free Blocks:   0*2KB
 Track Size:1984640*2KB
READ TRACK INFORMATION[#2]:
 Track State:   blank
 Track Start Address:   1986688*2KB
 Next Writable Address: 1986688*2KB
 Free Blocks:   308416*2KB
 Track Size:308416*2KB
FABRICATED TOC:
 Track#1  : [EMAIL PROTECTED]
 Track#AA : [EMAIL PROTECTED]
 Multi-session Info:[EMAIL PROTECTED]

I tried another medium from the same box. It recorded with 8x (4x yesterday,
only difference was that yesterday I recorded some DVD-R before), but when
it came to session close, the same thing happened - result is unusable.

There really might be some IDE problem. But why does it only occur with
certain media, and in a very reproducable way (no random errors)?
Somehow there must be a big bad thing somewhere in the system.
After all, there seem to be people that do not encounter that kind
of problems constantly.

Tired of this for the moment,
Thanks for trying to help.
FL


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: DVD recording adventures continued

2003-11-19 Thread Florian Lindauer
 There is a firware update to 1.03 for the Plextor 708A. I applied it on mine
 and it's Ok so far.
 -Dyson

I know of this, but according to what I read about it it did not
add too many new media. I would update if I did not have to
use DOS/Win for this. How did you do it? If you used a Linux
tool, I would be very interested in the details..

FL


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



1/

2003-11-19 Thread
1/

http://www.all-ic.com  

  

   13828827869  



Re: problems with xcdroast + ide-scsi

2003-11-19 Thread Lourens Veen
On Tue 18 November 2003 23:22, Volker Kuhlmann wrote:
   I can't. xcdroast doesn't recognize non-SCSI devices, that's
   why I've switched to SCSI
 
  Hmm, and neither does readcd on inspection.

 readcd pretty much supports the same device specification as
 cdrecord, which means IDE drives can be accessed with
 dev=ATAPI:x,y,z. Run cdrecord dev=ATAPI: -scanbus. Unfortunately
 using ATAPI: changes the designation of the SCSI devices, so you
 have to memorise 2 sets of numbers (IMO device names could be
 seriously improved).

Aha. Yeah, that works. Thanks!

Lourens
-- 
GPG public key: http://home.student.utwente.nl/l.e.veen/lourens.key



Re: DVD+/-R writers

2003-11-19 Thread syrius . ml
Rob Bogus [EMAIL PROTECTED] writes:

[...]
 own. Doesn't appear to be FUD, appears to be good advice. Note he said
 If you like to buy a single format writer, not avoid DVD+R. Sounds
 like good advice to me, although I certainly will be getting +/- for
 futire use, now that the price is down.

I was saying don't buy the Sony burner, buy something you can change
the bitsetting with, and then the FUD began...

so
IF YOU WANT A +/- BURNER HAVE A LOOK AT:
http://www.dvdplusrw.org/Article.asp?mid=0sid=2aid=42
http://www.dvdplusrw.org/Article.asp?mid=0sid=2aid=44

THEN DON'T BUY A SONY BURNER !

that's the original advice !

-- 



Re: DVD recording adventures continued

2003-11-19 Thread Andy Polyakov
 Just ejecting and reloading disc leads to a status reset, and the
 medium again is recognized as blank and can be recorded with growisofs.

Don't take any chances, *always* reload media after burns, especially
after unsuccessful once as recording program won't do it for you.

 So, now with growisofs (and only with this) I can record + and - as
 it seems. You might suppose I'm a happy guy now? Guess what happened
 next: with a new DVD+R brand (Imation), the disc recorded at 4x with
 growisofs until 100%, and then failed on closing session. Details
 see below. Yeah. Any chance for recovery this time?

Well...

 *** DVD+R Imation endgame
 /dev/scd0: flushing cache
 /dev/scd0: closing track
 /dev/scd0: closing session
 :-( unable to CLOSE SESSION (Fh/FFh/FFh): Input/output error

As pointed out in another thread (look for Plextor PX-504A can't write
2nd session at
http://lists.debian.org/cdwrite/2003/cdwrite-200311/threads.html) the
error code of , or F/FF/FF for that matter, essentially means
that there was a communication problem between kernel and recording
unit. At transport level I'd say. In that case it was some kind of
USB-IDE gadget which caused the trouble (user confirmed this in
private mail). No, I'm not saying that you have USB-IDE gadget too,
but it doesn't change that fact that it's a failure at transport
level. Might be firmware deficiency, might be IDE misconfiguration in
your system:

 kernel: hdc: ATAPI reset timed-out, status=0x80
 kernel: ide1: reset: master: ECC circuitry error
 
 *** resulting coaster (not recognized by any system)
 INQUIRY:[PLEXTOR ][DVDR   PX-708A  ][1.02]
 - [unable to READ DVD STRUCTURE#0 (52400)]

As mentioned earlier, lack of lead-in renders media inaccesible.

 READ TRACK INFORMATION[#1]:
  Track Size:1984640*2KB

Track Size is N*16, it might be possible to save the media. Save the
attached program to dvd+rw-tools source catalog and compile it with 'g++
-o close close.cpp' and execute './close /dev/dvd' replacing /dev/dvd
with your device. Do *not* treat the attached program as an extra tool,
but as one-time application. A.#include transport.hxx

int main(int argc,char *argv[])
{ Scsi_Command cmd;
  int err;

if (!cmd.associate(argv[1])) perror(can't open),exit(1);

page05_setup (cmd);

cmd[0]=0x5B;
cmd[1]=0x1;
cmd[2]=0x2;
cmd[9]=0;

if (err=cmd.transport()) printf(2. %x\n,err),exit(1);

if (wait_for_unit (cmd,NULL)) return 1;
}


speed option in growisofs

2003-11-19 Thread Frederik
Hi there,

I wanted to write a dvd at lower speed than 4x. Im using a LG GSA-4040B
and Yakumo DVD+R. I've tried 
growisofs -speed=1  
but the speed option seems to be ignored and the discs are still written
at 4x speed (the problem is that some people can't read my dvds!)

Thanks,

Frederik



Re: Problems with cdrecord.prodvd

2003-11-19 Thread Pablo Rodriguez
Start with cdrecord-ProDVD -atip on that media. Maybe it is a cheap
and bad media.
Thanks, Jörg. Here it is what I get:
Cdrecord-ProDVD-Clone 2.01a12 (i586-pc-linux-gnu) Copyright (C) 
1995-2003 Jörg Schilling
Unlocked features:
Limited  features:
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.7'
Device type: Removable CD-ROM
Version: 0
Response Format: 2
Capabilities   :
Vendor_info: 'PIONEER '
Identifikation : 'DVD-RW DVR-K12RA'
Revision   : '1.10'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
cdrecord: This version of cdrecord limits DVD-R/DVD-RW support to -dummy 
or 1 GB  real.
cdrecord: If you need full DVD-R/DVD-RW support, ask the Author for 
cdrecord-Pro DVD.
Using generic SCSI-3/mmc-2 DVD-R/DVD-RW driver (mmc_dvd).
Driver flags   : DVD MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
book type:   DVD-RW, Version 2 (3.2)
disc size:   120mm (0)
minimum rate:10.08 MB/s (2)
number of layers:0
track path:  Parallel Track Path (0)
layer type:  Rewritable Area (2)
linear density:  0.267 µm/bit (0)
track density:   0.74 µm/track (0)
phys start:  196608
phys end:0
end layer 0: 0
bca: 0
phys size:...-196607
copyr prot type: 0
region mgt info: 0
last rma sector: 0
application code:64
physical code:   214
last rec address:16621272
part v./ext code:2/0
ind wr. power:   13
wavelength code: 7
write str. code: 07 88 76 09
Manufacturer:   'ProdiscDVDRW'
rzone number:   1
border number:  1
damage: 1
reserved:   0 blank: 1 incremental: 1
nwa valid:  0
rzone start:0
next wr addr:   0
free blocks:2297888
blocking factor:16
rzone size: 2297888
last recorded addr: 0




Re: DVD recording adventures continued

2003-11-19 Thread Lourens Veen
On Wed 19 November 2003 10:13, Andy Polyakov wrote:

 As pointed out in another thread (look for Plextor PX-504A can't
 write 2nd session at
 http://lists.debian.org/cdwrite/2003/cdwrite-200311/threads.html)
 the error code of , or F/FF/FF for that matter,
 essentially means that there was a communication problem between
 kernel and recording unit. At transport level I'd say. In that
 case it was some kind of USB-IDE gadget which caused the
 trouble (user confirmed this in private mail). No, I'm not saying
 that you have USB-IDE gadget too, but it doesn't change that
 fact that it's a failure at transport level. Might be firmware
 deficiency, might be IDE misconfiguration in

 your system:
  kernel: hdc: ATAPI reset timed-out, status=0x80
  kernel: ide1: reset: master: ECC circuitry error
 
  *** resulting coaster (not recognized by any system)
  INQUIRY:[PLEXTOR ][DVDR   PX-708A  ][1.02]
  - [unable to READ DVD STRUCTURE#0 (52400)]

Can I suggest a bad IDE cable as a possible cause? Noise on the 
cable might lead to ECC errors I'd say.

Lourens
-- 
GPG public key: http://home.student.utwente.nl/l.e.veen/lourens.key



Re: DVD recording adventures continued

2003-11-19 Thread Florian Lindauer
 Can I suggest a bad IDE cable as a possible cause? Noise on the 
 cable might lead to ECC errors I'd say.

Thanks for the hint. I also came to think there might be something wrong
with my IDE. And now that you mention the cable: the box is a Shuttle
barebone, and the cable is a special cable (split into several parts
to make it narrower) designed for that case. That does mean, I cannot
try another cable, and probably it is not even defect, but the design
may hold higher risk of bus errors. Now that all sounds reasonable.
But - all errors so far have been quite deterministic / reproducable.
And that certainly speaks against above theory, does it?

I will test more of the same media (perhaps it really was by accident
this one time) as well as Andy's one-time-tool (Thank you!), 
probably tomorrow.

FL



Re: DVD+/-R writers

2003-11-19 Thread csj
On Wed, 19 Nov 2003 10:44:05 +1300,
Volker Kuhlmann wrote:
 
  If you like to buy a single format writer, buy DVD-, it is
  standard has less readibility problems
 
 As you keep on propagating this nonsense (one might also call
 it FUD), for the record: DVD+ isn't any less standard than
 DVD-. Anyone can call themselves the standard. Despite the
 FUD the DVD- people are putting out about DVD+, DVD+ isn't
 going to go away because it has a few things to offer DVD-
 couldn't possibly dream of (hence the need to resort to dirty
 tricks). As I can make out DVD+ is gaining momentum, and
 personally I wouldn't dream of buying a single-format burner -
 I imagine most people might think the same and the days of
 single-format burners are numbered. Any decent player has no
 problems with either DVD- or DVD+ as long as the media quality
 isn't rock-bottom.

As someone still waiting to take the DVD writing plunge, I see
one good thing going for DVD-.  While the cheapest DVD- burners
(LG) are more expensive than the cheapest DVD+ burners (Liteon),
DVD-R blanks are much cheaper than DVD+R.  A DVD-R blank costs 50
units of our local currency, while a DVD+R blank costs 150 units.



Re: speed option in growisofs

2003-11-19 Thread Andy Polyakov
 I wanted to write a dvd at lower speed than 4x. Im using a LG GSA-4040B
 and Yakumo DVD+R. I've tried
 growisofs -speed=1 
 but the speed option seems to be ignored

Manual page explicitly mentions that -speed option is for controlling
DVD-R[W] recording velocity. This means that it indeed is ignored in
DVD+ context. I don't know if the following statement holds
*universally* true, but at least all unit's I've worked with so far
couldn't control the DVD+ recording speed. This is the original reason
why the -speed is ignored. At least for the time being [as nobody says
it can't change].

 and the discs are still written
 at 4x speed (the problem is that some people can't read my dvds!)

I'd put recording velocity *last* in the possible culprits list. Have
you followed instructions in Compatibility: caveat lector paragraph on
dvd+rw-tools page. No, manipulating booktype is not an option with LG
units, but lead-out issues apply to all units and even all media, i.e.
both - and +. A.



Why does cdrecord turn burnfree off by default?

2003-11-19 Thread Samuel Tardieu
The manpage of cdrecord says:

   The  default  is to turn BURN-Free off, regardless of the
   defaults of the drive.

What is the rationale for doing that? Shouldn't burn-free be turned on
by default, or at least be let untouched by cdrecord to preserve the writer's
default behaviour?

  Sam



Re: Why does cdrecord turn burnfree off by default?

2003-11-19 Thread Len Sorensen
On Wed, Nov 19, 2003 at 08:35:12PM +0100, Samuel Tardieu wrote:
 The manpage of cdrecord says:
 
The  default  is to turn BURN-Free off, regardless of the
defaults of the drive.
 
 What is the rationale for doing that? Shouldn't burn-free be turned on
 by default, or at least be let untouched by cdrecord to preserve the writer's
 default behaviour?

Supposedly the burnproof technology causes discs that are slightly less
compatible than discs that didn't need burnproof (although I have no
idea if it makes a difference at all if it never gets activated).  I
know some drives also slow their max speed if it is enabled, which may
not be what is desired (ie 40x max with burnproof and 48x max without).

Len Sorensen



Re: DVD recording adventures continued

2003-11-19 Thread Florian Lindauer
 USB-IDE gadget which caused the trouble (user confirmed this in
 private mail). No, I'm not saying that you have USB-IDE gadget too,

Indeed I have a standard IDE interface on a i865-based board.

 './close /dev/dvd'

Trying the close-utility, the about same thing happened as when
the first session close was carried out:

kernel: scsi : aborting command due to timeout : pid ..
 scsi0, channel 0, id 0, lun 0 UNKNOWN(0x5b) 01 02 00 00 00 00 00 00 00
kernel: hdc: irq timeout: status=0xd0 { Busy }
kernel: hdc: DMA disabled
kernel: hdc: ATAPI reset complete
kernel: hdc: irq timeout: status=0x80 { Busy }
kernel: hdc: ATAPI reset complete
kernel: hdc: irq timeout: status=0x80 { Busy }
kernel: scsi0 channel 0 : resetting for second half of retries.
kernel: SCSI bus is being reset for host 0 channel 0.
kernel: hdc: status timeout: status=0x80 { Busy }
kernel: hdc: drive not ready for command
kernel: hdc: ATAPI reset complete
..
kernel: hdc: lost interrupt

and a bit later about 80 times within a few seconds:
kernel: ide-scsi: CoD != 0 in idescsi_pc_intr
kernel: hdc: ATAPI reset complete

And the medium now changed to status (after reload):
INQUIRY:[PLEXTOR ][DVDR   PX-708A  ][1.02]
GET [CURRENT] CONFIGURATION:
 Mounted Media: 1Bh, DVD+R
READ DVD STRUCTURE[#11h]:
 Current Write Speed:   2.4x1385=3324KB/s
 Write Speed #0:2.4x1385=3324KB/s
READ DVD STRUCTURE[#0h]:
 Media Book Type:   A1h, DVD+R book [revision 1]
 Legacy lead-out at:2295104*2KB=4700372992
READ DISC INFORMATION:
 Disc status:   appendable
 Number of Sessions:2
 State of Last Session: empty
 Next Track:  2
 Number of Tracks:  2
READ TRACK INFORMATION[#1]:
 Track State:   partial
 Track Start Address:   0*2KB
 Free Blocks:   0*2KB
 Track Size:1984640*2KB
READ TRACK INFORMATION[#2]:
 Track State:   blank
 Track Start Address:   1986688*2KB
 Next Writable Address: 1986688*2KB
 Free Blocks:   308416*2KB
 Track Size:308416*2KB
FABRICATED TOC:
 Track#1  : [EMAIL PROTECTED]
 Track#AA : [EMAIL PROTECTED]
 Multi-session Info:[EMAIL PROTECTED]

I tried another medium from the same box. It recorded with 8x (4x yesterday,
only difference was that yesterday I recorded some DVD-R before), but when
it came to session close, the same thing happened - result is unusable.

There really might be some IDE problem. But why does it only occur with
certain media, and in a very reproducable way (no random errors)?
Somehow there must be a big bad thing somewhere in the system.
After all, there seem to be people that do not encounter that kind
of problems constantly.

Tired of this for the moment,
Thanks for trying to help.
FL



Re: Re: DVD recording adventures continued

2003-11-19 Thread Florian Lindauer
 There is a firware update to 1.03 for the Plextor 708A. I applied it on mine
 and it's Ok so far.
 -Dyson

I know of this, but according to what I read about it it did not
add too many new media. I would update if I did not have to
use DOS/Win for this. How did you do it? If you used a Linux
tool, I would be very interested in the details..

FL