The link ozar posted for you, is about as basic as it gets. Which part are you having trouble with? Be as specific as possible when you ask for help. I'm guessing that you have no internet connectivity yet, or do you? All the commands list in that link, need to be run from a command prompt or a terminal window and it's also called konsole, they also need to be run as root. So, if you downloaded it to the desktop, open a terminal/konsole, login as root, or use sudo and type this: Code: cd /home/username/Desktop
replace username with your username Code: tar -zxvf filename.tar.gz
replace filename with the actual filename. That command will extract all the files to it's own directory, probably named ndiswrapper-x.xx.
use the ls command to find it. Then cd to that directory Now you are ready to use make and make install as the tutorial tells you. If you have any problems, just write down the error and post back here for more help
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
|