LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install wireless driver..Help (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-wireless-driver-help-357415/)

hypnotiks 08-26-2005 11:44 PM

How to install wireless driver..Help
 
I downloaded the driver from intel. i have the ipw2200_linux_1_0_0.tgz (intel wirelesss driver) n my desktop. i open a terminal and did tar xvzf ipw2200_linux_1_0_0.tgz and i get an error. can someone tell me how to really install this driver. step by step. i am running fedora C4 on a dell.

scuzzman 08-26-2005 11:52 PM

What is the error you get when you try and untar the driver? Also, did it come with a README file?

hypnotiks 08-27-2005 12:01 AM

this is what i get.

[root@localhost intelwireless]# tar xvzf ipw2200_linux_1_0_0.tgz
tar: ipw2200_linux_1_0_0.tgz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
[root@localhost intelwireless]#

jbuckley2004 08-27-2005 09:42 AM

It looks very much like you're not in the right directory.
The error message indicates that you were root when you tried to untar the package, which probably placed you in the /root directory by default. Is the package in your home directory perhaps? Some directory named /home/yourfavoritename?
Although you must be root to properly build and install the driver, you don't have to be root to untar it.


All times are GMT -5. The time now is 03:03 AM.