Rtl8192 auf Manjaro installieren (Wlan Stick)

Aus Linux
Zur Navigation springen Zur Suche springen


Install the driver dependencies:

sudo pacman -S dkms git

A blacklist file must be also generated to block the loading of the kernel modules at startup.

The following command will automatically generate "/etc/modprobe.d/blacklist.conf" with the correct blacklist entry:

sudo echo -e "blacklist rtl8xxxu" | sudo tee -a /etc/modprobe.d/blacklist.conf

Uninstall any wifi drivers that were previously installed.

Then restart.

If you do not already have AUR support enabled on your system then install pamac-cli.

sudo pacman -S pamac-cli

Install 1 or the other of these 2 AUR drivers:

pamac build 8192eu-dkms

or

pamac build rtl8192eu-git

After either the 8192eu-dkms or the rtl8192eu-git driver is installed issue these commands:

sudo depmod -a

sudo mkinitcpio -P

Reboot.

If you can't get the "rtl8192eu-git" driver to install (or work correctly) uninstall it, and try installing the alternate drivers from the AUR:

8192eu-dkms

or

rtl8192eu