jo tach zusammen,
ich habe mir die sourcen meines treibers von www.ralinktech.com runtergeladen. folgendes steht in der readme über 2.6 kernel:
For 2.6 series kernel:
a. $make -C /path/to/source SUBDIRS=$PWD modules
Where /path/to/source is the path to the source directory for the (configured and built) target kernel.
b. run '/sbin/insmod rt2500.ko' (as root)
'/sbin/ifconfig ra0 inet YOUR_IP up'
For big endian platform:
a. replace Makefile with Makefile.BigEndian
sind im prinzip nur zwei schritte ich bekomme das aber irgendwie nicht hin. hier mal die ausgabe wenn ich die erste zeile eingebe:
Leif-Ericson:/opt/RT2500-Module # make -C /usr/src/linux-2.6.8-24 SUBDIRS=PWD modules
make: Entering directory `/usr/src/linux-2.6.8-24'
Makefile:465: .config: Datei oder Verzeichnis nicht gefunden
WARNING: Symbol version dump /usr/src/linux-2.6.8-24/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled.
scripts/Makefile.build:13: PWD/Makefile: Datei oder Verzeichnis nicht gefunden
make[1]: *** Keine Regel, um »PWD/Makefile« zu erstellen. Schluss.
make: *** [_module_PWD] Fehler 2
make: Leaving directory `/usr/src/linux-2.6.8-24'
Ursa Major Gast |