The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
Google UNIX.COM



Thread: ethernet card
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-27-2007
beev1812 beev1812 is offline
Registered User
 

Join Date: Dec 2005
Posts: 11
Quote:
Originally Posted by dhlopomo View Post
What command do I use to show mw the ethernet card, I have tried ipconfig -a
I am not certain of what you are asking, but try dmesg | grep eth
Should give you:

eth1: Broadcom <output truncated>

and/ or ethtool eth0 to view current state of the interface.
Reply With Quote