Sat Jul 29, 2006 4:12 pm
tar zxvf ndiswrapper-1.12.tar.gz
cd ndiswrapper-1.12
make
make install
bash: make: command not found
Thu Aug 03, 2006 9:47 pm
su -
[prompt]password:
(now you will be root so you can run make)
///OR DO THIS///
sudo make
[prompt]password: