views:

56

answers:

1

How can I find out what settings a certain NIC was loaded with in linux? I know there's modprobe.conf , but it doesn't give me the config if it was loaded using custom params with modprobe. Also, is it possible to figure out what the default setting for a driver is?

A: 

ethtool? mii-tool?

Peter Cordes