How do i install e1000e-3.0.4 driver permanently in Centos 6.5 ?
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I also tried installing the kmod-e1000e driver.It worked great as far as allowing dot1q to work.But,it crashed whenever I tried to make the MTU=1504 (which is needed to allow max sized frames to pass dot1q). So, that didn't seem to work and doesn't seem reliable.
Best way forward IMHO would be to use (or create) a RPM package with the new driver, sign it and install it. (The package %post section should run the necessary commands to make the kernel see the driver as "registered" (see 'man depmod'). If the driver doesn't "stick" then create a /etc/modprobe.d/e1000.conf (it's just a name), use an "uninstall" line to uninstall the old driver and an "install" line to load the new one enlse another option could be to create an udev rule for the same.) Another option could be to build a [I]kmod]/I] package.
The reason for building a package is that it adheres with how package management works on RPM-based system, it's origin and contents can be verified (you signed it as packager), it can be distributed to your other systems (but please don't publicly distribute homebrewn packages unless you make clear the're not QA'ed by Red Hat or CentOS) and it makes rebuilding a newer driver version way easier.
I have also issues with e1000 also in Centos, NIC drops and wakes up every now and then. I tried to update Centos and have looked after update to this particular NIC. Intel has published newer versions of this driver, but how to install it? Same question as Saravan, in other words.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.