Christoph Höger wrote: > Am Sonntag, den 30.09.2007, 01:49 +0100 schrieb Christopher Brown: >> >> I take it: >> >> # modprobe thinkpad-acpi >> >> doesn't do anything for you? > > Hi, > > I did not know that module until this morning. Thank you for the hint :) > And to topic: I can use FN-F5 with this module in F7 with > 2.6.22.9-91.fc7 It was called ibm-acpi until a few weeks ago, then it changed for F7 too. The path also changed and that causes a problem because /etc/rc.d/rc.sysinit doesn't load the module. The new path is: /lib/modules/$unamer/kernel/drivers/misc/thinkpad_acpi.ko But the loading script does this: # Initialize ACPI bits if [ -d /proc/acpi ]; then for module in /lib/modules/$unamer/kernel/drivers/acpi/* ; do module=${module##*/} module=${module%.ko} modprobe $module >/dev/null 2>&1 done fi I noticed because some gkrellm temperature readings (gkibm-acpi) are unavailable without the module. Best regards. -- Roberto Ragusa mail at robertoragusa.it -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list