amilo-forum.de

Inoffizielles Forum rund um die Notebooks der Amilo- und Lifebook-Serien von Fujitsu

Wlan unter Linux auf Amiloa A 1650

Alle Fragen, die sich speziell um Linux oder andere Unix-ähnliche Betriebssysteme drehen.

Re: Wenn man...

Beitragvon aspettl » 14.06.2006 17:44

A1650Linux hat geschrieben:1. You need the kernel sources (or kernel headers for your kernel)
installed to compile the driver.

Das hast du ja.

A1650Linux hat geschrieben:2. Your kernel needs loadable module support with version information for
modules enabled. Usage of procfs is highly recommended.
If you want the driver to generate regular keyboard events using
kernel version 2.4 you need the input system of the kernel enabled
(Input core support AND keyboard support). In kernel version 2.6 all
needed functionality should be available by default.

Der letzte Satz ist hier wichtig: In Kernel 2.6 ist normal alles erfüllt, also bei dir auch.

A1650Linux hat geschrieben:In most cases you can skip the next step, the Makefile tries do determine
the correct directory on its own. Change KERNELSRC only if the autodetection
does not work for you. Otherwise proceed directly with step 4.

3. Before you compile the driver, change KERNELSRC in the makefile to your
path to the kernel build environment. If you are using a self compiled kernel,
point it to the root of your sources. If you are using a packaged kernel of
your distribution, install the package with kernel headers
(Debian:kernel-headers) and point KERNELSRC to where the headers and config
files are located. If you are using Debian, this
would be "/lib/modules/<kernelversion>/build".

Ganz am Anfang: "in den meisten Fällen kann man den Schritt überspringen". Ok, machen wir ;-)

A1650Linux hat geschrieben:4. Do:
make
to compile the driver. If you run into problems because of the makefile not
recognizing your kernel version correctly, try this:
make acer_acpi.o - kernel version 2.4
make acer_acpi.ko - kernel version 2.6

Einfach ein
Code: Alles auswählen
make
eingeben - natürlich im Verzeichnis, wo du das Archiv ausgepackt hast.

A1650Linux hat geschrieben:5. Do:
make install
to install the kernel module. If that step fails, try:

Copy the created file "acer_acpi.o" ("acer_acpi.ko" with version 2.6) to your
kernel modules path. In Debian this could be
"/lib/modules/<kernelversion>/kernel/drivers/char/".
Update module dependencies: depmod -a

Man soll
Code: Alles auswählen
make install
ausführen, um das vorher erstellte Modul zu installieren. Der Rest ist nur, wenn man das gleiche aus irgendeinem Grund von hand machen muss/will.

A1650Linux hat geschrieben:6. Try loading the module with:
insmod/modprobe acer_acpi

Das Modul laden mit dem Befehl
Code: Alles auswählen
insmod acer_acpi
oder
Code: Alles auswählen
modprobe acer_acpi

Wenn hier keine Fehlermeldung erscheint, war es erfolgreich.

Gruß
Aaron
Vor dem Erstellen neuer Themen bitte die Suchfunktion benutzen und Forenregeln lesen!
Bitte trage dein Notebook mit den technischen Daten im Profil ein.
Benutzeravatar
aspettl
Administrator
 
Beiträge: 7188
Registriert: 15.11.2004 12:46
Notebook:
  • Lifebook E8020D

Vorherige

Zurück zu Linux / Unix / BSD