mirror of
https://github.com/cilynx/rtl88x2bu
synced 2025-08-30 05:47:47 +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:
parent
b2d5bba1b2
commit
4b8e7fda06
@ -46,6 +46,12 @@ modules:
|
|||||||
sudo dkms remove rtl88x2bu/5.8.7.4 --all
|
sudo dkms remove rtl88x2bu/5.8.7.4 --all
|
||||||
find /lib/modules -name cfg80211.ko -ls
|
find /lib/modules -name cfg80211.ko -ls
|
||||||
sudo rm -f /lib/modules/*/updates/net/wireless/cfg80211.ko
|
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
|
## Raspberry Pi Access Point
|
||||||
|
Loading…
x
Reference in New Issue
Block a user