Hallo
        
        Ich möchte den madwifi Treiber für meine WNC-0300 W-Lan Karte verwenden.
        Leider erhalte ich beim Kompilieren immer Fehler.
        Die Kernel Sourcen sind installiert und die Datei Makefile.inf hab ich angepasst.
        (bei den modules war ich nicht sicher ob ich ob ich den Ordner Kernel,
        Source oder Build angeben soll, hab dann mit jedem mal probiert)
        
        Hier die Ausgabe:
        
        [root@localhost madwifi-20030802]# make
        for i in ./ath_hal ./wlan ./driver; do \\
        (cd $i; make); \\
        done
        make[1]: Entering directory `/wlan/madwifi-20030802/ath_hal\'
        cp ../hal/linux/opt_ah.h opt_ah.h
        rm -f .depend
        gcc -M -include ../include/compat.h -I../include -I/usr/src/linux/include/asm/mach-default -I../hal -I../hal/linux -I../ath_hal -I/usr/src/linux/include -I.. -D__KERNEL__ -DMODULE -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h -DKBUILD_BASENAME=ath_hal -DKBUILD_MODNAME=ath_hal -Wall -g -O -fomit-frame-pointer ../hal/linux/ah_osdep.c > .depend
        make[1]: Leaving directory `/wlan/madwifi-20030802/ath_hal\'
        make[1]: Entering directory `/wlan/madwifi-20030802/ath_hal\'
        gcc -c -o ah_osdep.o -include ../include/compat.h -I../include -I/usr/src/linux/include/asm/mach-default -I../hal -I../hal/linux -I../ath_hal -I/usr/src/linux/include -I.. -D__KERNEL__ -DMODULE -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h -DKBUILD_BASENAME=ath_hal -DKBUILD_MODNAME=ath_hal -Wall -g -O -fomit-frame-pointer ../hal/linux/ah_osdep.c
        uudecode /bin/sh: uudecode: command not found
        make[1]: *** [hal.o] Fehler 127
        make[1]: Leaving directory `/wlan/madwifi-20030802/ath_hal\'
        make[1]: Entering directory `/wlan/madwifi-20030802/wlan\'
        rm -f if_ieee80211.ver
        for i in if_ieee80211subr.c if_ieee80211wireless.c; do \\
        gcc -include ../include/compat.h -I../include -I/usr/src/linux/include/asm/mach-default -I. -I/usr/src/linux/include -I.. -Wall -g -O -fomit-frame-pointer -E -D__GENKSYMS__ $i | \\
        /sbin/genksyms -k 2.6.11 >> if_ieee80211.ver; \\
        done
        /bin/sh: /sbin/genksyms: Datei oder Verzeichnis nicht gefunden
        /bin/sh: /sbin/genksyms: Datei oder Verzeichnis nicht gefunden
        make[1]: *** [if_ieee80211.ver] Fehler 127
        make[1]: Leaving directory `/wlan/madwifi-20030802/wlan\'
        make[1]: Entering directory `/wlan/madwifi-20030802/driver\'
        rm -f .depend
        gcc -M -include ../include/compat.h -I../include -I/usr/src/linux/include/asm/mach-default -I. -I../hal -I../hal/linux -I../ath_hal -I../wlan -I/usr/src/linux/include -I.. -D__KERNEL__ -DMODULE -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h -DKBUILD_BASENAME=ath_pci -DKBUILD_MODNAME=ath_pci -include ../wlan/if_ieee80211.ver -include ../wlan/if_media.ver -Wall -g -O -fomit-frame-pointer if_ath.c if_ath_pci.c > .depend
        In Datei, eingefügt von
      
