From owner-freebsd-questions@FreeBSD.ORG Sat Apr 19 13:29: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 0BC7F37B401 for ; Sat, 19 Apr 2003 13:29:58 -0700 (PDT) Received: from mail.airnet.com.au (mail.airnet.com.au [202.174.32.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 26F4A43FE0 for ; Sat, 19 Apr 2003 13:29:54 -0700 (PDT) (envelope-from ws@senet.com.au) Received: (qmail 13061 invoked from network); 19 Apr 2003 20:29:51 -0000 Received: from dsl2-81.gw1.adl1.airnet.com.au (HELO predatorii) (202.174.37.81) by mail.airnet.com.au with SMTP; 19 Apr 2003 20:29:51 -0000 Message-ID: <0ade01c306b2$aa669220$0264a8c0@ovirt.dyndns.ws> From: "W. Sierke" To: "Michelle Weeks" , References: <8E1377DF-729E-11D7-A7DF-000393843210@mindspring.com> Date: Sun, 20 Apr 2003 06:01:32 +0930 Organization: OVirt Technologies MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 20:29:58 -0000 "Michelle Weeks" wrote: > > 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. > You could perhaps try: # /sbin/mknod ata c 159 0 root:operator (This is from 4.8, but afaik this should be pretty standard). It's very odd that you don't have /dev/ata and that MAKEDEV doesn't recognise it as a valid device! I've just tried a quick search on freebsd-bugs but nothing is standing out as relevant. If that succeeds then hopefully you can (finally) see what atacontrol list reveals. Wayne