From owner-freebsd-ppc@FreeBSD.ORG Sun Jan 12 04:07:06 2014 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54DDB8F5; Sun, 12 Jan 2014 04:07:06 +0000 (UTC) Received: from mail-pd0-x22d.google.com (mail-pd0-x22d.google.com [IPv6:2607:f8b0:400e:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1FA291134; Sun, 12 Jan 2014 04:07:06 +0000 (UTC) Received: by mail-pd0-f173.google.com with SMTP id p10so6131145pdj.32 for ; Sat, 11 Jan 2014 20:07:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=pkqdR1Trij0W1q49d542bUPp72BdvtNZrrMP69uBh68=; b=zDWhhYHCII1Mas7xPzOgiaaBQImXPx/mtTRIMjYoAKygnPDFz7HbAw7FlfrP+8THil dbnlFXSE1nW6ATV5EbJAXF9Ew2z2qFyE4B1yleExy1OgmNt/y/YGvbMyuX5QiOXYERfE YD3a9NA7yWHbuHOCvKzIfEmAVBgFx1cbNOwHnxRVFmoLBURazl7t6clWrGPKFynZEoqb w5um/s0r0TZfRhjpuX3tbmRb90KIkZp4F9YI+MkdUYRqr6ytczf+AB3LXo+MrqgRsn1d H+bBTTHJFoDVNhptH3vdDb86Fa2eOEPfeP7GLNMF2cbx6xoyd7644gZi2sY7el/7nl15 KrsQ== X-Received: by 10.68.59.202 with SMTP id b10mr21638399pbr.78.1389499625810; Sat, 11 Jan 2014 20:07:05 -0800 (PST) Received: from zhabar.gateway.2wire.net (76-253-2-5.lightspeed.sntcca.sbcglobal.net. [76.253.2.5]) by mx.google.com with ESMTPSA id xn12sm35911716pac.12.2014.01.11.20.07.04 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 11 Jan 2014 20:07:05 -0800 (PST) Date: Sat, 11 Jan 2014 20:06:59 -0800 From: Justin Hibbits To: Britton Dodd Subject: Re: Installation of 9.2 or 10.0-RC2 to Powerbook G4 1.67 Message-ID: <20140111200659.75611a16@zhabar.gateway.2wire.net> In-Reply-To: References: <52C76745.9050706@freebsd.org> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; powerpc64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: freebsd-ppc@freebsd.org X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jan 2014 04:07:06 -0000 On Sat, 4 Jan 2014 11:45:38 -0500 Britton Dodd wrote: > Guess I shouldn’t buy a lottery ticket then ! > > > > Thanks for all the help. I’ll start building my Xserve then in the > mean time. > > > On Jan 3, 2014, at 8:43 PM, Nathan Whitehorn > wrote: > > > You've unfortunately found the one New World machine that has never > > worked properly under FreeBSD! So 8.x won't help. Probably you will > > just have to wait for the time being. Your other hardware should > > work perfectly well, however. > > -Nathan > > > > On 01/03/14 18:56, Britt Dodd wrote: > >> Excellent! If *anybody* needs ppc32/ppc64 testing or shell access > >> for compiling, please message me. > >> > >> Thanks Justin for your reply. Is this error present in 8.x > >> releases? Do you think I could run 8.x until the patch comes out, > >> and then somehow upgrade to 10.0-RC2+? > >> > >> > >> > >> > >> On Fri, Jan 3, 2014 at 6:53 PM, Justin Hibbits > >> wrote: > >> > >>> Hi Britt, > >>> > >>> On Jan 3, 2014 12:21 PM, "Britt Dodd" > >>> wrote: > >>>> Good afternoon, > >>>> > >>>> I'd like to begin by saying that while I do have a bunch of x86 > >>>> systems, I'd also like to make (limited) use of powerpc hardware > >>>> -- mainly a Powerbook G4, an XServe G5 and a XServe G4 (it'll be > >>>> the 'garage mac'). > >>>> > >>>> OSX support died with 10.5. A bunch of Linux distros totally > >>>> dropped building for ppc/32. I'm starting to really get attached > >>>> to running > >>> FreeBSD > >>>> and would like to install it on my powerpc equipment. > >>>> > >>>> I attempted to load the LiveCD in my powerbook, and maybe 2 > >>>> seconds into bootup (with tty output on screen) the entire > >>>> system abruptly shuts off. > >>>> > >>>> Any hints? > >>>> > >>>> > >>>> Britt > >>> I see this very issue, and I think it is caused by the PMU being > >>> initialized early, and not emptying the mailbox. I will be > >>> testing a patch in the next few weeks when I get time to tackle > >>> this, and hopefully a fix will be in soon. > >>> > >>> -Justin I just tested a workaround. Enter the following at the loader: set hint.pmu.0.disabled="1" And add that to /boot/device.hints, and it will boot. You won't have any PMU functionality, it'll be disabled. So no battery reporting and other niceties, but it'll boot, and run smoothly (there's no ADB in that machine). - Justin