Debian Admin

Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips

  • RSS Subscribe

    subscribe to the Debian Admin RSS feed
  • Sponsors



  • Categories

  • Sponsors

  • Support DebianAdmin

    Amount $:
    Website(Optional):


  • Meta

  • Archives



Netgear WG111T working with Debian Etch and Lenny

Posted by Admin on November 21st, 2008

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

This tutorial will explain how to working with Netgear WG111T working with Debian Etch and Lenny


Prerequisites

*Debian Etch or Lenny install CD
*ndiswrapper-1.53

Install the kernel headers using the following command

sudo apt-get install linux-headers-`uname -r` build-essential

Download ndiswrapper from here and

Now put ndiswrapper-1.53.tar.gz on a flash drive, then copy it to your home folder.

Extract this file using the following command

tar zxvf ndiswrapper-1.53.tar.gz

Now go in to the ndiswrapper

cd ndiswrapper-1.53

make

And then* –This part has to be done as root:

sudo make install

Next, with your netgear cd for windows, look through it and find the folder called os4. Copy that to your home folder.

Now cd to the os4 folder and type

sudo ndiswrapper -i netwg111.inf

Then

sudo ndiswrapper -i athfmwdl.inf

This install the drivers for the dongle.

Next make sure they are installed by typing

sudo ndiswrapper -l

Now plug-in the dongle and then type

sudo modprobe ndiswrapper

Now make it boot as a module with

sudo ndiswrapper -m

This checks to make sure the dongle is working, you should see some info about it.

sudo iwconfig wlan0

And this checks for wireless access points.

sudo iwlist wlan0 scan

After that, go to System>Administration>Networking and click ‘Activate’ on the wireless connection. Now click ‘Configure’ on the wireless connection and type in the wireless essid that the following command gave you.

sudo iwlist wlan0 scan

Next type in your WEP key (if you have one), and change the key type to hex or ascii; whichever one your router uses. Click OK and that’s it.

  • Share/Bookmark

Random Posts

2 Responses to “Netgear WG111T working with Debian Etch and Lenny”

  1. huge Says:

    make: command not found.

  2. huge Says:

    sorry, missed the first line, blinded by the advert.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>