Hi,
I would really appreciate any help with this.
I installed rtw88
And this seemed to make wireless work, but it’s not working really well.
I have to literally sit next to the router for it to work. Otherwise the signal is very weak.
So I installed https://github.com/tomaspinho/rtl8821ce after that.
But for some reason it’s not accepting this new driver.
First I uninstalled rtw88 as such:
git clone https://github.com/lwfinger/rtw88.git
cd rtw88
make
sudo make uninstall
I rebooted but nothing changed, in fact, when I do lsmod | grep 8821, I get this:
8821ce 1978368 0
rtw_8821ce 16384 0
rtw_8821c 73728 1 rtw_8821ce
rtw_pci 28672 1 rtw_8821ce
rtw_core 192512 2 rtw_8821c,rtw_pci
cfg80211 897024 3 rtw_core,mac80211,8821ce
Does this mean it’s still installed?
When I do dkms status,
I get this:
rtl8821ce, 1.0.5.r100.g18c1f60, 5.7.11-arch1-1, x86_64: installed (WARNING! Diff between built and installed module!)
rtl8821ce, v5.5.2_34066.20200325, 5.7.11-arch1-1, x86_64: built
I’m really confused as to what is going on, I hope someone can help!
Thank you so much!