I recently installed centOS 6.3 on my laptop and the network card is not working. So I went to Realtek website and downloaded the appropriate driver for my network card (r8111/8168b).
I burned the file to a cd and then copied it to the /tmp directory and used the command tar xvjf filename.tar.bz2
After I CD to the new directory and use the command MAKE it get this error
Im a linux noob and just started to learn it. Please let me know if I am doing anything wrong. Thanks for your help.Code:make -C src/ clean make[1]: Entering directory '/tmp/r8168-8.032.00/src' make -C /lib/modules/2.6.32-279.el6.x_86_64/build SUBDIRS=tm/r8168-8.032.00/src clean make: Entering an unknown directory make: *** /lib/modules/2.6.32-279.el6.x_86_64/build: No such file or directory. Stop. make: Leaving unknown directory make[1]: *** [clean] Error 2 make[1]: Leaving directory '/tmp/r8168-8.032.00/src' make: *** [clean] Error 2
Reply With Quote