“How to install driver of optical-network-card and setup the ip-config”版本间的差异

来自cslt Wiki
跳转至: 导航搜索
(以“# Optical port network card plugging * First verify the type of your Optical-network, usually PCI-E (x8/x16). * Scan the mother-board to check if there are any PCI-E...”为内容创建页面)
 
第1行: 第1行:
 
# Optical port network card plugging
 
# Optical port network card plugging
* First verify the type of your Optical-network, usually PCI-E (x8/x16).
+
  * First verify the type of your Optical-network, usually PCI-E (x8/x16).
* Scan the mother-board to check if there are any PCI-E(x8/x16) left, then plug the card to the match one.
+
  * Scan the mother-board to check if there are any PCI-E(x8/x16) left, then plug the card to the match one.
  
 
# Driver install(ixgbe)
 
# Driver install(ixgbe)
* First check the chip-type and adapter-type of the network-card.
+
  * First check the chip-type and adapter-type of the network-card.
* Go to https://www.intel.com/content/www/us/en/support/products/36773/network-and-i-o/ethernet-products.html to find the corresponding drivers.
+
  * Go to https://www.intel.com/content/www/us/en/support/products/36773/network-and-i-o/ethernet-products.html to find the corresponding drivers.
* Download the source code of driver and then compile it on your target machine according to the README in src
+
  * Download the source code of driver and then compile it on your target machine according to the README in src
** make
+
    ** make
** make install
+
    ** make install
  
 
#
 
#

2018年12月5日 (三) 10:57的版本

  1. Optical port network card plugging
 * First verify the type of your Optical-network, usually PCI-E (x8/x16).
 * Scan the mother-board to check if there are any PCI-E(x8/x16) left, then plug the card to the match one.
  1. Driver install(ixgbe)
 * First check the chip-type and adapter-type of the network-card.
 * Go to https://www.intel.com/content/www/us/en/support/products/36773/network-and-i-o/ethernet-products.html to find the corresponding drivers.
 * Download the source code of driver and then compile it on your target machine according to the README in src
   ** make
   ** make install