mirror of
https://github.com/cilynx/rtl88x2bu
synced 2025-08-29 13:28:14 +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
@ -48,6 +48,12 @@ modules:
|
|||||||
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
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user