From "modinfo rtl8192cu":
Code:
filename: /lib/modules/3.1.10-1.9-desktop/kernel/drivers/net/wireless/rtlwifi/rtl8192cu/rtl8192cu.ko
firmware: rtlwifi/rtl8192cufw.bin
description: Realtek 8192C/8188C 802.11n USB wireless
Check if these files exist. Of course start at /lib/modules/$(uname -r)/ for the kernel module. Look in /lib/firmware/rtlwifi for the firmware. Sometimes the firmware comes with the kernel. Sometimes it is available in a package you need to install.
Code:
grep -i rtl8192 /boot/config-3.1.10-1.9-desktop
CONFIG_RTL8192CE=m
CONFIG_RTL8192SE=m
CONFIG_RTL8192DE=m
CONFIG_RTL8192CU=m
CONFIG_RTL8192C_COMMON=m
CONFIG_RTL8192U=m
CONFIG_RTL8192E=m
Note that I may have a newer kernel. Sometimes the module names change.