LoginSignup
1
2

More than 5 years have passed since last update.

intel nic - e1000eドライバのインストール

Last updated at Posted at 2017-07-18

参考

yum update
reboot

yum groupinstall -y "Development Tools"
yum install kernel-PAE-devel
cd /opt
tar zxvf e1000e-3.3.5.3.tar.gz
cd e1000e-e1000e-3.3.5.3

cp e1000e.spec /usr/src/redhat/SPECS/
cd /usr/src/redhat/SPECS/
cp /usr/local/src/e1000e-3.3.5.3.tar.gz ../SOURCES/

# rpmパッケージにホスト名が入るため適当にホスト名変更した。
hostname centos5.11.pae
rpmbuild -ba e1000e.spec

rpm -ivh /usr/src/redhat/RPMS/i386/e1000e-3.3.5.3-1.i386.rpm
/etc/modprobe.conf
- eth1 igb
+ eth1 e1000e

reboot

認識されていることを確認。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2