Install Intel I210 Driver in Debian Linux

While I am installing the Intel Ethernet I210 adaptor, I find it can not be run and it shows the following message:

Makefile:71: *** Kernel header files not in any of the expected locations.

Makefile:72: *** Install the appropriate kernel development package, e.g.

Makefile:73: *** kernel-devel, for building kernel modules and try again.  Stop.

 

It means that you don’t install the kernel-headers.

Just type the following command with root account:

# apt-get  install linux-headers-$(uname -r)

 

Then follow the installation guide shown in the driver directory.

# make install

# modprobe <module name>

 

REFERENCE

  1. http://askubuntu.com/questions/3576/how-to-make-usb-drive-as-local-repository
  1. http://www.cyberciti.biz/faq/howto-install-kernel-headers-package/
  1. http://jylin76.blogspot.tw/2011/02/cent-osintel-82566dm-2.html
This entry was posted in Linux. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *