Uploaded February 2017 | Updated September 2026, 1 week ago
In this video I show you how to install the Realtek rtl8812au driver in your Debian, Ubuntu, Arch, or Manjaro Linux install Hope you enjoy!
Show Notes:
Install and configure rtl8812au in Debian:
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone github.com/scrivy/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux
make
sudo make install
sudo modprobe rtl8812au
reboot
In Ubuntu:
Use Driver Manager
If Driver Manager is not avail or fails:
Use Debian Procedure above
In Arch/Manjaro:
yaourt rtl8812au
sudo pacman -S linux-headers
Helpful Link:
sites.google.com/site/easylinuxtipsproject/reserve-7
In this video I show you how to install the Realtek rtl8812au driver in your Debian, Ubuntu, Arch, or Manjaro Linux install Hope you enjoy!
Show Notes:
Install and configure rtl8812au in Debian:
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone github.com/scrivy/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux
make
sudo make install
sudo modprobe rtl8812au
reboot
In Ubuntu:
Use Driver Manager
If Driver Manager is not avail or fails:
Use Debian Procedure above
In Arch/Manjaro:
yaourt rtl8812au
sudo pacman -S linux-headers
Helpful Link:
sites.google.com/site/easylinuxtipsproject/reserve-7







![Install Your Nvidia Drivers in Debian 9 Stretch Stable
In this video I walk you through step by step the procedure I use to install Nvidia graphics drivers in Debian 9 Stretch Stable. Hope you enjoy!
Show Notes:
Nvidia Driver Install in Debian 9 Stretch (Stable)
add contrib and non-free to sources via synaptic
sign in as root
In Terminal:
apt-get update
apt-get install nvidia-detect
nvidia-detect (to identify your Nvidia GPU and verify required driver package)
dpkg add-architecture i386
apt-get install libavcodec-extra
apt-get install firmware-linux-nonfree
apt-get install vlc gimp smplayer
apt-get install linux-headers-$(uname -r|sed s,[^-]*-[^-]*-,,) nvidia-driver
reboot
After nvidia drivers are installed: (optional)
apt-get install nvidia-smi (communicates your gpu temp to sensors/conky)
apt-get install libgl1-nvidia-glx:i386 (required if you want gaming through steam)
link: https://wiki.debian.org/NvidiaGraphicsDrivers
If Ive helped you in any way and youd like to buy me a coffee, please click this link to do so:
https://www.paypal.me/dontcallmelenny
Many Thanks in advance! Install Your Nvidia Drivers in Debian 9 Stretch Stable](https://i.ytimg.com/vi/_5RJzZxQ62U/mqdefault.jpg)


