Monday, January 17, 2011

How to check the network driver on the linux machine?

■ Requirement : How to check the network driver on the linux machine?
■ OS Environment : Linux[RHEL, Centos]
■ Implementation Steps : 

$ dmesg | grep eth0
$ modinfo driver_name


No comments:

Post a Comment