Results 1 to 4 of 4

Thread: Can i use ndiswrapper for wg111t?

  1. #1
    Join Date
    Jul 2009
    Posts
    20

    Can i use ndiswrapper for wg111t?

    I have a netgear wg111 usb wifi dongle and i have only windows drivers. I know that using ndiswrapper you can install windows drivers on linux. Can i use ndiswrapper for wg111t? I'm a noob please help...

  2. #2
    Join Date
    Jan 2009
    Posts
    710

    Re: Can i use ndiswrapper for wg111t?

    Which linux distribution and version are you using? Well also mention which version of wg111 are you using? Do you have the windows driver in a zip file or a self-extracting file? Or do you have a normal folder? The ndiswrapper can be used, you can try it anyways...!?

  3. #3
    Join Date
    Jul 2009
    Posts
    20

    Re: Can i use ndiswrapper for wg111t?

    Thanks for the fast reply, but can you please guide me how to use ndiswrapper, i just know that it can be used, but how i don't know to use it to install windows drivers on linux. Also i use Ubuntu 9.04. Its pretty awesome, i just switched from Kubuntu to Ubuntu... I have the driver in a folder. Not in a zip or exe file. Will that matter? Please help friends...

  4. #4
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Can i use ndiswrapper for wg111t?

    No, its good if you have a folder. Now you will have an inf file which the setup information file, in this case, driver installation information file. Open terminal and type :
    Code:
    sudo ndiswrapper -i filename.inf
    This will create a new configuration directory for you wifi device, now run the following command to load the drivers :
    Code:
    ndiswrapper -l
    Now you should see something like this :
    Code:
    Rudra-Pc@rudra:~> /usr/sbin/ndiswrapper -l
    <some-dev-id>         driver present, hardware present
    Now run :
    Code:
    modprobe ndiswrapper
    And finally run :
    Code:
    ndiswrapper -m
    This last command will load your drivers at startup.

Similar Threads

  1. Unable to find ndiswrapper update in CentOS
    By Lyudmyla in forum Operating Systems
    Replies: 5
    Last Post: 08-05-2011, 10:28 AM
  2. Netgear WG111T usb wireless adapter turns off automatically
    By Mishra S in forum Networking & Security
    Replies: 5
    Last Post: 24-01-2011, 07:44 PM
  3. Ndiswrapper is not working properly in Linux
    By The creeper in forum Windows Software
    Replies: 3
    Last Post: 13-01-2011, 06:01 AM
  4. cannot uninstall or reinstall NETGEAR WG111T wireless adapter
    By Isaivalan in forum Vista Setup and Install
    Replies: 3
    Last Post: 04-11-2007, 03:29 PM

Tags for this Thread

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
  •  
Page generated in 1,714,161,684.95644 seconds with 17 queries