Instalasi Driver MadWiFi: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) New page: Instalasi kebutuhan untuk compile # apt-get install build-essential perl Download source code madwifi dari http://ath5k.org/wiki/MadWifi http://sourceforge.net/project/showfiles.ph... |
Onnowpurbo (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
Instalasi kebutuhan untuk compile | Bagi anda yang menggunakan chipset [[Atheros]] tampaknya perlu menginstalasi driver [[MadWiFi]]. | ||
Instalasi kebutuhan untuk [[compile]] | |||
# apt-get install build-essential perl | # apt-get install build-essential perl | ||
Download source code madwifi dari | Download [[source code]] [[madwifi]] dari | ||
http://ath5k.org/wiki/MadWifi | http://ath5k.org/wiki/MadWifi | ||
http://sourceforge.net/project/showfiles.php?group_id=82936 | http://sourceforge.net/project/showfiles.php?group_id=82936 | ||
Copy dan buka source code | Copy dan buka [[source code]] | ||
# cp madwifi-0.9.4.tar.gz /usr/local/src/ | # cp madwifi-0.9.4.tar.gz /usr/local/src/ | ||
| Line 16: | Line 19: | ||
# cd /usr/local/src/madwifi-0.9.4 | # cd /usr/local/src/madwifi-0.9.4 | ||
Compile & Install MadWifi Driver | Compile & Install [[MadWifi]] Driver | ||
# make | # make | ||
| Line 30: | Line 33: | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
* [[Wireless Hacking]] | |||
* [[Linux Howto]] | * [[Linux Howto]] | ||
Latest revision as of 02:10, 13 August 2009
Bagi anda yang menggunakan chipset Atheros tampaknya perlu menginstalasi driver MadWiFi.
Instalasi kebutuhan untuk compile
# apt-get install build-essential perl
Download source code madwifi dari
http://ath5k.org/wiki/MadWifi http://sourceforge.net/project/showfiles.php?group_id=82936
Copy dan buka source code
# cp madwifi-0.9.4.tar.gz /usr/local/src/ # cd /usr/local/src # tar zxvf madwifi-0.9.4.tar.gz # cd /usr/local/src/madwifi-0.9.4
Compile & Install MadWifi Driver
# make # make install
Load module
# modprobe ath_pci