4

I built the required module for the 8821ce chip from source (https://github.com/endlessm/linux/tree/master/drivers/net/wireless/rtl8821ce). 2.4GHz wifi is working fine, however 5GHz as well as bluetooth is not available. Do I miss something or is it just not implemented completely by now?

pomsky
  • 70,557
user678152
  • 43
  • 1
  • 1
  • 3

2 Answers2

13

Try that from your home directory

git clone https://github.com/tomaspinho/rtl8821ce.git
cd rtl8821ce/
sudo make all
sudo make install
sudo modprobe -a 8821ce
0

I have the same module in HP Probook 440-G5 and have the same issue, for what I've found, it is not implemented yet :(. So we need to wait until someone implements them.