Help with hybrid CD

2003-07-29 Thread Norbert Preining
Hello friends!

I am looking for some help creating a hybrid iso image. I have to
produce a CD for a conference containing course notes in PostScript and
PDF files. I succeeded in making the CD autostart on Apple (9.X) using
the -auto option.

Unfortunately the file types of the PostScript and PDF files are not
recognized on the apple. Pressing Apple-i I get as file type "file" or
something, while on a `normal' pdf file (not from the CD) I get in the
information window `Adobe Exchange File' or something similar.

I thought it would be enough to use th option
-probe
for getting the file types right, but I think this was a
misunderstanding on my side.

I create the CD with:
mkisofs -V ESSLLI03 -hfs-volid ESSLLI03 -probe -o esslli.iso \
-f -r -J -auto index.html -hfs ESSLLI-CD

Hoping to get some suggestions to improve/fix this error!

Best wishes and thanks a lot for any comments/hints/fixes

Norbert

---
Norbert Preining  Technische Universität Wien
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
LINDISFARNE (adj.)
Descriptive of the pleasant smell of an empty biscuit tin.
--- Douglas Adams, The Meaning of Liff


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



Re: dvd+rw-tools problems

2003-07-29 Thread Andy Polyakov
> Bah, nevermind I think I forgot to eject/reinsert the disc

This is odd. As I already mentioned, growisofs detects if kernel is
patched and re-loads the media in a "convincing" manner if necessary. I
mean it manual re-load should be necessary. What kernel/distribution did
you experience this problem with? A.


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



Re: unable to burn DVD +RW/+R on a new drive

2003-07-29 Thread Andy Polyakov
> 4007231488/4129945600 (97.0%) @0.0x, remaining 0:36
> :-[ LBA=401ddb30h, SENSE KEY=2h/ASC=04h/ASCQ=07h ]
> :-( write failed: No medium found
> /dev/scd1: flushing cache
> :-( unable to FLUSH CACHE: No medium found
> 
> This message is with the last sid release of dvd+rw-tools, le previous one
> gave only ./flushing cache.
> 
> The program hangs and I have to kill -9

It reacts on -9 only, because other signals are blocked by the time it
prints "/dev/scd1: flushing cache."

> bash-2.05b$ growisofs -Z /dev/scd1=/home/cdr/track-01.img
> :-[ Unit won't start: 20407 ]

The unit just hangs...

> Is the drive defective or is it a software problem ?

I'd say most likely drive... At least I haven't heard anything
similar...

> PS since I suspected a media proble, I also tried to write on the supplied
> DVD+R disk, without success.
  ^^^ Elaborate on this. Or try to replace the
unit:-) A.


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



Re: burning with memorex 3202 3251 DVD+RW

2003-07-29 Thread Andy Polyakov
> with growisofs -Z /dev/scd0 -R -J -dvd-compat /blah i can burn a
> DVD+R that the same drive can read, but DVD-ROMs can't read
> ("mount: block device /dev/hdc is write-protected, mounting read-only
>   mount: No medium found")

> i am using memorex brand DVD+RW and 4X DVD+R media
> # ./dvd+rw-mediainfo /dev/scd0
> INQUIRY:[Memorex ][DVD+R/RW 2.4x8AA][1.51]

The unit must be Ricoh MP5125A clone. Even though 1.51 adds support for
4xDVD+R media, Ricoh has released even further update 1.64 improving "4x
write quality." All vendors keep up with Ricoh releases (well, they
basically change the INQUIRY string) and you should be advised to ask
Memorex for firmware version 1.64. Meanwhile you should try 2.4xDVD+R
media. Then as it's a Ricoh clone dvd+rw-booktype might work with your
unit. See "Caompatibility: caveat lector" on dvd+rw-tools page for
further details. A.


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



Re: dvd+rw-tools problems

2003-07-29 Thread Dan
On Tue, 2003-07-29 at 08:12, Andy Polyakov wrote:
> > Bah, nevermind I think I forgot to eject/reinsert the disc
> 
> This is odd. As I already mentioned, growisofs detects if kernel is
> patched and re-loads the media in a "convincing" manner if necessary. I
> mean it manual re-load should be necessary. What kernel/distribution did
> you experience this problem with? A.
> 

This is on gentoo with the 2.4.20-gentoo-r5 kernel, without the
dvd+rw-tools kernel patch (that is, unless gentoo included it in thier
stock kernel but I don't think so) -Dan



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



Re: dvd+rw-tools problems

2003-07-29 Thread Andy Polyakov
> > > Bah, nevermind I think I forgot to eject/reinsert the disc
> >
> > This is odd. As I already mentioned, growisofs detects if kernel is
> > patched and re-loads the media in a "convincing" manner if necessary.
> > I mean it manual re-load should be necessary.

What the hell did I mean? I meant that "it, manual re-load, should be
unnecessary."

> > What kernel/distribution did
> > you experience this problem with? A.
> >
> 
> This is on gentoo with the 2.4.20-gentoo-r5 kernel, without the
> dvd+rw-tools kernel patch (that is, unless gentoo included it in thier
> stock kernel but I don't think so)

Guess again. Gentoo apparently applies http://kernel.kolivas.net/
patch-set which used to incorporate DVD+RW kernel patch... In general I
can't recommend it as it includes "variable HZ" and "supermount"
patches, both potentially interfering with dvd+rw-tools. "Supermount"
can ruin your recordings, "variable HZ" screws up time-outs. A.


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



Re: dvd+rw-tools problems

2003-07-29 Thread Dan
On Tue, 2003-07-29 at 13:43, Andy Polyakov wrote:
> What the hell did I mean? I meant that "it, manual re-load, should be
> unnecessary."

hehe, I knew what you meant

> Guess again. Gentoo apparently applies http://kernel.kolivas.net/
> patch-set which used to incorporate DVD+RW kernel patch... In general I
> can't recommend it as it includes "variable HZ" and "supermount"
> patches, both potentially interfering with dvd+rw-tools. "Supermount"
> can ruin your recordings, "variable HZ" screws up time-outs. A.
> 

Ah, interesting - well I'll be moving to a 2.6.0-test kernel soon as I
need the cpu affinity support for some things, I'll let you know if I
have the reloading issue with that, unfortunately the motherboard tyan
sent back to me, though they fixed what was broken, has huge ram issues
that my old board didn't have (only 1 dimm slot on the board works
properly) so I've had to send it back yet again, so testing on the new
kernel might be a couple weeks off.  Thanks for all the responses on
this rather long thread, and of course thanks for all your work on the
dvd+rw-tools -Dan



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



Re: burning with memorex 3202 3251 DVD+RW

2003-07-29 Thread jeff
> > with growisofs -Z /dev/scd0 -R -J -dvd-compat /blah i can burn a
> > DVD+R that the same drive can read, but DVD-ROMs can't read
> >
> > i am using memorex brand DVD+RW and 4X DVD+R media
> > # ./dvd+rw-mediainfo /dev/scd0
> > INQUIRY:[Memorex ][DVD+R/RW 2.4x8AA][1.51]
 
> The unit must be Ricoh MP5125A clone. Even though 1.51 adds support for
> 4xDVD+R media, Ricoh has released even further update 1.64 improving "4x
> write quality." All vendors keep up with Ricoh releases (well, they
> basically change the INQUIRY string) and you should be advised to ask
> Memorex for firmware version 1.64. Meanwhile you should try 2.4xDVD+R
> media. Then as it's a Ricoh clone dvd+rw-booktype might work with your
> unit. See "Caompatibility: caveat lector" on dvd+rw-tools page for
> further details. A.

thanks andy.

i wrote memorex this morning, and incredibly, they've already written
back. they say they are currently 'evaluating' the 1.64 release, and it
will be released 'in a couple weeks'.

jeff


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