Linux wifi dongles: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Compile instructions for Linux WiFi dongles It can be as simple as this: <pre> apt-get install raspberrypi-kernel-headers build-essential bc dkms git git clone https://github.com/morrownr/8821cu-20210916.git cd ~/src/8821cu-20210916 sudo ./install-driver.sh </pre>") |
(No difference)
|
Latest revision as of 21:12, 4 November 2024
Compile instructions for Linux WiFi dongles
It can be as simple as this:
apt-get install raspberrypi-kernel-headers build-essential bc dkms git git clone https://github.com/morrownr/8821cu-20210916.git cd ~/src/8821cu-20210916 sudo ./install-driver.sh