Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reatlek 8821CU Cannot put device in monitor mode #48

Closed
ghost opened this issue Apr 17, 2021 · 4 comments
Closed

Reatlek 8821CU Cannot put device in monitor mode #48

ghost opened this issue Apr 17, 2021 · 4 comments
Labels
duplicate This issue or pull request already exists

Comments

@ghost
Copy link

ghost commented Apr 17, 2021

Hi, I am trying to make OWL work on my USB Wifi Adapter which is based on chip Reatlek 8821CU. I have already installed driver on it, with "CONFIG_WIFI_MONITOR" option on.

However, when I am trying to activate OWL with command sudo owl -i wlan1 where wlan1 is the corresponding interface, I get the error of

ERROR: Error while receiving via netlink: Operation not supported
ERROR: Could not put device in monitor mode: wlan1
ERROR: could not initialize core 

even though I have turned on the monitor mode by using iw. Here is the output of sudo iw dev which shows that I have monitor mode turned on:

phy#6
        Interface wlan1
                ifindex 12
                wdev 0x600000001
                addr 20:0d:b0:4f:33:77
                type monitor
                txpower 12.00 dBm
phy#0
        Unnamed/non-netdev interface
                wdev 0x3
                addr 34:2e:b7:17:4d:00
                type P2P-device
                txpower 0.00 dBm
        Interface wlan0
                ifindex 5
                wdev 0x2
                addr 34:2e:b7:17:4d:ff
                ssid WIFI-CZ
                type managed
                channel 1 (2412 MHz), width: 20 MHz, center1: 2412 MHz
                txpower 22.00 dBm
                multicast TXQ:
                        qsz-byt qsz-pkt flows   drops   marks   overlmt hashcol tx-bytes        tx-packets
                        0       0       0       0       0       0       0       0               0

I am not quite sure what happened to make this not working. Any help is appreciated, thanks.

@schmittner
Copy link
Member

Please read #9 (comment)

@schmittner schmittner added the duplicate This issue or pull request already exists label May 3, 2021
@ghost
Copy link
Author

ghost commented May 3, 2021

Hi, I do not think that my problem belongs to the situation described in #9. As you can see in my description, the card I am using is actually capable of active monitoring mode.

If that is not clear enough, here is the relevant content of using iw phy phy1 info:

Supported interface modes:
                 * IBSS
                 * managed
                 * AP
                 * monitor
                 * P2P-client
                 * P2P-GO

I appologize if I am misinterpreting anything.

@schmittner
Copy link
Member

There is no mention of active monitor mode in the output.

@ghost
Copy link
Author

ghost commented May 5, 2021

Hi, sorry, my bad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant