Results 1 to 4 of 4

Thread: ndiswrapper does not exist on my system

  1. #1
    Join Date
    Aug 2008
    Beans
    3

    ndiswrapper does not exist on my system

    Am I the only poor sap that cannot find ndiswrapper on my system. I'm trying to install a wireless adapter and need ndiswrapper to do so. However, whenever I attempt to follow instructions posted on how to do it, the program does not exist. I can't find it in the synaptic package manager and it is not listed in programs to add. I think I must have gotten a defective install! . More likely is that I'm doing something wrong, which is too bad because I was having no problems with my Ubuntu install until now.

  2. #2
    Join Date
    Dec 2005
    Location
    What a weird trip.....
    Beans
    4,676
    Distro
    Ubuntu 12.04 Precise Pangolin

    Cool Re: ndiswrapper does not exist on my system

    Code:
    locate ndiswrapper
    If at first you don't succeed - just buy the company and tell them to make the one you want.

  3. #3
    Join Date
    Feb 2008
    Location
    Chicago, Illinois
    Beans
    145
    Distro
    Ubuntu Studio 10.10 Maverick Meerkat

    Re: ndiswrapper does not exist on my system

    As far as I know, you need to install ndiswrapper--it doesn't come with Ubuntu by default.

    Quote Originally Posted by ToM-X View Post
    Ok try this...

    download ndiswrapper and save to your Home folder.

    Code:
    http://wifix.sourceforge.net/software.php?title=ndiswrapper
    Then open the terminal:

    Code:
    tar xvf ndiswrapper-1.51.tar.gz
    Code:
    pushd ndiswrapper-1.51
    Code:
    sudo make uninstall
    Code:
    make
    Code:
    sudo make install
    Code:
    popd
    Then Ndiswrapper should be installed.
    Got the tutorial from http://ph.ubuntuforums.com/showthrea...=766529&page=6

  4. #4
    Join Date
    Dec 2007
    Location
    Salem, OR
    Beans
    75
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: ndiswrapper does not exist on my system

    What repositories do you have enabled?
    Google and forums taught me most of what I know
    Ubuntu Rocks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •