I'm trying to set up a usb wireless antenna on my "desktop". The driver is RTL8188SU. What tools do I need from the repo? I downloaded the driver from realtek but, I don't know how to install it. I untar it in my home directory but, when I type make in the terminal, I get an error saying
root@box:/home/tc/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401/driver/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401# make
make ARCH=i386 CROSS_COMPILE= -C /lib/modules/3.0.3-tinycore/build M=/home/tc/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401/driver/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401 modules
make: *** /lib/modules/3.0.3-tinycore/build: No such file or directory. Stop.
make: *** [modules] Error
before this I got the wireless to work from using ndiswrapper and the realtek exe driver, but after a reboot it no longer works and when I type in the terminal wlan0 up - I get no device found.