Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2006 09:28:32 +0600
From:      "Sergey N. Voronkov" <serg@tmn.ru>
To:        Jonathan Chen <jonc@chen.org.nz>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: burncd failures on RC-1?
Message-ID:  <20060414032832.GA15282@tmn.ru>
In-Reply-To: <20060414013238.GA2488@osiris.chen.org.nz>
References:  <20060414013238.GA2488@osiris.chen.org.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 14, 2006 at 01:32:38PM +1200, Jonathan Chen wrote:
> Hi,
> 
> Anyone else experiencing burncd failures on RC-1? I've only just recently
> cvsup'd and rebuilt, and now burncd(8) just does nothing:
> 
>     osiris-~,1:29pm# echo $CDROM
>     /dev/acd0
>     osiris-~,1:26pm# burncd -v blank
>     blanking CD, please wait..
> 
> No progress messages at all.
> 
> atapicam.ko is loaded.

Don't use burncd - it is broken after sense code merge into STABLE. Use
cdrecord insted.

Example from my personal expirience:

# burncd -f /dev/acd0 -v -s max blank

Wait forever...

So I replaced:

burncd -f /dev/acd0 -v blank
burncd -f /dev/acd0 -v -e data /u/backup/backup.iso fixate

with:

cdrecord -v dev=3,0,0 blank=fast
cdrecord -v dev=3,0,0 /u/backup/backup.iso

SCSI device name is taken from:

# camcontrol devlist
<SEAGATE ST336607LW 0006>          at scbus1 target 0 lun 0 (pass0,da0)
<IOMEGA ZIP 100 23.D>              at scbus2 target 0 lun 0 (pass1,da1)
<SONY CD-RW  CRX320EE RYK1>        at scbus3 target 0 lun 0 (pass2,cd0)

Hope this helped,

Serg N. Voronkov,
Sibitex Ltd.



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