Subject: Re: CDRecord problem
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Pat Wendorf <beholder@unios.dhs.org>
List: port-alpha
Date: 02/26/2001 11:47:10
Thanks Manuel,

This worked perfectly (along with a suggestion from another person who
said I could symlink /dev/rcd0c to /dev/su0-6-0). But of course...
another silly little problem.  The driver it tries to use is
sony_cdu924, which does not seem to allow multisession burns (bad for
what I'm doing, plus the drive is a sony 926S which is very different
from the 924S).  I'll experiment with the generic scsi drivers and see
what happens. 

- Pat

Manuel Bouyer wrote:
> 
> On Sun, Feb 25, 2001 at 09:06:43PM -0500, Pat Wendorf wrote:
> > Hey Manuel,
> >
> > Thanks for the quick reply.  Unfortunatly even the direct device name
> > you suggest (and cd0a and cd0c) seemed to result in an mmap /dev/zero
> > error.  The ulimit seemed to have the same result.  I recompiled my
> > kernel and upgraded my cdrecord as suggested by Bernd, however still no
> > luck.  I can mount CD's with the drive hopefully ruling out bad
> > hardware.CDRecord no longer gives the /dev/zero error however the new
> > error is as such now:
> >
> > # cdrecord -dev /dev/cd0d:0,6,0 -multi -audio audio.raw
> 
> Nono, you want cdrecord -dev /dev/cd0c -multi -audio audio.raw
> (not cd0d as I susgessted, as this isn't i386).
> No need to pass the scsi, target, lun numbers as the cd0c devices
> dirrect commands to the rigth device directly.
> 
> --
> Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
> --

-- 

Pat Wendorf