From owner-freebsd-ppc@FreeBSD.ORG Thu Dec 6 22:14:17 2012 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC4C1C87 for ; Thu, 6 Dec 2012 22:14:17 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id 7B2748FC0C for ; Thu, 6 Dec 2012 22:14:16 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id qB6MECXL086797; Thu, 6 Dec 2012 23:14:14 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <50C118B4.6010705@fgznet.ch> Date: Thu, 06 Dec 2012 23:14:12 +0100 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: thorsten.johannvorderbrueggen@t-online.de Subject: Re: iBook Fan and keyboard References: <50BFAB19.6030905@t-online.de> <20121205173659.6518fe65@narn.knownspace> <50C0375B.7020807@fgznet.ch> <20121206195948.a3415387104c3be334a0c8fe@t-online.de> In-Reply-To: <20121206195948.a3415387104c3be334a0c8fe@t-online.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: freebsd-ppc@freebsd.org X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2012 22:14:18 -0000 On 06.12.12 19:59, thorsten.johannvorderbrueggen@t-online.de wrote: > On Thu, 06 Dec 2012 07:12:43 +0100 > Andreas Tobler wrote: > >> On 05.12.12 23:36, Justin Hibbits wrote: >>> On Wed, 05 Dec 2012 21:14:17 +0100 >>> tjohann wrote: >>> >>>> Hi@all, >>>> >>>> i have an iBook G4 (late 2005) at home and installed FreeBSD 9.0 >>>> Release on it ... installation worked fine ... now iīm building some >>>> packages via ports .. also all works fine :-) ... But it went quit >>>> warm ... and i donīt hear the fan ... now i get a little bit >>>> nervous ... for linux i know i have to load therm_adt746x ... is >>>> there something similiar to freebsd? ... >>>> >>>> Thx for all comments and tips >>>> Thorsten >>>> >>> >>> There may not be a driver for this chip yet. Can you attach the output >>> of 'ofwdump -ap' and 'devinfo -rv' (they both provide similar info, >>> but in different formats)? It shouldn't be too difficult to write a >>> driver. >> >> The driver is missing ;) >> I have something laying around for my alu book which most probably has >> the same controller. >> >> I'll see if I can cook something over the next days. >> >> Andreas >> >> > > Hi Andreas, > > would be great ... thx .. i will go on to my mac mini ... should be enough fun for the weekend :-) But I'd need a guinea pig :), my adt is a 7460 while you have a 7467. Once I have something running I'd appreciate if you could test it. Andreas