![Avatar](/_next/image?url=%2Flemmy-icon-96x96.webp&w=3840&q=75)
snoodwattle
undualies@lemm.ee
Joined
1 posts • 2 comments
You could also check the symlinks for the device in the sysfs. The word after “drivers” below for a given network interface (eth0 below) is usually the name of the driver (cpsw below):
$ ls -l /sys/class/net/eth0/device/driver
lrwxrwxrwx 1 root root 0 Aug 9 10:41 /sys/class/net/eth0/device/driver -> ../../../../bus/platform/drivers/cpsw
Or run lsmod
and see if anything jumps out.
Either way, once you find the driver name, run modinfo
to get version and other information about specific drivers.
Edit: formatting
Deleted by creator
It’s CentOS 7.x