sudo apt update && sudo apt upgrade -y
// PC
sudo apt install linux-headers-$(uname -r) build-essential git
// Raspberry
sudo apt install -y raspberrypi-kernel-headers build-essential git
git clone https://github.com/lwfinger/rtw88
cd rtl8812au
make
sudo make install
sudo make install_fw
sudo apt install wireshark
sudo usermod -aG wireshark $USER
重启下电脑 3. 启动Wireshark
wireshark