Fedora Ndiswrapper
From DSO Wiki
Download ndiswrapper
Then do:
tar -zxvf ndiswrapper-version.tar.gz cd ndiswrapper-version make distclean make make install
Get both the .sys and .inf drivers and put them in a convenient location. You can find a list of supported cards at the ndiswrapper site.
Then install the Windows drivers
ndiswrapper -i /path/to/driver.inf
Finally
depmod -a modprobe ndiswrapper ndiswrapper -ma
