Skip to content

Installing Drivers for Generic Realtek Wifi

Alexander Crain edited this page Jun 25, 2026 · 2 revisions

Find a way to get the Jetson connected to the internet, then from the terminal run:

sudo apt update && sudo apt install -y build-essential dkms git

Then:

git clone https://github.com/morrownr/88x2bu-20210702.git

Then:

cd 88x2bu-20210702

Then:

sudo ./install-driver.sh

Accept the default options. Installation should take a few minutes.

Clone this wiki locally