Hi all
I just got an usb Alfa wireless network adapter and it works great in monitor mode.
However I always need to run
Code:
"airmon-ng check kill"
before I can use it. I would however like to be able to monitor and use wifi on the same time, and since I have two network devices (wlan0 and wlan1mon) it should be possible.
However as soon as I run:
Code:
service network-manager start
my monitoring stops and I get the following message:
Code:
read failed: Network is down
ioctl(SIOCSIWMODE) failed: Device or resource busy
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 wlan1mon <#>'
Sysfs injection support was not found either.
Can't reopen wlan1mon
Is it possible to get the wireless network running with some other command?
Regards,
Bernhard