./categories/os
CentOS 7 I219 랜카드 드라이버
CentOS 7 I219 랜카드 드라이버
sudo lshw -C network
# intel I219-V
cd /tmp
mkdir /tmp/usb
fdisk -l
mount -t vfat /dev/sdb1 /tmp/usb
cd /tmp/usb
tar xvfz e1000e-3.8.4.tar.gz
cd e1000e-3.8.4/src
sudo make install
sudo modprobe e1000e
# ping 안 되면 reboot
관련 링크: https://burndogfather.com/266
./comments