From owner-freebsd-questions Wed Oct 9 13: 3:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AAA837B406 for ; Wed, 9 Oct 2002 13:03:38 -0700 (PDT) Received: from postal3.es.net (postal3.es.net [198.128.3.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id A47FC43E65 for ; Wed, 9 Oct 2002 13:03:37 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal3.es.net (Postal Node 3) with ESMTP id MUA74016; Wed, 09 Oct 2002 13:03:32 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id F39F55D04; Wed, 9 Oct 2002 13:03:31 -0700 (PDT) To: "Lucky Green" Cc: "'Nick Slager'" , freebsd-questions@freebsd.org Subject: Re: Linux emulation: acd0a is not a cooked ioctl CDROM In-reply-to: Your message of "Tue, 08 Oct 2002 17:46:44 PDT." <004401c26f2d$58f3a850$6501a8c0@VAIO650> Date: Wed, 09 Oct 2002 13:03:31 -0700 From: "Kevin Oberman" Message-Id: <20021009200331.F39F55D04@ptavv.es.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: "Lucky Green" > Date: Tue, 8 Oct 2002 17:46:44 -0700 > Sender: owner-freebsd-questions@FreeBSD.ORG > > 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: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message