Skip to content

Instantly share code, notes, and snippets.

@r00tusrDE
Last active April 28, 2019 15:44
Show Gist options
  • Save r00tusrDE/d45be673cbe5de9bd59b0412eed21066 to your computer and use it in GitHub Desktop.
Save r00tusrDE/d45be673cbe5de9bd59b0412eed21066 to your computer and use it in GitHub Desktop.

Installationsanleitung Treiber 8821ce für Realtek-WLAN-Karten RTL8821CE

Befehle zur Installation

  • sudo apt-get install --reinstall git dkms build-essential linux-headers-$(uname -r)
  • git clone https://github.com/tomaspinho/rtl8821ce
  • cd rtl8821ce
  • chmod +x dkms-install.sh
  • chmod +x dkms-remove.sh
  • sudo ./dkms-install.sh

SecureBoot deaktivieren, evtl. sogar vor der Installation!

Weitere Hinweise von hier beachten.

Zur Deinstallation

  • sudo ./dkms-remove.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment