masterzorag
                                            masterzorag
                                        
                                    Hi @lemonade3 we need some more details about your setup: For example output of following commands ```sh uname -a modinfo 8182eu ``` Also, how do you enter monitor mode? Which...
@lemonade3 have you looked at link from my previous comment about monitor mode?
Just retested **Monitor Mode** :gem: * Stop all services using wlan0 (Adjust device to your needs) ```sh # /etc/init.d/net.wlan0 -D stop * Bringing down interface wlan0 * Stopping wpa_cli on...
@lemonade3, Note I'm using newer `iw` tool to manage wireless interface, instead of `iwconfig`, with newer linux-4.12.8; I'm not using third party script to manage interface, no other services are...
well, seems you run a recent kernel, 5.2.0-3-amd64 1 Debian 5.2.17-1 as you can see, this version of driver is tested on linux 4.x, so for linux 5.x more patches...
We can cherry-pick our patches from already tested work for Realtek v4.4.1 driver so just start clean in a dedicated branch
Managed to build with linux-4.13.15 and 4.14.7, pushed commits @gilcu3 @nomadmzl Testing needed @CGarces patches were ported since they does not apply cleanly: Realtek renamed some debug functions, or reordered...
@gilcu3 can you paste which kernel errors you get? I don't have tested it yet, and not looked at *concurrent mode* at all...
hi, @gilcu3 a look at log points me to cfg80211_scan_done, NULL dereference we have done [a change](https://github.com/masterzorag/RTL8192EU-linux/commit/104f6a65bc69c991961d8797dcd1a6435e4e8ada) there;
Yes, we just patch to get the kernel interface compile fine, but since realtek driver supports just 4.6, we are not dealing with the (now) needed arguments (now we pass...