From owner-freebsd-questions@FreeBSD.ORG Sun Oct 10 19:33:37 2004 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 6B02216A4CE for ; Sun, 10 Oct 2004 19:33:37 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1975343D2F for ; Sun, 10 Oct 2004 19:33:37 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] (pool-68-160-246-51.ny325.east.verizon.net [68.160.246.51]) by pi.codefab.com (8.12.11/8.12.11) with ESMTP id i9AJXVth003203 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 10 Oct 2004 15:33:33 -0400 (EDT) Message-ID: <41698E7D.5070908@mac.com> Date: Sun, 10 Oct 2004 15:33:17 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: alex References: <41683F45.8030602@adelphia.net> In-Reply-To: <41683F45.8030602@adelphia.net> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.5 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pi.codefab.com cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: cannot install freebsd 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: Sun, 10 Oct 2004 19:33:37 -0000 alex wrote: > while i am trying to install freebsd 5.2.1 i get and error: > > something about video card timing 10.000msec > panic:ohci_add_done: addr 0x00004000 not found > cpuid = 0; There's not quite enough context there to really identify the cause of the panic, although your guess about USB is reasonable (ohci is a USB device driver). I'll still try to make some suggestions for what to do, but 5.2.1 is old enough that your best bet might be to try the latest 5.3beta release, or even consider falling back to 4.10. If 5.3 works for you, that would be easier than tracking down whatever got fixed since 5.2.1. > i have searched most of the freebsd handbook, any forum i could find, > and talking to a firend i can find NOTHING about this. apparently i'm > the only newbie to ever have this problem. > i thought it was my keyboard and mouse being usb, so i tried ps/2 ones. > the only difference is one it hits that error it actually reboots in > 15sec like it says. Things to try include doing the install in "safe mode", which disables APIC and ACPI. Make sure "PnP OS" is set to "no" in the BIOS, and maybe consider disabling your USB controller entirely for a bit in order to see whether the install can procede. If that doesn't help, try to provide a more complete error message from the panic. -- -Chuck