|
|
před 7 roky | |
|---|---|---|
| core | před 7 roky | |
| hal | před 7 roky | |
| include | před 7 roky | |
| os_dep | před 7 roky | |
| platform | před 7 roky | |
| .gitignore | před 7 roky | |
| Kconfig | před 7 roky | |
| Makefile | před 7 roky | |
| README.md | před 7 roky | |
| clean | před 7 roky | |
| dkms-install.sh | před 7 roky | |
| dkms-remove.sh | před 7 roky | |
| dkms.conf | před 7 roky | |
| get_sources.sh | před 7 roky | |
| ifcfg-wlan0 | před 7 roky | |
| rtl8821c.mk | před 7 roky | |
| runwpa | před 7 roky | |
| wlan0dhcp | před 7 roky |
This driver can be installed using DKMS. This is a system which will automatically recompile and install a kernel module when a new kernel gets installed or updated. To make use of DKMS, install the dkms package.
In order to install the driver open a terminal in the directory with the source code and execute the following command:
sudo ./dkms-install.sh
In order to remove the driver from your system open a terminal in the directory with the source code and execute the following command:
sudo ./dkms-remove.sh