From owner-freebsd-questions@FreeBSD.ORG Sun Jul 15 17:35:47 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 C6E8616A40A for ; Sun, 15 Jul 2007 17:35:47 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.freebsd.org (Postfix) with ESMTP id 6160213C4A8 for ; Sun, 15 Jul 2007 17:35:46 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id l6FHZjow096892; Sun, 15 Jul 2007 19:35:46 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 55ECCB822; Sun, 15 Jul 2007 19:35:45 +0200 (CEST) Date: Sun, 15 Jul 2007 19:35:45 +0200 From: Roland Smith To: luizbcampos@gmail.com Message-ID: <20070715173545.GB47965@slackbox.xs4all.nl> Mail-Followup-To: luizbcampos@gmail.com, freebsd-questions@freebsd.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aVD9QWMuhilNxW9f" Content-Disposition: inline In-Reply-To: X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org 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: Sun, 15 Jul 2007 17:35:47 -0000 --aVD9QWMuhilNxW9f Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 needs > scsi emulation. cdrecord says it needs some scsi transport emulation like > "cam"... >=20 >=20 > $ cdrecord -v dev=3Dcam:1,1,1 speed=3D4 something.iso >=20 > 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) 1= 995-2006 J=F6rg 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=20 cdrecord -dao -speed=3D52 driveropts=3Dburnfree dev=3D1,1,0 -pad -data some= =2Eiso HTH, Roland --=20 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) --aVD9QWMuhilNxW9f Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGmlrxEnfvsMMhpyURAuw0AJ9rFcxzsd8eB5aMI9ZuO01lVvmOVwCgrxfc ozHEdzubhfahEIXycIRksdI= =VKNy -----END PGP SIGNATURE----- --aVD9QWMuhilNxW9f--