Difference between revisions of "Exablaze: Setup and Test"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== OS Detection == After the clean CentOS installation, the OS is able to detect the existence of the card: <syntaxhighlight> [root@localhost ~]# lspci|grep -i exan 87:00.0 Ethernet con...")
 
Line 5: Line 5:
 
87:00.0 Ethernet controller: Exablaze ExaNIC X2
 
87:00.0 Ethernet controller: Exablaze ExaNIC X2
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
== Driver Installation ==
 +
# go to http://exablaze.com/support/?serial=643f5f0123f8 and download the ExaNIC X2 Driver
 +
# untar the file
 +
#: <syntaxhighlight> tar xvzf exanic-1.4.2.tar.gz </syntaxhighlight>
 +
# build the driver from source
 +
#: <syntaxhighlight> cd exanic-1.4.2 </syntaxhighlight>
 +
#: <syntaxhighlight> make</syntaxhighlight>
 +
#: <syntaxhighlight> make install </syntaxhighlight>

Revision as of 17:11, 8 January 2015

OS Detection

After the clean CentOS installation, the OS is able to detect the existence of the card:

[root@localhost ~]# lspci|grep -i exan
87:00.0 Ethernet controller: Exablaze ExaNIC X2

Driver Installation

  1. go to http://exablaze.com/support/?serial=643f5f0123f8 and download the ExaNIC X2 Driver
  2. untar the file
     tar xvzf exanic-1.4.2.tar.gz
  3. build the driver from source
     cd exanic-1.4.2
     make
     make install