From owner-freebsd-questions Thu Sep 18 11:02:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA23838 for questions-outgoing; Thu, 18 Sep 1997 11:02:10 -0700 (PDT) Received: from acme.lex.databeam.com (acme.lex.databeam.com [192.101.205.15]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA23827 for ; Thu, 18 Sep 1997 11:02:04 -0700 (PDT) Received: from is-wmorgan (wmorgan.is.lex.databeam.com [192.101.203.169]) by acme.lex.databeam.com (8.7.5/8.7.5) with ESMTP id OAA08705 for ; Thu, 18 Sep 1997 14:01:24 -0400 (EDT) Message-Id: <199709181801.OAA08705@acme.lex.databeam.com> From: "Wes Morgan" To: Subject: Re: cdrom almost there! Date: Thu, 18 Sep 1997 13:52:12 -0400 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1162 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk OK, I'm running 2.2.2-RELEASE, and my IDE CDROM is identified at boot with: >wdc0: unit 1 (atapi): , removable, dma, > iordis In my kernel, I have: >controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr >disk wd0 at wdc0 drive 0 >#disk wd1 at wdc0 drive 1 >... >... >options ATAPI >options ATAPI_STATIC >device wcd0 When I try to mount /cdrom, it hits the device (at least, the CDROM's light flashes for a moment), and I'm greeted with: >wcd0: cannot read audio disc >cd9660: /dev/wcd0c: Input/output error I've tried several data CDROMs (and even one audio disk, just for yuks), with no success. Any suggestions?