From owner-freebsd-ppc@FreeBSD.ORG Sat Jan 15 18:04:12 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AED2B1065672 for ; Sat, 15 Jan 2011 18:04:12 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from mail.icecube.wisc.edu (trout.icecube.wisc.edu [128.104.255.119]) by mx1.freebsd.org (Postfix) with ESMTP id 82CD48FC16 for ; Sat, 15 Jan 2011 18:04:12 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.icecube.wisc.edu (Postfix) with ESMTP id E062A5811E; Sat, 15 Jan 2011 12:04:11 -0600 (CST) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from mail.icecube.wisc.edu ([127.0.0.1]) by localhost (trout.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id nfWFwBXzUgoR; Sat, 15 Jan 2011 12:04:11 -0600 (CST) Received: from comporellon.tachypleus.net (adsl-76-208-68-88.dsl.mdsnwi.sbcglobal.net [76.208.68.88]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 721595811D; Sat, 15 Jan 2011 12:04:11 -0600 (CST) Message-ID: <4D31E19A.7050805@freebsd.org> Date: Sat, 15 Jan 2011 12:04:10 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20101214 Thunderbird/3.1.7 MIME-Version: 1.0 To: Torfinn Ingolfsen References: <20110113220450.57d09983.torfinn.ingolfsen@broadpark.no> <20110114221406.34969090.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20110114221406.34969090.torfinn.ingolfsen@broadpark.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: Trying to install FreeBSD 8.2-RC1 on a PowerMac G5 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jan 2011 18:04:12 -0000 On 01/14/11 15:14, Torfinn Ingolfsen wrote: > On Thu, 13 Jan 2011 17:57:24 -0500 > Super Bisquit wrote: > >> Try using the PPC 64 snapshot that Nathan has set up. >> http://people.freebsd.org/~nwhitehorn/FreeBSD-9.0-20101118-SNAP-powerpc64/ > Ok, I tried that one too. But it is "worse" than the 8.2-RC1 image. It > looks like all usb connected devices are failing to reset / reattach, > including the keyboard (and mouse). Typical output is: > uhub_reattach_port: port 1 reset failed, error=USB_ERROR_TIMEOUT > uhub_reattach_port: device problem (USB_ERR_TIMEOUT), disabling port 4 > > it also shows this: > iichb0: I2C error > fcu0: iicbus write failed > > and > iichb0: I2C error > fcu0: iicbus read failed > fcu0: FCU initialized, RPM shitf: 3 > fcu0: 7 fans detected! > iichb0: I2C error > fcu0: iicbus read efailed > fcu0: RPM Fan not available ID: 3 > > So, no success with that one. This plus the USB problem looks like interrupts are malfunctioning to me, which is very likely a hardware problem. Does it run other operating systems (OS X, Linux) correctly? It's also possible there is some memory or CPU issue. -Nathan