From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Rostedt Subject: Re: CpuFreq Laptop Scaling broken? Date: Mon, 25 Aug 2014 10:10:55 -0400 Message-ID: <20140825101055.731e4a21@gandalf.local.home> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Harry van Haaren , linux-rt-users@vger.kernel.org, "Rafael J. Wysocki" , Thomas Gleixner To: Viresh Kumar Return-path: Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.226]:42268 "EHLO cdptpa-oedge-vip.email.rr.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932233AbaHYOK5 (ORCPT ); Mon, 25 Aug 2014 10:10:57 -0400 In-Reply-To: Sender: linux-rt-users-owner@vger.kernel.org List-ID: On Mon, 25 Aug 2014 19:25:28 +0530 Viresh Kumar wrote: > > # Attempt to set min freq of 2GHz (max) of this core2duo > > $ echo 2000000 > /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq > > bash: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq: Permission denied > > You tried both these as root? Even 'sudo' may not work.. > > I haven't seen the rt code since sometime, what tag should I look at ? > Can you also try the matching vanilla kernel to see if that works? That is, if you are using 3.14.12-rt9, build and boot 3.14.12 with the same config (except change CONFIG_PREEMPT_RT_FULL to just CONFIG_PREEMPT) and see if that doesn't work either. -- Steve