I have a 10Gbps Ethernet NIC on my Ubuntu box which is named eth0
. Is there any way to find out which driver is loaded to work with this NIC?
I have a 10Gbps Ethernet NIC on my Ubuntu box which is named eth0
. Is there any way to find out which driver is loaded to work with this NIC?
The command
ethtool -i
outputs hardware info about the NIC. Use following command to see driver name:The output is like this: