Doesn't look like the karma patch is in the madwifi drivers that come for the new kernel ?
If they are then I just have issues with my card.
I tried recompiling with karma patch but the newer kernel doesn't like it.
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
Using driver that worked with BT 4 beta with injection and karma
svn -r 3925 co svn.madwifi-project.org/madwifi/branches/madwifi-hal-0.10.5.6
cd madwifi-hal-0.10.5.6/
wget patches.aircrack-ng.org/madwifi-ng-r3925.patch
wget darkoperator.com/tools-and-scripts/madwifi-hal-digininja-karma-updated_1.patch
patch -N -p 0 -i madwifi-ng-r3925.patch
patch -N -p 0 -i madwifi-hal-digininja-karma-updated_1.patch
./scripts/madwifi-unload
make
make install
depmod -ae
modprobe ath_pci
with make I get the following errors
Warning: Symbol version /dump /usr/src/linux-source-2.6.29.4/Module.symvers is missing; modules will have no dependencies and modversions.
/root/madwifi-hal-0.10.5.6/net80211/ieee80211_wireless.c: In function 'ieee80211_ioctl_karma_addssid':
/root/madwifi-hal-0.10.5.6/net80211/ieee80211_wireless.c:2133: error: 'struct net_device' has no member named 'priv'
make[3]: *** [/root/madwifi-hal-0.10.5.6/net80211/ieee80211_wireless.o] Error 1
make[2]: *** [/root/madwifi-hal-0.10.5.6/net80211] Error 2
make[1]: *** [_module_/root/madwifi-hal-0.10.5.6]] Error 2
make[1]: Leaving directory '/usr/src/linux-source-2.6.29.4'
make: *** [modules] Error 2
I to had this problem, using darkoperator's instructions. I was able to get it to compile.
1. Go to the directory where the error is.
/root/madwifi-hal-0.10.5.6/net80211/
2.You will notice there are two ieee80211_wireless.c's, digininga's patch makes a new one, renaming the old ieee80211_wireless.c.orig,
ieee80211_wireless.c is the karma patched one.
3.Open both side by side, line 2133 ieee80211_wireless.c should look like line 2133 ieee80211_wireless.c.orig.
4.Delete ieee80211_wireless.c.orig
5.make && make install
hope this helps
PS I tried this using aircracks latest madwifi-ng instructions, r4073, and it did not work
kinchyle, using apt-get or gui, I have been unable to get the madwifi, aka karma patch.
Typing in madwifi in synaptic didn't give me anything.
So, I went straight to the repo's in a browser, and had a look around.
The driver that is compiled for BT4PF kernel is at
archive_dot_offensive-security_dot_com/pool/microverse/m/madwifi-drivers/madwifi-drivers-
4032-bt1.deb
dpkg -i madwifi-drivers-4032-bt1.deb
Compiling from darkoperator's instruct's will give you the same thing, although there is a slight prob with compile. search karma-bt4pf-on this site.
conflickR