Find the answer to your Linux question:
Results 1 to 3 of 3
im tryin to setup a wireless network adapter when i type in the command below sudo apt-get install ndiswrapper-common ndiswrapper-source linux-kernel-headers module-assistant sudo module-assistant auto-install ndiswrapper i get this response ...
  1. #1
    Just Joined!
    Join Date
    Aug 2006
    Posts
    4

    debian commands

    im tryin to setup a wireless network adapter
    when i type in the command below

    sudo apt-get install ndiswrapper-common ndiswrapper-source linux-kernel-headers module-assistant
    sudo module-assistant auto-install ndiswrapper

    i get this response
    reading packages done
    building dependency tree done
    E:couldnt find package ndiswrapper-common

    steps i took to this point
    i have loged in as su
    i have changed directory/folder to where i extracted the ndiswrapper
    still the same error, why does it look in E: for this info,i thougth drive C: was the main drive,anyway im using debian 3.1r2 sarge,my kernel image is 2.6.2.8-2-686 the version of ndiswrapper im using is 1.22rc2 .after lot of searching and different commands i think the ndiswrapper is my first obstacle and i cannot progress beyond this point,can you advise thanks
    _________________

  2. #2
    Linux Engineer Zelmo's Avatar
    Join Date
    Jan 2006
    Location
    Riverton, UT, USA
    Posts
    1,001
    It's not looking in E: for ndiswrapper; there is no E:, nor is there a C:. The E: means it's telling you about an error.

    If you have Synaptic, open that up and do a search for ndiswrapper and see if something like ndiswrapper-common (or something equally useful) comes up in the results. Alternatively, if you don't have Synaptic or don't want to use it, you can get the same thing this way:
    Code:
    # apt-cache search ndiswrapper
    Oh, and make sure your apt repositories are pointing to a good Debian mirror, not the install CD.
    Stand up and be counted as a Linux user!

  3. #3
    Just Joined!
    Join Date
    Aug 2006
    Posts
    4

    Red face re

    i couldnt do the command you suggested,as i cant login,
    when i type my username and pword it keeps goin back to the same login screen,so when i sort this out i can try the code you sent tanx much

Posting Permissions

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