This is the instructions to install the RTL8192CU drivers for Raspbian if it is not included with your Raspbian install.
-
Clone this git repository using
git clone https://github.com/TheN00bBuilder/rtl8192drivers
-
cd
into the directory that you just cloned by typingcd rtl8192drivers
. -
Use
mv
to move thertl8192cu
file to the correct place for the drivers.
- The full command is
sudo mv rtl8192cu /lib/modules/$(uname -r)/kernel/drivers/net/wireless/realtek
-
Use
modprobe
to make the system aware that you just installed a driver by typingsudo modprobe rtl8192cu
-
cd
into/etc
and openrc.local
in your choice of text editor.
- If you are new to this, just use
sudo nano rc.local
-
Add the line
modprobe rtl8192cu
to the file and save. -
Reboot your Raspberry Pi.
That should start the driver and make it so you can keep following the tutorial.