Difference between revisions of "ALFA NICs"
(→Linux) |
m (→Linux) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
[[Category:Linux]] | [[Category:Linux]] | ||
[[Category:Networking]] | [[Category:Networking]] | ||
− | [https://www.alfa.com.tw/ ALFA Networks] is a manufacturer of Network Interface Cards (NICs) commonly used in the MSSI course. Historically, we have given out these cards to use with [[Category:Virtual_Machines|Virtual Machines]] to do [[Wireless_Packet_Sniffing]]. | + | [https://www.alfa.com.tw/ ALFA Networks] is a manufacturer of Network Interface Cards (NICs) commonly used in the MSSI course. Historically, we have given out these cards to use with [[Category:Virtual_Machines|Virtual Machines]] to do [[Wireless_Packet_Sniffing|Wireless Packet Sniffing]]. |
= Installation = | = Installation = | ||
There are various ways to install the NICs depending on your chosen platform. | There are various ways to install the NICs depending on your chosen platform. | ||
== Windows / MacOS == | == Windows / MacOS == | ||
− | Most drivers for ALFA NICs can be found on their [https://files.alfa.com.tw/?dir= | + | Most drivers for ALFA NICs can be found on their [https://files.alfa.com.tw/?dir=%5B1%5D%20WiFi%20USB%20adapter official downloads] page. |
+ | |||
== Linux == | == Linux == | ||
− | Linux drivers for ALFA NICs can be tricky sometimes. Depending on the hardware, drivers may require different custom-compiled 3rd-party sources. This is a list of known hardware and | + | Linux drivers for ALFA NICs can be tricky sometimes. Depending on the hardware, drivers may require different custom-compiled 3rd-party sources. This is a list of known hardware and kernel module sources. |
{| class="wikitable" | {| class="wikitable" | ||
− | ! Model !! Driver Type !! Source | + | ! Model !! Chipset !! Driver Type !! Source |
+ | |- | ||
+ | | [https://www.alfa.com.tw/service_1_detail/10.htm AWUS036ACS] || Realtek || DKMS || [https://github.com/gnab/rtl8812au rtl8812au (gnab)] | ||
+ | |- | ||
+ | | [https://www.alfa.com.tw/service_1_detail/7.htm AWUS036NHA] || Atheros || Built-In || [https://wiki.debian.org/ath9k_htc ath9k_htc] | ||
|- | |- | ||
− | | [https://www.alfa.com.tw/service_1_detail/ | + | | [https://www.alfa.com.tw/service_1_detail/15.htm AWUS1900] || Realtek || DKMS || [https://github.com/aircrack-ng/rtl8812au rtl8812au (aircrack-ng)] |
|} | |} |
Latest revision as of 15:18, 5 February 2020
ALFA Networks is a manufacturer of Network Interface Cards (NICs) commonly used in the MSSI course. Historically, we have given out these cards to use with to do Wireless Packet Sniffing.
Installation
There are various ways to install the NICs depending on your chosen platform.
Windows / MacOS
Most drivers for ALFA NICs can be found on their official downloads page.
Linux
Linux drivers for ALFA NICs can be tricky sometimes. Depending on the hardware, drivers may require different custom-compiled 3rd-party sources. This is a list of known hardware and kernel module sources.
Model | Chipset | Driver Type | Source |
---|---|---|---|
AWUS036ACS | Realtek | DKMS | rtl8812au (gnab) |
AWUS036NHA | Atheros | Built-In | ath9k_htc |
AWUS1900 | Realtek | DKMS | rtl8812au (aircrack-ng) |