From owner-freebsd-questions Wed Sep 4 12:11:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD54F37B400 for ; Wed, 4 Sep 2002 12:11:37 -0700 (PDT) Received: from nas.dgap.mipt.ru (nas.dgap.mipt.ru [194.85.81.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5477E43E81 for ; Wed, 4 Sep 2002 12:11:36 -0700 (PDT) (envelope-from andrew@nas.dgap.mipt.ru) Received: from nas.dgap.mipt.ru (localhost [127.0.0.1]) by nas.dgap.mipt.ru (8.12.5/8.12.5) with ESMTP id g84JBVJS034065; Wed, 4 Sep 2002 23:11:31 +0400 (MSD) (envelope-from andrew@nas.dgap.mipt.ru) Received: (from andrew@localhost) by nas.dgap.mipt.ru (8.12.5/8.12.5/Submit) id g84JBUXU034064; Wed, 4 Sep 2002 23:11:30 +0400 (MSD) Date: Wed, 4 Sep 2002 23:11:30 +0400 From: "Andrew L. Neporada" To: thrawn@linux.nu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: burncd problem Message-ID: <20020904191130.GB33834@nas.dgap.mipt.ru> References: <20020904180711.GA417@thrawn.birch.se> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20020904180711.GA417@thrawn.birch.se> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 04, 2002 at 08:07:11PM +0200, thrawn@linux.nu wrote: > Hi, > > Im trying to burn a cd with the FreeBSD 4.6 ISO. > > Im using the following command to do it: > > thrawn/mnt/wd/backup/fat32/freebsd# burncd -d -e -f /dev/acd1a 4.6-disc1.iso -t -v > burncd: open(/dev/acd1a): Device not configured > thrawn/mnt/wd/backup/fat32/freebsd# > > I get this error, I have tryed with acd1c same problem, here is my dmesg ( greping cd0 ) > > acd0: DVD-ROM at ata0-master PIO4 > cd0 at sym0 bus 0 target 2 lun 0 > cd0: Removable CD-ROM SCSI-2 device > cd0: 10.000MB/s transfers (10.000MHz, offset 8) > cd0: cd present [329045 x 2048 byte records] > cd1 at sym0 bus 0 target 5 lun 0 > cd1: Removable CD-ROM SCSI-2 device > cd1: 10.000MB/s transfers (10.000MHz, offset 8) > cd1: cd present [0 x 2048 byte records] > acd0: DVD-ROM at ata0-master PIO4 > cd0 at sym0 bus 0 target 2 lun 0 > cd0: Removable CD-ROM SCSI-2 device > cd0: 10.000MB/s transfers (10.000MHz, offset 8) > cd0: cd present [329045 x 2048 byte records] > cd1 at sym0 bus 0 target 5 lun 0 > cd1: Removable CD-ROM SCSI-2 device > cd1: 10.000MB/s transfers (10.000MHz, offset 8) > cd1: cd present [0 x 2048 byte records] > (cd1:sym0:0:5:0): READ TOC/PMA/ATIP {MMC Proposed}. CDB: 43 0 0 0 0 0 0 3 24 0 > (cd1:sym0:0:5:0): MEDIUM ERROR asc:57,0 > (cd1:sym0:0:5:0): Unable to recover table-of-contents > acd0: DVD-ROM at ata0-master PIO4 > cd0 at sym0 bus 0 target 2 lun 0 > cd0: Removable CD-ROM SCSI-2 device > cd0: 10.000MB/s transfers (10.000MHz, offset 8) > cd0: Attempt to query device size failed: NOT READY, Medium not present > cd1 at sym0 bus 0 target 5 lun 0 > cd1: Removable CD-ROM SCSI-2 device > cd1: 10.000MB/s transfers (10.000MHz, offset 8) > cd1: Attempt to query device size failed: NOT READY, Medium not present - tray c > losed > > I can't figure out what Im doing wrong and I have read the manpage for > burncd and remaked the /dev but that doesn't still help. And I have a > empty cdr in the drive. > > As you can see I have a scsi cdr so that migth be causing som headache or? > AFAIK, burncd works with ATAPI CD-ROM's only. You should use cdrecord from ports (/usr/ports/sysutils/cdrecord). You should probably try this (warning! untested) to burn cd on cd1 device: cdrecord dev=0,5,0 4.6-disk1.iso > Thanks i advance > > Mvh Mattias Björk > Andrew. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message