Can't load on Ubuntu 23.10 (kernel 6.5.0-15-generic) #336
Open
Description
I am attempting to install and use a TP-Link wireless adapter (TL-WN823N v2/v3) on Ubuntu 23.10 but am encountering issues when loading the 8192eu driver. After disabling the e1000e driver, which was being loaded by default, I receive the following error when trying to load the 8192eu with modprobe:
modprobe: error: could not insert '8192eu': invalid argument
Steps to Reproduce:
Connected the TP-Link wireless adapter
Followed the entire readme, restarted, didn't work (e1000e driver was still active)
Ran sudo modprobe -r e1000e to remove the e1000e driver
Attempted to load the 8192eu driver with sudo modprobe 8192eu
Kernel Logs (dmesg):
8192eu: no symbol version for module_layout
8192eu: loading out-of-tree module taints kernel.
8192eu: module verification failed: signature and/or required key missing
8192eu: disagrees about version of symbol mutex_lock
8192eu: Unknown symbol mutex_lock (err -22)
Metadata
Assignees
Labels
No labels