Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't load on Ubuntu 23.10 (kernel 6.5.0-15-generic) #336

Open
vinirusso opened this issue Jan 30, 2024 · 1 comment
Open

Can't load on Ubuntu 23.10 (kernel 6.5.0-15-generic) #336

vinirusso opened this issue Jan 30, 2024 · 1 comment

Comments

@vinirusso
Copy link

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)
@vinirusso
Copy link
Author

vinirusso commented Jan 30, 2024

New boot, removed and inserted the device:

[32.644554] usb 3-2: USB disconnect, device number 2
[35.148248] usb 3-2: new high-speed USB device number 6 using xhci hed 
[135.296678] usb 3-2: New USB device found, idVendor-2357, LdProduct=0109, bcdDevice= 2.00 
[35.296683] usb 3-2: New USB device strings: Mfr-1, Product=2, SerialNumber=3
[135.296684] usb 3-2: Product: 802.119-NIC
[35.296685] usb 3-2: Manufacturer: Realtek
[35.296686] usb 3-2: SerialNumber: @Be64c000001
[35.323848] 8192eu: disagrees about version of symbol mutex_lock
[35.323852] 8192eu: Unknown symbol mutex lock (err -22)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant