From owner-freebsd-stable@FreeBSD.ORG Sun Apr 4 07:01:19 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B84C0106566C for ; Sun, 4 Apr 2010 07:01:19 +0000 (UTC) (envelope-from akephalos.akephalos@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5030B8FC13 for ; Sun, 4 Apr 2010 07:01:19 +0000 (UTC) Received: by wwb24 with SMTP id 24so2001795wwb.13 for ; Sun, 04 Apr 2010 00:01:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=jb/Qoc7LrXOeYSGbt6fD2zoThpvi7A2v9LR40V+97FM=; b=ieOY84scVu1f+WF53HZivkO0R3M24egCXs9ur5xhbJwd1maBtcHBh2B2CPq7Nf8EIu FJ/HzOIzXIayBeenxt9eOOm3P/upVf+CqbpbfR7vyA6XbCGlbEKoH8OZsdOH/0kYHkYB a6vn++Ug42uJO4YOn65ga2smy372VRD0LYTpk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kaHfcxtkkFkAhIA7Y79jPtZ0VfIQHESgr72MtLTsC0aQPG2PqFBgqx56N7F62eeZFs ohbAeGwZoERek3onCtUrsBkL8wapad71Zw8bbhOxHIraSpfp4mwxH6/nC1I7Ev+kVSNg JT0EvVce1aBfh+n8JQ+hI0uyBPdv+LNqhRIHo= MIME-Version: 1.0 Received: by 10.216.133.209 with HTTP; Sat, 3 Apr 2010 23:32:01 -0700 (PDT) Date: Sun, 4 Apr 2010 09:32:01 +0300 Received: by 10.216.86.71 with SMTP id v49mr2398574wee.14.1270362721172; Sat, 03 Apr 2010 23:32:01 -0700 (PDT) Message-ID: From: Akephalos Akephalos To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: CPU problems after 8.0-STABLE update X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Apr 2010 07:01:19 -0000 Hey, I installed 8.0 release and used it very briefly until updating through cvsup to the latest stable source. I had no problems with the release (DVD) version, except that my wireless card wasn't detected, so updating was the natural thing to do. My hardware is an ASUS dual Turion laptop (K50AB), and my working setup was like this: - /boot/loader.conf: cpufreq_load="YES" hint.acpi_throttle.0.disabled="1" - /etc/rc.conf: powerd_enable="YES" It was working fine, the CPU frequency was scaling as expected, I checked it numerous times while working and idle with 'sysctl dev.cpu.0.freq'. Also, the load was displayed correctly in the taskmanager (I don't remember what was displayed in 'top', but I suppose it was ok). Now, after updating through buildworld, powerd doesn't scale the frequency anymore. My observations pointed out that the problem is that the CPU load is not detected correctly anymore: - I got three frequency steps: 575, 1150 and 2300 (correctly detected by dev.cpu.0.freq_levels while cpufreq module is loaded), but powerd scales down the frequency to the minimum, 575 then keeps it like that no matter of the load - dev.cpu.0.freq shows 575 and I got large build times because of it. To be able to use it fully, I have to kill powerd and set the frequency manually, or disable it at startup. - 'top -P' displays only one CPU and its load is 0% everything all the time, despite any load - I can't see anything in a taskmanager, the last time I tried with xfce and CURRENT (CURRENT had the same issue) - dev.cpu.0.cx_usage shows 100%. --- I'd like to find out the problem, why the CPU level is not detected correctly and how to fix this/report. Thanks, Mihai