On Thu, 2 Feb 2006, [EMAIL PROTECTED] wrote:
This is what I got

[EMAIL PROTECTED] ~]$ ls -l /usr/sbin/ndiswrapper
-rwxr-xr-x 1 root root 20502 Jan 19 12:51 /usr/sbin/ndiswrapper

So the file *is* actually there. It's just not in your path. So you have two options:

a) Instead of running "ndiswrapper ..." run instead "/usr/sbin/ndiswrapper ..."

b) Use "su -" instead of "su" to become root, which should add "/usr/sbin/" to your path. (Run "echo $PATH" to make sure.)

        ~ Ross

--------------------
BYU Unix Users Group http://uug.byu.edu/
The opinions expressed in this message are the responsibility of their
author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/newbies

Reply via email to