Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jan 2005 17:45:20 +0100
From:      cpghost@cordula.ws
To:        Xinizul Xinizul <xinizul@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Please help: burncd errors
Message-ID:  <20050101164520.GC4745@bsdbox.farid-hajji.net>
In-Reply-To: <4d073056050101083563c63c78@mail.gmail.com>
References:  <4d0730560501010721556089dc@mail.gmail.com> <20050101103754.14778620.BSD-Mail@nyc.rr.com> <4d073056050101080050fcf8f5@mail.gmail.com> <20050101162400.GB4745@bsdbox.farid-hajji.net> <4d073056050101083563c63c78@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 01, 2005 at 05:35:39PM +0100, Xinizul Xinizul wrote:
> 2. I think I'm using the right device:
> 
> 192# dmesg | grep acd0
> acd0: DVDR <PIONEER DVD-RW DVR-106D/1.08> at ata0-master UDMA33

I asked this because it happed to me as well. I had two drives
in the box, and kept trying to use the one with had a mounted
CD in it :-)

> Could I use another burner tool ?

Of course. You can try cdrecord from /usr/ports/sysutils/cdrtools.

For this to work, you need to add
  device atapicam
to your kernel config file, recompile, reinstall and reboot the kernel.
Once you've done that, you should see a device 'cd0' in dmesg and /dev.
You can try burncd on /dev/cd0, or cdrecord with the appropriate SCSI ID:

# cdrecord -scanbus
should then give you the correct SCSI ID a,b,c to use.

# cdrecord -v dev=a,b,c speed=4 mp3_1.iso
for data CDs.

# cdrecord -v dev=a,b,c speed=1 -audio track*.wav
for audio CDs.

Good luck!

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/



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