From owner-freebsd-current@FreeBSD.ORG Sat Jun 27 02:49:15 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58438106564A for ; Sat, 27 Jun 2009 02:49:15 +0000 (UTC) (envelope-from rfreidel@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id 129198FC0A for ; Sat, 27 Jun 2009 02:49:14 +0000 (UTC) (envelope-from rfreidel@gmail.com) Received: by qw-out-2122.google.com with SMTP id 5so260130qwd.7 for ; Fri, 26 Jun 2009 19:49:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=kn/4J3ir3l1KBidP5qJQacb3GfXOfMMFSeIHmbKumec=; b=gsnoHRhvdolE83OND0yi1hs32vdcT2nPM4par7k1G84KXXm0cIMeviIqusMNglHkLi RihgNej5nY5OmcfiEJiJJn2HQn7wYR/QrOPb6WTltpuYjuhUiwxpkyuM8IZIwQeiUBIM N7vxhaHCayjcv1sLVkSNkHQnlGHcWxAEpDxHs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=HfHxVRlQ75K3SC7Jw0fUV5VTFYGCNXuRGoQ7bGidt1fmWXuMJQgx0ERRpQcR1KFhF3 Dpc1F6Rz5/EyVhZlDhzLJdbPdvR0wR0FFvmSZGh6OvNozckgROAvGk0OszkeJBHmoUrK bAHnJnKJJYYlrF+MhzKcjIN3uOH1TDafPko3Q= MIME-Version: 1.0 Received: by 10.229.109.194 with SMTP id k2mr1228331qcp.68.1246069492092; Fri, 26 Jun 2009 19:24:52 -0700 (PDT) Date: Fri, 26 Jun 2009 19:24:52 -0700 Message-ID: From: Ron Freidel To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: cpufreq probs dual core intel X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2009 02:49:15 -0000 Hi all, I suppose I should state I am only posting after lots of googling. I upgraded to current from 7.2, I just couldn't wait too see if my laptop would acpi sleep, it seems to just fine by the way, not well tested yet though. My prob is with cpufreq, it seems to be locked at max speed, nothing I do seems to change the freq it is running at. CPU: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz (1997.34-MHz K8-class CPU) leroy# dmesg | grep cpu cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu0: on acpi0 coretemp0: on cpu0 est0: on cpu0 p4tcc0: on cpu0 cpu1: on acpi0 coretemp1: on cpu1 est1: on cpu1 p4tcc1: on cpu1 It looks to this feeble mind like it should be working. Where else do I look? leroy# ps ax | grep powerd 1164 ?? Ss 0:00.97 /usr/sbin/powerd -a adaptive -b adaptive Hope this is enough info... Thanks -- Ron