Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2002 23:11:30 +0400
From:      "Andrew L. Neporada" <andr@dgap.mipt.ru>
To:        thrawn@linux.nu
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: burncd problem
Message-ID:  <20020904191130.GB33834@nas.dgap.mipt.ru>
In-Reply-To: <20020904180711.GA417@thrawn.birch.se>
References:  <20020904180711.GA417@thrawn.birch.se>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <MATSHITADVD-ROM SR-8584A> at ata0-master PIO4
> cd0 at sym0 bus 0 target 2 lun 0
> cd0: <TEAC CD-ROM CD-532S 3.0A> 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: <MATSHITA CD-R   CW-7502 4.10> 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 <MATSHITADVD-ROM SR-8584A> at ata0-master PIO4
> cd0 at sym0 bus 0 target 2 lun 0
> cd0: <TEAC CD-ROM CD-532S 3.0A> 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: <MATSHITA CD-R   CW-7502 4.10> 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 <MATSHITADVD-ROM SR-8584A> at ata0-master PIO4
> cd0 at sym0 bus 0 target 2 lun 0
> cd0: <TEAC CD-ROM CD-532S 3.0A> 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: <MATSHITA CD-R   CW-7502 4.10> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020904191130.GB33834>