Oops! We have a mismatch here. When you compiled the module, what was the rXXX.ko file that got created? Not r8192se_pci, evidently. If you can't see for sure in your folder, rtl8712etc. you may have to recompile. Post back with your findings if you are unsure.
If you can find the module, simply do:
Code:
sudo modprobe some_module
Of course, substitute the name of the module you built, without the .ko extension. If your wireless comes to life, add the module:
Code:
sudo gedit /etc/modules
Add a new separate line:
Now, we need to clean up a few other things:
Code:
sudo mv /etc/modprobe.d/ndiswrapper /etc/modprobe.d/ndiswrapper.conf
By any chance, is ndiswrapper fighting the native module you built?
In order to clean up
blacklist, we need to see it. Please post:
Code:
cat /etc/modprobe.d/blacklist
We will fix it.