From owner-freebsd-stable@FreeBSD.ORG Sun Jan 28 19:12:07 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3D6216A4ED for ; Sun, 28 Jan 2007 19:12:03 +0000 (UTC) (envelope-from lars.stokholm@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id CFB4513C441 for ; Sun, 28 Jan 2007 19:12:02 +0000 (UTC) (envelope-from lars.stokholm@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so986869uge for ; Sun, 28 Jan 2007 11:12:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=YGVi1jpisHmhNtnNLOSTS+YDJgDrpqZS9iJM7WavrTtkR8ckiBnRlzMn400atjFwBFxFYxwmSmSVrs04rCbletgd6fz2EoiCcj5uHJn/1CxFdDaZo80d6aOBEHJD2fCRuZqTkwRqJlkc8z/hnH5nMFqjWNsxs4vZcdL0K+GxRus= Received: by 10.67.19.13 with SMTP id w13mr7542075ugi.1170011521602; Sun, 28 Jan 2007 11:12:01 -0800 (PST) Received: from ?10.0.0.5? ( [85.83.123.144]) by mx.google.com with ESMTP id x37sm6390045ugc.2007.01.28.11.12.00; Sun, 28 Jan 2007 11:12:00 -0800 (PST) Message-ID: <45BCF57B.5040108@gmail.com> Date: Sun, 28 Jan 2007 20:11:55 +0100 From: Lars Stokholm User-Agent: Thunderbird 1.5.0.9 (X11/20070119) MIME-Version: 1.0 To: Roland Smith References: <45BC1AF1.8070208@gmail.com> <20070128102805.GA26802@slackbox.xs4all.nl> <45BC85A0.1000809@gmail.com> <20070128115802.GA87910@slackbox.xs4all.nl> <45BCC724.2080604@gmail.com> <20070128172452.GA97123@slackbox.xs4all.nl> <45BCE61B.5050700@gmail.com> <45BCEAB8.60602@gmail.com> <20070128190101.GA99290@slackbox.xs4all.nl> In-Reply-To: <20070128190101.GA99290@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: rd.d/power_profile: dev.cpu.0.cx_supported doesn't exist 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, 28 Jan 2007 19:12:07 -0000 Roland Smith wrote: > On Sun, Jan 28, 2007 at 07:26:00PM +0100, Lars Stokholm wrote: >> hw.acpi.cpu.cx_lowest: C1 >> sysctl: hw.acpi.cpu.cx_lowest: Invalid argument > > Works fine here: > > # sysctl hw.acpi.cpu.cx_lowest=C1/0 > hw.acpi.cpu.cx_lowest: C1 -> C1 # sysctl hw.acpi.cpu.cx_lowest=C1/0 hw.acpi.cpu.cx_lowest: C1 sysctl: hw.acpi.cpu.cx_lowest: Invalid argument # sysctl hw.acpi.cpu.cx_lowest=C1 hw.acpi.cpu.cx_lowest: C1 sysctl: hw.acpi.cpu.cx_lowest: Invalid argument >> So, finally, the question now is why I get the "invalid argument". > > The only thing I can think of is that you've defined > performance_cx_lowest or economy_cx_lowest to some bogus value in rc.conf. Nope, I haven't touched anything like that. In fact this is a fairly clean install of FreeBSD. I haven't messed a lot around with anything. In /etc/defaults/rc.conf they're: performance_cx_lowest="HIGH" # Online CPU idle state economy_cx_lowest="HIGH" # Offline CPU idle state