I have read pages and pages of wiki and I'm just more confused than ever as to driver and patches to use with the aircrack-ng suite. The card chipset is ath5k but the info is conflicting as to which is the best to use.
cat /proc/version
Linux version 3.5.0-22-generic (buildd@lamiak) (gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1) ) #33-Ubuntu SMP Wed Jan 2 21:45:40 UTC 2013
lsmod | grep ath5k
ath5k 135206 0
ath 19188 1 ath5k
mac80211 461203 1 ath5k
cfg80211 175574 3 ath5k,ath,mac80211
lsmod | grep mac80211
mac80211 461203 1 ath5k
cfg80211 175574 3 ath5k,ath,mac80211
so do I use ath5k or mac80211 and then do I have to blacklist all the others? or am I good to go as I followed the instructions to get to this point but it just seems really confusing and conflicting.
mac80211,cfg80211andathwithath5kare just modules to work together to provide support for your device. If you would blacklist any of these, it won't work, as yourlsmodoutput clearly shows the dependencies of them. Now what is your question exactly? Your title is about getting aircrack-ng to work, the body contains just questions about the kernel modules and how they work together. If it's about aircrack-ng, please provide more information about your attempts, what failed and what errors you got. – gertvdijk Jan 21 '13 at 11:49