WayneTimer / rtl88x2ce-dkms

Realtek RTL8822CE WLAN GNU/Linux Driver in dkms format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTL88x2CE dkms module driver

Download complete driver package with guides from this repo.

Installation

echo 'deb https://gitlab.com/patojad/repository/raw/patojad/debs/ patojad main
' | sudo tee /etc/apt/sources.list.d/patojad.list
wget -qO - https://gitlab.com/LynxOS/repository/raw/lynxos/LynxPub.gpg | apt-key add -
sudo apt update
sudo apt install rtl88x2ce-dkms

wget https://github.com/juanro49/rtl88x2ce-dkms/releases/download/5.7.3_35403/rtl88x2ce-dkms_35403_amd64.deb
sudo dpkg -i rtl88x2ce-dkms_35403_amd64.deb

git clone https://github.com/huyefork/rtl88x2ce-dkms.git
sudo cp rtl88x2ce-dkms/rtw88_blacklist.conf /etc/modprobe.d/rtw88_blacklist.conf
sudo mkdir /usr/src/rtl88x2ce-35403
sudo cp -rv rtl88x2ce-dkms/* /usr/src/rtl88x2ce-35403/
sudo dkms add -m rtl88x2ce -v 35403
sudo dkms build -m rtl88x2ce -v 35403
sudo dkms install -m rtl88x2ce -v 35403

sudo modprobe rtl88x2ce

This driver has been tested on:

Honor MagicBook 2019 with Ubuntu 18.04.1

Network controller: RTL8822CE 802.11ac PCIe Wireless Network Adapter (Realtek Semiconductor Co., Ltd. Device c822)

About

Realtek RTL8822CE WLAN GNU/Linux Driver in dkms format


Languages

Language:C 97.2%Language:C++ 1.9%Language:Makefile 0.5%Language:Objective-C 0.4%Language:Shell 0.0%