I have bought a USB wifi dongle (Digisol DG-WN3150Nu B1). By default it doesn't detect in Ubuntu 12.04. Help needed in auto detection of wireless networks.
I have followed the steps mentioned here that describes a similar problem. But doesn't seem to work for me.
Below are the output of the commands on my system
imprika@imprikalabs:~$ lsusb
Bus 001 Device 002: ID 046d:c534 Logitech, Inc.
Bus 001 Device 003: ID 04d9:1702 Holtek Semiconductor, Inc.
Bus 001 Device 005: ID 148f:7601 Ralink Technology, Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
and
imprika@imprikalabs:~$ sudo modprobe rtl8192cu
WARNING: Error running install command for rtlwifi
WARNING: Error inserting rtl8192c_common (/lib/modules/3.13.0-92-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting rtl8192cu (/lib/modules/3.13.0-92-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192cu/rtl8192cu.ko): Unknown symbol in module, or unknown parameter (see dmesg)
and
imprika@imprikalabs:~$ modinfo rtl8192cu | grep 8176
alias: usb:v0BDAp8176d*dc*dsc*dp*ic*isc*ip*in*
Any help would be appreciated.