0% found this document useful (0 votes)
109 views

Info Code

The document provides a series of commands to install wireless driver backports and compatibility packages on a Kali Linux system. It begins with updating packages and installing kernel headers. It then downloads a backports tarball, extracts it, configures for WiFi and installs the backported drivers. It finishes by updating initramfs and rebooting. Alternative commands are provided to install a Realtek 8188fu wireless driver using DKMS.

Uploaded by

I'm a red ant
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
109 views

Info Code

The document provides a series of commands to install wireless driver backports and compatibility packages on a Kali Linux system. It begins with updating packages and installing kernel headers. It then downloads a backports tarball, extracts it, configures for WiFi and installs the backported drivers. It finishes by updating initramfs and rebooting. Alternative commands are provided to install a Realtek 8188fu wireless driver using DKMS.

Uploaded by

I'm a red ant
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

- sudo apt-get update && apt-get upgrade -y

- sudo apt-get install linux-headers-$(uname -r)


- cd /usr/src/
- sudo wget
https://mirrors.edge.kernel.org/pub/linux/kernel/projects/backports/stable/v4.19.98
/backports-4.19.98-1.tar.xz
- sudo tar xvfJ backports-4.19.98-1.tar.xz
- cd backports-4.19.98-1
- sudo make defconfig-wifi
- sudo make
- sudo make install
- sudo update-initramfs -u
- reboot

1. cd /usr/src
2.sudo wget http://linuxwireless.sipsolutions.net/download/compat-wireless-
2.6/compat-wireless-2010-06-26-p.tar.bz2
3.sudo tar -vxjf compat-wireless-2010-06-26-p.tar.bz2
4.sudo make unload
5.sudo maek load
6.sudo tar -vxjf compat-wireless-2010-06-26-p.tar.bz2

Please check this commands sa inyo Kali.

-sudo apt update -y


-sudo apt upgrade -y
-sudo apt dist-upgrade
-reboot

try
-sudo dkms build rtl8188fu/1.0

sudo apt-get install dkms

git clone https://github.com/kelebek333/rtl8188fu

sudo dkms add ./rtl8188fu

sudo dkms build rtl8188fu/1.0

sudo dkms install rtl8188fu/1.0

You might also like