Is there a way programmatically driver name of interface, except of parsing output of “ethtool -i interface_name”?
I would happy if it can be retrieved from a file.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can query
sysfsfor it. Read the target of the/sys/class/net/$interface/device/driversymlink and take the part after the last/.Example: