ich bin auf der Kommandozeile nicht sehr bewandert. Da ich aber erst mal keine Grafische Oberfläsche Installiert habe muss ich mich mit ihr sowieso auseinadersetzen.
Und zwar habe ich eine CompactFlash W-LAN Karte (Sparklan WCFM-100) von meinem Pocket PC. Dazu hab ich jetzt auf der Herstellerseite einen Treiber für Linux gefunden.
Also will ich jetzt einmal ausprobieren, ob ich die Karte über einen PCMCIA (noch kein Express) zu CompactFlash Adapter zum laufen bekomme.
Beim Einstecken der Karte kommt am Monitor folgende Ausgabe:
Code: Alles auswählen
pccard: PCMCIA card inserted into slot1
pcmcia: registring new device pcmcia1.0
Nun ist aber mein Problem das ich die INSTALL Datei die im Archiv des Treibers mit drin liegt nicht ganz verstehe.
Den 3. Punkt versteh ich nicht. Was bedeutet "symbolic link"? - etwa eine Verknüpfung?HOWTO INSTALL THE MCF-25 LINUX DRIVER
The driver is distributed in source form. In order to compile the driver
you will need to have the Linux source tree installed in your system,
preferably in the /usr/src/linux directory. This driver has been tested
with Linux version 2.4.22 and compiled with gcc 3.2.2. The host Linux
system that was used to compile and test the driver is based on
Slackware 9.0 distribution.
REQUIREMENTS
1. Kernel source 2.4.22
2. GCC 3.2.2
3. Wireless Tools
INSTALLING AND CONFIGURING THE LINUX SOURCE TREE
1. Download the Linux kernel file from http://www.kernel.org
2. Untar the source in the /usr/src directory
3. Create a symbolic link to the linux source tree to a directory called
"linux".
4. Run "make menuconfig" in the linux directory and enable the Wireless
LAN under "Network Device Support"/"Wireless LAN (Non Hamradio)
5. Configure any other options as required
6. Exit and save the configuration.
...
Und was ist mit "linux source directory" gemeint?
(Im ersten Punkt steht, dass ich den Kernel runterladen soll. Ich hoffe, dass ich das nicht tun muss)
Ich hoffe das Ihr mir weiterhelfen könnt. (Vielleicht gibt es ja auch schon ein fertiges Paket dafür)
Bei Bedarf kann ich auch die gesamte Installationsanleitung posten.