From b5ea4dcabdbb4c2abcfcaacb4f2a020990215013 Mon Sep 17 00:00:00 2001 From: Sebastian Stoklosa Date: Tue, 2 Jul 2024 21:57:09 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7e21d0..e5786b6 100644 --- a/README.md +++ b/README.md @@ -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.

+You can also blacklist the rtw88_8821ce kernel module. -### Secure Boot +``` +echo "blacklist rtw88_8821ce" >> /etc/modprobe.d/rtw88_8821ce.conf +``` + + + +### 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. From 5a64ceb865ad52c3e7bd613e6ee50d564e42e992 Mon Sep 17 00:00:00 2001 From: Sebastian Stoklosa Date: Tue, 2 Jul 2024 21:59:37 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5786b6..e31e640 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ You can also blacklist the rtw88_8821ce kernel module. ``` echo "blacklist rtw88_8821ce" >> /etc/modprobe.d/rtw88_8821ce.conf ``` - +and just regenerate the kernel. ### Secure Boot