正如标题所示,
How to know wihch interface is bound to which kernel module?
我怀疑信息应该在/ sys目录中,但我找不到。
答案 0 :(得分:1)
看看这个:
# ethtool -i eth0
driver: e1000e
version: 1.5.1-k
firmware-version: 5.6-2
bus-info: 0000:01:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
所以eth0的驱动程序是e1000e。