From owner-freebsd-amd64@FreeBSD.ORG Tue Oct 24 17:55:03 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 040D416A40F for ; Tue, 24 Oct 2006 17:55:02 +0000 (UTC) (envelope-from ptroot@iaces.com) Received: from iaces.com (horton.iaces.com [204.147.87.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5939643D5E for ; Tue, 24 Oct 2006 17:55:02 +0000 (GMT) (envelope-from ptroot@iaces.com) Received: from [204.147.87.125] (gemini.iaces.com [204.147.87.125]) (authenticated bits=0) by iaces.com (8.13.8/8.13.8) with ESMTP id k9OHt0tZ068324 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Tue, 24 Oct 2006 12:55:01 -0500 (CDT) (envelope-from ptroot@iaces.com) Mime-Version: 1.0 (Apple Message framework v752.3) To: freebsd-amd64@freebsd.org Message-Id: <4AC71EE9-38AB-4E41-893E-45405668EF76@iaces.com> From: Paul Root Date: Tue, 24 Oct 2006 12:55:21 -0500 X-Mailer: Apple Mail (2.752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Dell Dimension E521 install X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2006 17:55:03 -0000 Hi, I just got an e521 (Athlon 64 x@ 3800, 1 gig, ...) and I'm trying to install 6.1, 6.2 Beta 2 on it. I get a panic on the ohci with everything I do. safe mode, single user, no apci, etc. Using i386 and amd64. I tried sending to questions, but got only 1 response, asking if I used safe mode. The e521 has no PS/2 ports, only usb. The errors look like this: (sorry, there may be missing parts), you get 15 seconds to write it down. uhub0: device problem (SET_ADDR_FAILED) disabling port 8 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 at atkbdc0 kbd0 at atkbd0 atkbd0 [GIANT-LOCKED] sc0 .... ... panic: ohci_add_done: addr 0x3bef1ba0 not found So, I'm thinking a couple of things. 1. It's trying to add in the PS/2 keyboard, even though it's not there. 2. kdbmux is not adding the USB keyboard. So I installed the disk on another machine. And made the mistake of not adding ifconfig to the rc.conf. I built a kernel,taking out unneeded stuff. But I left in the atkbd devices, I think that was a mistake. I'm trying to build a new kernel. I'm also unsure as to the fstab, I think it's wrong. I'm trying to create a zip250 drive that will boot, on an old machine. Paul Root ptroot@iaces.com