My wireless card finally work but i cant switch it to MONITOR MODE so i cant use airodump
Driver are probably ok because i can connect to wifi without problem.
ifconfig
Code:
eth0 Link encap:Ethernet HWaddr b8:70:f4:e6:60:38
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:16
eth1 Link encap:Ethernet HWaddr cc:af:78:2b:be:02
inet addr:192.168.0.102 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::ceaf:78ff:fe2b:be02/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7328 errors:0 dropped:0 overruns:0 frame:1426
TX packets:5710 errors:23 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8362166 (8.3 MB) TX bytes:906079 (906.0 KB)
Interrupt:17
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:91 errors:0 dropped:0 overruns:0 frame:0
TX packets:91 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6257 (6.2 KB) TX bytes:6257 (6.2 KB)
iwconfig
Code:
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11bgn ESSID:"dlink"
Mode:Managed Frequency:2.427 GHz Access Point: 1C:AF:F7:A8:FC:C0
Bit Rate=48 Mb/s Tx-Power:24 dBm
Retry min limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Managementmode:All packets received
Link Quality=5/5 Signal level=-15 dBm Noise level=-86 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
airmon-ng
Code:
Interface Chipset Driver
eth1 Broadcom wl
airmon-ng start eth1
Code:
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
2432 wpa_supplicant
2448 dhclient
Process with PID 2432 (wpa_supplicant) is running on interface eth1
Interface Chipset Driver
eth1 Broadcom wl (monitor mode enabled)
wl (monitor mode enabled) even if there is MONITOR MODE ENABLED in iwconfig is still MANAGED
airodump-ng eth1
Code:
ioctl(SIOCSIWMODE) failed: Invalid argument
ARP linktype is set to 1 (Ethernet) - expected ARPHRD_IEEE80211,
ARPHRD_IEEE80211_FULL or ARPHRD_IEEE80211_PRISM instead. Make
sure RFMON is enabled: run 'airmon-ng start eth1 <#>'
Sysfs injection support was not found either.
From bunch of topics I read It's because it isn't switched to monitor mode.
I'll be glad for any help