-
Notifications
You must be signed in to change notification settings - Fork 405
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
hcxdumptool not working under TP-Link TL-WN823N v2/v3 [Realtek RTL8192EU]-driver doesn't support ioctl() SIOCSIWFREQ #230
Comments
It looks like this driver depend on NETLINK and doesn't support some (or all) ioctl() calls required by hcxdumptool. Than run the following commands and post the output: Difference betweeen aircrack-ng and hcxdumptool: |
Some more information about WiFi drivers is here: |
To identify the driver, please comment the output of |
Thank you for your feedback ┌──(dimitri㉿kali)-[~] |
I think we can close this report, because other drivers are working as expected. |
Agree , so it's better to include them in the future (if possible) , thank you for your excellent support. |
This is the git hub of rtl88XXau: As mentioned before, the stock kernel driver
while the third party driver doesn't work. |
Another example of a working Realtek stock kernel driver. This time RTL8821CE PCIe card:
There is no tx power on channel 14, because it is disable in my environment by crda. |
Latest git head hcxdumptool should work now running this driver: |
Can you please test hcxlabtool which use NL80211 and RTNETLINK instead of WIRELESS EXTENSIONS): $ make Thanks. |
Hello ,
I am trying to use hcxdumptool , but i am getting the below errors :
sudo hcxdumptool -i wlan0 -o dumpfile.pcapng --active_beacon --enable_status=15
`
initialization of hcxdumptool 6.2.7-17-g87fcd83 (depending on the capabilities of the device, this may take some time)...
interface is already in monitor mode, skipping ioctl(SIOCSIWMODE) and ioctl(SIOCSIFFLAGS) system calls
driver doesn't support ioctl() SIOCSIWFREQ
frequency test failed
warning: failed to init socket
terminating...
1 driver error encountered
usually this error is related to pselect() after SIGTERM has been received
ERRORs < 10 are related to a slow initialization and can be ignored
`
Note that my wireless adaptor support monitor and injection :
`
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:"Ooredoo_96" Nickname:"WIFI@REALTEK"
Mode:Monitor Frequency:2.422 GHz Access Point: 1A:59:C0:3F:E9:39
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=1/100 Signal level=1/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
`
`
07:36:20 Trying broadcast probe requests...
07:36:20 Injection is working!
07:36:21 Found 3 APs
07:36:21 Trying directed probe requests...
07:36:21 1A:59:C0:3F:E9:39 - channel: 3 - 'Ooredoo_96'
07:36:22 Ping (min/avg/max): 4.238ms/13.395ms/28.225ms Power: -71.00
07:36:22 30/30: 100%
07:36:22 E8:9F:80:26:99:A2 - channel: 3 - 'Ooredoo_96_Ext'
07:36:22 Ping (min/avg/max): 0.451ms/6.033ms/16.040ms Power: -64.73
07:36:22 30/30: 100%
07:36:22 1E:59:C0:3F:E9:39 - channel: 3 - ''
07:36:22 Ping (min/avg/max): 4.385ms/13.173ms/30.151ms Power: -73.40
07:36:22 30/30: 100%
`I am using TP-Link TL-WN823N v2/v3 [Realtek RTL8192EU]
└─$ lsusb
Bus 001 Device 002: ID 2357:0109 TP-Link TL-WN823N v2/v3 [Realtek RTL8192EU]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Can you please help
Thanks
The text was updated successfully, but these errors were encountered: