Well, I was trying to install the proper NVIDIA graphics card driver on my box till I couldn't go any further because of some weird error message it keeps throwing at my face every single time I think I managed to solve my issue.
Extracted from the nvidia-installer-log file found in /var/log/
As a summary it says it cannot find this file /usr/include/linux/kernel.h even if the locate command tells me such a file does exist and I do find it there while browsing that linux folder via Dolphin.
This is as close as I have come to finally install the drivers since wine stop working due to an unresolved issue with nouveau drivers.
What am I doing wrong here?
Another nvidia driver package told me which one was the correct one to be installed on my system, so this one is the right package and this kind of issue's been resolved. Then what's going on here?
EDIT
Somehow I managed to go further in the driver installation process but now I'm getting another kind of error...
I know what it means but how am I supposed to configure it? What should I do now?
Extracted from the nvidia-installer-log file found in /var/log/
Code:
ERROR: The kernel header file '/usr/include/linux/kernel.h' does not exist. The most likely reason for this is that the kernel source path '/usr/include/linux' is incorrect. Please make sure you have installed the kernel source files for your kernel and that they are properly configured; on Red Hat Linux systems, for example, be sure you have the 'kernel-source' or 'kernel-devel' RPM installed. If you know the correct kernel source files are installed, you may specify the kernel source path with the '--kernel-source-path' command line option.
This is as close as I have come to finally install the drivers since wine stop working due to an unresolved issue with nouveau drivers.
What am I doing wrong here?
Another nvidia driver package told me which one was the correct one to be installed on my system, so this one is the right package and this kind of issue's been resolved. Then what's going on here?
EDIT
Somehow I managed to go further in the driver installation process but now I'm getting another kind of error...
Code:
ERROR: The kernel header file '/usr/src/linux-headers-3.2.0-25/include/linux/version.h' does not exist. The most likely reason for this is that the kernel source files in '/usr/src/linux-headers-3.2.0-25' have not been configured.
Comment