Skip to content
Home » pi

pi

RASPBERRY PI UPDATE LOOP

If you are stuck in a loop where you try updating your Raspberry Pi, and no matter what, it says it is updating but you run apt-get upgrade, and you still see the same packages over and over…here is how you fix it

sudo rm -rf /var/lib/apt/lists/*
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade –fix-missing
sudo apt-get install -f
sudo dpkg –configure -a
sudo apt-get update && sudo apt-get upgrade

You are welcome!

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