Results 1 to 2 of 2

Thread: Installing drivers Intel-Nvidia Error.

  1. #1
    Join Date
    2015-Apr
    Posts
    6

    Installing drivers Intel-Nvidia Error.

    As the topic. After installing the drivers receives a mistake
    2015-08-23 10.30.55.jpg

    below, not the complete log because it is too long

    /var/log/nvidia-installer.log
    nvidia-installer log file '/var/log/nvidia-installer.log'
    creation time: Sun Aug 23 10:26:07 2015
    installer version: 352.30

    PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

    nvidia-installer command line:
    ./nvidia-installer

    Using: nvidia-installer ncurses user interface
    -> Detected 8 CPUs online; setting concurrency level to 8.
    -> License accepted.
    -> Installing NVIDIA driver version 352.30.
    -> Would you like to register the kernel module sources with DKMS? This will allow DKMS to automatically build a new module, if you install a different kernel later. (Answer: No)
    -> Performing CC sanity check with CC="/usr/bin/cc".
    -> Kernel source path: '/lib/modules/4.0.0-kali1-amd64/source'
    -> Kernel output path: '/lib/modules/4.0.0-kali1-amd64/build'
    -> Performing rivafb check.
    -> Performing nvidiafb check.
    -> Performing Xen check.
    -> Performing PREEMPT_RT check.
    -> Cleaning kernel module build directory.
    executing: 'cd ./kernel; /usr/bin/make clean'...
    -> Building NVIDIA kernel module:
    executing: 'cd ./kernel; /usr/bin/make module SYSSRC=/lib/modules/4.0.0-kali1-amd64/source SYSOUT=/lib/modules/4.0.0-kali1-amd64/build -j8 NV_BUILD_MODULE_INSTANCES='...
    NVIDIA: calling KBUILD...
    make[1]: Wejście do katalogu '/usr/src/linux-headers-4.0.0-kali1-common'
    /usr/bin/make -C /lib/modules/4.0.0-kali1-amd64/build KBUILD_SRC=/usr/src/linux-headers-4.0.0-kali1-common \
    -f /usr/src/linux-headers-4.0.0-kali1-common/Makefile modules
    make[2]: Wejście do katalogu '/usr/src/linux-headers-4.0.0-kali1-amd64'
    test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
    echo >&2; \
    echo >&2 " ERROR: Kernel configuration is invalid."; \
    echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
    echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
    echo >&2 ; \
    /bin/false)
    mkdir -p /tmp/selfgz1291/NVIDIA-Linux-x86_64-352.30/kernel/.tmp_versions ; rm -f /tmp/selfgz1291/NVIDIA-Linux-x86_64-352.30/kernel/.tmp_versions/*
    /usr/bin/make -f /usr/src/linux-headers-4.0.0-kali1-common/scripts/Makefile.build obj=/tmp/selfgz1291/NVIDIA-Linux-x86_64-352.30/kernel
    cc -Wp,-MD,/tmp/selfgz1291/NVIDIA-Linux-x86_64-352.30/kernel/.nv-frontend.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.9/include -I/usr/src/linux-headers-4.0.0-kali1-common/arch/x86/include -Iarch/x86/include/generated/uapi -Iarch/x86/include/generated -I/usr/src/linux-headers-4.0.0-kali1-common/include -Iinclude -I/usr/src/linux-headers-4.0.0-kali1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-4.0.0-kali1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-4.0.0-kali1-common/include/linux/kconfig.h -I/tmp/selfgz1291/NVIDIA-Linux-x86_64-352.30/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -m64 -mno-80387 -mno-fp-ret-in-387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_S
    -> Skipping installation of the libvdpau wrapper library.
    -> Searching for conflicting files:
    -> done.
    -> Installing 'NVIDIA Accelerated Graphics Driver for Linux-x86_64' (352.30):
    executing: '/sbin/ldconfig'...
    executing: '/sbin/depmod -aq '...
    -> done.
    -> Driver file installation is complete.
    -> Running post-install sanity check:
    -> done.
    -> Post-install sanity check passed.
    -> Running runtime sanity check:
    -> done.
    -> Runtime sanity check passed.
    -> Would you like to run the nvidia-xconfig utility to automatically update your X configuration file so that the NVIDIA X driver will be used when you restart X? Any pre-existing X configuration file will be backed up. (Answer: No)
    -> Installation of the NVIDIA Accelerated Graphics Driver for Linux-x86_64 (version: 352.30) is now complete. Please update your XF86Config or xorg.conf file as appropriate; see the file /usr/share/doc/NVIDIA_GLX-1.0/README.txt for details.
    bumblebe.conf
    # Configuration file for Bumblebee. Values should **not** be put between quotes

    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=nvidia
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d

    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=auto
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus:/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false


    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project...-of-PM-methods

    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia-current
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/x86_64-linux-gnu/nvidia:/usr/lib/i386-linux-gnu/nvidia:/usr/lib/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia

    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    xorg.conf.nvidia

    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    Option "AutoAddGPU" "false"
    EndSection

    Section "Device"
    Identifier "DiscreteNvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:01:00.0"

    # If the X server does not automatically detect your VGA device,
    # you can manually set it here.
    # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    # as you see in the commented example.
    # This Setting may be needed in some platforms with more than one
    # nvidia card, which may confuse the proprietary driver (e.g.,
    # trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
    # BusID "PCI:01:00:0"

    # Setting ProbeAllGpus to false prevents the new proprietary driver
    # instance spawned to try to control the integrated graphics card,
    # which is already being managed outside bumblebee.
    # This option doesn't hurt and it is required on platforms running
    # more than one nvidia graphics card with the proprietary driver.
    # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    # If this option is not set, the new Xorg may blacken the screen and
    # render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"

    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    Any suggestions
    Last edited by snofi; 2015-08-23 at 10:55.

  2. #2
    Join Date
    2015-Apr
    Posts
    1
    Ive got the same problem, I installed a fresh copy of Kali 2.0 and followed the instructions http://docs.kali.org/general-use/ins...-on-kali-linux

    Upon reboot I got the system cant recover error


    Hardware:
    Asus K53SV Laptop
    2630QM
    Nvidia 540m

Similar Threads

  1. Replies: 1
    Last Post: 2016-09-24, 07:25
  2. Installing problem with Nvidia / Intel drivers.
    By koapsi in forum Installing Archive
    Replies: 0
    Last Post: 2016-08-21, 21:58
  3. Replies: 2
    Last Post: 2015-08-08, 09:13
  4. Error installing Nvidia Drivers
    By kali14 in forum General Archive
    Replies: 0
    Last Post: 2015-03-01, 12:27
  5. Error installing NVIDIA graphics card drivers on a Kali Linux
    By Roham Soroush in forum General Archive
    Replies: 1
    Last Post: 2014-01-13, 14:41

Posting Permissions

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