
Originally Posted by
digus
OK - I know this is a dirty kludge, but I just had to do something (anything) get gerix going on BT5 R1, with the 1000 BGN. On BT5 R1 x64 (should work on x86/32bit also), running this command should fix the issue and get you up and cracking, with the Intel 1000 BGN wireless chip:
cp /usr/local/sbin/airmon-ng /usr/local/sbin/airmon-ng-BAK && sed 's/| grep Link |/| grep iwlagn |/g' /usr/local/sbin/airmon-ng-BAK>/usr/local/sbin/airmon-ng
It works perfectly for me. My card is reported as "Intel Corporation Centrino Wireless-N 1000", specifically.
If this doesn't work for you for some reason, run this command to put your airmon-ng file back to it's original state:
cp /usr/local/sbin/airmon-ng-BAK /usr/local/sbin/airmon-ng
Good luck!