fastoe / RTL8812BU

Realtek RTL8812BU Driver for Linux
347 stars 84 forks source link

Mode monitor not work #1

Closed sagaardu closed 4 years ago

sagaardu commented 4 years ago

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

fastoe commented 4 years ago

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