Date: Sun, 2 Jan 2005 14:16:43 +0100 From: Fabian Keil <freebsd-listen@fabiankeil.de> To: freebsd-questions@freebsd.org Cc: Xinizul Xinizul <xinizul@gmail.com> Subject: Re: Please help: burncd errors Message-ID: <200501021416.44109.freebsd-listen@fabiankeil.de> In-Reply-To: <20050101164520.GC4745@bsdbox.farid-hajji.net> References: <4d0730560501010721556089dc@mail.gmail.com> <4d073056050101083563c63c78@mail.gmail.com> <20050101164520.GC4745@bsdbox.farid-hajji.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 01 January 2005 17:45, cpghost@cordula.ws wrote: > On Sat, Jan 01, 2005 at 05:35:39PM +0100, Xinizul Xinizul wrote: > > 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. I'd be surprised, if the drive supported speed=1. "Low speed == better quality" is a myth, so I'd change the speed option with -sao (I believe -tao is still the default) and burn at maximum speed. Regards Fabian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501021416.44109.freebsd-listen>