brektrou / rtl8821CU

Realtek RTL8811CU/RTL8821CU USB Wi-Fi adapter driver for Linux
GNU General Public License v2.0
1.58k stars 458 forks source link

patch #210

Open ivalnic2016 opened 1 year ago

ivalnic2016 commented 1 year ago

Patch for Linux version 5.19.0 tested Ubuntu 22.04.1 LTS

based on https://github.com/loqs/rtl8821ce-dkms-git/blob/master/rtl8821ce-5.19.2.patch and https://forum.armbian.com/topic/12583-failed-to-build-wireless-driver/#comment-92092

gukandrew commented 1 year ago

Thanks! Tested on Ubuntu 22.04.2! Fixes https://github.com/brektrou/rtl8821CU/issues/213

durablenapkin commented 1 year ago

Also confirmed working for me! Thank you @ivalnic2016 :smile:

gregorioosorio commented 1 year ago

Thanks @ivalnic2016 ;) it works for me as well! uname -a: Linux user@machine 5.19.0-38-generic #39~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 17 21:16:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

SaidTorres3 commented 1 year ago

Did not work for me in Parrot OS 5.2

BassHero commented 1 year ago

Thanks @ivalnic2016 it works for me! kernel 5.19.0-41-generic #42~22.04.1-Ubuntu

usb_mode_switch don't works, but the command sudo modprobe 8821cu was enough to do it works, so my installation commands after download the patch:

cd Downloads cd rtl8821CU sudo ./clean sudo ./dkms-remove.sh sudo ./dkms-install.sh sudo modprobe 8821cu reboot