LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   WMP11 Driver (https://www.linuxquestions.org/questions/linux-networking-3/wmp11-driver-50759/)

Nick5449 03-19-2003 08:53 PM

WMP11 Driver
 
I am new at using Linux, so bare with me.... I have a WMP11 card (version 1). I'm pretty sure I have found the right driver for it, but now that I have it I have no clue what to do. The files extention is gz. But whenever I click on it the menu comes up and asks what I want to open it with. How do I get the driver to work?? Thanks

Mara 03-20-2003 03:44 PM

You need to unpack the file. Copy it to a safe place (when you can unpack it), open a terminal, cd to the directory you copied it, then run
tar zxvf filename.tar.gz
A new directory will be created (it usually is, but not always), inside there should be INSTALL or README file. Read them, they tell you how to install the driver into your system.

In case of problems, post again.

Nick5449 03-20-2003 08:07 PM

How do I unpack the file?

GAVollink 03-20-2003 10:04 PM

Do you know the command line interface at all? If you don't this will be very difficult...

First - copy the file to your "home" directory.
Second - open a terminal

To "unpack" a gz file, from the command line:
Quote:

gzip -d filename.gz
This will leave you with a file (filename) - if "filename" is now something that ends with a "tar" you should "Extract" the tar file (also from the command line)
Quote:

tar xvf filename.tar
Then you can return to your gui session and see the resulting files (they will probably be in a sub-directory of your home)

--
Remember the site title "where Linux newbies come for help"


All times are GMT -5. The time now is 05:15 PM.