Hello everyone! If you bought a Belkin Basic USB wireless adapter (model F7D1101, product ID 050d:945a) and you find that you can't get it to work, even after you've plugged it in and loaded a couple of drivers, then this might help you.
I found this off of a website which I can't seem to remember at the point.

But anyway, here's the procedures to getting it to work.
Get the file from
here and untar it (alternatively, use Ark). Next, create the directory /lib/firmware/RTL8192SU/, and place rtl8192sfw.bin in the directory, using this command:
sudo mkdir /lib/firmware/RTL8192SU/
sudo cp /directory/with/rtl8192sfw.bin /lib/firmware/RTL8192SU/
Add some rules to udev, using this command (I'll use kwrite):
sudo kwrite /etc/modprobe.d/network_drivers.conf
And adding this line of code:
install r8192s_usb /sbin/modprobe --ignore-install r8192s_usb $CMDLINE_OPTS; /bin/echo "050d 945a" > /sys/bus/usb/drivers/rtl819xU/new_id
This should automattically detect the wireless adapter, and you should be able to connect to a wireless hub or wireless router.