I have an Asus USB-N13 WiFi-n dongle and based on several sources on-line it has a RealTek RTL8192cu chipset. I had to download and install the RealTek .deb package by hand using dpkg because I don't have wired Ethernet access at my current location.
That seems to have worked fine, as there is a file rtl8192cu.ko file in directory /lib/modules/3.1.9+/kernel/drivers/net/wireless/rtlwifi/rtl8192cu/
When I do a depmod -a and then a modprobe rtl8192cu.ko, I get:
FATAL: Module rtl8192cu.ko not found.
However, when I do a modinfo rtl8192cu, everything about the driver shows up just fine, including the path to the rtl8192cu.ko file, the path to the firmware file rtl8192cufw.bin, the device description, etc.
The dongle's info appears fine in dmesg, and it shows up in lsusb, but, the module doesn't show up in lsmod. I've put rtl8192cu in the blacklist to ensure something old that might be in the kernel doesn't get loaded, I've removed, waited, then reinserted the dongle, I've rebooted, and I still can't figure out why the driver doesn't appear to be loading.
Thanks in advance for whatever I'm obviously forgetting.