Raspberry Pi Installing Realtek rtl8XXXU Wi-fi Driver Guide
Hi! This tutorial will guide you step-by-step on How to Install Realtek rtl8XXXU Wireless Driver in Raspberry Pi Debian/Ubuntu based GNU/Linux Devices.
And to Install Realtek rtl8XXXU Driver in Raspberry Pi it’s enough to follow the detailed instructions included in the here below Post.
Moreover, the Rt8xxxu Driver support the following Chipsets:
- RTL8188CUS
- RTL8188EU (Basic)
- RTL8191CU
- RTL8192CU
- RTL8192FU (Experimental)
- RTL8723AU (Basic)
- RTL8723BU (Limited)
- RTL8731AU

1. Launching Terminal
How to QuickStart with Command Line on Raspberry Pi
2. Checking Kernel Version
Now to find out your Kernel Version
Run:uname -r
And possibly to check your OS type:uname -a
Take into account for further informations that the default Raspberry Pi OS is a Debian based one.
Contents