linux:centos:centos_intel_e1000e_driver

CentOS 6.2 に Intel e1000e LAN Driver をインストールする

# yum install kernel-devel gcc

 Intel の ダウンロード・センターよりドライバをダウンロードする。

# wget http://downloadmirror.intel.com/15817/eng/e1000e-1.9.5.tar.gz
# tar zxvf e1000e-1.9.5.tar.gz
# cd e1000e-1.9.5
# cd src
# make
# make install
# ethtool -s eth0 wol g
  • linux/centos/centos_intel_e1000e_driver.txt
  • 最終更新: 2024/02/04 13:43
  • by ともやん