You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd /run/media/weet
su
mkdir dvd
mount [SOME-PATH]/Fedora-20-x86_64-DVD.iso dvd
vi /etc/yum.repos.d/local-install.repo
[local-install]
name=Fedora Core(local) $releasever - $basearch
baseurl=file:///run/media/weet/dvd
enabled=1
gpgcheck=0
yum --disablerepo=\* --enablerepo=local-install groupinstall "Development Tools"
Install the driver
# Download from here: http://sourceforge.net/projects/e1000/files/e1000e%20stable/3.1.0.2/
tar -xf e1000e-3.1.0.2.tar.gz
cd e1000e-3.1.0.2/src
sudo make
sudo make install