GNU/Linux Bodhi 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 Bodhi GNU/Linux 5.x/6.x LTS.
And this Realtek WiFi Driver Bodhi Linux Setup cover All the following Models:
- RTL8188EU
- RTL8190P
- RTL8192DU
- RTL8192EE
- RTL8723AU
- RTL8723BU
- RTL8723DS
- RTL8812AU
- RTL8822CE
Most noteworthy: some Driver like rtl8187B, rtl8187L, rtl8188EE, rtl8188SU, rtl8191SU, rtl8192CE, rtl8192CU, rtl8192DE, rtl8192EE, rtl8192SE, rtl8192SU, rtl8723AE, rtl8723BE, and rtl8821AE, should be already provided by the Linux Kernel!
Finally, if you have a Different Card then See this Other Guide: How to Install Realtek Wifi Drivers on GNU/Linux.
-
1. Launching Shell Emulator
Open a Terminal window
(Press “Enter” to Execute Commands).First, Open a File Manager Window:
Then Right Click on a Location > Open in Terminal:
And Update Bodhi Linux Apt Repository:
sudo apt update
On Bodhi 5 Check the Kernel Version with:uname -r
And if it is below 5 then possibly to Upgrade System play:sudo apt upgrade
Next to reboot:sudo reboot
-
2. Installing Dependencies
Then to Install Required Stuff
Run:sudo apt install gcc make build-essential git linux-headers-$(uname -r)
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents