Re: CDRW Stopped Working Moving to 6.x

2007-09-23 Thread Crist J. Clark
On Wed, Sep 19, 2007 at 03:24:16PM -0400, Lowell Gilbert wrote: > "Crist J. Clark" <[EMAIL PROTECTED]> writes: > > > On Fri, Sep 14, 2007 at 07:35:24AM -0400, Lowell Gilbert wrote: > >> "Crist J. Clark" <[EMAIL PROTECTED]> writes: > >> > >> > Looking at the dmesg(1) from the last boot, > >> > > >

Re: CDRW Stopped Working Moving to 6.x

2007-09-19 Thread Lowell Gilbert
"Crist J. Clark" <[EMAIL PROTECTED]> writes: > On Fri, Sep 14, 2007 at 07:35:24AM -0400, Lowell Gilbert wrote: >> "Crist J. Clark" <[EMAIL PROTECTED]> writes: >> >> > Looking at the dmesg(1) from the last boot, >> > >> > # fgrep cd0 /var/run/dmesg.boot >> > acd0: CDROM at ata1-master UDMA33

Re: CDRW Stopped Working Moving to 6.x

2007-09-17 Thread Crist J. Clark
On Fri, Sep 14, 2007 at 07:35:24AM -0400, Lowell Gilbert wrote: > "Crist J. Clark" <[EMAIL PROTECTED]> writes: > > > Looking at the dmesg(1) from the last boot, > > > > # fgrep cd0 /var/run/dmesg.boot > > acd0: CDROM at ata1-master UDMA33 > > > > Makes me think the system is not recognizing t

Re: CDRW Stopped Working Moving to 6.x

2007-09-14 Thread Predrag Punosevac
Mel wrote: On Friday 14 September 2007 00:16:46 Predrag Punosevac wrote: I forgot to tell you assuming that you will do it your self Just add link acd0 cd0 but you have to use cd0. This is very bad advice, please don't ever do that. acd0 and cd0 are quite different devices under the h

Re: CDRW Stopped Working Moving to 6.x

2007-09-14 Thread Tore Lund
Crist J. Clark wrote: > I just tried to burn a CD for the first time in a long time > on a machine. The burncd(8) command worked fine on this machine > in FreeBSD 5.x (or was it 4.x?), but now in 6.2, I get, > [snip] It's unclear to me whether you got a satisfactory answer. Anyway, I run 6.2-RELE

Re: CDRW Stopped Working Moving to 6.x

2007-09-14 Thread Mel
On Friday 14 September 2007 00:16:46 Predrag Punosevac wrote: > I forgot to tell you assuming that you will do it your self > Just add > link acd0 cd0 > but you have to use cd0. This is very bad advice, please don't ever do that. acd0 and cd0 are quite different devices under the hood. (posted f

Re: CDRW Stopped Working Moving to 6.x

2007-09-14 Thread Mel
[reformatted] On Thursday 13 September 2007 22:21:09 Predrag Punosevac wrote: > Crist J. Clark wrote: > > I just tried to burn a CD for the first time in a long time > > on a machine. The burncd(8) command worked fine on this machine > > in FreeBSD 5.x (or was it 4.x?), but now in 6.2, I get, > >

Re: CDRW Stopped Working Moving to 6.x

2007-09-14 Thread Lowell Gilbert
"Crist J. Clark" <[EMAIL PROTECTED]> writes: > Looking at the dmesg(1) from the last boot, > > # fgrep cd0 /var/run/dmesg.boot > acd0: CDROM at ata1-master UDMA33 > > Makes me think the system is not recognizing the device as CDRW, > only CDROM. You're right, and that's the key point to star

Re: CDRW Stopped Working Moving to 6.x

2007-09-13 Thread Predrag Punosevac
Crist J. Clark wrote: On Thu, Sep 13, 2007 at 03:15:10PM -0700, Predrag Punosevac wrote: I know where is your problem the burning device is always cd0 Huh? Burncd(8) is explicitly for ATAPI CD-R/RW. From the man page, DESCRIPTION The burncd utility is used to burn CD-R/RW med

Re: CDRW Stopped Working Moving to 6.x

2007-09-13 Thread Warren Block
On Thu, 13 Sep 2007, Predrag Punosevac wrote: I know where is your problem the burning device is always cd0 you must give the device node /dev/cd0 /dev/cd0 is provided by the atapicam kernel module, and used with Linux-type utilities that need it. However, burncd is FreeBSD native, and wor

Re: CDRW Stopped Working Moving to 6.x

2007-09-13 Thread Crist J. Clark
On Thu, Sep 13, 2007 at 03:15:10PM -0700, Predrag Punosevac wrote: > I know where is your problem the burning device is always cd0 Huh? Burncd(8) is explicitly for ATAPI CD-R/RW. From the man page, DESCRIPTION The burncd utility is used to burn CD-R/RW media using the ATAPI cd dri

Re: CDRW Stopped Working Moving to 6.x

2007-09-13 Thread Predrag Punosevac
I forgot to tell you assuming that you will do it your self Just add link acd0 cd0 but you have to use cd0. Pedja Crist J. Clark wrote: On Thu, Sep 13, 2007 at 01:21:09PM -0700, Predrag Punosevac wrote: Make sure you add atapicam into your kernel it is not in generic! I had the same problem.

Re: CDRW Stopped Working Moving to 6.x

2007-09-13 Thread Predrag Punosevac
I know where is your problem the burning device is always cd0 you must give the device node /dev/cd0 Take care! Crist J. Clark wrote: On Thu, Sep 13, 2007 at 01:21:09PM -0700, Predrag Punosevac wrote: Make sure you add atapicam into your kernel it is not in generic! I had the s

Re: CDRW Stopped Working Moving to 6.x

2007-09-13 Thread Crist J. Clark
On Thu, Sep 13, 2007 at 01:21:09PM -0700, Predrag Punosevac wrote: > Make sure you add atapicam into your kernel it is not in generic! I had > the same problem. > > /etc/loader.conf atapicam_load="YES" I did a, # kldload /boot/kernel/atapicam.ko And to reinitiallize the drive,

Re: CDRW Stopped Working Moving to 6.x

2007-09-13 Thread Predrag Punosevac
Make sure you add atapicam into your kernel it is not in generic! I had the same problem. /etc/loader.conf atapicam_load="YES" Crist J. Clark wrote: I just tried to burn a CD for the first time in a long time on a machine. The burncd(8) command worked fine on this machine in FreeBSD 5.x (or

CDRW Stopped Working Moving to 6.x

2007-09-13 Thread Crist J. Clark
I just tried to burn a CD for the first time in a long time on a machine. The burncd(8) command worked fine on this machine in FreeBSD 5.x (or was it 4.x?), but now in 6.2, I get, # burncd -f /dev/acd0 -s 32 data hw.iso fixate burncd: ioctl(CDIOCSTART): Input/output error Looking at the dmesg