cdrecord on fbsd-6.1-R amd64

luizbcampos at gmail.com luizbcampos at gmail.com
Tue Jul 17 23:04:25 UTC 2007


 Not at amd64... I've tried this option and the output is "cannot open scsi
driver; for possible transport specifiers try cdrecord-dev --help. I've
searched man cdrecord and it tells about some integer just put after "dev"
which is called "cam" as it follows:

       $ cdrecord -v dev=cam:1,1,1 speed=4 something.iso

I got no output!

On 7/15/07, Roland Smith <rsmith at xs4all.nl> wrote:
>
> On Sun, Jul 15, 2007 at 02:07:17PM -0300, luizbcampos at gmail.com wrote:
> >        How to write CDs on amd64? My cd driver is an IDE-ATAPI and needs
> > scsi emulation. cdrecord says it needs some scsi transport emulation
> like
> > "cam"...
> >
> >
> > $ cdrecord -v  dev=cam:1,1,1  speed=4  something.iso
> >
> > its output claims for scsi specifier transp
>
> Try 'cdrecord -scanbus'. That tells you which devices are available.
> Im my case it produces;
>
> Cdrecord-ProDVD-Clone 2.01.01a11 (amd64-unknown-freebsd6.2) Copyright (C)
> 1995-2006 Jörg Schilling
> Using libscg version 'schily-0.8'.
> scsibus1:
>         1,0,0   100) 'HL-DT-ST' 'DVD-ROM GDR8163B' '0L23' Removable CD-ROM
>         1,1,0   101) 'PLEXTOR ' 'DVDR   PX-716A  ' '1.08' Removable CD-ROM
>         1,2,0   102) *
>         1,3,0   103) *
>         1,4,0   104) *
>         1,5,0   105) *
>         1,6,0   106) *
>         1,7,0   107) *
>
> So I use
>
> cdrecord -dao -speed=52 driveropts=burnfree dev=1,1,0 -pad -data some.iso
>
> HTH,
>
> Roland
> --
> R.F.Smith                                   http://www.xs4all.nl/~rsmith/
> [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
> pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)
>
>


More information about the freebsd-questions mailing list