On 30/09/2007, <b class="gmail_sendername">Roberto Ragusa</b> &lt;<a href="mailto:mail@robertoragusa.it">mail@robertoragusa.it</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Christoph Höger wrote:<br>&gt; Am Sonntag, den 30.09.2007, 01:49 +0100 schrieb Christopher Brown:<br>&gt;&gt;<br>&gt;&gt; I take it:<br>&gt;&gt;<br>&gt;&gt; # modprobe thinkpad-acpi<br>&gt;&gt;<br>&gt;&gt; doesn&#39;t do anything for you?
<br>&gt;<br>&gt; Hi,<br>&gt;<br>&gt; I did not know that module until this morning. Thank you for the hint :)<br>&gt; And to topic: I can use FN-F5 with this module in F7 with<br>&gt; 2.6.22.9-91.fc7<br><br>It was called ibm-acpi until a few weeks ago, then it
<br>changed for F7 too.<br>The path also changed and that causes a problem because<br>/etc/rc.d/rc.sysinit doesn&#39;t load the module.<br><br>The new path is:<br><br>&nbsp;&nbsp;/lib/modules/$unamer/kernel/drivers/misc/thinkpad_acpi.ko
<br><br>But the loading script does this:<br><br>&nbsp;&nbsp;# Initialize ACPI bits<br>&nbsp;&nbsp;if [ -d /proc/acpi ]; then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for module in /lib/modules/$unamer/kernel/drivers/acpi/* ; do<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;module=${module##*/}<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;module=${module%.ko}
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;modprobe $module &gt;/dev/null 2&gt;&amp;1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;done<br>&nbsp;&nbsp;fi<br><br>I noticed because some gkrellm temperature readings (gkibm-acpi) are<br>unavailable without the module.</blockquote><div><br>It was moved to drivers/misc for 
2.6.22 (and renamed from ibm-acpi to thinkpad-acpi) as it doesn&#39;t just cover acpi functions. As this is intentional it looks like sysinit will need tweaking. Maybe.<br><span></span><br>I&#39;ve filed a bug with patch for this.
<br><br><a href="https://bugzilla.redhat.com/show_bug.cgi?id=313091">https://bugzilla.redhat.com/show_bug.cgi?id=313091</a><br><br>We&#39;ll see what happens.<br><br>Cheers<br>Chris<br></div></div><br>-- <br><a href="http://www.chruz.com">
http://www.chruz.com</a>