What version of linux-wlan-ng recommended for 2.4.X?
Eric Brombaugh <[email protected]>
| Newsgroups | gmane.linux.linux-wlan.user |
|---|---|
| Message-ID | <[email protected]> |
Hey folks,
I've been using 0.1.16-pre4 with a PCI-only Prism card on a 2.4.18
kernel for several years. I just updated the kernel to 2.4.31, and
although 0.1.16-pre4 builds and works fine on the new kernel, I thought
that I'd see what the latest linux-wlan-ng was. I snagged a copy of the
0.2.1-pre26 and tried to build it but got the following error during
'make all':
----------snip-----------
make[2]: Entering directory
`/root/wlan/2.4.31/linux-wlan-ng-0.2.1-pre26/src/prism2'
set -e; for d in driver ridlist download; do make -C $d ; done
make[3]: Entering directory
`/root/wlan/2.4.31/linux-wlan-ng-0.2.1-pre26/src/prism2/driver'
make -C /usr/src/linux-2.4.31
SUBDIRS=/root/wlan/2.4.31/linux-wlan-ng-0.2.1-pre26/src/prism2/driver
WLAN_SRC=/root/wlan/2.4.31/linux-wlan-ng-0.2.1-pre26/src/prism2/driver \
modules
make[4]: Entering directory `/usr/src/linux-2.4.31'
make -C /root/wlan/2.4.31/linux-wlan-ng-0.2.1-pre26/src/prism2/driver
CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.31/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i386
-DMODULE -DMODVERSIONS -include
/usr/src/linux-2.4.31/include/linux/modversions.h" MAKING_MODULES=1 modules
make[5]: Entering directory
`/root/wlan/2.4.31/linux-wlan-ng-0.2.1-pre26/src/prism2/driver'
Makefile:45:
/root/wlan/2.4.31/linux-wlan-ng-0.2.1-pre26/src/prism2/driver/../config.mk:
No such file or directory
make[5]: *** No rule to make target
`/root/wlan/2.4.31/linux-wlan-ng-0.2.1-pre26/src/prism2/driver/../config.mk'.
Stop.
make[5]: Leaving directory
`/root/wlan/2.4.31/linux-wlan-ng-0.2.1-pre26/src/prism2/driver'
make[4]: ***
[_mod_/root/wlan/2.4.31/linux-wlan-ng-0.2.1-pre26/src/prism2/driver] Error 2
make[4]: Leaving directory `/usr/src/linux-2.4.31'
make[3]: *** [default] Error 2
make[3]: Leaving directory
`/root/wlan/2.4.31/linux-wlan-ng-0.2.1-pre26/src/prism2/driver'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/root/wlan/2.4.31/linux-wlan-ng-0.2.1-pre26/src/prism2'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/wlan/2.4.31/linux-wlan-ng-0.2.1-pre26/src'
make: *** [all] Error 2
----------snip-----------
Any suggestions? Is 2.4.X support deprecated?
Thanks,
Eric