Install Intel 82576 Gigabit Network driver on CentOS6

3690阅读 0评论2013-02-27 flyzzy
分类:LINUX

官网下载相对应的网卡驱动


  1. tar -zxvf igb-4.1.2.tar.gz -C /usr/local/src
  2. cd /usr/local/src/igb-4.1.2/src
  3. make install
  4. modprobe igb
  5. lscpi | grep -i ethernet
  6. ifconfig -a
 

上一篇:Reload haproxy.cfg without restarting
下一篇:How to Run Unixbench 5.1.3 on CentOS 6.3 x64