Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add easier option for Bluetooth not working in the driver #354

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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