On Mon, 17 Nov 2003, Peter Boy wrote: > I don't use encryption, I use the CVS version as of Nov., 15, and I did > an export CC=gcc32 before compiling the driver. I'll sugest checking this again. For me - the makefile wasn't picking up the env variable - but using 'make CC=gcc32' worked. > [root@littlePiet root]# iwpriv ath0 mode 20 This is my bad typing.. the mode should be '0' for auto select.. > I just discovered: If I change the parameter Rate from Auto to 11M > everything works! O.K. the driver ist beta. Nevertheless - Great! > > And I can use redhat-config-network to switch between my interfaces. Cool. Satish >>>>>>>>>>>>> -bash-2.05b$ export CC=gcc32 -bash-2.05b$ make for i in ./ath_hal ./wlan ./driver; do \ (cd $i; make); \ done make[1]: Entering directory `/home/test/madwifi/ath_hal' cp ../hal/linux/i386-elf.opt_ah.h opt_ah.h rm -f .depend gcc -M -include ../include/compat.h -I../include -I../hal -I../hal/linux -I../ath_hal -I/lib/modules/2.4.22-1.2115.nptl/build/include -I/lib/modules/2.4.22-1.2115.nptl/build/arch/i386 -I.. -DMODVERSIONS -include /lib/modules/2.4.22-1.2115.nptl/build/include/linux/modversions.h -Wall -O2 -D__KERNEL__ -DMODULE -D__linux__ -fomit-frame-pointer -DAH_BYTE_ORDER=AH_LITTLE_ENDIAN -fomit-frame-pointer ../hal/linux/ah_osdep.c > .depend make[1]: Leaving directory `/home/test/madwifi/ath_hal' make[1]: Entering directory `/home/test/madwifi/ath_hal' gcc -c -o ah_osdep.o -include ../include/compat.h -I../include -I../hal -I../hal/linux -I../ath_hal -I/lib/modules/2.4.22-1.2115.nptl/build/include -I/lib/modules/2.4.22-1.2115.nptl/build/arch/i386 -I.. -DMODVERSIONS -include /lib/modules/2.4.22-1.2115.nptl/build/include/linux/modversions.h -Wall -O2 -D__KERNEL__ -DMODULE -D__linux__ -fomit-frame-pointer -DAH_BYTE_ORDER=AH_LITTLE_ENDIAN -fomit-frame-pointer ../hal/linux/ah_osdep.c ... ... >>>>>>>>>>>>> -bash-2.05b$ make CC=gcc32 for i in ./ath_hal ./wlan ./driver; do \ (cd $i; make); \ done make[1]: Entering directory `/home/test/madwifi/ath_hal' cp ../hal/linux/i386-elf.opt_ah.h opt_ah.h rm -f .depend gcc32 -M -include ../include/compat.h -I../include -I../hal -I../hal/linux -I../ath_hal -I/lib/modules/2.4.22-1.2115.nptl/build/include -I/lib/modules/2.4.22-1.2115.nptl/build/arch/i386 -I.. -DMODVERSIONS -include /lib/modules/2.4.22-1.2115.nptl/build/include/linux/modversions.h -Wall -O2 -D__KERNEL__ -DMODULE -D__linux__ -fomit-frame-pointer -DAH_BYTE_ORDER=AH_LITTLE_ENDIAN -fomit-frame-pointer ../hal/linux/ah_osdep.c > .depend make[1]: Leaving directory `/home/test/madwifi/ath_hal' make[1]: Entering directory `/home/test/madwifi/ath_hal' gcc32 -c -o ah_osdep.o -include ../include/compat.h -I../include -I../hal -I../hal/linux -I../ath_hal -I/lib/modules/2.4.22-1.2115.nptl/build/include -I/lib/modules/2.4.22-1.2115.nptl/build/arch/i386 -I.. -DMODVERSIONS -include /lib/modules/2.4.22-1.2115.nptl/build/include/linux/modversions.h -Wall -O2 -D__KERNEL__ -DMODULE -D__linux__ -fomit-frame-pointer -DAH_BYTE_ORDER=AH_LITTLE_ENDIAN -fomit-frame-pointer ../hal/linux/ah_osdep.c >>>>>>>>>>>>>