Also running mrengman's compiled module 8192cu here for my Trendnet TEW-648UBM
Code: Select all
$lsusb
Bus 001 Device 004: ID 20f4:648b TRENDnet TEW-648UBM 802.11n 150Mbps Micro Wireless N Adapter [Realtek RTL8188CUS]
$lsmod
8192cu
NB!
The built in kernel module "rtl8192cu" that shipped with raspbian seriously just hanged my machine and spammed dmesg with modprobe timeout failures. I blacklisted it as
Code: Select all
$ cat /etc/modprobe.d/rtl-blacklist.conf
blacklist rtl8192cu
And after that added the 8192cu from 8192cu-20120726.tar.gz to /lib/modules/3.1.9+/kernel/drivers/net/wireless/
Then it started to load fine, and wpa_supplicant had no issues hooking me up on my 802.11n wifi
As for the card itself ... yes it's tiny, yes i just run it off the built in usb port of the raspberry, seems to work just fine from there.