From owner-freebsd-questions@FreeBSD.ORG Wed Apr 11 16:04:16 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC74516A404 for ; Wed, 11 Apr 2007 16:04:16 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id 5D67E13C507 for ; Wed, 11 Apr 2007 16:04:16 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so257860ana for ; Wed, 11 Apr 2007 09:04:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AEmtR2XDwQSGjQndLkZP9a6dGLl3OgfhH2m1nHHuyML5rj3tGs0g6JTA4iRjcHkxTWp+EcUpRqc8ZXGnJVYahPy0hycSae5OOPMU2xjFrLojuCAykDIBAAuwC8+qGH3iEKo3HvQLbAaVNfFnkHqY8ZUcYfJ2quiw65qnaqNjiMU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Bbz5v8YNexIOtCcugSvw//3aCtz2tEq3NDKfJ9PlIY6+HJyBBXEQ5Xrggs6Za9D98s8xqYUWf/bkUaDwGae1DRkTWYRhOiP2wxAeakEf0G/vdK4M8C/p7MdSTedqQo7Jl0xHj5gi9C975m5Salb83H1azGvQEeyeVqTacCWRYqk= Received: by 10.100.225.13 with SMTP id x13mr535848ang.1176307455369; Wed, 11 Apr 2007 09:04:15 -0700 (PDT) Received: by 10.100.59.18 with HTTP; Wed, 11 Apr 2007 09:04:15 -0700 (PDT) Message-ID: <8cb6106e0704110904r19506844xb7807e166380fcff@mail.gmail.com> Date: Wed, 11 Apr 2007 09:04:15 -0700 From: "Josh Carroll" To: "Ivan Voras" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: "No CD/DVD devices found" after booting from FreeBSD 6.2 CD 1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 16:04:16 -0000 > Because before it starts it relies on BIOS to provide services (in > 16-bit x86 mode), but after the kernel starts, it must use its own > drivers (32-bit or 64-bit, depending on your choice) and it seems it > doesn't have the right drivers. Most CD/DVD drives are standard and > register as ATA or SCSI drives but, as you see now, there are those that > require special support. It looks like the chipset on that particular Dell model is the NVIDIA nForce 430. Others have had success with that chipset, and even a similar Dell model according to this page: http://www.freebsd.org/platforms/amd64/motherboards.html You may want to try updating the BIOS. The entry for the Dell E521 mentions a BIOS update. Josh