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 <[EMAIL PROTECTED]> wrote:

On Sun, Jul 15, 2007 at 02:07:17PM -0300, [EMAIL PROTECTED] 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)


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to