From owner-freebsd-questions@FreeBSD.ORG Sat Apr 19 12:38:58 2003 Return-Path: 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 9DC4A37B401 for ; Sat, 19 Apr 2003 12:38:58 -0700 (PDT) Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2D2543FE3 for ; Sat, 19 Apr 2003 12:38:55 -0700 (PDT) (envelope-from tristan11@mindspring.com) Received: from h-68-164-21-219.snvacaid.covad.net ([68.164.21.219] helo=mindspring.com) by tisch.mail.mindspring.net with esmtp (Exim 3.33 #1) id 196yAp-0004Pf-00 for freebsd-questions@freebsd.org; Sat, 19 Apr 2003 15:38:55 -0400 Date: Sat, 19 Apr 2003 12:38:54 -0700 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) From: Michelle Weeks To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit In-Reply-To: <44he8v8cy8.fsf@be-well.ilk.org> Message-Id: <8E1377DF-729E-11D7-A7DF-000393843210@mindspring.com> X-Mailer: Apple Mail (2.551) Subject: Re: cdrom - device not configured error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2003 19:38:59 -0000 On Friday, April 18, 2003, at 06:59 PM, Lowell Gilbert wrote: > Michelle Weeks writes: > >> On Friday, April 18, 2003, at 05:15 PM, Lowell Gilbert wrote: >> >>> Michelle Weeks writes: >>> >>>>> What does: >>>>> >>>>> # dmesg | grep -2 "cd0" >>>> >>>> nothing. >>> >>> Just to be sure; try it as >>> grep "cd" /var/run/dmesg.boot >> >> o.k. tried that and here's what i get: >> acd0: CDROM at ata0-master PIO4 > > Okay, so the device was detected at boot. > > The fact that the control device isn't being found makes me think it > isn't there at all. I'm assuming that you're running a moderately > recent 4.x OS -- do you *have* a /dev/ata? If not, what happens when > you rebuild it? If so, what does its directory listing look like? i do not have a /dev/ata. i tried from the /dev directory running ./MAKEDEV ata and received the following error: ata - no such device name i am running 4.6.2 release.