Installing
5. Installing
Then to Install Wi-fi Driver for Ubuntu
Access the Target folder:cd /tmp/rtlwifi_new-master
Make the Driver with:
make
Now to Setup it:
sudo make install
6. Looking Up Card’s Model
Next Find WiFi Card’s Manufacturer and Model
Take Note of the Model’s Id.
7. Loading
Now to Load Realtek Driver into Ubuntu’s Kernel
Execute the following Commands:sudo modprobe -r [CARDMODELID]
sudo modprobe [CARDMODELID]
Just Replace [CARDMODELID] with the Value you found on the former step!
Finally, Reboot to Activate your Device:sudo reboot
So Now I’m truly Happy if My Guide could Help you to Install Realtek WiFi Driver on Ubuntu 19.04!