Rin Cat (鈴猫)
Rin Cat (鈴猫)
I had no idea, just tested `ifconfig` and `iwconfig`, both works fine under monitor mode. If there is no useful message in kmsg, maybe it is caused by other parts?...
I do have same logs but able to enable monitor mode without issues... ``` getStack mac80211 getBus usb getdriver() rtl88x2bu getchipset() Realtek Semiconductor Corp. RTL88x2bu [AC1200 Techkey] BUS = usb...
@Caelestis94 It works for me in 5.13.X, and it should support packet injections https://github.com/RinCat/RTL88x2BU-Linux-Driver/pull/51
@wkliang I just tested it, and confirm both packet monitoring and injection are working for me. ``` > airmon-ng start wlp8s0f1u2 phy1 wlp8s0f1u2 rtl88x2bu Realtek Semiconductor Corp. RTL88x2bu [AC1200 Techkey]...
@wkliang do you able to get any kernel logs? I may try it in some live systems and see if I can reproducing it.
I cannot reproduce it in Debian 11, but able to do it in Arch. But since my Gentoo has same kernel version and it works fine, I am not sure...
The wiphy mutex lock is not controlled by the driver, so its something else hold it caused a deadlock. I highly suspect it may be systemd or udev rules, as...
Maybe a bug in Debian? It works for my vanilla kernel. `scripts/check-local-export` exists in my kernel sources.
I think you have to report this to Debian, as the build scripts are from the kernel, not in this driver. And it works for my vanilla 5.19 RC4, so...
Your distribution backported new features, so the kernel version did not matched the expectation. Please see https://github.com/RinCat/RTL88x2BU-Linux-Driver/issues/94 for fix.