2
0
mirror of https://github.com/cilynx/rtl88x2bu synced 2025-08-22 10:10:08 +00:00

Another 'Unknown symbol...' solution

Added another possible solution for error `Unknown symbol in module`. It solved the problem for me and might help others as well.
This commit is contained in:
JakubOrsula 2021-03-14 19:05:17 +01:00 committed by Max Görner
parent b2d5bba1b2
commit 4b8e7fda06

View File

@ -46,6 +46,12 @@ modules:
sudo dkms remove rtl88x2bu/5.8.7.4 --all
find /lib/modules -name cfg80211.ko -ls
sudo rm -f /lib/modules/*/updates/net/wireless/cfg80211.ko
This can also be caused by cfg80211 module not being present in the kernel.
You can remedy this by running:
sudo modprobe cfg80211
## Raspberry Pi Access Point