Installing
3. Installing Dependencies
Now to Install Required Packages
On Raspberry Pi OS play:sudo apt-get install -y raspberrypi-kernel-headers bc build-essential dkms git
When instead on other Debian/Ubuntu based:
sudo apt-get install -y linux-headers-$(uname -r) build-essential dkms git
4. Downloading Realtek rtl8192EU Driver
Download Realtek rtl8192EU Driver in GNU/Linux
Best you follow the Instructions to Clone it with Git.
5. Installing Realtek rtl8192EU Wifi Driver
Then to Install Realtek rtl8192EU Wireless Driver on Raspberry Pi
First, you need to access the Driver location on the MicroSD Card or USB Device:cd [DRIVERLOC]
But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.
To Check it’s there List the contents with:ls . | grep 88x
The grep Command refine the output List showing only the Entries matching the Keyword.
But if you are in Trouble to Find it out on Terminal then See: How to Access USB Device.
And then to preparing for the Installation on 32-bit Systems run:sudo ./raspi32.sh
Where instead for 64-bit:
sudo ./raspi64.sh
Now to Install Realtek Driver play the Script with:
sudo ./install-driver.sh
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Finally, in case of Issue you may see also: rtl8192EU Morrownr or with the rtl8192EU Linux Setup.How to Setup Micro SD Card Guide
In the same way then you may then Copy the Downloaded Driver into it.