How do I find out what kernel module is used for any given network interface?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
On the command line run
For every network interface you'll get a section starting with |
|||
|
|
|
You can query sysfs to tell you this information. To tell which driver a network interface is using:
... where To get the name of the module that provides that driver:
... and this |
||||
|
|