Open doriantaylor opened 7 months ago
It is common for the vendor driver to disable the LED as most users do not want to waste the power needed to operate it. This driver differs in that if the LEDs are enabled in file include/autoconf.h, the build fails as many LED definitions are missing.
That "UBSAN: array-index-out-of-bounds" out of bounds message is not usual; however, the kernel only recently began enforcing that kind of check. I have fixed that one.
This driver does nothing with systemd. Perhaps the message is arising from the dkms configuration, which is also not part of this driver.
Hi I have the same issue have you gotten it to work good? thanks and if you don't mind I have some question about how you set it up
Hi there, just bought a TP-Link TX20U Plus (USB ID
2537:013f
) and trying to get it running with this driver (on Ubuntu 23.10 usingdkms
), though noticing weird behaviour:systemd
seems to trip oversystemd-networkd-wait-online.service
on startup when it is plugged in,I'm just giving a gloss here because at this juncture I'm trying to determine if it's the hardware itself that's a dud.
For one, is there a reason, while using this driver, to expect the status light not to come on? Because it never has. Also, when it finally boots, I see an error on the console
index 9 is out of range for u8 [8]
. Is that normal?Any insight is appreciated; if it's not obviously a hardware issue I can go dig out the logs. Thanks in advance.
Updated with kernel log excerpt: