Hallo, On Oct 11, Stefan Neuser @ C4 Design wrote: > > nachdem ich schon sehr viele Stunden mit Thinkwiki verbracht habe, wende > ich mich an euch und hoffe schlauer zu werden :)
> Dann dachte ich mir, installier doch einfach das aktuelle deb > ( ibm-acpi_0.8-2_all.deb ) dann bekomme ich sowas wie : Wo kommt denn das her und was soll das Paket beinhalten? In Debian ist es jedenfalls nicht enthalten und zumindest ich bin bisher gut ohne ausgekommen. > Verstehe ich, weil modprobe ibm_acpi > > FATAL: Module ibm_acpi not found. > > Ich habe aber 100pro beim kompilieren ibm_acpi aktiviert : > CONFIG_ACPI_IBM=y Ja. Du hast es aber fest in den Kernel einkompiliert. Wenn du es als Modul bauen möchtest, muß dort CONFIG_ACPI_IBM=m stehen. Und zum Thema fan speed möchte ich mal aus der Readme zum Modul zitieren (/usr/src/linux/Documentation/ibm-acpi.txt): | EXPERIMENTAL: fan speed, fan enable/disable -- /proc/acpi/ibm/fan | ----------------------------------------------------------------- | | This feature is marked EXPERIMENTAL because the implementation | directly accesses hardware registers and may not work as expected. USE | WITH CAUTION! To use this feature, you need to supply the | experimental=1 parameter when loading the module. | | This feature attempts to show the current fan speed. The speed is read | directly from the hardware registers of the embedded controller. This | is known to work on later R, T and X series ThinkPads but may show a | bogus value on other models. | | The fan may be enabled or disabled with the following commands: | | echo enable >/proc/acpi/ibm/fan | echo disable >/proc/acpi/ibm/fan | | WARNING WARNING WARNING: do not leave the fan disabled unless you are | monitoring the temperature sensor readings and you are ready to enable | it if necessary to avoid overheating. | Du müsstest also also ibm-acpi als Modul bauen (s.o.) und es mit modprobe ibm-acpi experimental=1 laden, um dieses feature _trotzdem_ zu nutzen. > Also ich verstehe vor lauter howtos nur noch Bahnhof und nach dem 3.mal > kompilieren und machen und tun verliere ich die Mutivation. Gruß, Andreas -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

