fastoe/RTL8812BU

Mode monitor not work

Closed this issue · 1 comments

Hello,

I am testing the controller but monitor mode is not working.

He activated the parameter:

CONFIG_WIFI_MONITOR = y

But running airodump doesn't show any network.

CH 9 ][ Elapsed: 6 s ][ 2020-04-29 12:03

BSSID PWR Beacons #Data, #/s CH MB ENC CIPHER AUTH ESSID

BSSID STATION PWR Rate Lost Frames Notes Probes

Hi sagaardu,
72 "CONFIG_80211W = n" -> "CONFIG_80211W = y"
76 "CONFIG_WIFI_MONITOR = n" -> "CONFIG_WIFI_MONITOR = y"
make
sudo make install
sudo ifconfig wlx1cbfcea97791 down
sudo iwconfig wlx1cbfcea97791 mode monitor
sudo ifconfig wlx1cbfcea97791 up