EditHistoryPrint

Configuring the madwifi driver for Atheros based wireless controllers in Ubuntu 7.10

Created by: Bill Giannikos,Last modification on Mon 25 of Feb, 2008 [09:43 UTC]


If the guide here does not cover what you were looking for you can view the guides section for coverage of other distributions.






Author

Bill Giannikos (bill2 at giannikos.com.au)
www.billgiannikos.com

Introduction

While Ubuntu 7.10 already includes the Madwifi driver, this driver is under constant development and your wireless card may require a later version than the one included in Ubuntu. Here we will guide you in the necessary steps in installing the latest Madwifi drivers.

Notes

While this guide is mainly focused to laptop users there isn't any difference for desktop users.

Prerequisites

You should run a full update for your installation of Ubuntu to ensure you have all the latest packages installed.

Installing the latest stable Madwifi driver

Here are the steps in installing the latest Madwifi drivers

1. Download the latest Madwifi driver from http://madwifi.org/wiki/UserDocs/GettingMadwifi. In this guide we are going to use madwifi-0.9.4.tar.gz as at the time of writing these are the current ones.
2. Load up a terminal window if you are in the graphic interface.
3. Type in the following to install gcc and the kernel headers:
sudo apt-get install build-essential linux-headers-`uname -r`

4. Move to the /usr/src/ folder with:
cd /usr/src

5. Extract the contents of the file you downloaded with:
sudo tar -xzvf /path/to/madwifi-0.9.4.tar.gz

Remember to replace the "/path/to" in this command to the path of where your file is.

6. Move into the newly created folder with
cd madwifi-0.9.4

7. Now start the building process with:
sudo make

This will take a while.

8. Delete the older Madwifi driver with
sudo rm -rf /lib/modules/`uname -r`/madwifi

9. And finally we install these drivers with:
sudo make install

10. Reboot your computer and the newer Madwifi driver will be used.



Comments


Contact Us Advertise with Us Sister Sites Privacy Policy Terms of Use

Copyright © 2006-2008 Linlap.com