Ich habe neulich einen USB Wlan Empfänger auf Aliexpress gekauft. Da war zwar ne CD dabei, allerdings haben die Treiber und die Installation nicht funktioniert.
Mein aktuelles System ist das Linux Mint 4 "Debbie". Hier habe ich mal die Anleitung in verkürzter Form beigefügt. Das hat mein Problem mit dem Treiber komplett gelöst.
Anleitung auf Englisch:
Before build this driver make sure `make`, `gcc`, `linux-header` and `git` have been installed.
Code
- ## First, clone this repository
- mkdir -p ~/build
- cd ~/build
- git clone https://github.com/brektrou/rtl8821CU.git
- ### Debian/Ubuntu:
- sudo apt-get install dkms
- ## Build and install without DKMS
- Use following commands:
- cd ~/build/rtl8821CU
- make
- sudo make install
- If you later on want to remove it, do the following:
- cd ~/build/rtl8821CU
- sudo make uninstall
- ## Checking installed driver
- If you successfully install the driver, the driver is installed on `/lib/modules/<linux version>/kernel/drivers/net/wireless/realtek/rtl8821cu`. Check the driver with the `ls` command:
- ls /lib/modules/$(uname -r)/kernel/drivers/net/wireless/realtek/rtl8821cu
- Make sure `8821cu.ko` file present on that directory
- ### Check with **DKMS** (if installing via **DKMS**):
- sudo dkms status