Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,16 @@ sudo modprobe -r ideapad_laptop

### BlueTooth is not working

This may be due to the Kernel loading up the wrong firmware file for this card. Please take a look at [@wahsot](https://github.com/wahsot)'s tutorial at https://github.com/tomaspinho/rtl8821ce/issues/19#issuecomment-452196840 to see if that helps you out.
This may be due to the Kernel loading up the wrong firmware file for this card. Please take a look at [@wahsot](https://github.com/wahsot)'s tutorial at https://github.com/tomaspinho/rtl8821ce/issues/19#issuecomment-452196840 to see if that helps you out. <br><br>
You can also blacklist the rtw88_8821ce kernel module.

### Secure Boot
```
echo "blacklist rtw88_8821ce" >> /etc/modprobe.d/rtw88_8821ce.conf
```
and just regenerate the kernel.


### Secure Boot

If your system uses Secure Boot, the kernel will not accept user-supplied modules. There are two ways to solve this issue:
1. Disable Secure Boot via BIOS/UEFI settings.
Expand Down