Install non free wlan drivers on kali linux
Page 1 of 1
Install non free wlan drivers on kali linux
[*]
plaintext
Copy code
[*]Update the package list: Update the package list to include the newly added non-free packages.
bash
Copy code
[*]Install the required wireless drivers: Now, install the non-free wireless drivers. For many wireless adapters, the
To install all non-free firmware packages:
bash
Copy code
bash
Copy code
[*]Load the driver: After installation, load the driver with:
bash
Copy code
[*]Reboot your system: Reboot to apply the changes:
bash
Copy code
- Code:
sudo nano /etc/apt/sources.list
plaintext
Copy code
- Code:
deb http://http.kali.org/kali kali-rolling main non-free contrib
- Code:
Ctrl+X
- Code:
Y
- Code:
Enter
[*]Update the package list: Update the package list to include the newly added non-free packages.
bash
Copy code
- Code:
sudo apt update
[*]Install the required wireless drivers: Now, install the non-free wireless drivers. For many wireless adapters, the
- Code:
firmware-linux
- Code:
firmware-iwlwifi
- Code:
firmware-realtek
To install all non-free firmware packages:
bash
Copy code
- Code:
sudo apt install -y firmware-linux firmware-linux-nonfree firmware-misc-nonfree
bash
Copy code
- Code:
# For Intel WiFi
sudo apt install -y firmware-iwlwifi
# For Realtek WiFi
sudo apt install -y firmware-realtek
[*]Load the driver: After installation, load the driver with:
bash
Copy code
- Code:
sudo modprobe DRIVER_NAME
- Code:
DRIVER_NAME
- Code:
iwlwifi
[*]Reboot your system: Reboot to apply the changes:
bash
Copy code
- Code:
sudo reboot
Similar topics
» Trity Install Script For Kali Linux
» Kali Linux 2 2017.1 Post Install Script
» how to install kde 4.8 in linux
» Creepy Linux Install TUT Example
» Install cryptcat for linux
» Kali Linux 2 2017.1 Post Install Script
» how to install kde 4.8 in linux
» Creepy Linux Install TUT Example
» Install cryptcat for linux
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum