Results 1 to 5 of 5

Thread: ERROR: Unable to determine the version of the kernel sources located in '/lib/

  1. #1
    Join Date
    Mar 2010
    Posts
    47

    ERROR: Unable to determine the version of the kernel sources located in '/lib/

    Hello everyone,

    I am trying to get a 2.6.33 kernel up an running and running with some problems - it occurs that it can't find the proper version and/or sources - even though they are there.

    Whole source code is available, I am running with a custom 2.6.31.5 kernel right now. I have tried NVIDIA-Linux-x86_64-190.42-pkg2.run --kernel-name=2.6.33 -K -a --kernel-source-path=/usr/src/linux-2.6.33.

    Thanks

  2. #2
    Join Date
    Jan 2008
    Posts
    3,388

    ERROR: Unable to determine the version of the kernel sources located in '/lib/

    There are some of the components in 2.6.33 like linux/autoconf.h and linux/utsrelease.h played a most role causing this very error. They were moved to generated/autoconf.h and generated/utsrelease.h but I am not aware about that if it is associated to your issues.

    I was having the same issues much before compiling some things so I symlinked those in linux/ and now everything is working well.

  3. #3
    Join Date
    May 2008
    Posts
    4,085

    ERROR: Unable to determine the version of the kernel sources located in '/lib/

    I got your issue and I think the suggestion that I will give you on this problem
    is close to your problem and I hope it would work for you because I am also suffering with the same problem. I got the solution for it is either the conftest.sh script or a test function in the nvidia-installer binary file which is not able to parse the version information in order to decide which makefile to use. assumed as a installer bug to me.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,267

    ERROR: Unable to determine the version of the kernel sources located in '/lib/

    ERROR: Unable to determine the version of the kernel sources specifies in '/lib/modules/2.6.33/source'.

    Please just be sure that you have installed the kernel source files for your kernel and that they are completely configured: As a example, on Red Hat Linux system, Make sure you have the 'kernel-source' or 'kernel-devel' RPM installed. If you are aware about the correct kernel source files are installed, you may locate the kernel source path whit the '--kernel-source-path' command line option.

  5. #5
    Join Date
    Apr 2008
    Posts
    3,522

    ERROR: Unable to determine the version of the kernel sources located in '/lib/

    Well ,I have a solution for you and may be much helpful for you. You have to issue some commands but before that just put your driver in "Maximum Performance" mode but (hopefully) will stop the blinking.

    Then issue the following command with proper option and specifications :

    Code:
    echo 'options nvidia NVreg_RegistryDwords="PerfLevelSrc=0x2222" ' | sudo tee /etc/modprobe.d/otions.conf
    The code suggested above will create the file located /etc/modprobe.d/otions.conf with some bonded commands which triggers "Maximum Performance" mode.

Similar Threads

  1. Replies: 3
    Last Post: 17-01-2014, 10:36 AM
  2. Replies: 5
    Last Post: 09-07-2011, 10:41 AM
  3. Replies: 1
    Last Post: 02-06-2011, 04:13 AM
  4. Replies: 5
    Last Post: 31-05-2011, 10:40 AM
  5. In VB.NET, Error: Unable to determine decimal
    By hatred in forum Software Development
    Replies: 4
    Last Post: 21-01-2010, 08:48 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,484,304.99713 seconds with 17 queries