Install MadWifi

Shared by: -BenedictusPranata-
Categories
Tags
-
Stats
views:
1
posted:
12/3/2012
language:
English
pages:
2
Document Sample
scope of work template
							Howto Install Madwifi for Atheros in Lucid
Hi guys in this thread you will the instructions to install Madwifi
drivers for Atheros wireless cards. Please follow the instructions to the
word.

Open the 'terminal' by navigating through Applications-->Accessories-->
Terminal

Now type the following commands in terminal

1.
Code:
--------------------------------
sudo nano /etc/apt/sources.list
--------------------------------
From there make sure you uncomment anything that starts with "deb" in
there. So changer it from "#deb" to "deb" Something along thoes lines. To
exit and save hit "CTRL+X" the answer "YES" to do you want to save, then
finally hit "ENTER"

2.
Code:
--------------------------------------------
sudo apt-get update && sudo apt-get upgrade
--------------------------------------------
3.
Code:
------------------------------------------------
sudo apt-get install build-essential libssl-dev
------------------------------------------------
4.
Code:
----------------------------------------------
sudo apt-get install linux-headers-`uname -r`
----------------------------------------------
5.
Code:
--------------------------------
sudo apt-get install subversion
--------------------------------
6.
Code:
--------
sudo -i
--------
7.
Code:
-------------------------------------------------------------------------
--
sudo svn checkout http://svn.madwifi-project.org/madwifi/trunk/ madwifi-
ng
-------------------------------------------------------------------------
--
8.
Code:
--------------
cd madwifi-ng
--------------
9.
Code:
-------------------------------------
echo "" >> /etc/modprobe.d/blacklist
-------------------------------------
10.
Code:
------------------------------------------------------------------------
echo "#Remove To Install MadWIFI Drivers" >> /etc/modprobe.d/blacklist
------------------------------------------------------------------------
11.
Code:
----------------------------------------------------
echo "blacklist ath9k" >> /etc/modprobe.d/blacklist
----------------------------------------------------
12.
Code:
----------------------------------------------------
echo "blacklist ath5k" >> /etc/modprobe.d/blacklist
----------------------------------------------------
13.
Code:
---------------------
make && make install
---------------------
14.
Code:
-----------------------------
echo ath_pci >> /etc/modules
-----------------------------
Restart your machine.
It should work

						
Related docs
Other docs by -BenedictusPranata-
The truth
Views: 0  |  Downloads: 0
Personality+Test
Views: 0  |  Downloads: 0
MIrai E
Views: 9  |  Downloads: 0
Sanguinis-Phlegmatis-Koleris-Melankolis
Views: 6  |  Downloads: 0
hipnotis
Views: 0  |  Downloads: 0
seting-wifi
Views: 7  |  Downloads: 0
Install MadWifi
Views: 1  |  Downloads: 0