To get 8188 into Monitor mode while using RTL8188, use the following setup instructions:
iwconfig ra0 mode monitor
But the print appears as follows:
Error for wireless request "Set Mode" (8B06) :
SET failed on device ra0 ; Operation not supported.
device ra0 entered promiscuous mode
Note that this operation is not supported because iwconfig does not support it, but check that iwconfig supports setting modes
~ # iwconfig --help
Usage: iwconfig [interface]
interface essid {NNN|any|on|off}
interface mode {managed|ad-hoc|master|...}
interface freq N.NNN[k|M|G]
interface channel N
interface bit {N[k|M|G]|auto|fixed}
interface rate {N[k|M|G]|auto|fixed}
interface enc {NNNN-NNNN|off}
interface key {NNNN-NNNN|off}
interface power {period N|timeout N|saving N|off}
interface nickname NNN
interface nwid {NN|on|off}
interface ap {N|off|auto}
interface txpower {NmW|NdBm|off|auto}
interface sens N
interface retry {limit N|lifetime N}
interface rts {N|auto|fixed|off}
interface frag {N|auto|fixed|off}
interface modulation {11g|11a|CCK|OFDMg|...}
interface commit
Check man pages for more details.
~ #
Then I looked at the driver source code and found that the driver source code turned off Monitor mode by default, as follows:
CONFIG_WIFI_MONITOR = n
Rewrite N to Y, then recompile the driver, burn it to the device, and the test can be set to Monitor mode as normal.
Read More:
- How to Fix error: ‘for’ loop initial declarations are only allowed in C99 mode
- How to Fix SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed.
- UnhandledPromiseRejectionWarning Error: Can‘t set headers after they are sent (How to Fix)
- How to Fix Session is not Connecting (How to Diagnose it)
- How to set the custom blood bar UI in UE4 and how to call it
- Ubuntu 20.04: How to create shortcut startup mode in IntelliJ idea
- How to fix process system isn’t responding on Android?
- How to Fix Your Timestep
- How to Fix GIT Push Error
- How to Fix LDPlayer4 Proxy Setting Not Work Issue
- failed: Too many links (How to Fix)
- How to Fix Error in module RSQL of the database interface
- Event resolution of component {b3118b2-1f49-48e5-b6f5-bc21caec56fb}
- How to Fix Node.js connection to MYSQL error.
- How to Fix IWAB0489E Error when deploying Web service to Axis runtime
- How to use dangerously set inner HTML in react
- INSTALL PARSE FAILED INCONSISTENT CERTIFICATES (How to Fix)
- Package pdftex.def Error: PDF mode expected, but DVI mode detected!_ mdpi_ Templatex compilation error in winedt
- com.android.ddmlib.AdbCommandRejectedException: device offline Error while Installing APK (How to Fix)
- RabbitMQ Startup Script (How to Set)