Find the answer to your Linux question:
Results 1 to 2 of 2
Is there any command that will output the firmware version of my nic card? i tried lspci & dmesg. They show the card details but not the firmware version Any ...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Posts
    58

    nic card firmware version

    Is there any command that will output the firmware version of my nic card?
    i tried lspci & dmesg. They show the card details but not the firmware version

    Any suggestions?

    Thanks in advance

    David

  2. #2
    Just Joined!
    Join Date
    Nov 2011
    Posts
    11
    Quote Originally Posted by ub007 View Post
    Is there any command that will output the firmware version of my nic card?
    Yes I recommend view the man page for ethtool since it is rather powerfull, but use the below command on your interface.
    Code:
    ethtool -i eth0

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...