Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » GNU/Linux » nvidia-treiber(legacy) manuell einbinden

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 < [ 2 ] [ 3 ]
000
04.08.2009, 12:30 Uhr
~global
Gast


hallo,
ich versuche mich schon seit tagen daran auf einem "wohnzimmer-pc" mit mythTv auf ubuntu(mythbuntu) einen treiber für eine Nvidia Gforce2 Ti zu installieren.

hab auch den passenden treiber auf der nvidia-seite gefunden:
NVIDIA-Linux-x86-1.0-7174-pkg1

gehe nach dieser anleitung vor:
http://wiki.ubuntuusers.de/Grafikkarten/Nvidia/Manuelle_Treiberinstallation

leider bricht er immer nach dem erstellen des kernel-modules ab, aus der log werd ich nicht wirklich schlau, denke aber das da irgend ein include/header fehlt

kann mir da mal einer helfen?


nvidia-installer-log_teil1:

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Tue Aug  4 11:52:09 2009

option status:
  license pre-accepted    : false
  update                  : false
  force update            : false
  expert                  : false
  uninstall               : false
  driver info             : false
  no precompiled interface: false
  no ncurses color        : false
  query latest driver ver : false
  OpenGL header files     : false
  no questions            : false
  silent                  : false
  no backup               : false
  kernel module only      : false
  sanity                  : false
  add this kernel         : false
  no runlevel check       : false
  no network              : false
  no ABI note             : false
  no RPMs                 : false
  force tls               : (not specified)
  force compat32 tls      : (not specified)
  X install prefix        : /usr/X11R6
  OpenGL install prefix   : /usr
  compat32 install prefix : (not specified)
  installer install prefix: /usr
  utility install prefix  : /usr
  kernel name             : (not specified)
  kernel include path     : (not specified)
  kernel source path      : (not specified)
  kernel output path      : (not specified)
  kernel install path     : (not specified)
  proc mount point        : /proc
  ui                      : (not specified)
  tmpdir                  : /tmp
  ftp mirror              : ftp://download.nvidia.com
  RPM file list           : (not specified)

Using: nvidia-installer ncurses user interface
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
   ke the installer to attempt to download a kernel interface for your kernel f
   rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
-> No matching precompiled kernel interface was found on the NVIDIA ftp site;
   this means that the installer will need to compile a kernel interface for
   your kernel.
-> Kernel source path: '/lib/modules/2.6.28-14-generic/build'
-> Performing CC test with CC="cc".
-> Performing rivafb check.
-> Cleaning kernel module build directory.
   executing: 'cd ./usr/src/nv; make clean'...
   rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv.o nv-vm.o os-
   agp.o os-interface.o os-registry.o nvidia.mod.o
   rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags}
   rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~
   rm -f -rf .tmp_versions
-> Building kernel module:
   executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.28-14-gener
   ic/build SYSOUT=/lib/modules/2.6.28-14-generic/build'...

 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
04.08.2009, 12:32 Uhr
~global
Gast



nvidia-installer-log_teil2:

   NVIDIA: calling KBUILD...
   make CC=cc  KBUILD_VERBOSE=1 -C /lib/modules/2.6.28-14-generic/build SUBDIRS
   =/tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv modules
   test -e include/linux/autoconf.h -a -e include/config/auto.conf || (        \
       echo;                                \
       echo "  ERROR: Kernel configuration is invalid.";        \
       echo "         include/linux/autoconf.h or include/config/auto.conf are mis
   sing.";    \
       echo "         Run 'make oldconfig && make prepare' on kernel src to fix it
   .";    \
       echo;                                \
       /bin/false)
   mkdir -p /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/.tmp_vers
   ions ; rm -f /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/.tmp_
   versions/*
   make -f scripts/Makefile.build obj=/tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174
   -pkg1/usr/src/nv
   echo \#define NV_COMPILER \"`cc -v 2>&1 | tail -n 1`\" > /tmp/selfgz9664/NVI
   DIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv_compiler.h
     cc -Wp,-MD,/tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/.nv.o
   .d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include -D__KERNEL_
   _  -Iinclude  -I/usr/src/linux-headers-2.6.28-14-generic/arch/x86/include -i
   nclude include/linux/autoconf.h -Iubuntu/include  -Wall -Wundef -Wstrict-pro
   totypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-fun
   ction-declaration -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mre
   gparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i586 -mtune=
   generic -Wa,-mtune=generic32 -ffreestanding -pipe -Wno-sign-compare -fno-asy
   nchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iarch/x86/in
   clude/asm/mach-default -fno-stack-protector -fno-omit-frame-pointer -fno-opt
   imize-sibling-calls -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv
   -I/tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv -Wall -Wimplicit
   -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-ar
   ith -Wno-multichar -Werror -O -fno-common -MD -Wsign-compare -Wno-cast-qual
   -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNTRM -D_GNU_SOURCE
   -D_LOOSE_KER
   NEL_NAMES -D__KERNEL__ -DMODULE -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -D
   NV_PATCHLEVEL=7174 -DNV_UNIX -DNV_LINUX -DNV_INT64_OK -DNVCPU_X86 -UDEBUG -U
   _DEBUG -DNDEBUG -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_PCI_DISABLE_DEVICE_PRESEN
   T -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)"  -D"KBUIL
   D_MODNAME=KBUILD_STR(nvidia)"  -c -o /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-71
   74-pkg1/usr/src/nv/.tmp_nv.o /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/
   usr/src/nv/nv.c
   In file included from /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src
   /nv/nv.c:14:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv-linux.h:17:26:
   error: linux/config.h: No such file or directory
   In file included from include/linux/bitops.h:17,
                    from include/linux/kernel.h:15,
                    from /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src
   /nv/nv-linux.h:45,
                    from /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src
   /nv/nv.c:14:
   /usr/src/linux-headers-2.6.28-14-generic/arch/x86/include/asm/bitops.h: In f
   unction ‘set_bit’:
   /usr/src/linux-headers-2.6.28-14-generic/arch/x86/include/asm/bitops.h:60: w
   arning: pointer of type ‘void *’ used in arithmetic
   /usr/src/linux-headers-2.6.28-14-generic/arch/x86/include/asm/bitops.h: In f
   unction ‘clear_bit’:
   /usr/src/linux-headers-2.6.28-14-generic/arch/x86/include/asm/bitops.h:97: w
   arning: pointer of type ‘void *’ used in arithmetic
   In file included from include/linux/list.h:6,
                    from include/linux/module.h:9,
                    from /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src
   /nv/nv-linux.h:46,
                    from /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src
   /nv/nv.c:14:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:57: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/linux/poll.h:12,
                    from /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src
   /nv/nv-linux.h:58,
                    from /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src
   /nv/nv.c:14:
   include/linux/sched.h: In function ‘object_is_on_stack’:
   include/linux/sched.h:2025: warning: pointer of type ‘void *’ used in ar
   ithmetic
   In file included from /usr/src/linux-headers-2.6.28-14-generic/arch/x86/incl
   ude/asm/dma-mapping.h:9,
                    from include/linux/dma-mapping.h:57,
                    from include/asm-generic/pci-dma-compat.h:7,
                    from /usr/src/linux-headers-2.6.28-14-generic/arch/x86/incl
   ude/asm/pci.h:94,
                    from include/linux/pci.h:1002,
                    from /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src
   /nv/nv-linux.h:69,
                    from /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src
   /nv/nv.c:14:
   include/linux/scatterlist.h: In function ‘sg_virt’:
   include/linux/scatterlist.h:199: warning: pointer of type ‘void *’ used
   in arithmetic
   In file included from /usr/src/linux-headers-2.6.28-14-generic/arch/x86/incl
   ude/asm/hardirq_32.h:5,
                    from /usr/src/linux-headers-2.6.28-14-generic/arch/x86/incl
   ude/asm/hardirq.h:2,
                    from include/linux/hardirq.h:7,
                    from include/linux/interrupt.h:12,
                    from /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src
   /nv/nv-linux.h:70,
                    from /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src

 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
04.08.2009, 12:43 Uhr
~global
Gast



teil3:

   /nv/nv.c:14:
   include/linux/irq.h: In function ‘irq_to_desc’:
   include/linux/irq.h:189: warning: comparison between signed and unsigned
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv-linux.h:89:27:
   error: asm/semaphore.h: No such file or directory
   In file included from /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src
   /nv/nv-linux.h:90,
                    from /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src
   /nv/nv.c:14:
   include/linux/highmem.h: In function ‘zero_user_segments’:
   include/linux/highmem.h:136: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:136: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:136: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:136: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:139: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:139: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:139: warning: pointer of type ‘void *’ used in a
   rithmetic
   include/linux/highmem.h:139: warning: pointer of type ‘void *’ used in a
   rithmetic
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv-linux.h:241:5:
   warning: "NV_ENABLE_MEM_TRACKING" is not defined
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv-linux.h:269:5:
   warning: "NV_ENABLE_MEM_TRACKING" is not defined
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv-linux.h:691:2:
   warning: #warning "conftest.sh failed, assuming remap_page_range(4)!"
   In file included from /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src
   /nv/nv.c:14:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv-linux.h: In fun
   ction ‘NV_SET_PAGE_ATTRIB_UNCACHED’:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv-linux.h:1025: e
   rror: implicit declaration of function ‘change_page_attr’
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: At top level
   :
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:64: error: ex
   pected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before â€
   ˜*’ token
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:160: error: e
   xpected declaration specifiers or ‘...’ before ‘pm_request_t’
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:201: warning:
   initialization from incompatible pointer type
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:223:5: warnin
   g: "NV_ENABLE_MEM_TRACKING" is not defined
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: In function
   ‘nvos_create_alloc’:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:294: error: â
   €˜nv_pte_t_cache’ undeclared (first use in this function)
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:294: error: (
   Each undeclared identifier is reported only once
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:294: error: f
   or each function it appears in.)
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: In function
   ‘nvos_free_alloc’:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:329: error: â
   €˜nv_pte_t_cache’ undeclared (first use in this function)
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: In function
   ‘nvos_get_agp_device_by_class’:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:404: error: i
   mplicit declaration of function ‘pci_find_class’
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:404: warning:
   assignment makes pointer from integer without a cast
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:418: warning:
   assignment makes pointer from integer without a cast
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: In function
   ‘nvos_proc_create’:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:458: error: â
   €˜proc_root_driver’ undeclared (first use in this function)
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: In function
   ‘__nv_enable_pat_support’:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:784: error: t
   oo many arguments to function ‘smp_call_function’
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: In function
   ‘__nv_disable_pat_support’:

 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
04.08.2009, 12:44 Uhr
~global
Gast



teil4:

   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:806: error: t
   oo many arguments to function ‘smp_call_function’
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: In function
   ‘nvidia_init_module’:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:970: error: i
   mplicit declaration of function ‘pm_register’
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:970: error: â
   €˜PM_PCI_DEV’ undeclared (first use in this function)
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:970: error: â
   €˜PM_SYS_VGA’ undeclared (first use in this function)
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:970: warning:
   assignment makes pointer from integer without a cast
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:974: error: â
   €˜nv_pte_t_cache’ undeclared (first use in this function)
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:974: error: t
   oo many arguments to function ‘kmem_cache_create’
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:1036: error:
   implicit declaration of function ‘pm_unregister’
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:1045: error:
   void value not ignored as it ought to be
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: In function
   ‘nvidia_exit_module’:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:1083: error:
   void value not ignored as it ought to be
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:1167:5: warni
   ng: "NV_ENABLE_MEM_TRACKING" is not defined
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:1175: error:
   ‘nv_pte_t_cache’ undeclared (first use in this function)
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: At top level
   :
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:1264: error:
   unknown field ‘nopage’ specified in initializer
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:1264: warning
   : initialization from incompatible pointer type
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: In function
   ‘nv_kern_open’:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:1364: error:
   ‘SA_INTERRUPT’ undeclared (first use in this function)
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:1364: error:
   ‘SA_SHIRQ’ undeclared (first use in this function)
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:1365: warning
   : passing argument 2 of ‘request_irq’ from incompatible pointer type
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: In function
   ‘nv_kern_mmap’:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:1541: error:
   implicit declaration of function ‘remap_page_range’
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: At top level
   :
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:1990: error:
   expected declaration specifiers or ‘...’ before ‘pm_request_t’
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: In function
   ‘nv_kern_apm_event’:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:1999: error:
   ‘rqst’ undeclared (first use in this function)
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:2023: error:
   ‘PM_RESUME’ undeclared (first use in this function)
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:2028: error:
   ‘PM_SUSPEND’ undeclared (first use in this function)
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: In function
   ‘nv_agp_init’:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:3092: error:
   too few arguments to function ‘agp_backend_acquire’
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:3094: error:
   too few arguments to function ‘agp_backend_release’
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: In function
   ‘nvos_count_devices’:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:3232: warning
   : assignment makes pointer from integer without a cast
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:3237: warning
   : assignment makes pointer from integer without a cast
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: In function
   ‘nv_acpi_event’:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:3427: error:
   ‘PM_SUSPEND_MEM’ undeclared (first use in this function)
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:3432: error:
   ‘PM_SUSPEND_ON’ undeclared (first use in this function)
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c: In function
   ‘nv_kern_acpi_resume’:
   /tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.c:3464: error:
   ‘PM_SUSPEND_ON’ undeclared (first use in this function)
   make[3]: *** [/tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/nv.o
   ] Error 1
   make[2]: *** [_module_/tmp/selfgz9664/NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src
   /nv] Error 2
   NVIDIA: left KBUILD.
   nvidia.ko failed to build!
   make[1]: *** [module] Error 1
   make: *** [module] Error 2
-> Error.
ERROR: Unable to build the NVIDIA kernel module.
ERROR: Installation has failed.  Please see the file
       '/var/log/nvidia-installer.log' for details.  You may find suggestions
       on fixing installation problems in the README available on the Linux
       driver download page at [url]http://www.nvidia.com.
[/url]
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
04.08.2009, 13:16 Uhr
Pablo
Supertux
(Operator)


Für mich sieht es so aus, als hättest du

- die kernel-sources nicht, oder
- zumindest die kernel-headers nicht
- oder du hast zwar die kernel-sources aber sie sind unkonfiguriert
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
005
04.08.2009, 17:28 Uhr
~global
Gast


hi, ich glaub letzteres, wie kann ich das überprüfen ?
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
006
06.08.2009, 09:28 Uhr
Pablo
Supertux
(Operator)


erstmal in deinem Packagemanager schauen, welche kernel- Pakete installiert sind. Dann
gehst du auf /usr/src und guckst du, was da ist. Du wirst mehrere Verzeichnisse der Form "linux-2.6.<hier irgendwas>/" und dort, wo die Kernel Sources vorhanden sind, sollte eine .config Datei angelegt sein. Ist sie nicht vorhanden, dann sind die sources unkonfiguriert. Zeig mal, welche kernel- Pakete du installiert hast? Mach ein 'ls -alh /usr/src' und poste die Ausgabe hier.
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
007
06.08.2009, 23:52 Uhr
~global
Gast


hi, 'ls -alh /usr/src' macht folgende ausgabe

insgesamt 24K
drwxrwsr-x 6 root src 4,0K 2009-08-06 23:38 .
drwxr-xr-x 11 root root 4,0K 2009-04-20 16:00 ..
drwxr-xr-x 22 root root 4,0K 2009-04-20 16:09 linux-headers-2.6.28-11
drwxr-xr-x 7 root root 4,0K 2009-04-20 16:09 linux-headers-2.6.28-11-generic
drwxr-xr-x 22 root root 4,0K 2009-08-06 23:37 linux-headers-2.6.28-14
drwxr-xr-x 7 root root 4,0K 2009-08-06 23:38 linux-headers-2.6.28-14-generic

eine .config habe ich allerdings nicht gefunden
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
008
07.08.2009, 08:02 Uhr
Pablo
Supertux
(Operator)


du hast also nur die kernel-header Pakete. Ich kenne Ubuntu nicht, geh aber davon aus, dass Ubuntu auch ein 'kernel-sources' Paket o.ä. haben wird.. Such danach und installiere es.
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
009
07.08.2009, 12:57 Uhr
~global
Gast


also, hab jetzt:
insgesamt 55M
drwxr-xr-x 22 root root 4,0K 2009-04-20 16:09 linux-headers-2.6.28-11
drwxr-xr-x 7 root root 4,0K 2009-04-20 16:09 linux-headers-2.6.28-11-generic
drwxr-xr-x 22 root root 4,0K 2009-08-06 23:37 linux-headers-2.6.28-14
drwxr-xr-x 7 root root 4,0K 2009-08-06 23:38 linux-headers-2.6.28-14-generic
drwxr-xr-x 25 root root 4,0K 2009-07-25 04:09 linux-source-2.6.28
-rw-r--r-- 1 root root 55M 2009-07-25 04:11 linux-source-2.6.28.tar.bz2

aber funktioniert noch nicht
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 < [ 2 ] [ 3 ]     [ GNU/Linux ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: