> From: "Lucky Green" <[EMAIL PROTECTED]> > Date: Tue, 8 Oct 2002 17:46:44 -0700 > Sender: [EMAIL PROTECTED] > > Nick wrote: > > > Checking /dev/cdrom for cdrom... > > > Testing /dev/cdrom for cooked ioctl() interface > > > /dev/acd0a is not a cooked ioctl CDROM. > > > Testing /dev/cdrom for SCSI interface > > > /dev/cdrom is not a SCSI device > > > > That doesn't look quite right; CDROM devices are usually > > accessed as /dev/acd0c in FreeBSD. > > > > Perhaps double check to see where the /dev/cdroma symlink points to. > > I have been able to rip from /dev/cdrom linking to /dev/acd0a using > cdda2wav without a problem. I just changed /dev/cdrom to link to > /dev/acd0c and am getting the same error.
This is a different problem. You should re-make the acd devices. This is a result of changes to the ATA code that changed the minor mode of the 'c' device inode from 2 to 0. Just: cd /dev rm acd0* ./MAKEDEV all Then acd0c (and acd1c if you have two CDs) will work. This happens if you don't run mergemaster or did not choose the option to re-make your devices after running it when the change in MAKEDEV took place. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: [EMAIL PROTECTED] Phone: +1 510 486-8634 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message