this post was submitted on 29 Sep 2024
35 points (100.0% liked)
Linux
5159 readers
99 users here now
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My network adapters send corrupted packets unless I disable RX/TX offloading with
ethtool
(this feature is turned on by default). Is this normal? Should I be able to do checksum and TCP session offloading?I'd say you need to check for drivers or firmware upgrades...
I think the driver is up to date because I'm on the latest 6.8 kernel. Firmware, TP-Link offers none for their junk.
Is there a way I can check if it's a driver or a firmware issue? I took a look at the driver code to TBF I'm not enough of an expert to understand how it actually talks to the device.
On this matter, I'm an ignorant myself too. Perhaps searxing with the model name and brand there's a post somewhere that shares some insight. Hardware support on linux is great, until it isn't ;/
True, but you gotta give Linux some slack. All of this driver work is reverse engineered. It would be so much easier if the vendor just published information about their hardware.
Indeed!