I just downloaded the source for MadWifi and am trying to get it working but am having an error...
]# make
for i in ./ath_hal ath_rate/onoe ./net80211 ./ath; do \
(cd $i; make) || exit 1; \
done
make[1]: Entering directory `/home/alan/madwifi/ath_hal'
cp ./../hal/linux/ah_osdep.c ah_osdep.c
uudecode ./../hal/linux/i386-elf.hal.o.uu
make[1]: uudecode: Command not found
make[1]: *** [hal.o] Error 127
make[1]: Leaving directory `/home/alan/madwifi/ath_hal'
make: *** [all] Error 1
Where's uudecode? I added /sbin and /usr/sbin to the PATH but still no dice. Help please?