Assuming ndiswrapper, ndiswrapper-comon, ndiswrapper-dkms, and ndiswrapper-utils-1.9 (4 packages) are installed properly you can use the command line to get it working assuming you have the correct firmware. To do so follow these instructions.
Make sure drivers are visible on the Dekstop
Code:
cd Desktop
sudo ndiswrapper -i xxxxxxxx.inf #replace xxxxxxxx.inf with the name of the .inf file on your desktop
ndiswrapper -l
sudo depmod -a
sudo modprobe ndiswrapper
sudo ndiswrapper -m
echo "ndiswrapper"|sudo tee -a /etc/modules
sudo shutdown -r now
Start your machine back up again and let us know how you go.