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?
Asked
Active
Viewed 2.6k times
2 Answers
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
user681365
- 231
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.