From owner-freebsd-fs@FreeBSD.ORG Mon Jun 19 00:39:26 2006 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0993416A474 for ; Mon, 19 Jun 2006 00:39:26 +0000 (UTC) (envelope-from jahilliya@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F9543D53 for ; Mon, 19 Jun 2006 00:39:25 +0000 (GMT) (envelope-from jahilliya@gmail.com) Received: by nz-out-0102.google.com with SMTP id m7so478124nzf for ; Sun, 18 Jun 2006 17:39:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VY4V0/zFwbsdXx8fHJrgXpTMV5qKb44KYT8vmWhiQIPC5mwFHDeBRacf91ceZciB7nrWkhK3L+GSDrkqWVwXWCu3D/9dFykEQPZC8a54prgW92hz+f/3uV6c9MNPm7hek232rfX/IVS30Av/aHWebccD//maq5A0eCDJk7FTMas= Received: by 10.36.7.20 with SMTP id 20mr2106158nzg; Sun, 18 Jun 2006 17:39:24 -0700 (PDT) Received: by 10.37.15.74 with HTTP; Sun, 18 Jun 2006 17:39:24 -0700 (PDT) Message-ID: Date: Mon, 19 Jun 2006 08:39:24 +0800 From: Jahilliya To: "Ensel Sharon" 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-fs@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Please help - adaptec 2820sa not allowing installation X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 00:39:26 -0000 On 6/19/06, Ensel Sharon wrote: > > I did all my due diligence, I contacted freebsd-fs and _made sure_ that > even though the 2820sa is not listed by name in the HCL, that I could take > a 6.1-RELEASE cd and install freebsd on a 2820sa. > > I was _assured_ that these cards are supported in 6.1-RELEASE, that all is > well, and I could install and that was that. > > Now I boot off of the 6.1-RELEASE cd, and sysinstall tells me "no disks > found". > > I tried safe mode, same result. I tried disabling all unnecessary items > from the BIOS (onboard sata, USB, com2, LPT) and same result. > > FreeBSD 6.1-RELEASE iso just does not find a disk controller. Period. > > So ... what do I do ?? I see no way of adding a driver to sysinstall > .. .and even if I did I have no idea what to put there, as the published > driver from adaptec is only for 5.x. > > I have to assume that aac is built into the sysinstall kernel, so what > gives ? Why can't sysinstall see my 2820sa cards ? (and drives) Try hitting scroll lock and then page up to view the dmesg or go to the emergency console and run dmesg to see if it picked up any aac devices. You may need to load the module yourself, you should be able to do this from the emergency console (not sure tho). I've steered clear of the *20SA series of cards from Adaptec (mainly buying the 2410SA) for the two facts, SATA2 isn't listed anywhere on the hardware list and only the xx10SA series SATA cards are listed.