From owner-freebsd-bugs@FreeBSD.ORG Mon Aug 6 20:35:18 2007 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A0C216A468 for ; Mon, 6 Aug 2007 20:35:18 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: from acm.poly.edu (acm.poly.edu [128.238.9.200]) by mx1.freebsd.org (Postfix) with ESMTP id 25A4613C45E for ; Mon, 6 Aug 2007 20:35:17 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: (qmail 91893 invoked from network); 6 Aug 2007 20:24:21 -0000 Received: from unknown (HELO ?128.238.240.3?) (spawk@128.238.240.3) by acm.poly.edu with AES256-SHA encrypted SMTP; 6 Aug 2007 20:24:21 -0000 Message-ID: <46B785FC.4000306@acm.poly.edu> Date: Mon, 06 Aug 2007 16:35:08 -0400 From: Boris Kochergin User-Agent: Thunderbird 2.0.0.0 (X11/20070609) MIME-Version: 1.0 To: ECEG / Daniel Duerr References: <46B668AB.9060507@acm.poly.edu> <5156535A-F522-44E4-B100-0DD0E08443DB@emeraldcityeg.com> In-Reply-To: <5156535A-F522-44E4-B100-0DD0E08443DB@emeraldcityeg.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bugs@freebsd.org Subject: Re: powerd won't start on 6.2 with core2duo CPU X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2007 20:35:18 -0000 ECEG / Daniel Duerr wrote: > Hi Boris, > > This did the trick... I recompiled my kernel with device cpufreq and > it works now. I guess this CPU appears as a non-ACPI CPU type? > > Cheers, > Daniel > > > On Aug 5, 2007, at 5:17 PM, Boris Kochergin wrote: > >> ECEG / Daniel Duerr wrote: >>> Hi, >>> >>> I'm running a server on the latest FreeBSD 6.2 from the RELENG_6_2 >>> sources. My SMP kernel sees my CPU (in dmesg) as: >>> >>> CPU: Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz (1870.39-MHz >>> 686-class CPU) >>> >>> I am unable to start powerd, however, as I get the following error: >>> >>> Starting powerd. >>> powerd: lookup freq: No such file or directory >>> >>> On closer examination of the sysctl -a output, there are no >>> dev.cpu.X.freq values set. Any ideas what is going on here? >>> >>> Cheers, >>> Daniel >>> >>> >>> _______________________________________________ >>> freebsd-bugs@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-bugs >>> To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" >> Sounds like you need to get cpufreq support in your kernel. Does it >> work after you do "kldload cpufreq"? >> >> -Boris > > > > -- > daniel duerr | president | emerald city entertainment group > dd @ emeraldcityeg.com | +1 (831) 621-1710 x103 > > > _______________________________________________ > freebsd-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bugs > To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" Cool. You can have ACPI CPUs without ACPI CPU throttling support, and it appears that your system is one such type. -Boris