Ubuntu 19.04 Installing Realtek Wi-fi Driver Step-by-step Guide
Hi! Welcome to our comprehensive tutorial, guiding you through each step to seamlessly Install the Realtek Wireless Card Driver on your Ubuntu 19.04 Disco GNU/Linux.
And this Realtek WiFi Driver Ubuntu 19.04 Setup cover All the following Models:
- RTL8188CE
- RTL8188EE
- RTL8191SE
- RTL8192CE
- RTL8192DE
- RTL8192SE
- RTL8723AE
-
1. Launching Shell Emulator
Open a Terminal window
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands)And Update Ubuntu Apt Repository:
sudo apt update
-
2. Installing Dependencies
Then to Install Required Stuff
Run:sudo apt install gcc make build-essential git linux-headers-$(uname -r)
Contents