From owner-freebsd-questions Mon Oct 7 20:54:59 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 4756537B401 for ; Mon, 7 Oct 2002 20:54:58 -0700 (PDT) Received: from pakastelohi.cypherpunks.to (pakastelohi.cypherpunks.to [213.130.163.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6D0743E9E for ; Mon, 7 Oct 2002 20:54:57 -0700 (PDT) (envelope-from shamrock@cypherpunks.to) Received: from VAIO650 (d160.nas2.sr2.sonic.net [208.201.229.160]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by pakastelohi.cypherpunks.to (Postfix) with ESMTP id 98E953654B for ; Tue, 8 Oct 2002 05:54:50 +0200 (CEST) From: "Lucky Green" To: Subject: Linux emulation: acd0a is not a cooked ioctl CDROM Date: Mon, 7 Oct 2002 20:54:51 -0700 Message-ID: <002901c26e7e$75cdc730$6501a8c0@VAIO650> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal 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 Configuration: FreeBSD 4.6.2 with latest patches and all ports cvsupped as of a few days ago. ATAPI CDROM. I am in the process of ripping a large CD collection. Fidelity is paramount. By all accounts, the ripper of choice for audiophiles is cdparanoia. Unfortunately, according to their web page, there is no FreeBSD port of cdparanoia, even though OpenBSD and NetBSD ports exist. I therefore installed the Redhat Linux RPM of cdparanoia. The RPM installed without errors and I am able to execute the Linux binary just fine. However, cdparanoia seems to be unable to communicate with my CDROM drive. Here is the error message: -------------------- #./cdparanoia -vsQ cdparanoia III release 9.7 (December 13, 1999) (C) 1999 Monty and Xiphophorus Report bugs to paranoia@xiph.org http://www.xiph.org/paranoia/ 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 Checking /dev/hd0 for cdrom... [... Trying a bunch of devices elided in the interest of brevity]. No cdrom drives accessible to root found. --------------------- At this point, cdparanoia dumps core. Now I have no idea what a "cooked ioctl" is and Google was of no help, but I suspect that somehow the Linux emulation layer in FreeBSD does not provide cdparanoia with a device it knows how to talk to. Does anybody here have any idea how to fix/debug this problem? Thanks in advance, --Lucky Green To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message