• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Fragen zu ACPI-Patches

Hallo,

ich würde gerne prüfen, ob mein Toshiba-Notebook unter Linux fn-Funktionstasten unterstützt. Dazu steht auf der entsprechenden Seite (http://fnfx.sourceforge.net/index.php?section=doc )

All Linux v2.4.x kernels will need ACPI patches. All 'major' distributions already roll out v2.4.x kernels with these patches. To make it short: At least CONFIG_ACPI and CONFIG_ACPI_TOSHIBA must be defined in the kernel config. [...]

All v2.5.x and v2.6.x kernels already have the required ACPI drivers. Again: ACPI must be enabled. CONFIG_ACPI and CONFIG_ACPI_TOSHIBA are your friends.

Ich blicke da nicht durch. Was ist kernel config, ist das eine Datei, oder die Kernel-Konfiguration allgemein? Sind CONFIG_ACPI und CONFIG_ACPI_TOSHIBA selbst Dateien oder Einträge in dieser config-Datei? Wo muss ich schauen?

Ich nutze openSuSE 10.2 mit einem 2.6.18.2-34-default Kernel.

Gruß
kP
 
OP
K

keenPenguin

Member
Naja, weiter stand da Folgendes (und ich wollte meinen Anfangspost damit nicht "belasten", weil ich dachte, vielleicht muss ich irgendwie doch was einstellen):

To check if ACPI and ACPI Toshiba support are enabled check the following proc entries exists:

/proc/acpi
/proc/acpi/toshiba

If they do exist, FnFX will work on that system. If they do not exist try `modprobe toshiba_acpi' as root. If this throws errors like 'FATAL: Module toshiba_acpi not found' the kernel is most likely not compiled with CONFIG_ACPI and CONFIG_ACPI_TOSHIBA.

Tatsächlich gibt es bei mir einen fatal error mit der Ausgabe:

# modprobe toshiba_acpi
FATAL: Error inserting toshiba_acpi (/lib/modules/2.6.18.2-34-default/kernel/drivers/acpi/toshiba_acpi.ko): No such device

Was heisst das?

kP
 
Oben