From owner-freebsd-stable@FreeBSD.ORG Mon Nov 3 19:00:03 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B6BF106564A for ; Mon, 3 Nov 2008 19:00:03 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from websrv01.jr-hosting.nl (websrv01.jr-hosting.nl [78.47.69.233]) by mx1.freebsd.org (Postfix) with ESMTP id B95498FC0C for ; Mon, 3 Nov 2008 19:00:02 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from [77.110.37.134] (helo=hackbook.local) by websrv01.jr-hosting.nl with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Kx41v-000Fl6-D7; Mon, 03 Nov 2008 19:19:59 +0100 Message-ID: <490F40CB.8040605@FreeBSD.org> Date: Mon, 03 Nov 2008 19:19:55 +0100 From: Joel Dahl User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: Ryan References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Install issues with 7.x X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 19:00:03 -0000 Ryan skrev: > Hello, I purchased a new Clevo M860TU on the account that it ran linux > very well and was hoping it would fair the same on FreeBSD. Not so > much, little help? I posted this in mobile originally but though > stable would be a better choice. Don't know if it is more appropriate > here or ACPI. > > I'm giving you as much information as I know how to get. as I cannot > get sysinstall to load I am having to type all these dmesg. The boot > process is hanging. This is all with 7.x, I can give 6.x if needed. > > Hardware: > Intel P9500 > 4gb DDR3-1066 > Nvidia 9800M GT > Atheros AR5006e > > FreeBSD 7.1-BETA2 > > These snippets of dmesg happen around the end where it hangs. > > 1. Default > > ... > cpu0: on acpi0 > ACPI Error (dsopcode-0350): No pointer back to NS node in buffer obj > 0xc6a02d40 [20070320] > ACPI Exception (dswexec-0556): AE_AML_INTERNAL, While resolving > operands for [OpcodeName unavailable] [20070320] > ACPI Error (psparse-0626): Method parse/execution failed > [\_PR_.CPU0._OSC] (Node 0xc68556e0), AE_AML_INTERNAL > est0: on cpu0 > p4tcc0: on cpu0 > cpu1: on acpi0 > ACPI Error (dsopcode-0350): No pointer back to NS node in buffer obj > 0xc6a0e300 [20070320] > ACPI Exception (dswexec-0556): AE_AML_INTERNAL, While resolving > operands for [OpcodeName unavailable] [20070320] > ACPI Error (psparse-0626): Method parse/execution failed > [\_PR_.CPU1._OSC] (Node 0xc685560), AE_AML_INTERNAL > est1: on cpu1 > p4tcc1: on cpu1 > ... > cpu0: Cx states changed > cpu1: Cx states changed > unknown: timeout waiting for read DRQ > unknown: timeout waiting for read DRQ > acd0: DVDR at ata3-master UDMA33 > GEOM_LABEL: Label for provider acd0 is iso9660/FreeBSD_Install > run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config > run_interrupt_driven_hooks: still waiting after 120 seconds for xpt_config > run_interrupt_driven_hooks: still waiting after 180 seconds for xpt_config > run_interrupt_driven_hooks: still waiting after 240 seconds for xpt_config > run_interrupt_driven_hooks: still waiting after 300 seconds for xpt_config Disabling firewire completely in BIOS might at least get the machine booting. You should try that if you haven't already. I've seen this problem on at least two different systems... -- Joel