Go into the terminal and type:
Code:
Sudo apt-get update
sudo apt-get install ndiswrapper
Then put in your cd with the belkin drivers. There should be some files with the extensions of .inf and .sys. Drag them onto your desktop; there should be 2-4 files.
Now, type this in the terminal
Code:
cd /home/<your username goes here>/Desktop
sudo ndiswrapper -i <driver>.inf
Type the name of you driver where it says "driver". It is a .inf file btw. Remember, it is cap sensitive.
Then type this into the terminal
Code:
sudo modprobe ndiswrapper
Then go under System>>Administration>>Networking.
Then highlight your wireless device and select properties. Enter the name of your wifi hub, and password. Use DHCP and Hexadecimal. Now restart.
Once you have restarted type into the terminal
Code:
sudo modprobe ndiswrapper
Check your settings and make sure your wifi device is the default gateway device via System>>Administation>>Networking.
If you get any errors or problems in any of these steps, paste the error here.