I am also having problems with getting airmon-ng to run in BT5 with my Intel WiFi Link 1000 card. The card model number is 112bnhmw and im still trying to figure out a chipset, i believe its centrino.
The wireless networking works awesome. I am able to connect to WEP/WPA networks and surf out of the box however i would like to learn about security side of networking in preparation for taking classes toward CEH.
Here are the commands that i have run and their output:
Code:
root@bt:~/Desktop# lspci | grep WiFi
0d:00.0 Network controller: Intel Corporation WiFi Link 1000 Series
root@bt:~/Desktop# ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 8c:a9:82:76:ea:52
inet addr:192.168.1.108 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::8ea9:82ff:fe76:ea52/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:20335 errors:0 dropped:0 overruns:0 frame:0
TX packets:15563 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:14519443 (14.5 MB) TX bytes:2107441 (2.1 MB)
root@bt:~/Desktop# iwconfig wlan0
wlan0 IEEE 802.11bgn ESSID:"home network"
Mode:Managed Frequency:2.437 GHz Access Point: 00:21:29:6B:68:86
Bit Rate=1 Mb/s Tx-Power=14 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:D260-D68D-2C1B-2B30-E367-5987-5F
Power Management:off
Link Quality=50/70 Signal level=-60 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:26 Missed beacon:0
root@bt:~/Desktop# lsmod | grep iw
Module Size Used by
iwlagn 201091 0
iwlcore 72890 1 iwlagn
mac80211 277247 2 iwlagn,iwlcore
cfg80211 166113 3 iwlagn,iwlcore,mac80211
After running those i ran and it said i had to kill some proccesses so i ran
Code:
airmon-ng check kill
and it killed the processes however wicd was still running so i couldnt kill the last DHCP process.
i proceded to run:
Code:
root@bt:~# /etc/init.d/wicd stop
* Stopping Network connection manager
wicd [ OK ]
root@bt:~# ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 8c:a9:82:76:ea:52
inet addr:192.168.1.108 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::8ea9:82ff:fe76:ea52/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:20862 errors:0 dropped:0 overruns:0 frame:0
TX packets:15996 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:14905989 (14.9 MB) TX bytes:2172564 (2.1 MB)
root@bt:~# ifconfig wlan0 down
root@bt:~# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Tx-Power=14 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:D260-D68D-2C1B-2B30-E367-5987-5F
Power Management:off
root@bt:~# airmon-ng check
Found 2 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!
PID Name
5095 wpa_supplicant
9311 dhclient
Process with PID 5095 (wpa_supplicant) is running on interface wlan0
Process with PID 9311 (dhclient) is running on interface wlan0
root@bt:~# airmon-ng check kill
Found 2 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!
PID Name
5095 wpa_supplicant
9311 dhclient
Process with PID 5095 (wpa_supplicant) is running on interface wlan0
Process with PID 9311 (dhclient) is running on interface wlan0
Killing all those processes...
After all of that i ran
Code:
root@bt:~# airmon-ng check
and it returned without error.
I ran
Code:
root@bt:~# airmon-ng start wlan0
Interface Chipset Driver
it has not returned or printed anything else in the past 10 minutes.
I read that BT4 had support for Intel WiFi Link 1000 after adding the iwlwifi-1000-3.ucode firmware and were able to inject and use airmon-ng.
I have tried using compat wireless but i am unsure of what version to download so i downloaded the one that corresponded to
Code:
root@bt:/lib/firmware# uname -rso
Linux 2.6.38 GNU/Linux
I assume it has something to do with the driver not being able to work in monitor mode. Next I am going to lookin into how the driver is set up in BT4 and see what differences I see between BT4 and BT5 and see if i can work something out.
After all of that, I'm wondering if anyone has any direction they think I should go? I'm willing to read and research any think you think i need to know to figure out how to get this up and working then i will post a full how-to in the BT5 How-To section for other users.
Thank you in advance for any help or insight you are able to provide me.
Also, if i have posted this in the wrong place or need to add any other system info or command output, let me know. 
_D