Results 1 to 4 of 4
I downloaded the code from sourceforge (ndiswrapper-1.47.tar) to my desktop and then:
root@eric-laptop:~# tar -zxvf ndiswrapper-1.47.tar.gz
tar: ndiswrapper.tar.gz: cannot open: no such file or directory
tar: Error is not recievable: ...
- 09-18-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 43
problem installing ndiswrapper 1.47
I downloaded the code from sourceforge (ndiswrapper-1.47.tar) to my desktop and then:
root@eric-laptop:~# tar -zxvf ndiswrapper-1.47.tar.gz
tar: ndiswrapper.tar.gz: cannot open: no such file or directory
tar: Error is not recievable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
root@eric-laptop:~#
- 09-18-2007 #2
That error means that the file ndiswrapper-1.47.tar.gz is not in your current working directory.
- 09-19-2007 #3Just Joined!
- Join Date
- Aug 2007
- Posts
- 43
The fie is on my desktop.
How do i switch to my desktop directory?
- 09-19-2007 #4
In the terminal you do
Code:$cd ~/Desktop


Reply With Quote
