Hi @all
Ich versuche nun schon seit 2 Tagen das Makefile des ACX100 Treibers so wie
es von Hauke beschrieben wurde auszuführen.
Ich habe die Firmware kopiert und Wireless unterstützung im Kernel aktiviert. Ich benutze Debian Sarge Kernel 2.6.10 und jedesmal wenn ich make ausführ dann meldet make folgendes:
obelix:/usr/src/acx100# make
make -C src
make[1]: Entering directory `/usr/src/acx100/src'
if test -n ; then \
mkdir -p /usr/src/acx100/src/tmp; \
cp /lib/modules/2.6.10/build/.config /usr/src/acx100/src/tmp; \
fi
# use "make V=1" to see full compile execution
make -C /lib/modules/2.6.10/build SUBDIRS=/usr/src/acx100/src \
MODVERDIR=/usr/src/acx100/src WLAN_HOSTIF=WLAN_PCI modules
make[2]: Entering directory `/usr/src/linux-2.6.10'
CC [M] /usr/src/acx100/src/acx100.o
In file included from /usr/src/acx100/src/acx100.c:109:
/usr/src/acx100/include/acx100.h:923: error: `IW_ESSID_MAX_SIZE' undeclared here (not in a function)
/usr/src/acx100/include/acx100.h:1093: error: `IW_ESSID_MAX_SIZE' undeclared here (not in a function)
/usr/src/acx100/include/acx100.h:1094: error: `IW_ESSID_MAX_SIZE' undeclared here (not in a function)
/usr/src/acx100/include/acx100.h:1095: error: `IW_ESSID_MAX_SIZE' undeclared here (not in a function)
In file included from /usr/src/acx100/src/acx100.c:112:
/usr/src/acx100/include/acx100_helper.h:296: error: `IW_ESSID_MAX_SIZE' undeclared here (not in a function)
/usr/src/acx100/src/acx100.c: In Funktion »acx_probe_pci«:
/usr/src/acx100/src/acx100.c:904: error: `WIRELESS_EXT' undeclared (first use in this function)
/usr/src/acx100/src/acx100.c:904: error: (Each undeclared identifier is reported only once
/usr/src/acx100/src/acx100.c:904: error: for each function it appears in.)
/usr/src/acx100/src/acx100.c: In Funktion »acx_get_wireless_stats«:
/usr/src/acx100/src/acx100.c:1750: error: structure has no member named `wstats'/usr/src/acx100/src/acx100.c:1751: error: structure has no member named `wstats'/usr/src/acx100/src/acx100.c: In Funktion »acx_update_link_quality_led«:
/usr/src/acx100/src/acx100.c:1810: error: structure has no member named `wstats'/usr/src/acx100/src/acx100.c:1810: error: structure has no member named `wstats'make[3]: *** [/usr/src/acx100/src/acx100.o] Fehler 1
make[2]: *** [_module_/usr/src/acx100/src] Fehler 2
make[2]: Leaving directory `/usr/src/linux-2.6.10'
make[1]: *** [modules] Fehler 2
make[1]: Leaving directory `/usr/src/acx100/src'
make: *** [driver] Fehler 2
Irgendwas passt da ned, HILFE!!
Bin für jede Anregung Dankbar!!
Gruß wahla