Date: Sun, 14 Mar 2010 09:17:38 -0400 From: Jerry <gesbbb@yahoo.com> To: freebsd-questions@freebsd.org Subject: Re: how to use cdrecord Message-ID: <20100314091738.781fea2e@scorpio.seibercom.net>
next in thread | raw e-mail | index | archive | help
On Sun, 14 Mar 2010 20:48:22 +0800 Aiza Aiza <aiza21@comclark.com> articulated: > Erik Trulsson wrote: > > On Sun, Mar 14, 2010 at 11:47:35AM +0800, Aiza wrote: > >> Chris Hill wrote: > >>> On Sun, 14 Mar 2010, Aiza wrote: > >>>> tried cdrecord -v speed=2 dev=acd0 blank=fast > >>>> gives this error "Open by devname not supported on this OS. > >>>> > >>>> What device am i to use? > >>> cdrecord wants to see your ATA burner as a SCSI device, so you'd > >>> use cdrecord dev=1,0,0 ... > >>> The numbers after dev= depend on where your burner is; find it > >>> using cdrecord -scanbus > >> cdrecord -scanbus gives a error. Invalid argument. Camiocommand > >> ioctl failed, can not open scsi driver > > Do you have that atapicam(4) kernel module loaded? If not load it. > No I do not. how do i do this? Add this to your /usr/src/sys/i386/conf/GENERIC file: (or what ever you have named it) device atapicam You then have to rebuild your kernel. You would probably be best served by reading up on how to update FreeBSD. Starting at this URL would be a good idea: http://www.freebsd.org/doc/handbook/makeworld.html Post back here if you need further information. -- Jerry gesbbb@yahoo.com |::::======= |::::======= |=========== |=========== | All the evidence concerning the universe has not yet been collected, so there's still hope.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100314091738.781fea2e>