HowTo: Get a RT2500-based wifi card working in Ubuntu

Uncategorized 15 May 2007 | 9 Comments

This was easier than I thought it was going to be. Nice and simple:

  1. Download the RT2500 Windows Drivers, and unzip them somewhere.
  2. Ensure you have wireless-tools and ndiswrapper installed.
  3. Open a terminal and browse to the folder where you unzipped the drivers.
  4. sudo ndiswrapper -i rt2500.inf
  5. Edit /etc/modules (as root) and add ‘ndiswrapper’.
  6. Edit /etc/modprobe.d/blacklist (again as root) and add ‘blacklist rt2500’.
  7. Restart, and you should now have a working card.

Tagged in , ,

9 Responses on “HowTo: Get a RT2500-based wifi card working in Ubuntu”

  1. Bill says:

    Hey I told you how to do this! Stealing my ideas and posting them on your site as your own…

  2. Bill says:

    Also it can be a little bit difficult to find the windows drivers online, as the drivers usually come as a big 30 meg setup file, whereas you only need the .cfg and .ini files.

    Is there a way to extract these files from the exe without actually installing? Regardless, if you have a windows install with the card you can get the driver files straight from the appropriate system folder.

  3. Porges says:

    The file I linked to is just the files you need, I zipped them up and put them here.

  4. Bill says:

    Oops I’m stupid. I missed the fact that you actually linked to them.

  5. innerchild says:

    man your tutorial rox man. 4 hours of spitting out forums and websites with wrong information and too much blah blah has cost me a lot of frustration.

    but your simple steps really not only got my external wifi card working but also my internal wifi as well..

    simple and effective. most linux gurus can learn from this explanation. too many are big egos and can not explain a thing….

    good work…. now i am happy surfing on my neighbours internet………….

  6. Porges says:

    Glad to know it helped someone

  7. tom says:

    Hope to install driver into Mint11.
    Can you explain instruction 3, “Open a terminal and browse to the folder …..”
    The terminal has no browse facility. Am I missing something?
    Regards

  8. Porges says:

    Tom: I meant just cd whereever/you/have/it.

Trackbacks/Pingbacks

  1. [...] rt2500 low signa I did this: I downloaded the rt2500 driver followink this link http://porg.es/blog/howto-get-a-rt25…king-in-ubuntu than I followed the procedure from step 3 (configuration) found here: [...]

Leave a Reply