Skip to content
Home » alfa

alfa

Visit Tacticalware.com for information related to this tag and others. We look forward to assisting in your tech projects with our in-depth knowledgebase…

ALFA DRIVER INSTALL FOR KALI 2202.1 ON RASPBERRY PI 4

Open a terminal

sudo apt-get update

sudo apt-get upgrade

ifconfig

Note your wireless adapters…if any are installed

lsusb

Note the USB devices on the pi. You will not see the ALFA wifi device

Next type

sudo apt-get install realtek-rtl88xxau-dkms

Drivers will install, this may take a few minutes.

Once it is done type the following

lsusb

You will now see the Realtek Adapter

ifconfig

You will now see your ALFA wireless card

Install ALFA AWUS036ACH Drivers on Ubuntu 18.04

Simple Command To Install Alfa Drivers

Open a terminal and escalate your privelages

sudo bash

apt install wireless-tools

iwconfig

Note your wireless adapters…if any are installed

apt-get install realtek-rtl8812au-dkms

Drivers will install, this may take a few minutes.

Once it is done type the following

iwconfig

You will now see your ALFA wireless card

Install Alfa AWUS036ACH Drivers on ParrotOS

Simple Command To Install Alfa Drivers

Open a terminal and escalate your privelages

sudo bash

ifconfig

Note your wireless adapters…if any are installed

apt-get install realtek-rtl88xxau-dkms

Drivers will install, this may take a few minutes.

Once it is done type the following

ifconfig

You will now see your ALFA wireless card

 

 

Increasing the power of your YAGI Antenna

Simple Way To Increase The Power of Your Antenna

If you live in a country where this is acceptable, such as Belize, you can increase the power of your antenna by simply changing the country code within your wireless config.

To do check the current power of your adapter, run

iwconfig (adapter)

Where you change (adapter) for the actual adapter you have.  Ex:

iwconfig wlan2

Look for the line that shows Tx-Power= and note what your dBm is running at.  This will give you a baseline for your existing setup.

Then to change it and increase the power, type in the following to change it to your country code if you are in Belize (which allows this)

iw reg set BZ

iwconfig wlan2 txpower 40

You can then run the following command and see how your Tx-Power has changed

iwconfig wlan2