Skip to content

Realtek RTL8822CE WLAN GNU/Linux Driver in dkms format

Notifications You must be signed in to change notification settings

kelebek333/rtl88x2ce-dkms

Repository files navigation

RTL88x2CE dkms module driver

Download complete driver package with guides from this repo.

Instalación

Paquete deb

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

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
sudo dkms build -m rtl88x2ce -v 35403
sudo dkms install -m rtl88x2ce -v 35403

Iniciar módulo

sudo modprobe rtl88x2ce

About

Realtek RTL8822CE WLAN GNU/Linux Driver in dkms format

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.5%
  • Other 0.5%