From owner-freebsd-questions@FreeBSD.ORG Tue Jul 17 23:04:25 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B26216A534 for ; Tue, 17 Jul 2007 23:04:25 +0000 (UTC) (envelope-from luizbcampos@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by mx1.freebsd.org (Postfix) with ESMTP id CB1A713C49D for ; Tue, 17 Jul 2007 23:04:24 +0000 (UTC) (envelope-from luizbcampos@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so402398anc for ; Tue, 17 Jul 2007 16:04:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Apu5MBVbfvebpeeT3PRXtNsnRnh4rpmFz+MwpRM6ExlG4pKGq1sHJAptmNR12ABrC1Lp94Lqpzc12nLhQFzrUr55+pDCmTiXhnktEWxWXVZchYuY2oZf7k9AB6eVgmnUBxKxr8hN+jB/GGP0bp+o3r+LaMDA8eHGjdBMlj6K9Yo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=aZZkEikrB76xsSmH1J6V0Qd/vBKNFdbhWCfJ1SHvQ/JoVv9euWR/scVCvWecORoQj5oGXgcdpbNlc17W54OQR1kwQide8GgQMqiH8Yuu/YUL6rNKe3yVPCVmNM4NHmy1uGjxseXfwc9RIGOEZPcNoPUJfDlSoaOoCx8sGPtIQMc= Received: by 10.100.191.5 with SMTP id o5mr633216anf.1184713463826; Tue, 17 Jul 2007 16:04:23 -0700 (PDT) Received: by 10.100.47.3 with HTTP; Tue, 17 Jul 2007 16:04:23 -0700 (PDT) Message-ID: Date: Tue, 17 Jul 2007 20:04:23 -0300 From: luizbcampos@gmail.com To: luizbcampos@gmail.com, freebsd-questions@freebsd.org In-Reply-To: <20070715173545.GB47965@slackbox.xs4all.nl> MIME-Version: 1.0 References: <20070715173545.GB47965@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: cdrecord on fbsd-6.1-R amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2007 23:04:25 -0000 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=3Dcam:1,1,1 speed=3D4 something.iso I got no output! On 7/15/07, Roland Smith wrote: > > On Sun, Jul 15, 2007 at 02:07:17PM -0300, luizbcampos@gmail.com wrote: > > How to write CDs on amd64? My cd driver is an IDE-ATAPI and need= s > > scsi emulation. cdrecord says it needs some scsi transport emulation > like > > "cam"... > > > > > > $ cdrecord -v dev=3Dcam:1,1,1 speed=3D4 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=F6rg Schilling > Using libscg version 'schily-0.8'. > scsibus1: > 1,0,0 100) 'HL-DT-ST' 'DVD-ROM GDR8163B' '0L23' Removable CD-RO= M > 1,1,0 101) 'PLEXTOR ' 'DVDR PX-716A ' '1.08' Removable CD-RO= M > 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=3D52 driveropts=3Dburnfree dev=3D1,1,0 -pad -data so= me.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) > >