I had almost the same messages as yours:
- Code: Select all
#################################################
Compile make driver ok!!
##################################################
Authentication requested [root] for remove driver:
ERROR: Module 8192cu does not exist in /proc/modules
Authentication requested [root] for insert driver:
insmod: error inserting '8192cu.ko': -1 Device or resource busy
Authentication requested [root] for install driver:
install -p -m 644 8192cu.ko /lib/modules/3.0.0-12-generic/kernel/drivers/net/wireless/
/sbin/depmod -a 3.0.0-12-generic
##################################################
The Setup Script is completed !
##################################################
However I didn't have the error below:
- Code: Select all
insmod: error inserting '8192cu.ko': -1 Device or resource busy
Even with the rest of the "error" messages, the driver is indeed installed and works. You may want to try to proceed with mads's further instructions:
- Code: Select all
sudo modprobe -r ndiswrapper
sudo ndiswrapper -e net8192cu
echo "blacklist rtl8192cu" | sudo tee /etc/modprobe.d/blacklist-rtl8192cu.conf
echo 8192cu | sudo tee -a /etc/modules
Try restart and see if thing works. You can further try:
- Code: Select all
sudo insmod 8192cu.ko
I had to do:
- Code: Select all
sudo rmmod rtl8192cu
before the installation script could success.
Hope above suggestions provide you with something to try further and hope you will make it work soon.






