RTL8192EU Wireless Adapter On Void Linux - by Leandro Ramos - Medium

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

8/28/2020 RTL8192EU Wireless Adapter on Void Linux | by Leandro Ramos | Medium

RTL8192EU Wireless Adapter on Void Linux


Leandro Ramos
Nov 5, 2019 · 2 min read

Void Linux with XFCE

The TP-LINK TL-WN821N wireless adapter (chipset RTL8192EU) doesn’t work by


default, so I have adapted the steps in https://github.com/Mange/rtl8192eu-linux-
driver (made for Debian/Ubuntu)to work on Void Linux.

Important: I’ll be using sudo to do it, because I don’t like to use the root login for
everything.

. . .

Installing dependencies

sudo xbps-install git linux-headers base-devel dkms

https://medium.com/@leandroembu/rtl8192eu-wireless-adapter-on-void-linux-dafc295c6e67 1/5
8/28/2020 RTL8192EU Wireless Adapter on Void Linux | by Leandro Ramos | Medium

Cloning the Github repository

git clone https://github.com/Mange/rtl8192eu-linux-driver

Accessing the driver directory

cd rtl8192eu-linux-driver

Adding the driver to DKMS


Please don’t forget to type the dot (.) in the command below

sudo dkms add .

Building and installing the driver

sudo dkms install rtl8192eu/1.0

https://medium.com/@leandroembu/rtl8192eu-wireless-adapter-on-void-linux-dafc295c6e67 2/5
8/28/2020 RTL8192EU Wireless Adapter on Void Linux | by Leandro Ramos | Medium

Blacklisting the generic Realtek driver

echo “blacklist rtl8xxxu” | sudo tee /etc/modprobe.d/rtl8xxxu.conf

Creating the modules-load directory

sudo mkdir /etc/modules-load.d

Forcing RTL8192EU Driver to be active from boot

echo -e “8192eu\n\nloop” | sudo tee /etc/modules-


load.d/rtl8192eu.conf

Updating changes to GRUB

sudo update-grub

https://medium.com/@leandroembu/rtl8192eu-wireless-adapter-on-void-linux-dafc295c6e67 3/5
8/28/2020 RTL8192EU Wireless Adapter on Void Linux | by Leandro Ramos | Medium

Updating changes to initramfs

sudo dracut --force

Rebooting the system

sudo reboot

Conclusion
If you have any questions or find any error, please let me know in the comments. See
you!

Void Linux Rtl8192eu Dkms Dracut Wireless

https://medium.com/@leandroembu/rtl8192eu-wireless-adapter-on-void-linux-dafc295c6e67 4/5
8/28/2020 RTL8192EU Wireless Adapter on Void Linux | by Leandro Ramos | Medium

About Help Legal

Get the Medium app

https://medium.com/@leandroembu/rtl8192eu-wireless-adapter-on-void-linux-dafc295c6e67 5/5

You might also like