
Originally Posted by
-=Xploitz=-
Its not a bug...its your drivers. I'm moving to BT3 general. Update your madwifi drivers to fix the internet reconnection issues.

Have you even tried yo update your madwifi-ng drivers ?? Also wouldn't hurt to update your dev version of aircrack-ng to the newest version.
MADWIFI DRIVERS version 0.9.3.3
to install.....
Code:
ifconfig ath0 down
ifconfig wifi0 down
cd madwifi-0.9.3.3
cd scripts
./madwifi-unload.bash
./find-madwifi-modules.sh $(uname -r)
cd ..
make
make install
modprobe ath_pci
THATS IT!!
I am using 0.9.4 and at the "./find-madwifi-modules.sh" it gives warning about some modules left from previous MadWifi installation and recommend me to remove it. I select "r" to remove.
I then go to make and then make install. At make install, it gives me the SAME warning.
I select "r" again.
Afterwards, no error but I see NO WIFI exist when I type modprob ath_pci. I typed iwconfig and same thing. No wifi0, no ath0, etc.
Please help!
OK, I download version 0.9.3.3 and run the same command. This time, at the "find-madwifi..", it gives the same warning about removing old install.
I did that.
Then I continue until the "make install" command. This time, UNLIKE the 0.9.4 version, it did NOT ask me about removing previous driver. It went without a hitch.
I run "modprobe ath_pci" and ... nothing. It just went straight to the prompt.
I typed iwconfig, and no ath0 or wifi0
I typed ifconfig ath0 up, and it said no such device.
Am I missing something here?
I checked the result of "make install" and I don't see any errors:
Code:
bt madwifi-0.9.3.3 # make install
sh scripts/find-madwifi-modules.sh 2.6.21.5
for i in ./ath ./ath_hal ./ath_rate ./net80211; do \
make -C $i install || exit 1; \
done
make[1]: Entering directory `/root/DOWNLOAD/madwifi-0.9.3.3/ath'
test -d //lib/modules/2.6.21.5/net || mkdir -p //lib/modules/2.6.21.5/net
install ath_pci.ko //lib/modules/2.6.21.5/net
make[1]: Leaving directory `/root/DOWNLOAD/madwifi-0.9.3.3/ath'
make[1]: Entering directory `/root/DOWNLOAD/madwifi-0.9.3.3/ath_hal'
test -d //lib/modules/2.6.21.5/net || mkdir -p //lib/modules/2.6.21.5/net
install ath_hal.ko //lib/modules/2.6.21.5/net
make[1]: Leaving directory `/root/DOWNLOAD/madwifi-0.9.3.3/ath_hal'
make[1]: Entering directory `/root/DOWNLOAD/madwifi-0.9.3.3/ath_rate'
for i in amrr/ onoe/ sample/; do \
make -C $i install || exit 1; \
done
make[2]: Entering directory `/root/DOWNLOAD/madwifi-0.9.3.3/ath_rate/amrr'
test -d //lib/modules/2.6.21.5/net || mkdir -p //lib/modules/2.6.21.5/net
install ath_rate_amrr.ko //lib/modules/2.6.21.5/net
make[2]: Leaving directory `/root/DOWNLOAD/madwifi-0.9.3.3/ath_rate/amrr'
make[2]: Entering directory `/root/DOWNLOAD/madwifi-0.9.3.3/ath_rate/onoe'
test -d //lib/modules/2.6.21.5/net || mkdir -p //lib/modules/2.6.21.5/net
install ath_rate_onoe.ko //lib/modules/2.6.21.5/net
make[2]: Leaving directory `/root/DOWNLOAD/madwifi-0.9.3.3/ath_rate/onoe'
make[2]: Entering directory `/root/DOWNLOAD/madwifi-0.9.3.3/ath_rate/sample'
test -d //lib/modules/2.6.21.5/net || mkdir -p //lib/modules/2.6.21.5/net
install ath_rate_sample.ko //lib/modules/2.6.21.5/net
make[2]: Leaving directory `/root/DOWNLOAD/madwifi-0.9.3.3/ath_rate/sample'
make[1]: Leaving directory `/root/DOWNLOAD/madwifi-0.9.3.3/ath_rate'
make[1]: Entering directory `/root/DOWNLOAD/madwifi-0.9.3.3/net80211'
test -d //lib/modules/2.6.21.5/net || mkdir -p //lib/modules/2.6.21.5/net
for i in wlan.o wlan_wep.o wlan_tkip.o wlan_ccmp.o wlan_acl.o wlan_xauth.o wlan_scan_sta.o wlan_scan_ap.o; do \
f=`basename $i .o`; \
install $f.ko //lib/modules/2.6.21.5/net; \
done
make[1]: Leaving directory `/root/DOWNLOAD/madwifi-0.9.3.3/net80211'
(export KMODPATH=/lib/modules/2.6.21.5/net; /sbin/depmod -ae 2.6.21.5)
make -C ./tools install || exit 1
make[1]: Entering directory `/root/DOWNLOAD/madwifi-0.9.3.3/tools'
install -d /usr/local/bin
for i in athstats 80211stats athkey athchans athctrl athdebug 80211debug wlanconfig; do \
install $i /usr/local/bin/$i; \
strip /usr/local/bin/$i; \
done
install -d /usr/local/man/man8
install -m 0644 man/*.8 /usr/local/man/man8
make[1]: Leaving directory `/root/DOWNLOAD/madwifi-0.9.3.3/tools'
bt madwifi-0.9.3.3 #
However, I noted that the ath_pci is not loaded:
Code:
bt etc # dmesg | grep ath
md: multipath personality registered for level -4
ath_hal: module license 'Proprietary' taints kernel.
ath_hal: 0.9.18.0 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
ath_pci: 0.9.4.5 (0.9.3.3)
ath_pci: driver unloaded
ath_hal: driver unloaded
ath_hal: 0.9.18.0 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
ath_pci: 0.9.4.5 (0.9.3.3)