<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>codemonkey.org.uk &#187; acpi-cpufreq</title>
	<atom:link href="http://codemonkey.org.uk/tag/acpi-cpufreq/feed/" rel="self" type="application/rss+xml" />
	<link>http://codemonkey.org.uk</link>
	<description>Dave Jones' Linux &#38; opensource stuff.</description>
	<lastBuildDate>Tue, 03 Jan 2012 14:52:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>When acpi-cpufreq fails.</title>
		<link>http://codemonkey.org.uk/2009/07/21/acpicpufreq-fails/</link>
		<comments>http://codemonkey.org.uk/2009/07/21/acpicpufreq-fails/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 23:17:56 +0000</pubDate>
		<dc:creator>davej</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[acpi]]></category>
		<category><![CDATA[acpi-cpufreq]]></category>
		<category><![CDATA[bios]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[cpufreq]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.codemonkey.org.uk/?p=208</guid>
		<description><![CDATA[The majority of modern CPUs that support CPU scaling now use a common driver (acpi-cpufreq). Judging by the search queries that hit my blog, and the amount of mail I get on the subject, there is a failure mode of this driver that many people are hitting, that there isn&#8217;t a great deal of information [...]<p><a href="http://codemonkey.org.uk/2009/07/21/acpicpufreq-fails/">When acpi-cpufreq fails.</a> is a post from: <a href="http://codemonkey.org.uk">codemonkey.org.uk</a></p>



No related posts.]]></description>
			<content:encoded><![CDATA[<p>The majority of modern CPUs that support CPU scaling now use a common driver (acpi-cpufreq).  Judging by the search queries that hit my blog, and the amount of mail I get on the subject, there is a failure mode of this driver that many people are hitting, that there isn&#8217;t a great deal of information on.</p>
<p>The failure mode looks like this:</p>
<blockquote><p>
$ modprobe acpi-cpufreq<br />
FATAL: Error inserting (/lib/modules/&#8230;/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko): No such device
</p></blockquote>
<p>Not particularly informative.  We don&#8217;t spit out anything helpful to dmesg either. So what is the cause of this problem?<br />
In many cases, /proc/cpuinfo shows the cpu supports speedstep (the &#8216;est&#8217; flag). The answer in nearly all of these cases is.. The BIOS.  The ACPI tables in the BIOS list which P-states a particular CPU supports.  If your CPU was manufactured after your BIOS was written, you&#8217;re probably going to be out of luck.  Sometimes, there are BIOS updates on the motherboard manufacturers website that will add support for newer processors.  Sometimes we aren&#8217;t so lucky. In these cases, we&#8217;re out of luck, there&#8217;s nothing we can do.</p>
<p>There is another possibility for the error message above: kernel bugs.  We have introduced bugs in the ACPI interpretor in the past which have broken parsing of the P-states on some platforms.  These kinds of bugs tend to get noticed very quickly, and fixed in equally short time, but it&#8217;s worth making a point that it&#8217;s important to be running on the last kernel version before reporting bugs.</p>
<p><a href="http://codemonkey.org.uk/2009/07/21/acpicpufreq-fails/">When acpi-cpufreq fails.</a> is a post from: <a href="http://codemonkey.org.uk">codemonkey.org.uk</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://codemonkey.org.uk/2009/07/21/acpicpufreq-fails/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

