I wanted to make a Wireless Access Point out of my Raspberry Pi which would encrypt all my data requests into the Tor Network. But I am finding it very hard to get a compatible USB WiFi Adapter.
Now I got this Adapter with a RTL8188EUS chipset (that's what the driver files said, not any properties), but it does not install into Raspbian. This adapter works out-of-the-box with RaspBMC (the XBMC distro for Raspberry Pi), but needs manual driver installation on Raspbian.
The CD that I got with the WiFi Adapter had a folder called Linux, which contained a zip file. On exploring the zip file, I found a folder called driver which contained a .tar.gz file.
Now I tried following the other help pages online, but the part called './configure' gave an error output, and 'make' and 'sudo make install' also gave similar outputs.
Can anyone give me a set of commands to run so I can install these drivers?
Now I got this Adapter with a RTL8188EUS chipset (that's what the driver files said, not any properties), but it does not install into Raspbian. This adapter works out-of-the-box with RaspBMC (the XBMC distro for Raspberry Pi), but needs manual driver installation on Raspbian.
The CD that I got with the WiFi Adapter had a folder called Linux, which contained a zip file. On exploring the zip file, I found a folder called driver which contained a .tar.gz file.
Now I tried following the other help pages online, but the part called './configure' gave an error output, and 'make' and 'sudo make install' also gave similar outputs.
Can anyone give me a set of commands to run so I can install these drivers?