Tried alot of older forumpost with no luck, but found on post which finally did the job.
copy from post:
Here's the instructions that I wrote for someone else with the same problem awhile back.
Uninstall the aircrack-ng suite (airmon-ng is included in this) with this command:
Code:
apt-get autoremove aircrack-ng
Then download the sources from the aircrack-ng website here:
http://www.aircrack-ng.org/
Extract the .tar file with this command:
Code:
tar -xf aircrack-ng-1.1.tar.gz
You will need to update some of the SSL-dev files so run this before building from source:
Code:
apt-get install libssl-dev
Enter the directory that was just extracted and then run:
Code:
make
make install
Reboot and everything should be good to go now.