Results 1 to 10 of 10

Thread: Problem installing driver Nvidia GTX 970!!!

  1. #1
    Join Date
    2015-Feb
    Posts
    4

    Problem installing driver Nvidia GTX 970!!!

    Hello everyone, Im new to linux. I just started the Ethical Hacking course at school and installed Kali Linux on a dual boot on Windows 7. I have an AMD 8320 CPU and a GTX 970 and 16G of RAM. I have tried the way post on the Documentaion on this site. I have also tried http://www.blackmoreops.com/2014/06/...nvidia-driver/. Nothing has worked. I get a black screen or the command inputs are not recognized. Can someone please help me. This display is killing me, lol Thanks!!!

  2. #2
    Join Date
    2014-Apr
    Location
    Down Under
    Posts
    315
    Quote Originally Posted by slaychild View Post
    Hello everyone, Im new to linux. I just started the Ethical Hacking course at school and installed Kali Linux on a dual boot on Windows 7. I have an AMD 8320 CPU and a GTX 970 and 16G of RAM. I have tried the way post on the Documentaion on this site. I have also tried http://www.blackmoreops.com/2014/06/...nvidia-driver/. Nothing has worked. I get a black screen or the command inputs are not recognized. Can someone please help me. This display is killing me, lol Thanks!!!
    The drivers from the repo that the BMO guide will have you install are too old for your modern card.

    Either install the NVIDIA drivers which you can download from the NVIDIA website or add the Debian experimental repo and install from there.

    You need the 343.36 version or newer. (=<340 does not support the 970)
    Last edited by staticn0de; 2015-03-31 at 10:16.
    chown -R us ./base

  3. #3
    Join Date
    2015-Feb
    Posts
    4
    I tryed this. http://linuxg.net/how-to-install-nvi...linux-systems/
    But it tells me I need to close X server before it can install. How do I do this? Thanks

  4. #4
    Join Date
    2014-Apr
    Location
    Down Under
    Posts
    315
    Quote Originally Posted by slaychild View Post
    I tryed this. http://linuxg.net/how-to-install-nvi...linux-systems/
    But it tells me I need to close X server before it can install. How do I do this? Thanks
    sudo /etc/init.d/gdm3 stop

    Edit: you don't need the sudo cause your already root but I've been playing in debian all day..
    Last edited by staticn0de; 2015-04-01 at 12:12.
    chown -R us ./base

  5. #5
    Join Date
    2015-Feb
    Posts
    4
    OK Thanks, now another is has come up. After I put in /etc/init.d/gdm3 stop. I got the black screen. I pressed CRTL ALT F1 and logged back in to the root. I enter this command. ./NVIDIA-Linux-*-346.47.run I received an accept message. I hit OK. Then I got this message.

    ERROR: Unable to find kernel source tree for the currently running kernel. 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.

    What can I do now??

  6. #6
    Join Date
    2014-Apr
    Location
    Down Under
    Posts
    315
    Quote Originally Posted by slaychild View Post
    OK Thanks, now another is has come up. After I put in /etc/init.d/gdm3 stop. I got the black screen. I pressed CRTL ALT F1 and logged back in to the root. I enter this command. ./NVIDIA-Linux-*-346.47.run I received an accept message. I hit OK. Then I got this message.

    ERROR: Unable to find kernel source tree for the currently running kernel. 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.

    What can I do now??
    apt-get install linux-headers-$(uname -r)

    This is some pretty basic stuff. Make sure you have a go yourself at researching these errors before asking for help. You will learn a lot more.
    chown -R us ./base

  7. #7
    Join Date
    2015-Feb
    Posts
    4
    Thank you so much. It worked!!!!

    For anyone who was having the same issue, this is what I did.

    wget us.download.nvidia.com/XFree86/Linux-x86_64/346.47/NVIDIA-Linux-x86_64-346.47.run

    apt-get install linux-headers-$(uname -r)

    chmod +x NVIDIA-Linux-*-346.47.run

    /etc/init.d/gdm3 stop

    Then got the black screen. Press CTRL ALT F1

    Log back in as root and then input

    ./NVIDIA-Linux-*-346.47.run

    Just select ok on all screens. Once done. type REBOOT.

    All done. Thanks again for the help

  8. #8
    Join Date
    2015-Apr
    Posts
    1
    Very sorry for my English, but I'm using google translator
    how to stop the graphics?

    "
    root@kali:/# sudo /etc/init.d/kdm stop
    sudo: /etc/init.d/kdm: command not found
    root@kali:/# sudo /etc/init.d/gdm stop
    sudo: /etc/init.d/gdm: command not found
    root@kali:/# sudo /etc/init.d/lightdm stop
    sudo: /etc/init.d/lightdm: command not found
    root@kali:/# sudo /etc/init.d/mdm stop
    sudo: /etc/init.d/mdm: command not found
    "
    top

    " PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
    2782 root 20 0 314m 138m 11m S 1,7 0,4 1:12.56 Xorg
    3499 root 20 0 293m 28m 18m S 1,3 0,1 0:09.54 gnome-terminal
    3952 root 20 0 1029m 318m 63m S 0,3 1,0 3:48.85 iceweasel
    4255 root 20 0 0 0 0 S 0,3 0,0 0:00.19 kworker/u16:1
    4356 root 20 0 23252 2828 2304 R 0,3 0,0 0:00.02 top
    1 root 20 0 10664 1740 1596 S 0,0 0,0 0:00.44 init
    2 root 20 0 0 0 0 S 0,0 0,0 0:00.00 kthreadd
    3 root 20 0 0 0 0 S 0,0 0,0 0:00.07 ksoftirqd/0
    5 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 kworker/0:0H
    7 root 20 0 0 0 0 S 0,0 0,0 0:00.91 rcu_sched
    8 root 20 0 0 0 0 S 0,0 0,0 0:00.00 rcu_bh
    9 root rt 0 0 0 0 S 0,0 0,0 0:00.00 migration/0
    10 root rt 0 0 0 0 S 0,0 0,0 0:00.00 watchdog/0
    11 root rt 0 0 0 0 S 0,0 0,0 0:00.00 watchdog/1
    12 root rt 0 0 0 0 S 0,0 0,0 0:00.00 migration/1
    13 root 20 0 0 0 0 S 0,0 0,0 0:00.31 ksoftirqd/1
    15 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 kworker/1:0H
    16 root rt 0 0 0 0 S 0,0 0,0 0:00.00 watchdog/2
    17 root rt 0 0 0 0 S 0,0 0,0 0:00.10 migration/2
    18 root 20 0 0 0 0 S 0,0 0,0 0:00.08 ksoftirqd/2
    20 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 kworker/2:0H
    21 root rt 0 0 0 0 S 0,0 0,0 0:00.00 watchdog/3
    22 root rt 0 0 0 0 S 0,0 0,0 0:00.00 migration/3
    23 root 20 0 0 0 0 S 0,0 0,0 0:00.05 ksoftirqd/3
    25 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 kworker/3:0H
    26 root rt 0 0 0 0 S 0,0 0,0 0:00.00 watchdog/4
    27 root rt 0 0 0 0 S 0,0 0,0 0:00.00 migration/4
    28 root 20 0 0 0 0 S 0,0 0,0 0:00.08 ksoftirqd/4
    30 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 kworker/4:0H
    "

  9. #9
    Join Date
    2013-Apr
    Posts
    1
    As shown in the previous reply:

    /etc/init.d/gdm3 stop

  10. #10
    Join Date
    2015-Apr
    Posts
    5
    The quick and dirty solution is to install kernel headers: sudo apt-get install linux-headers-$(uname -r)

    Then ctrl-alt-f1.

    sudo service gdm3 stop.

    For the drivers, get the cuda-7.0 toolkit from nvidia, see my post on hashcat for the link.

    ./NV... .run

    Follow the steps, don't build DKMS and DO NOT run nvidia-xconfig.

    reboot, and lsmod | nouveau which should be blank, lsmod | nvidia which should show results. If not, modprobe nvidia.

    You might need bumblebee and to enable ACPI so that cpyrit and cudahashcat can enable the card in discrete mode for their own purposes.


    Edit:

    If you get a black screen with a cursor in the upper left hand of the screen, ctrl-alt-f1 and rm /etc/X11/xorg.conf

Similar Threads

  1. Problems installing Nvidia display driver
    By hiddeneyes02 in forum General Archive
    Replies: 1
    Last Post: 2017-11-24, 08:45
  2. Installing NVIDIA Grapics Driver
    By Sagaryal in forum General Archive
    Replies: 2
    Last Post: 2017-03-24, 12:25
  3. Unable to open GUI after installing Nvidia Driver
    By pavan532 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-11-10, 16:01

Posting Permissions

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