Blacklisting a kernel is module not working

blacklist <kernel_module> at etc/modprobe.d/blacklist.conf
is not working. I’m using eos with systemd boot. Any suggestions?

What shows: cat /etc/modprobe.d/blacklist.conf ?

1 Like

It would be nice if your post was more descriptive. What module are you trying to blacklist and for what reason?

03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
	Subsystem: Lenovo RTL8821CE 802.11ac PCIe Wireless Network Adapter
	Flags: bus master, fast devsel, latency 0, IRQ 135
	I/O ports at d000 [size=256]
	Memory at df000000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: rtw_8821ce
	Kernel modules: rtw88_8821ce, 8821ce

wifi speed is very low

Its blank

So you should be trying to blacklist rtw88_8821ce?

Edit:

sudo nano /etc/modprobe.d/blacklist.conf

add

blacklist rtw88_8821ce

ctrl + o then enter to save
ctrl + x to exit nano

reboot

Edit: Or which ever module you are trying to blacklist.

Thanks

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.