From owner-freebsd-hardware@FreeBSD.ORG Thu Dec 7 17:44:25 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7FEB116A416 for ; Thu, 7 Dec 2006 17:44:25 +0000 (UTC) (envelope-from jstep@unm.edu) Received: from unm.edu (f5vs2.unm.edu [64.106.76.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EC8B43CB8 for ; Thu, 7 Dec 2006 17:43:23 +0000 (GMT) (envelope-from jstep@unm.edu) X-PMX-Host: Phact X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.3.0.0, Antispam-Data: 2006.12.7.83432 Received: from [68.127.246.21] (account jstep@unm.edu HELO [192.168.123.104]) by phact.unm.edu (CommuniGate Pro SMTP 4.3.6) with ESMTPSA id 67164363 for freebsd-hardware@freebsd.org; Thu, 07 Dec 2006 10:44:15 -0700 Message-ID: <457852EB.10106@unm.edu> Date: Thu, 07 Dec 2006 09:44:11 -0800 From: Josh Stephenson User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: freebsd-hardware@freebsd.org References: <45764FDD.4030908@unm.edu> <200612061547.20321.jhb@freebsd.org> <457732A0.8090703@unm.edu> <200612061723.28095.jhb@freebsd.org> In-Reply-To: <200612061723.28095.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD SATA X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2006 17:44:25 -0000 I'm installing on an intel DG965ss motherboard for the core 2 duo. The hdd is sata, but the cdrom (sony dru-120c drd/cd writer) is on an ide channel. Is there any reason why freebsd wouldn't be able to find this drive. It boots off of it fine. In order to boot, I'm using (thanks to John Baldwin) 'set hint.apic.0.disable=1'. Would this be giving me problems finding the cdrom? In case it's at all helpful: I have tried installing suse and slackware, neither of which can find the cdrom. I am having the same problem with a pioneer dvr-710 dvd/cd writer. Is this a motherboard problem? Any ideas would be much appreciated. -josh John Baldwin wrote: > On Wednesday 06 December 2006 16:14, Josh Stephenson wrote: > >> Great, that worked....but now it can't find the cdrom to install from. >> > > SATA? I believe that SATA ATAPI devices aren't supported yet. :( You should > still be able to install via FTP though if needed. Which option fixed > things? > > >> John Baldwin wrote: >> >>> On Wednesday 06 December 2006 15:24, Josh Stephenson wrote: >>> >>> >>>> Is disabling ACPI or APIC something I do in the BIOS or on the install >>>> boot screen? >>>> >>>> If on boot, then can you tell me how? >>>> >>>> >>> You can do it in the boot loader. Just break into the loader and do >>> > things > >>> like 'set hint.apic.0.disabled=1' to disable APIC, or s/apic/acpi/ to >>> > disable > >>> ACPI. The 'safe mode' option in the loader menu disables both. >>> >>> >>> >>>> John Baldwin wrote: >>>> >>>> >>>>> On Wednesday 06 December 2006 00:06, Josh Stephenson wrote: >>>>> >>>>> >>>>> >>>>>> I'm having trouble installing FreeBSD on the following system: >>>>>> Intel Desktop Board DG965SS motherboard >>>>>> Intel Core Duo 2.8GHz >>>>>> 1GB Memory >>>>>> 1 SATA hard-drive >>>>>> 1 dvd/cd-burner sony dru-120c >>>>>> >>>>>> Here's the problem: >>>>>> >>>>>> When I boot the install, I get: >>>>>> Too many holes in the physical address space, giving up >>>>>> Too many holes in the physical address space, giving up >>>>>> Too many holes in the physical address space, giving up >>>>>> ..... >>>>>> >>>>>> >>>>>> >>>>> You can probably ignore those. >>>>> >>>>> >>>>> >>>>> >>>>>> and then the system hangs at either this line: >>>>>> Interrupt storm detected on "irq17:"; throttling interrupt source >>>>>> >>>>>> or sometimes, I actually get into the install screen, but the response >>>>>> is ridiculously slow. ie- I press the down arrow, and 30 seconds >>>>>> > later, > >>>>>> it respons, but eventually it just hangs completely. >>>>>> >>>>>> Any help would be much appreciated. >>>>>> >>>>>> >>>>>> >>>>> Try disabling ACPI and/or APIC as a test. >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> > >