All Projects → juanro49 → rtl88x2ce-dkms

juanro49 / rtl88x2ce-dkms

Licence: other
Realtek RTL8822CE WLAN GNU/Linux Driver in dkms format

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to rtl88x2ce-dkms

realtek-mips-sdks
Realtek Network SoC/CPU toolchains (including support for Lexra based chips)
Stars: ✭ 43 (-14%)
Mutual labels:  realtek
realtek rtwifi
Realtek RTWIFI - RTL8XXXU mod
Stars: ✭ 32 (-36%)
Mutual labels:  realtek
realtek-r8125-dkms
A DKMS package for easy use of Realtek r8125 driver, which supports 2.5 GbE.
Stars: ✭ 142 (+184%)
Mutual labels:  dkms
8821au
Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets
Stars: ✭ 67 (+34%)
Mutual labels:  realtek
etherlabmaster
IgH EtherCAT Master Building and Configuration Environment
Stars: ✭ 55 (+10%)
Mutual labels:  dkms
asus-fan
Kernel module to get/set (both) fan speed(s) on ASUS Zenbooks
Stars: ✭ 92 (+84%)
Mutual labels:  dkms
8814au
Linux Driver for USB WiFi Adapters that are based on the RTL8814AU Chipset
Stars: ✭ 283 (+466%)
Mutual labels:  realtek
rtw88-usb
rtw88 family usb driver for linux rtl8723du rtl8822bu rtl8821cu rtl8822cu
Stars: ✭ 40 (-20%)
Mutual labels:  realtek
tenda-reverse
Reverse engineering, getting root access to Tenda MW6 wifi mesh router
Stars: ✭ 90 (+80%)
Mutual labels:  realtek
realtek-uad-nahimic-mod
Realtek Universal Audio Driver with Nahimic APO
Stars: ✭ 55 (+10%)
Mutual labels:  realtek
8821au-20210708
Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets - v5.12.5.2
Stars: ✭ 40 (-20%)
Mutual labels:  realtek

RTL88x2CE dkms module driver

Download complete driver package with guides from this repo.

Instalación

PatoJAD Repo (desactualizado)

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

Paquete deb

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

Desde código fuente

git clone https://github.com/juanro49/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

Iniciar módulo

sudo modprobe rtl88x2ce

Driver testeado en:

MSI Alpha 15 con SparkyLinux Rolling

Network controller: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter

Donaciones

Coindrop.to me Donate using Liberapay moneda libre G1

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].