enigma wrote:Hello Grado,
Thank you for the reply,
Can you please tell me which exact directory to install as i have a bit confusion on the same.
Installation is usually fairly automated by the 'make install' command, for most linux source code. You just need to make sure you have the kernel development package installed for the kernel version you are running. If you are running any recent flavor of Red Hat (CentOS, Fedora, RHEL), you can check this with 'uname -r' and 'rpm -q kernel-devel'. I am not entirely familiar with the process on other flavors, last time I used a different flavor for serious purposes was in 2006.
Once "make install" finishes properly you can run 'modprobe <name-of-intel-driver>' to load the driver into the running kernel, or you can just reboot as a driver like that should be set to load automatically.