Yesterday I installed ndiswrapper in my Fedora 8. What to do:
Uninstall completely any previous versions of ndiswrapper.
Download the latest stable one from
here
Now we are going to remove Fedora 8 in-built drivers
blacklist the modules
Quote:
echo "blacklist b43" >> /etc/modprobe.d/blacklist
echo "blacklist ssb" >> /etc/modprobe.d/blacklist
|
Unpack and install ndiswrapper
Quote:
tar -zxvf ndiswrapper-1.50.tar.gz
cd ndiswrapper-1.50
make distclean
make
make install)
|
Then install the Windows drivers
Quote:
|
ndiswrapper -i driver.inf
|
Finally
Quote:
depmod -a
modprobe ndiswrapper
ndiswrapper -ma
|
This should get you going.