میشه بگی چطوری aircrack رو نصب کردی ؟
یه سری تنظیمات وجود داره برای نصبش اونا رو هم انجام دادی یا نه ؟
احتمالا شما ممکنه از cuad ورژنش استفاده کرده باشی که با کارت گرافیکت مشکل داره یا چیزی شبیه به این چون من خودم هم وقتی تو اوبونتو های مختلف نصب کردم مشکلی نداشتم اصلن مشکل نبوده تا حالا من طریقه نصب خودم رو برات میدم ببین اینجوری جواب میگیری یا نه ؟
install air crack
Install the required Libraries
sudo apt-get install build-essential
sudo apt-get install libssl-dev
Download the file
wget
http://download.aircrack-ng.org/aircrack-ng-1.1.tar.gzExtract it
tar -zxvf aircrack-ng-1.1.tar.gz
cd aircrack-ng-1.1
vi common.mak
Then you must edit the file common.mak and remove the word werror from the line "CFLAGS ?= -g -W -Wall -Werror -O3"
now it looks like this
"CFLAGS ?= -g -W -Wall -O3"
Save the file and follow the last steps
make
sudo make install
Now the aircrack install is finish.