Results 1 to 9 of 9

Thread: upgrade kali linux 3.14 Nvidia driver can't not workable

  1. #1
    Join Date
    2013-Apr
    Posts
    182

    upgrade kali linux 3.14 Nvidia driver can't not workable

    upgrade kali linux 3.14 Nvidia driver can't not workable

    can't find driver moulds

    Is there someone have this problem ?

  2. #2
    Join Date
    2013-Apr
    Posts
    182
    apt-get install build-esential linux-headers-$(uname -r)
    can't workable

  3. #3
    Join Date
    2013-Mar
    Location
    milano
    Posts
    301
    Quote Originally Posted by when123 View Post
    apt-get install build-esential linux-headers-$(uname -r)
    can't workable
    hi :-)
    IF THIS can (possibly)BE TO help you !.....in my kali:
    i've upgrade my kernel amd64 FROM my kali 1.06 with old cuda_5.5(3.12+cuda5.5>>>>>3.14+cuda6.0)

    reboot in new kernel(3.14)
    apt-get install linux-headers-3.14-kali1-amd64 (for MY distro)
    download a ""new""update cuda+driver-package && make executable
    reboot
    service gdm3 stop
    ./cuda_6.0.37_linux_64.run
    reboot
    rm -rf /usr/local/cuda-5.5
    rm /usr/bin/nvcc
    ln -s /usr/local/cuda-6.0/bin/nvcc /usr/bin/nvcc
    nano /root/.bash_profile
    PATH=$PATH:/usr/local/cuda-6.0/bin
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-6.0/lib:/usr/local/cuda-6.0/lib64:/lib
    export PATH
    export LD_LIBRARY_PATH
    save
    http://www.imagestime.com/show.php/9...94936.png.html

  4. #4
    Join Date
    2014-May
    Posts
    28
    Hi all
    after upgrade kali linux 3.14 cudahashcat stop working and give
    this error:

    ERROR: could not insert 'nvidia_uvm': Invalid argument
    ERROR: No NVidia compatible platform found

  5. #5
    Quote Originally Posted by zimmaro View Post
    hi :-)
    IF THIS can (possibly)BE TO help you !.....in my kali:
    i've upgrade my kernel amd64 FROM my kali 1.06 with old cuda_5.5(3.12+cuda5.5>>>>>3.14+cuda6.0)

    reboot in new kernel(3.14)
    apt-get install linux-headers-3.14-kali1-amd64 (for MY distro)
    download a ""new""update cuda+driver-package && make executable
    reboot
    service gdm3 stop
    ./cuda_6.0.37_linux_64.run
    reboot
    rm -rf /usr/local/cuda-5.5
    rm /usr/bin/nvcc
    ln -s /usr/local/cuda-6.0/bin/nvcc /usr/bin/nvcc
    nano /root/.bash_profile
    PATH=$PATH:/usr/local/cuda-6.0/bin
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-6.0/lib:/usr/local/cuda-6.0/lib64:/lib
    export PATH
    export LD_LIBRARY_PATH
    save
    http://www.imagestime.com/show.php/9...94936.png.html
    zimmaro you have to admit that compiling cuda for every new kali's 3.x headers new releases is a ****** joke.

    I'd did the trick for 3.12 with new cuda 6.0 but I ain't do it again for 3.14 or any other version of. Is time consuming and I'm not seeing the point to do it over and over.

    And yes, I have the same problem with the nvidia drivers, 3.14 upgrade is showing me a blank screen but somehow I still can choose to boot the old 3.12 so at this point I'm saved.

    Bottom line right now I'm searching for a way of unintalling 3.14 headers and keep going with the 3.12 where at least everything is working.

  6. #6
    Join Date
    2013-Mar
    Location
    milano
    Posts
    301
    Quote Originally Posted by Amidamaru View Post
    zimmaro you have to admit that compiling cuda for every new kali's 3.x headers new releases is a ****** joke.

    I'd did the trick for 3.12 with new cuda 6.0 but I ain't do it again for 3.14 or any other version of. Is time consuming and I'm not seeing the point to do it over and over.

    And yes, I have the same problem with the nvidia drivers, 3.14 upgrade is showing me a blank screen but somehow I still can choose to boot the old 3.12 so at this point I'm saved.

    Bottom line right now I'm searching for a way of unintalling 3.14 headers and keep going with the 3.12 where at least everything is working.
    Well ....you don't need to install new CUDA of Every kernel version!!!i know it!
    But in My kali i've needed it && in "new "cuda-package have a "good "version of nvidia-driver....to..passed the 3.14" headers-installations"
    http://www.imagestime.com/show.php/9...01619.png.html
    Last edited by zimmaro; 2014-05-25 at 18:16.

  7. #7
    Join Date
    2014-May
    Posts
    3
    Same 3.12 is working, 3.14 do not run X

  8. #8
    Join Date
    2013-Nov
    Posts
    2
    Quote Originally Posted by antifr View Post
    Same 3.12 is working, 3.14 do not run X
    After driver is installed you have to
    $ aptitude install nvidia-xconfig
    $ nvidia-xconfig
    ...then reboot and it will work!

  9. #9
    Join Date
    2013-Apr
    Posts
    182
    how to solve apt-get install build-esential linux-headers-$(uname -r) before install driver?

Similar Threads

  1. Kali Linux 2023 - Nvidia Geforce Go 7300 - nvidia driver 304
    By madvinegar in forum General Archive
    Replies: 1
    Last Post: 2023-01-21, 19:14
  2. Replies: 12
    Last Post: 2014-03-14, 22:41
  3. Replies: 8
    Last Post: 2014-01-21, 12:05

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •