LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing Ndiswrapper (https://www.linuxquestions.org/questions/linux-newbie-8/installing-ndiswrapper-352354/)

Sleepy_Sentry 08-11-2005 07:59 PM

Installing Ndiswrapper
 
I just installed Suse 9.3 and have the contents of the Ndiswrapper .tar extracted to my desktop in a folder called wifi. What do I do next to install Ndiswrapper?

Thanks for the help in advance.

jrdioko 08-11-2005 08:33 PM

If you extracted the archive, read the file inside called INSTALL to see the next steps to follow.

jeffk42 08-12-2005 08:18 AM

An even easier source of information might be this:
http://ndiswrapper.sourceforge.net/m...p/Installation

Sleepy_Sentry 08-12-2005 11:29 AM

Thanks for the help.

When doing tar zxvf ndiswrapper-1.1.tar.gz I get this:

Code:

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors


Sleepy_Sentry 08-12-2005 12:58 PM

Quote:

Originally posted by Sleepy_Sentry
Thanks for the help.

When doing tar zxvf ndiswrapper-1.1.tar.gz I get this:

Code:

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors


I found the solution.

If you download a file using Firefox or any browser based on netscape, sometimes it uncompresses it for you.
Just get rid of the z in tar zxvf and you're good to go. So instead of tryping in tar zxvf, you would type tar xvf.

jrdioko 08-12-2005 09:55 PM

If it's something.tar.gz, use "zxvf".
If it's something.tar.bz2, use "jxvf".
If it's something.tar, use "xvf".


All times are GMT -5. The time now is 06:10 PM.