• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

Intel I219-LM Centos 6 network failed to start

by admin

Introduction

If you are using old software on new software you can receive some weird errors. Today We will describe an error with Inle l219-LM and CentOS 6 error. For some reason from time to time, Centos 6 fails to start network when using the Intel I219-LM network card. We’ve faced the following issue with the latest CentOS 6.10 and following network card. If you have the same issue you can read below how to fix it.

How to resolve Intel i219-lm Centos 6 network issue?

The fix for the following issue is pretty simple – allow kernel module for this network card. It can be done using the following command:

# modprobe e1000e

and after that, reboot your server and the network should work. If it doesn’t read another fix for the following issue.

Alternative fix for Intel i219-lm Centos 6 network issue

If the first way doesn’t help to resolve your issue you had to patch your kernel. It’s not too scary how it sounds and it can be done pretty simply. Download the latest intel driver and install it. You can download it from the official intel site: https://www.intel.com/content/www/us/en/support/articles/000005480/network-and-i-o/ethernet-products.html

After that you need to build it:

# tar -zxf e1000e-3.6.0.tar.gz
# cd e1000e-3.6.0/src
# make 
# make -s install
# modprobe e1000e

That’s all.

Filed Under: CentOS/RHEL, CentOS/RHEL 6, Linux

Some more articles you might also be interested in …

  1. How to Lock and Unlock Zimbra Accounts from Command Line
  2. dot: Render an image of a linear directed network graph from a graphviz file
  3. How does “chmod -R 755” works
  4. How to use nomodeset to Troubleshoot Boot Issues
  5. lvreduce Command Examples in Linux
  6. uvcdynctrl Command Examples in Linux
  7. useradd Command Examples in Linux
  8. nmap: command not found
  9. How to Check Swap Usage Live via the ‘top’ Command in Linux
  10. bg Command Examples in Linux

You May Also Like

Primary Sidebar

Recent Posts

  • gml2gv Command Examples
  • glow Command Examples
  • glib-compile-resources Command Examples
  • glances Command Examples

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright