Please do below step-by-step:
1. install compiler
   $ sudo apt install build-essential
2. untar attached driver into any place you want
   $ tar zxvf rtw88_xxxx.tar.gz
3. enter the folder
4. compiler driver
   $ make -f Makefile-rtw88 -j8
5. remove module
   $ sudo rmmod rtw88_8821ce rtw88_8821c
   $ sudo rmmod rtw88_pci rtw88_core
6. insert module
   $ sudo insmod rtw88_core.ko
   $ sudo insmod rtw88_pci.ko
   $ sudo insmod rtw88_8821c.ko
   $ sudo insmod rtw88_8821ce.ko
7. check module paramters
   $ grep . /sys/module/rtw88_pci/parameters/*
8. try if it works well

If any error you meet, please let me know.


** Attachment added: "rtw88_20210604_00_quirk.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1927808/+attachment/5502378/+files/rtw88_20210604_00_quirk.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927808

Title:
  rtw88_8821ce causes freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1927808/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to