this post was submitted on 29 Sep 2024
35 points (100.0% liked)

Linux

5081 readers
68 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] henfredemars@infosec.pub 1 points 1 week ago (1 children)

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?

[–] anzo@programming.dev 1 points 1 week ago (1 children)

I'd say you need to check for drivers or firmware upgrades...

[–] henfredemars@infosec.pub 1 points 1 week ago (1 children)

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.

[–] anzo@programming.dev 2 points 1 week ago (1 children)

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 ;/

[–] henfredemars@infosec.pub 2 points 1 week ago (1 children)

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.