nVidia - instalacja sterowników
 
 

Tematy

 
    
 

 

 

 

nVidia - instalacja sterowników





matteuszek - 07-11-2007 23:46
Zmieniłem z etch do lenny i pojawiły się problemy z kart± nvidia.

podczas instalacji mam taki log:
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Wed Nov  7 23:18:38 2007

option status:
  license pre-accepted    : false
  update                  : false
  force update            : false
  expert                  : false
  uninstall              : false
  driver info            : false
  precompiled interfaces  : true
  no ncurses color        : false
  query latest version    : false
  OpenGL header files    : true
  no questions            : false
  silent                  : false
  no recursion            : 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
  no kernel module        : false
  force SELinux          : default
  no X server check      : false
  force tls              : (not specified)
  force compat32 tls      : (not specified)
  X install prefix        : (not specified)
  X library install path  : (not specified)
  X module install path  : (not specified)
  OpenGL install prefix  : (not specified)
  OpenGL install libdir  : (not specified)
  compat32 install chroot : (not specified)
  compat32 install prefix : (not specified)
  compat32 install libdir : (not specified)
  utility install prefix  : (not specified)
  utility install libdir  : (not specified)
  doc install prefix      : (not specified)
  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: No)
-> No precompiled kernel interface was found to match your kernel; this means
  that the installer will need to compile a new kernel interface.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> The CC version check failed:
 
  The compiler used to compile the kernel (gcc 4.1) does not exactly match the
  current compiler (gcc 4.2).  The Linux 2.6 kernel module loader rejects kern
  el modules built with a version of gcc that does not exactly match that of t
  he compiler used to build the running kernel.
 
  If you know what you are doing and want to ignore the gcc version check, sel
  ect "No" to continue installation.  Otherwise, select "Yes" to abort install
  ation, set the CC environment variable to the name of the compiler used to c
  ompile your kernel, and restart installation.  Abort now? (Answer: No)
-> Kernel source path: '/usr/src/linux'
-> Kernel output path: '/usr/src/linux'
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Performing Xen 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-i2c.o nvacpi.
  o nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o nvacpi.o nvidi
  a.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 -f stprof stprof.o symtab.h Modules.symvers
  rm -f -rf .tmp_versions
  rm -f Makefile
-> Building kernel module:
  executing: 'cd ./usr/src/nv; make module SYSSRC=/usr/src/linux SYSOUT=/usr/s
  rc/linux'...
  sh ./conftest.sh "cc" "cc" /usr/src/linux /usr/src/linux cc_sanity_check ful
  l_output
  sh ./conftest.sh "cc" "cc" /usr/src/linux /usr/src/linux select_makefile ful
  l_output
  make --no-print-directory -f Makefile module
 
  NVIDIA: calling KBUILD...
  make CC=cc  KBUILD_VERBOSE=1 -C /usr/src/linux SUBDIRS=/tmp/selfgz4328/NVIDI
  A-Linux-x86_64-100.14.11-pkg2/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/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/.tmp_
  versions
  rm -f /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/.tmp_ver
  sions/*
  make -f scripts/Makefile.build obj=/tmp/selfgz4328/NVIDIA-Linux-x86_64-100.1
  4.11-pkg2/usr/src/nv
  echo \#define NV_COMPILER \"`cc -v 2>&1 | tail -n 1`\" > /tmp/selfgz4328/NVI
  DIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/nv_compiler.h
    cc -Wp,-MD,/tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/.
  nv.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.2.3/include -D__K
  ERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-
  prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os  -mtune=gener
  ic -m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-co
  mpare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mn
  o-sse2 -mno-3dnow -fomit-frame-pointer  -fno-stack-protector -Wdeclaration-a
  fter-statement -Wno-pointer-sign -I/tmp/selfgz4328/NVIDIA-Linux-x86_64-100.1
  4.11-pkg2/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar
  -subscripts -Wparentheses -Wpointer-arith  -Wno-multichar  -Werror  -O -fno-
  common -msoft-float -mcmodel=kernel -mno-red-zone        -MD  -Wsign-compar
  e -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE  -DN
  VRM -DNV_VERSION_STRING=\"100.
  14.11\" -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRID
  GE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRES
  ENT -DNV_PM_MESSAGE_T_PRESENT -DNV_IRQ_HANDLER_WITH_PTREGS_PRESENT -DNV_PCI_
  CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_OLD_MM_KGDB_BREAKPOINT
  _PRESENT -DNV_ACPI_DEVICE_OPS_MATCH_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DN
  V_CHANGE_PAGE_ATTR_PRESENT -DNV_ACQUIRE_CONSOLE_SEM_PRESENT -DNV_VMAP_4_PRES
  ENT  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)"  -D"KB
  UILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz4328/NVIDIA-Linux-x86_64-1
  00.14.11-pkg2/usr/src/nv/.tmp_nv.o /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.1
  4.11-pkg2/usr/src/nv/nv.c
  In file included from include/linux/list.h:8,
                    from include/linux/lockdep.h:12,
                    from include/linux/spinlock_types.h:12,
                    from include/linux/spinlock.h:78,
                    from include/linux/capability.h:45,
                    from include/linux/sched.h:44,
                    from include/linux/module.h:9,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv.c:14:
  include/linux/prefetch.h: In function â€Ë¶prefetch_range’:
  include/linux/prefetch.h:62: warning: pointer of type â€Ë¶void *’ used in a
  rithmetic
  In file included from include/linux/sched.h:54,
                    from include/linux/module.h:9,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv.c:14:
  include/linux/nodemask.h: In function â€Ë¶__first_node’:
  include/linux/nodemask.h:229: warning: signed and unsigned type in condition
  al expression
  include/linux/nodemask.h: In function â€Ë¶__next_node’:
  include/linux/nodemask.h:235: warning: signed and unsigned type in condition
  al expression
  include/linux/nodemask.h: In function â€Ë¶__first_unset_node’:
  include/linux/nodemask.h:253: warning: signed and unsigned type in condition
  al expression
  In file included from include/asm/elf.h:48,
                    from include/linux/elf.h:7,
                    from include/linux/module.h:16,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv.c:14:
  include/asm/compat.h: In function â€Ë¶compat_alloc_user_space’:
  include/asm/compat.h:202: warning: pointer of type â€Ë¶void *’ used in arit
  hmetic
  In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:564,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:78,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv.c:14:
  include/asm/io.h: In function â€Ë¶check_signature’:
  include/asm/io.h:275: warning: wrong type argument to increment
  In file included from include/asm/pci.h:92,
                    from include/linux/pci.h:691,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:78,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv.c:14:
  include/asm-generic/pci-dma-compat.h: In function â€Ë¶pci_map_page’:
  include/asm-generic/pci-dma-compat.h:49: warning: pointer of type â€Ë¶void *â
  €™ used in arithmetic
    cc -Wp,-MD,/tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/.
  nv-vm.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.2.3/include -D
  __KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstri
  ct-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os  -mtune=ge
  neric -m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign
  -compare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx
  -mno-sse2 -mno-3dnow -fomit-frame-pointer  -fno-stack-protector -Wdeclaratio
  n-after-statement -Wno-pointer-sign -I/tmp/selfgz4328/NVIDIA-Linux-x86_64-10
  0.14.11-pkg2/us
  r/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts
  -Wparentheses -Wpointer-arith  -Wno-multichar  -Werror  -O -fno-common -msof
  t-float -mcmodel=kernel -mno-red-zone        -MD  -Wsign-compare -Wno-cast-
  qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE  -DNVRM -DNV_VER
  SION_STRING=\"100.14.11\" -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM
  -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_
  MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_IRQ_HANDLER_WITH_PTREGS
  _PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_OLD_
  MM_KGDB_BREAKPOINT_PRESENT -DNV_ACPI_DEVICE_OPS_MATCH_PRESENT -DNV_REMAP_PFN
  _RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_ACQUIRE_CONSOLE_SEM_PRESEN
  T -DNV_VMAP_4_PRESENT  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUI
  LD_STR(nv_vm)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz4328/
  NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/.tmp_nv-vm.o /tmp/selfgz4328/N
  VIDIA-Linux-x86_64-100.14.11-pkg2/us
  r/src/nv/nv-vm.c
  In file included from include/linux/list.h:8,
                    from include/linux/lockdep.h:12,
                    from include/linux/spinlock_types.h:12,
                    from include/linux/spinlock.h:78,
                    from include/linux/capability.h:45,
                    from include/linux/sched.h:44,
                    from include/linux/module.h:9,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-vm.c:14:
  include/linux/prefetch.h: In function â€Ë¶prefetch_range’:
  include/linux/prefetch.h:62: warning: pointer of type â€Ë¶void *’ used in a
  rithmetic
  In file included from include/linux/sched.h:54,
                    from include/linux/module.h:9,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-vm.c:14:
  include/linux/nodemask.h: In function â€Ë¶__first_node’:
  include/linux/nodemask.h:229: warning: signed and unsigned type in condition
  al expression
  include/linux/nodemask.h: In function â€Ë¶__next_node’:
  include/linux/nodemask.h:235: warning: signed and unsigned type in condition
  al expression
  include/linux/nodemask.h: In function â€Ë¶__first_unset_node’:
  include/linux/nodemask.h:253: warning: signed and unsigned type in condition
  al expression
  In file included from include/asm/elf.h:48,
                    from include/linux/elf.h:7,
                    from include/linux/module.h:16,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-vm.c:14:
  include/asm/compat.h: In function â€Ë¶compat_alloc_user_space’:
  include/asm/compat.h:202: warning: pointer of type â€Ë¶void *’ used in arit
  hmetic
  In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:564,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:78,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-vm.c:14:
  include/asm/io.h: In function â€Ë¶check_signature’:
  include/asm/io.h:275: warning: wrong type argument to increment
  In file included from include/asm/pci.h:92,
                    from include/linux/pci.h:691,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:78,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-vm.c:14:
  include/asm-generic/pci-dma-compat.h: In function â€Ë¶pci_map_page’:
  include/asm-generic/pci-dma-compat.h:49: warning: pointer of type â€Ë¶void *â
  €™ used in arithmetic
    cc -Wp,-MD,/tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/.
  os-agp.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.2.3/include -
  D__KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstr
  ict-prototypes -Wno-trigraphs -fno-strict-aliasin
  g -fno-common -Os  -mtune=generic -m64 -mno-red-zone -mcmodel=kernel -pipe -
  fno-reorder-blocks -Wno-sign-compare -fno-asynchronous-unwind-tables -funit-
  at-a-time -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fomit-frame-pointer  -fno-
  stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -I/tmp/selfg
  z4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv -Wall -Wimplicit -Wretur
  n-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith  -W
  no-multichar  -Werror  -O -fno-common -msoft-float -mcmodel=kernel -mno-red-
  zone        -MD  -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_N
  AMES -D__KERNEL__ -DMODULE  -DNVRM -DNV_VERSION_STRING=\"100.14.11\" -UDEBUG
  -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESE
  NT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESS
  AGE_T_PRESENT -DNV_IRQ_HANDLER_WITH_PTREGS_PRESENT -DNV_PCI_CHOOSE_STATE_PRE
  SENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_OLD_MM_KGDB_BREAKPOINT_PRESENT -DNV_AC
  PI_DEVICE_OPS_MATCH_PRESENT -DNV_RE
  MAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_ACQUIRE_CONSOLE_SEM
  _PRESENT -DNV_VMAP_4_PRESENT  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENA
  ME=KBUILD_STR(os_agp)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/sel
  fgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/.tmp_os-agp.o /tmp/sel
  fgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/os-agp.c
  In file included from include/linux/list.h:8,
                    from include/linux/lockdep.h:12,
                    from include/linux/spinlock_types.h:12,
                    from include/linux/spinlock.h:78,
                    from include/linux/capability.h:45,
                    from include/linux/sched.h:44,
                    from include/linux/module.h:9,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/os-agp.c:24:
  include/linux/prefetch.h: In function â€Ë¶prefetch_range’:
  include/linux/prefetch.h:62: warning: pointer of type â€Ë¶void *’ used in a
  rithmetic
  In file included from include/linux/sched.h:54,
                    from include/linux/module.h:9,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/os-agp.c:24:
  include/linux/nodemask.h: In function â€Ë¶__first_node’:
  include/linux/nodemask.h:229: warning: signed and unsigned type in condition
  al expression
  include/linux/nodemask.h: In function â€Ë¶__next_node’:
  include/linux/nodemask.h:235: warning: signed and unsigned type in condition
  al expression
  include/linux/nodemask.h: In function â€Ë¶__first_unset_node’:
  include/linux/nodemask.h:253: warning: signed and unsigned type in condition
  al expression
  In file included from include/asm/elf.h:48,
                    from include/linux/elf.h:7,
                    from include/linux/module.h:16,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/os-agp.c:24:
  include/asm/compat.h: In function â€Ë¶compat_alloc_user_space’:
  include/asm/compat.h:202: warning: pointer of type â€Ë¶void *’ used in arit
  hmetic
  In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:564,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:78,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/os-agp.c:24:
  include/asm/io.h: In function â€Ë¶check_signature’:
  include/asm/io.h:275: warning: wrong type argument to increment
  In file included from include/asm/pci.h:92,
                    from include/linux/pci.h:691,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:78,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/os-agp.c:24:
  include/asm-generic/pci-dma-compat.h: In function â€Ë¶pci_map_page’:
  include/asm-generic/pci-dma-compat.h:49: warning: pointer of type â€Ë¶void *â
  €™ used in arithmetic
    cc -Wp,-MD,/tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/.
  os-interface.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.2.3/inc
  lude -D__KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef
  -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os  -mt
  une=generic -m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wn
  o-sign-compare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mn
  o-mmx -mno-sse2 -mno-3dnow -fomit-frame-pointer  -fno-stack-protector -Wdecl
  aration-after-statement -Wno-pointer-sign -I/tmp/selfgz4328/NVIDIA-Linux-x86
  _64-100.14.11-pkg2/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wform
  at -Wchar-subscripts -Wparentheses -Wpointer-arith  -Wno-multichar  -Werror
  -O -fno-common -msoft-float -mcmodel=kernel -mno-red-zone        -MD  -Wsig
  n-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMOD
  ULE  -DNVRM -DNV_VERSION_STRING=
  \"100.14.11\" -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPL
  E_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUN
  T_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_IRQ_HANDLER_WITH_PTREGS_PRESENT -DN
  V_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_OLD_MM_KGDB_BREA
  KPOINT_PRESENT -DNV_ACPI_DEVICE_OPS_MATCH_PRESENT -DNV_REMAP_PFN_RANGE_PRESE
  NT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_ACQUIRE_CONSOLE_SEM_PRESENT -DNV_VMAP_
  4_PRESENT  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_in
  terface)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz4328/NVIDI
  A-Linux-x86_64-100.14.11-pkg2/usr/src/nv/.tmp_os-interface.o /tmp/selfgz4328
  /NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/os-interface.c
  In file included from include/linux/list.h:8,
                    from include/linux/lockdep.h:12,
                    from include/linux/spinlock_types.h:12,
                    from include/linux/spinlock.h:78,
                    from include/linux/capability.h:45,
                    from include/linux/sched.h:44,
                    from include/linux/module.h:9,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/os-interface.c:26:
  include/linux/prefetch.h: In function â€Ë¶prefetch_range’:
  include/linux/prefetch.h:62: warning: pointer of type â€Ë¶void *’ used in a
  rithmetic
  In file included from include/linux/sched.h:54,
                    from include/linux/module.h:9,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/os-interface.c:26:
  include/linux/nodemask.h: In function â€Ë¶__first_node’:
  include/linux/nodemask.h:229: warning: signed and unsigned type in condition
  al expression
  include/linux/nodemask.h: In function â€Ë¶__next_node’:
  include/linux/nodemask.h:235: warning: signed and unsigned type in condition
  al expression
  include/linux/nodemask.h: In function â€Ë¶__first_unset_node’:
  include/linux/nodemask.h:253: warning: signed and unsigned type in condition
  al expression
  In file included from include/asm/elf.h:48,
                    from include/linux/elf.h:7,
                    from include/linux/module.h:16,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/os-interface.c:26:
  include/asm/compat.h: In function â€Ë¶compat_alloc_user_space’:
  include/asm/compat.h:202: warning: pointer of type â€Ë¶void *’ used in arit
  hmetic
  In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:564,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:78,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/os-interface.c:26:
  include/asm/io.h: In function â€Ë¶check_signature’:
  include/asm/io.h:275: warning: wrong type argument to increment
  In file included from include/asm/pci.h:92,
                    from include/linux/pci.h:691,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:78,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/os-interface.c:26:
  include/asm-generic/pci-dma-compat.h: In function â€Ë¶pci_map_page’:
  include/asm-generic/pci-dma-compat.h:49: warning: pointer of type â€Ë¶void *â
  €™ used in arithmetic
    cc -Wp,-MD,/tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/.
  os-registry.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.2.3/incl
  ude -D__KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef
  -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os  -mt
  une=generic -m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wn
  o-sign-compare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mn
  o-mmx -mno-sse2 -mno-3dnow -fomit-frame-pointer  -fno-stack-protector -Wdecl
  arati
  on-after-statement -Wno-pointer-sign -I/tmp/selfgz4328/NVIDIA-Linux-x86_64-1
  00.14.11-pkg2/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -W
  char-subscripts -Wparentheses -Wpointer-arith  -Wno-multichar  -Werror  -O -
  fno-common -msoft-float -mcmodel=kernel -mno-red-zone        -MD  -Wsign-co
  mpare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE
  -DNVRM -DNV_VERSION_STRING=\"100.14.11\" -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGN
  AL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESE
  NT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_IRQ_HAND
  LER_WITH_PTREGS_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_PR
  ESENT -DNV_OLD_MM_KGDB_BREAKPOINT_PRESENT -DNV_ACPI_DEVICE_OPS_MATCH_PRESENT
  -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_ACQUIRE_CONS
  OLE_SEM_PRESENT -DNV_VMAP_4_PRESENT  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD
  _BASENAME=KBUILD_STR(os_registry)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c
  -o /tmp/selfgz4328/NVIDIA-Linux-x
  86_64-100.14.11-pkg2/usr/src/nv/.tmp_os-registry.o /tmp/selfgz4328/NVIDIA-Li
  nux-x86_64-100.14.11-pkg2/usr/src/nv/os-registry.c
  In file included from include/linux/list.h:8,
                    from include/linux/lockdep.h:12,
                    from include/linux/spinlock_types.h:12,
                    from include/linux/spinlock.h:78,
                    from include/linux/capability.h:45,
                    from include/linux/sched.h:44,
                    from include/linux/module.h:9,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/os-registry.c:14:
  include/linux/prefetch.h: In function â€Ë¶prefetch_range’:
  include/linux/prefetch.h:62: warning: pointer of type â€Ë¶void *’ used in a
  rithmetic
  In file included from include/linux/sched.h:54,
                    from include/linux/module.h:9,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/os-registry.c:14:
  include/linux/nodemask.h: In function â€Ë¶__first_node’:
  include/linux/nodemask.h:229: warning: signed and unsigned type in condition
  al expression
  include/linux/nodemask.h: In function â€Ë¶__next_node’:
  include/linux/nodemask.h:235: warning: signed and unsigned type in condition
  al expression
  include/linux/nodemask.h: In function â€Ë¶__first_unset_node’:
  include/linux/nodemask.h:253: warning: signed and unsigned type in condition
  al expression
  In file included from include/asm/elf.h:48,
                    from include/linux/elf.h:7,
                    from include/linux/module.h:16,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/os-registry.c:14:
  include/asm/compat.h: In function â€Ë¶compat_alloc_user_space’:
  include/asm/compat.h:202: warning: pointer of type â€Ë¶void *’ used in arit
  hmetic
  In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:564,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:78,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/os-registry.c:14:
  include/asm/io.h: In function â€Ë¶check_signature’:
  include/asm/io.h:275: warning: wrong type argument to increment
  In file included from include/asm/pci.h:92,
                    from include/linux/pci.h:691,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:78,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/os-registry.c:14:
  include/asm-generic/pci-dma-compat.h: In function â€Ë¶pci_map_page’:
  include/asm-generic/pci-dma-compat.h:49: warning: pointer of type â€Ë¶void *â
  €™ used in arithmetic
    cc -Wp,-MD,/tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/.
  nv-i2c.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.2.3/include -
  D__KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstr
  ict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os  -mtune=g
  eneric -m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sig
  n-compare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx
  -mno-sse2 -mno-3dnow -fomit-frame-pointer  -fno-stack-protector -Wdeclaratio
  n-after-statement -Wno-pointer-sign -I/tmp/selfgz4328/NVIDIA-Linux-x86_64-10
  0.14.11-pkg2/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wc
  har-subscripts -Wparentheses -Wpointer-arith  -Wno-multichar  -Werror  -O -f
  no-common -msoft-float -mcmodel=kernel -mno-red-zone        -MD  -Wsign-com
  pare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE 
  -DNVRM -DNV_VERSION_STRING=\"100.14.11\" -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGN
  AL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESE
  NT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_IRQ_HAND
  LER_WITH_PTREGS_PRES
  ENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_OLD_MM_KG
  DB_BREAKPOINT_PRESENT -DNV_ACPI_DEVICE_OPS_MATCH_PRESENT -DNV_REMAP_PFN_RANG
  E_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_ACQUIRE_CONSOLE_SEM_PRESENT -DN
  V_VMAP_4_PRESENT  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_ST
  R(nv_i2c)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz4328/NVID
  IA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/.tmp_nv-i2c.o /tmp/selfgz4328/NVID
  IA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/nv-i2c.c
  In file included from include/linux/list.h:8,
                    from include/linux/lockdep.h:12,
                    from include/linux/spinlock_types.h:12,
                    from include/linux/spinlock.h:78,
                    from include/linux/capability.h:45,
                    from include/linux/sched.h:44,
                    from include/linux/module.h:9,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-i2c.c:8:
  include/linux/prefetch.h: In function â€Ë¶prefetch_range’:
  include/linux/prefetch.h:62: warning: pointer of type â€Ë¶void *’ used in a
  rithmetic
  In file included from include/linux/sched.h:54,
                    from include/linux/module.h:9,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-i2c.c:8:
  include/linux/nodemask.h: In function â€Ë¶__first_node’:
  include/linux/nodemask.h:229: warning: signed and unsigned type in condition
  al expression
  include/linux/nodemask.h: In function â€Ë¶__next_node’:
  include/linux/nodemask.h:235: warning: signed and unsigned type in condition
  al expression
  include/linux/nodemask.h: In function â€Ë¶__first_unset_node’:
  include/linux/nodemask.h:253: warning: signed and unsigned type in condition
  al expression
  In file included from include/asm/elf.h:48,
                    from include/linux/elf.h:7,
                    from include/linux/module.h:16,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-i2c.c:8:
  include/asm/compat.h: In function â€Ë¶compat_alloc_user_space’:
  include/asm/compat.h:202: warning: pointer of type â€Ë¶void *’ used in arit
  hmetic
  In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:564,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:78,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-i2c.c:8:
  include/asm/io.h: In function â€Ë¶check_signature’:
  include/asm/io.h:275: warning: wrong type argument to increment
  In file included from include/asm/pci.h:92,
                    from include/linux/pci.h:691,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:78,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-i2c.c:8:
  include/asm-generic/pci-dma-compat.h: In function â€Ë¶pci_map_page’:
  include/asm-generic/pci-dma-compat.h:49: warning: pointer of type â€Ë¶void *â
  €™ used in arithmetic
    cc -Wp,-MD,/tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/.
  nvacpi.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.2.3/include -
  D__KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstr
  ict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os  -mtune=g
  eneric -m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sig
  n-compare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx
  -mno-sse2 -mno-3dnow -fomit-frame-pointer  -fno-stack-protector -Wdeclaratio
  n-after-statement -Wno-pointer-sign -I/tmp/selfgz4328/NVIDIA-Linux-x86_64-10
  0.14.11-pkg2/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wc
  har-subscripts -Wparentheses -Wpointer-arith  -Wno-multichar  -Werror  -O -f
  no-common -msoft-float -mcmodel=kernel -mno-red-zo
  ne        -MD  -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAM
  ES -D__KERNEL__ -DMODULE  -DNVRM -DNV_VERSION_STRING=\"100.14.11\" -UDEBUG -
  U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESEN
  T -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSA
  GE_T_PRESENT -DNV_IRQ_HANDLER_WITH_PTREGS_PRESENT -DNV_PCI_CHOOSE_STATE_PRES
  ENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_OLD_MM_KGDB_BREAKPOINT_PRESENT -DNV_ACP
  I_DEVICE_OPS_MATCH_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_ATT
  R_PRESENT -DNV_ACQUIRE_CONSOLE_SEM_PRESENT -DNV_VMAP_4_PRESENT  -DMODULE -D"
  KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvacpi)"  -D"KBUILD_MODNAME=
  KBUILD_STR(nvidia)" -c -o /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2
  /usr/src/nv/.tmp_nvacpi.o /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2
  /usr/src/nv/nvacpi.c
  In file included from include/linux/list.h:8,
                    from include/linux/lockdep.h:12,
                    from include/linux/spinlock_types.h:12,
                    from include/linux/spinlock.h:78,
                    from include/linux/capability.h:45,
                    from include/linux/sched.h:44,
                    from include/linux/module.h:9,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nvacpi.c:15:
  include/linux/prefetch.h: In function â€Ë¶prefetch_range’:
  include/linux/prefetch.h:62: warning: pointer of type â€Ë¶void *’ used in a
  rithmetic
  In file included from include/linux/sched.h:54,
                    from include/linux/module.h:9,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nvacpi.c:15:
  include/linux/nodemask.h: In function â€Ë¶__first_node’:
  include/linux/nodemask.h:229: warning: signed and unsigned type in condition
  al expression
  include/linux/nodemask.h: In function â€Ë¶__next_node’:
  include/linux/nodemask.h:235: warning: signed and unsigned type in condition
  al expression
  include/linux/nodemask.h: In function â€Ë¶__first_unset_node’:
  include/linux/nodemask.h:253: warning: signed and unsigned type in condition
  al expression
  In file included from include/asm/elf.h:48,
                    from include/linux/elf.h:7,
                    from include/linux/module.h:16,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:51,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nvacpi.c:15:
  include/asm/compat.h: In function â€Ë¶compat_alloc_user_space’:
  include/asm/compat.h:202: warning: pointer of type â€Ë¶void *’ used in arit
  hmetic
  In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:564,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:78,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nvacpi.c:15:
  include/asm/io.h: In function â€Ë¶check_signature’:
  include/asm/io.h:275: warning: wrong type argument to increment
  In file included from include/asm/pci.h:92,
                    from include/linux/pci.h:691,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nv-linux.h:78,
                    from /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr
  /src/nv/nvacpi.c:15:
  include/asm-generic/pci-dma-compat.h: In function â€Ë¶pci_map_page’:
  include/asm-generic/pci-dma-compat.h:49: warning: pointer of type â€Ë¶void *â
  €™ used in arithmetic
    ld -m elf_x86_64  -r -o /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2
  /usr/src/nv/nvidia.o /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/
  src/nv/nv-kernel.o /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/sr
  c/nv/nv.o /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/nv-v
  m.o /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/os-agp.o /
  tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/os-interface.o
  /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/os-registry.o
  /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/nv-i2c.o /tmp/
  selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/nvacpi.o
    Building modules, stage 2.
  make -rR -f /usr/src/linux-headers-2.6.18-5-amd64/scripts/Makefile.modpost
    scripts/mod/modpost -m  -i /usr/src/linux-headers-2.6.18-5-amd64/Module.sy
  mvers -I /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/Modul
  e.symvers -o /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/M
  odule.symvers /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/
  nvidia.o
    cc -Wp,-MD,/tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/.
  nvidia.mod.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.2.3/inclu
  de -D__KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -
  Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os  -mtu
  ne=generic -m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno
  -sign-com
  pare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno
  -sse2 -mno-3dnow -fomit-frame-pointer  -fno-stack-protector -Wdeclaration-af
  ter-statement -Wno-pointer-sign    -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=K
  BUILD_STR(nvidia.mod)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -DMODULE -c -o
  /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/nvidia.mod.o /
  tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/nv/nvidia.mod.c
    ld -m elf_x86_64 -r -o /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/
  usr/src/nv/nvidia.ko /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/
  src/nv/nvidia.o /tmp/selfgz4328/NVIDIA-Linux-x86_64-100.14.11-pkg2/usr/src/n
  v/nvidia.mod.o
  NVIDIA: left KBUILD.
-> done.
-> Kernel module compilation complete.
ERROR: Unable to load the kernel module 'nvidia.ko'.  This happens most
      frequently when this kernel module was built against the wrong or
      improperly configured kernel sources, with a version of gcc that differs
      from the one used to build the target kernel, or if a driver such as
      rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
      obtaining ownership of the NVIDIA graphics device(s).
     
      Please see the log entries 'Kernel module load error' and 'Kernel
      messages' at the end of the file '/var/log/nvidia-installer.log' for
      more information.
-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
  -1 Invalid module format
-> Kernel messages:
  NTFS volume version 3.1.
  NTFS volume version 3.1.
  NTFS-fs error (device sda1): load_system_files(): Volume is dirty.  Mounting
  read-only.  Run chkdsk and mount in Windows.
  pcmcia: Detected deprecated PCMCIA ioctl usage from process: discover.
  pcmcia: This interface will soon be removed from the kernel; please expect
  breakage unless you upgrade to new tools.
  pcmcia: see http://www.kernel.org/pub/linux/util...ia/pcmcia.html
  for details.
  r8169: eth0: link down
  ACPI: Battery Slot [BAT0] (battery present)
  ACPI: AC Adapter [AC0] (on-line)
  input: Power Button (FF) as /class/input/input3
  ACPI: Power Button (FF) [PWRF]
  input: Lid Switch as /class/input/input4
  ACPI: Lid Switch [LID]
  input: Power Button (CM) as /class/input/input5
  ACPI: Power Button (CM) [PWRB]
  input: Sleep Button (CM) as /class/input/input6
  ACPI: Sleep Button (CM) [SLPB]
  lp: driver loaded but no devices found
  ppdev: user-space parallel port driver
  Bluetooth: L2CAP ver 2.8
  Bluetooth: L2CAP socket layer initialized
  Bluetooth: RFCOMM socket layer initialized
  Bluetooth: RFCOMM TTY layer initialized
  Bluetooth: RFCOMM ver 1.8
  nvidia: disagrees about version of symbol struct_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 www.nvidia.com. nie jest tu napisane że jest jaki¶ problem z CC bo był instalowany kernel ze starszy ale nie wiem jak to naprawić no i nie mam netu wifi na debianie bo działa mi tylko konsola i nei mogę wykonać:

aptitude update && aptitude install linux-headers-`uname -r` build-essential czy może kto¶ wie jak sobie z tym poradzić?



ruun - 08-11-2007 08:08
Zmień domy¶lny kompilator:

# rm /usr/bin/gcc
# ln -s /usr/bin/gcc-4.1 /usr/bin/gcc



matteuszek - 08-11-2007 10:42
zmieniłem domy¶lny gcc i już tego nie się nie czepia instalator, ale dalej jest problem z kernelem:/
Może kto¶ wie jak sobie z tym poradzić?
Zał±czam log z instalacji.
kilka informacji: mam debiana leny kernel 2.6.22-2 no i GeForce 7300GO i nie działa mi w ogóle kdm i xorg chyba też. w xorgu jest bł±d z kart± graficzn±. próbowałem już go konfigurować kilka razy.



giaur - 09-11-2007 22:02
Doł±czam się do pytania - mam dokładnie ten sam kernel, distro Debian Etch. Nie udalo mi sie zainstalowac sterownikow ze strony Nvidia.

Scislej rzecz biorac - dzialaly od razu po instalacji (czyli instalacja+restart X-ów). Ale po restarcie komputera serwer X już nie wstał.

Powiedzialem sobie - trudno i wgralem znow sterowniki z repo :/

Niestety nie mam juz logów z instalacji, ale z tego co pamiętam, instalator pluł się jeszcze o pkg-config, chociaz jest w systemie. Chodzilo o cos ze sciezkami do jakichs bibliotek (ze serwer X moze ich nie widziec po instalacji i w takim wypadku doinstalowac pkg-config)

Ale instalacja przebiegla bez problemow - stery już działały więc nie mam pojęcia o co chodzi...



m4yer - 09-11-2007 22:24
Panowie zapomnieliscie o pakieatch takich jak
apt-get install linux-headers-`uname -r`
apt-get-install build-essential linux-headers-(w tym miejscu powinna byc wersja taka jak
wersja j±dra po wydaniu polecenia "uname -r")

wszystko jest na www.kernel.org

jezeli bedziecie zmieniac jadro systemu
proponuje na przejscie 2.6.22 gdzie
nie ma wogole problemow z instalacja sterownikow
ze strony www.nvidia.com poza podanymi pakietami
wyzej.



giaur - 09-11-2007 23:05
m4yer: mam 2.6.22-2 amd64, GeForce 7300 GS i mowie, ze problemy sa - te 2 pakiety mam, tyle ze na Etchu.

Stery sie zaisntalowaly i dzialaly - do restartu kompa.



m4yer - 10-11-2007 16:34

m4yer: mam 2.6.22-2 amd64, GeForce 7300 GS i mowie, ze problemy sa - te 2 pakiety mam, tyle ze na Etchu.

Stery sie zaisntalowaly i dzialaly - do restartu kompa.
Instalowales moze Debiana i386, a pozniej
zainstalowles kernela amd64??



giaur - 10-11-2007 16:46
Nie, od razu z plyty Etch Amd64, potem nowy kernel z repo. Moze to dlatego, ze Etch, ale nie sadze... mozna teraz tylko gdybac, bo zdaje sie ze logi sa nadpisywane i nie mam juz zadnych informacji dlaczego po restarcie X nie wstawal... szkoda.

Objaw byl taki, ze gdm nie chcial sie uruchomic, a ekran na zmiane sie wlaczal i wylaczal (ale caly czas czarne tlo), wreszcie po jakims czasie wyskakiwalo okno tekstowe, zeby sprobowac uruchomic gdm po poprawnym skonfigurowaniu X-ów



soki - 10-11-2007 18:44

Nie, od razu z plyty Etch Amd64, potem nowy kernel z repo. Moze to dlatego, ze Etch, ale nie sadze... To nie wina Etch`a, też tak instalowałem(najpierw Etch, póĽniej upgrade kernela) i nie było problemów



rupek - 10-11-2007 19:48
Po poleceniu
glxinfo | grep -i direct zostaje wylogowany. Czy kto¶ zna sposób na rozwi±zanie problemu?



m4yer - 10-11-2007 19:56

Po poleceniu
glxinfo | grep -i direct
zostaje wylogowany. Czy kto¶ zna sposób na rozwi±zanie problemu? Nie podales Loga... czy przypadkiem jak z kazdego
programu korzystajacego z modulu glx wywala xorga??
np. "glxgear" jak tak, to mi pomoglo odinstalowanie xserver-xorga
i zainstalowanie xserver-xorga z repo etch'a.

giaur moze ty tez spróbuj też... bo dziwne zjawisko
tymbardziej ze jestes pewny ze masz poinstalowane te paczki
co pisalem wyzej.



Goomy - 11-11-2007 04:11
Witam

Dzis zrobilem upgrade z Etch do Lennego, mam jednak problem z Nvidia

direct rendering NO , jednak przy starcie systemu normalnie sie wyswietla ekran z logo NVIDIA...

probowalem instalowac stery z paczki legacy (nvidia 440GO) jednak bez sukcesow...

ma ktos rade na moja bolaczke ?

Dzieki



Momok - 11-11-2007 04:29
mi po apgrejdzie etch -> lenny nie moglo znalesc sterów nvidi w ogole...
sciagnij najnowsze *.19 z www.nvidia.com i zainstaluj



soki - 11-11-2007 10:52

...sciagnij najnowsze *.19 z www.nvidia.com i zainstaluj Dokładnie, na przyszło¶ć przed upgradem odinstaluj bież±ce stery.



Goomy - 11-11-2007 18:06
odinstalowalem stare stery sciagnalem nowe legacy ze strony Nvidii instalacja bez problemow, no ale na koncu instalator spytal sie czy ma poprawic xorg.conf dalem tak no i niby zmienil odpalam Xsy i pupa czarny ekran. Wlaze do xorg.conf ustawiam jak to przykazali w ktoryms z postow i niestety ustawienie w DEVICE "nvidia" i wita mnie czarny ekran ... szlag mnie zaraz trafi i krew zaleje .....

panowie i panie pomozcie bo nerwy mi juz puszczaja ...

moj xorg.conf

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"
EndSection

Section "Module"
    Load          "glx"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "pl"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device" "/dev/input/mice"
    Option        "Protocol" "ImPS/2"
EndSection

Section "InputDevice"
    Identifier    "Synaptics Touchpad"
    Driver        "synaptics"
    Option        "SendCoreEvents" "true"
    Option        "Device" "/dev/psaux"
    Option        "Protocol" "auto-dev"
    Option        "HorizScrollDelta" "0"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    HorizSync      28.0 - 51.0
    VertRefresh    43.0 - 60.0
    Option        "DPMS"
EndSection

Section "Device"
    Identifier    "NVIDIA "
    Driver        "nvidia"
    Option        "RenderAccel" "true"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Laptop "
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection    "Display"
        Depth      24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection po zmianie na NV wszystko dziala ....



Momok - 11-11-2007 22:20
Wrzuc stary config z xorg'a ten z przed instalacji sterowników (backup zrobiony jest w /etc/X11/) i podmien w nim device na "nvidia" ew. wklej tu loga xorg'a

EDIT:
sprobuj zmienic
Section "Screen"
    Identifier    "Default Screen"
    Device        "Laptop "
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection    "Display"
        Depth      24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection na
Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA "
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection    "Display"
        Depth      24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection



xbmxnnqevna - 15-11-2007 11:06
Nie wiem czy w dobrym temacie piszę, ale poniek±d ma to zwi±zek z nVIDIA. Otóż dzi¶ postanowiłem że jak na mój onitor 19" rozdzielczo¶ć 1600x1200 jest zbyt duża i zmieniłem na 1280x1024. Problem mam z od¶wieżaniem. Otóż pod Windows XP przy tej rozdzielczo¶i 1280x1204 od¶wieżanie wynosi 100Hz, natomiast na Debian testing ze serownikami nVIDIA 95.43.01 od¶wieżanie w NVIDIA X server Settings widnieje 85Hz maksimum i tak± ustawiłem. Czy może trzeba edytować jaki¶ plik? Proszę o w miarę proste wytłumaczenie co i jak. Nie chciałbym marnować tych 15-stu Hz.

[ Dodano: 2007-11-15, 11:20 ]
Chyba rozwi±załem problem, tylko czy to poprawnie wykonałem?
Wpisałem w terminalu
gtf 1280 1024 100 Następnie wkleiłem:
Modeline "1280x1024_100.00"  190.96  1280 1376 1520 1760  1024 1025 1028 1085  -HSync +Vsync do sekcji Monitor w Xorg.conf i w sekcji Screen poprawiłem warto¶ć 1280x1024 na
1280x1024_100 Czy to wystarczy, monitor w ustawieniach jak i w NVIDIA X server Settings widnieje 100Hz :D
Mam się cieszyć :mrgreen: ?



rupek - 15-11-2007 17:04
pomogła reinstalacja sterowników :-P



Ventrue - 15-11-2007 18:48

Mam się cieszyć :mrgreen: ? Ufaj tylko warto¶ci podawanej przez monitor :P



error2000 - 16-11-2007 18:53
Nie udało się odnaleĽć pakietu nvidia-kernel-source skad moge wziac ten pakiet ??



ruun - 16-11-2007 19:15
error2000,

aptitude install nvidia-kernel-source



error2000 - 16-11-2007 20:59

error2000,

aptitude install nvidia-kernel-source
no wlasnie nie moge go znalesc:
Nie znaleziono pakietu, którego nazwa lub opis zawierałyby "nvidia-kernel-source"



ruun - 16-11-2007 21:07
Zainstaluj za pomoc± dpkg paczkę z etcha lub z sida.



melon_89 - 18-11-2007 16:36
Może nie bardzo umiem czytać ze zrozumieniem, ale najpierw jak wywalało mi ten bł±d z gcc to sobie poradziłem ale teraz mam problemy podobne jak parę osób w tym temacie... Mój log:

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sun Nov 18 16:26:48 2007

option status:
  license pre-accepted    : false
  update                  : false
  force update            : false
  expert                  : false
  uninstall              : false
  driver info            : false
  precompiled interfaces  : true
  no ncurses color        : false
  query latest version    : false
  OpenGL header files    : true
  no questions            : false
  silent                  : false
  no recursion            : 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
  no kernel module        : false
  force SELinux          : default
  no X server check      : false
  force tls              : (not specified)
  X install prefix        : (not specified)
  X library install path  : (not specified)
  X module install path  : (not specified)
  OpenGL install prefix  : (not specified)
  OpenGL install libdir  : (not specified)
  utility install prefix  : (not specified)
  utility install libdir  : (not specified)
  doc install prefix      : (not specified)
  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.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> Kernel source path: '/lib/modules/2.6.21-2-486/build'
-> Kernel output path: '/lib/modules/2.6.21-2-486/build'
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Performing Xen check.
-> Cleaning kernel module build directory.
  executing: 'cd ./usr/src/nv; make clean'...
-> Building kernel module:
  executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.21-2-486/bu
  ild SYSOUT=/lib/modules/2.6.21-2-486/build'...
  NVIDIA: calling KBUILD...
  make CC=cc  KBUILD_VERBOSE=1 -C /lib/modules/2.6.21-2-486/build SUBDIRS=/tmp
  /selfgz3395/NVIDIA-Linux-x86-96.43.01-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/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/.tmp_vers
  ions
  rm -f /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/.tmp_version
  s/*
  make -f scripts/Makefile.build obj=/tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01
  -pkg1/usr/src/nv
    cc -Wp,-MD,/tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/.nv.o
  .d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KERNEL_
  _ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-protot
  ypes -Wno-trigraphs -fno-strict-aliasi
  ng -fno-common  -Os -pipe -msoft-float -mregparm=3 -freg-struct-return -mpre
  ferred-stack-boundary=2  -march=i486 -mtune=generic -ffreestanding -maccumul
  ate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude
  /asm-i386/mach-default -fomit-frame-pointer  -fno-stack-protector -Wdeclarat
  ion-after-statement -Wno-pointer-sign -I/tmp/selfgz3395/NVIDIA-Linux-x86-96.
  43.01-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wcha
  r-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -MD  -Wsi
  gn-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMO
  DULE -DNVRM -DNV_VERSION_STRING=\"96.43.01\" -UDEBUG -U_DEBUG -DNDEBUG  -DMO
  DULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)"  -D"KBUILD_MODN
  AME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1
  /usr/src/nv/.tmp_nv.o /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src
  /nv/nv.c
  In file included from include/linux/list.h:8,
                    from include/linux/wait.h:22,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:59,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src
  /nv/nv-linux.h:19,
                    from /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src
  /nv/nv.c:14:
  include/linux/prefetch.h: In function ‘prefetch_range’:
  include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
  rithmetic
    cc -Wp,-MD,/tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/.nv-v
  m.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KERN
  EL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-pro
  totypes -Wno-trigraphs -fno-strict-aliasing -fno-common  -Os -pipe -msoft-fl
  oat -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2  -march=i48
  6 -mtune=generic -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1
  -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-i386/mach-default -fomit-frame-
  pointer  -fno-stack-pro
  tector -Wdeclaration-after-statement -Wno-pointer-sign -I/tmp/selfgz3395/NVI
  DIA-Linux-x86-96.43.01-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswit
  ch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -
  Werror -MD  -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES
  -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"96.43.01\" -UDEBUG -U_DEB
  UG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_
  vm)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz3395/NVIDIA-Lin
  ux-x86-96.43.01-pkg1/usr/src/nv/.tmp_nv-vm.o /tmp/selfgz3395/NVIDIA-Linux-x8
  6-96.43.01-pkg1/usr/src/nv/nv-vm.c
  In file included from include/linux/list.h:8,
                    from include/linux/wait.h:22,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:59,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src
  /nv/nv-linux.h:19,
                    from /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src
  /nv/nv-vm.c:14:
  include/linux/prefetch.h: In function ‘prefetch_range’:
  include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
  rithmetic
    cc -Wp,-MD,/tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/.os-a
  gp.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KER
  NEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-pr
  ototypes -Wno-trigraphs -fno-strict-aliasing -fno-common  -Os -pipe -msoft-f
  loat -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2  -march=i4
  86 -mtune=generic -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=
  1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-i386/mach-default -fomit-fram
  e-pointer  -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-s
  ign -I/tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv -Wall -Wimpl
  icit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpoint
  er-arith -Wno-multichar -Werror -MD  -Wsign-compare -Wno-cast-qual -Wn
  o-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRI
  NG=\"96.43.01\" -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"
  KBUILD_BASENAME=KBUILD_STR(os_agp)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -
  c -o /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/.tmp_os-agp.o
  /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/os-agp.c
  In file included from include/linux/list.h:8,
                    from include/linux/wait.h:22,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:59,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src
  /nv/nv-linux.h:19,
                    from /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src
  /nv/os-agp.c:24:
  include/linux/prefetch.h: In function ‘prefetch_range’:
  include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
  rithmetic
    cc -Wp,-MD,/tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/.os-i
  nterface.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -
  D__KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstr
  ict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common  -Os -pipe -m
  soft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2  -ma
  rch=i486 -mtune=generic -ffreestanding -maccumulate-outgoing-args -DCONFIG_A
  S_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-i386/mach-default -fomi
  t-frame-pointer  -fno-stack-protector -Wdeclaration-after-statement -Wno-poi
  nter-sign -I/tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv -Wall
  -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -
  Wpointer-arith -Wno-multichar -Werror -MD  -Wsign-compare -Wno-cast-qual -W
  no-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STR
  ING=\"96.43.01\" -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D
  "KBUILD_BASENAME=KBUILD_STR(os_interface)"  -D"KBUILD_MODNAME=KBUILD_STR(nvi
  dia)" -c -o /tmp/selfgz3395/NVIDIA-Li
  nux-x86-96.43.01-pkg1/usr/src/nv/.tmp_os-interface.o /tmp/selfgz3395/NVIDIA-
  Linux-x86-96.43.01-pkg1/usr/src/nv/os-interface.c
  In file included from include/linux/list.h:8,
                    from include/linux/wait.h:22,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:59,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src
  /nv/nv-linux.h:19,
                    from /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src
  /nv/os-interface.c:26:
  include/linux/prefetch.h: In function ‘prefetch_range’:
  include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
  rithmetic
    cc -Wp,-MD,/tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/.os-r
  egistry.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D
  __KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstri
  ct-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common  -Os -pipe -ms
  oft-float -mr
  egparm=3 -freg-struct-return -mpreferred-stack-boundary=2  -march=i486 -mtun
  e=generic -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONF
  IG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-i386/mach-default -fomit-frame-pointe
  r  -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -I/t
  mp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv -Wall -Wimplicit -Wr
  eturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith
  -Wno-multichar -Werror -MD  -Wsign-compare -Wno-cast-qual -Wno-error -D_LOO
  SE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"96.43.01\
  " -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAM
  E=KBUILD_STR(os_registry)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp
  /selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/.tmp_os-registry.o /tm
  p/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/os-registry.c
  In file included from include/linux/list.h:8,
                    from include/linux/wait.h:22,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:59,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src
  /nv/nv-linux.h:19,
                    from /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src
  /nv/os-registry.c:14:
  include/linux/prefetch.h: In function ‘prefetch_range’:
  include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
  rithmetic
    cc -Wp,-MD,/tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/.nv-i
  2c.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KER
  NEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-pr
  ototypes -Wno-trigraphs -fno-strict-aliasing -fno-common  -Os -pipe -msoft-f
  loat -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2  -march=i4
  86 -mtune=generic -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=
  1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-i386/mach-default -fomit-fram
  e-pointer  -fno-stack-protecto
  r -Wdeclaration-after-statement -Wno-pointer-sign -I/tmp/selfgz3395/NVIDIA-L
  inux-x86-96.43.01-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -W
  format -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werro
  r -MD  -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__K
  ERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"96.43.01\" -UDEBUG -U_DEBUG -D
  NDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_i2c)"
    -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz3395/NVIDIA-Linux-x8
  6-96.43.01-pkg1/usr/src/nv/.tmp_nv-i2c.o /tmp/selfgz3395/NVIDIA-Linux-x86-96
  .43.01-pkg1/usr/src/nv/nv-i2c.c
  In file included from include/linux/list.h:8,
                    from include/linux/wait.h:22,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:59,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src
  /nv/nv-linux.h:19,
                    from /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src
  /nv/nv-i2c.c:8:
  include/linux/prefetch.h: In function ‘prefetch_range’:
  include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
  rithmetic
    ld -m elf_i386 -m elf_i386  -r -o /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.0
  1-pkg1/usr/src/nv/nvidia.o /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/us
  r/src/nv/nv-kernel.o /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/
  nv/nv.o /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/nv-vm.o /t
  mp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/os-agp.o /tmp/selfgz
  3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/os-interface.o /tmp/selfgz339
  5/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/os-registry.o /tmp/selfgz3395/NV
  IDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/nv-i2c.o
    Building modules, stage 2.
  make -f /usr/src/linux-headers-2.6.21-2-486/scripts/Makefile.modpost
    scripts/mod/modpost -m  -i /usr/src/linux-headers-2.6.21-2-486/Module.symv
  ers -I /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/Module.symv
  ers -o /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/Module.symv
  ers -w  /tmp/selfgz3395/NVIDIA-Linux-x86-96.43.01-pkg1/usr/src/nv/nvidia.o
  FATAL: modpost: GPL-incompatible module nvidia.ko uses GPL-only symbol 'para
  virt_ops'
  make[3]: *** [__modpost] Bł±d 1
  make[2]: *** [modules] Bł±d 2
  NVIDIA: left KBUILD.
  nvidia.ko failed to build!
  make[1]: *** [module] Bł±d 1
  make: *** [module] Bł±d 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 www.nvidia.com. Co mam robić ? Zaznaczam, że nie jestem za bardzo pro i z linuksem mam bardzo krótki kontakt póki co ;)



matteuszek - 22-11-2007 19:28
mam problem z instalacj± nvidii z repo:
aptitude install linux-headers-`uname -r` nvidia-kernel-common nvidia-kernel-source module-assistant nvidia-glx nvidia-settings nvidia-xconfig build-essential wyskakuje:
The following packages are BROKEN:
  nvidia-glx
[Nie ważne...]
0 packages upgraded, 1 newly installed, 0 to remove and 38 not upgraded.
Need to get 4934kB of archives. After unpacking 13.9MB will be used.
The following packages have unmet dependencies:
  nvidia-glx: Depends: nvidia-kernel-100.14.19 which is a virtual package.
Resolving dependencies...
Unable to resolve dependencies!  Giving up...
Abort. Wiecie może jak sobie z tym poradzić?

Znalazłem rozwi±zenie w necia: jak by ko¶ mial podobny problem to rozwi±zanie jest tu:
http://groups.google.com/group/linux...ed9b8eaf47afe6



igor_x - 26-11-2007 15:15
Posiadam zintegrowana grafike GeForce 7050, kernel 2.6.22-2-486, debian lenny. Instaluje wedlug opisu z pierwszej strony tego tematu instalatorem nvidii, sterownik NVIDIA-Linux-x86-100.14.19-pkg1.run. Niestety x'y nie odpalaja.
Podaje logi:
oraz xorg.conf
Na poprzednim systemie (ubuntu) dzialaly Envy.
Na lenny wolaja o pythona2.5, wiec takze mam problem.
Prosze o pomoc.



ruun - 26-11-2007 17:32
igor_x, wklej jeszcze /var/log/Xorg.0.log



igor_x - 26-11-2007 17:42

igor_x, wklej jeszcze /var/log/Xorg.0.log

Po pierwsze. Nie wklejaj takich długich logów bezpo¶rednio na forum. Użyj strony tupu wklej.org lub nopaste.pl albo wstaw jako zał±cznik do postu. Popraw swój ostatni post.

Ten log nam nic nie powie bo x'y na sterowniku vesa wystartowały bez problemów, zmień sterownik na nvidia zrestaruj xserver i wtedy dopiero pokaż log. Musi to być log z nieudanego startu xserwera.
Poprawione.



ruun - 26-11-2007 18:10
Po pierwsze. Nie wklejaj takich długich logów bezpo¶rednio na forum. Użyj strony tupu wklej.org lub nopaste.pl albo wstaw jako zał±cznik do postu. Popraw swój ostatni post.

Ten log nam nic nie powie bo x'y na sterowniku vesa wystartowały bez problemów, zmień sterownik na nvidia zrestaruj xserver i wtedy dopiero pokaż log. Musi to być log z nieudanego startu xserwera.



igor_x - 27-11-2007 21:45
Pierwszy komunikat ktory pokazuje sie po nieudanym starcie x-servera No matching Device section for instance (BusId PCI:0:1:3) found a tego log z "/var/log/Xorg.0.log" nie pokazuje.
Grafika jest lspci na 00:12.0 VGA compatible controller: nVidia Corporation Unknown device 053b (rev a2) .
Xorg.conf ma (akurat w tym podanym przezemnie tego nie ma) rusza z BusID          "PCI:0:18:0" lspci pod tym adresem pokazuje 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration Nie znam sie za bardzo, ale to sie mi wydaje dziwne.
Kombinowalem z xorg,conf i zawsze sie przewija albo w błedzie adres 0:1:3 albo 0:18:0 jesli go pomine.



ruun - 27-11-2007 22:58

lspci na 00:12.0 VGA compatible controller: nVidia Corporation Unknown device 053b (rev a2) . Nie rozpoznaje twojej karty. Może trzeba zainstalować/skompilować nowsze j±dro.



igor_x - 30-11-2007 22:27

Nie rozpoznaje twojej karty. Może trzeba zainstalować/skompilować nowsze j±dro. Na najnowszym jadrze sytuacja wyglada tak samo.
Kernel instalowalem wedlug tego opisu:http://www.howtoforge.com/kernel_com...on_debian_etch
Na drugim dysku zainstalowalem ubuntu 7.10. Musialem troche poprawic xorg-a, na sterownikach wlasnosciowych ruszylo. Lspci takze wskazuje ze wiekszosc podzespolow jest nierozpoznawalna, a mimo to dziala (na razie).
Moglbym zalatwic jakas karte na pci-e i sprawdzic (gf7600) czy odpali, nie tedy droga.

EDIT:
Zaktualizowalem debiana do Sid-a. Sterowniki nadal nie dzialaja.
Macie jakies pomysly?

EDIT 18.01.2008

Ze wzgledu na brak mozliwosci pracy z akceleracja, na pewien okres zrezygnowalem z tego systemu. Wczoraj ponownie zainstalowalem Debiana Lenny.
Najnowsze sterowniki NVIDIA-Linux-x86-169.07 zostaly zainstalowane
glxgears -info
GL_RENDERER  = GeForce 7050 PV / NVIDIA nForce 630a/PCI/SSE2/3DNOW!
GL_VERSION    = 2.1.2 NVIDIA 169.07
GL_VENDOR    = NVIDIA Corporation

8631 frames in 5.0 seconds = 1726.073 FPS
8659 frames in 5.0 seconds = 1731.772 FPS
8561 frames in 5.0 seconds = 1712.062 FPS oraz:
glxinfo | grep -i direct
direct rendering: Yes Ale po instalacji programu stellarium (symulator nieba) system po wlaczeniu jakiegokolwiek programu wymagajacego akceleracje, przechodzi do konsoli, pozniej do okna logowania.
Odinstalowalem sterownik i zainstalowalem ponownie.
Na razie dziala.



anT - 09-12-2007 14:06
witam.. zainstalowalem sobie sterowniki do NVIDI do fx5200 jak w opisie.. instalacja przebiegla bez problemow... konfiguracje X'ow wybralem automatycznie i wyskoczył mi bł±d po rrestarcie Nie można uruchomić X serwera (odpowiedzialnego za interfejs graficzny). Prawdopodobnie został on niepoprawnie skonfigurowany. Czy wy¶wietlić zawarto¶ć ? Pr obowa lem skonfigurowac recznie także w.g. opisu ale nic nie pomaga.. Resetowałem odpalałem jeszcze raz nic nie pomaga :(



hepik - 09-12-2007 14:32
moglbys podac co sie wyswietlilo w logu? Pomoze nam to ocenic problem ;)



anT - 09-12-2007 14:37
nie mam jak wklepic wszystkiego ale chyba najwazniejsze to to :
(EE) NVIDIA(0): This video driver ABI is not supproted.
(EE) NVIDIA(0): Use the - ignoreABI option to override this check

Fatal server error:
AddScrean/ScreenInit failed for driver 0 [ Dodano: 2007-12-09, 14:40 ]
Thiss server has a video driver ABI version of 2.0 but this drivers is designed to work with versions before 2.0. Please check http://www.nvidia.com/ for driver updates or downgrade to an X server with a supproted driver ABI tzn ze te sterowniki sa za stare do X'ow ktore mam ?

[ Dodano: 2007-12-09, 14:42 ]
dodam ze instalowalem przez instalator nvidii... moze z repa bedzie lepiej ?



localh0st - 09-12-2007 15:55
anT, na pewno instalowałe¶ wersję zgodn± ze swoj± karta?



anT - 09-12-2007 16:10
tak mi sie zdaje ale walsnie zauwazylem ze te sterowniki co byly w tutorialu to 100.14.11 sciagam wlasanie 100.14.19... może bedzie lepiej :)

[ Dodano: 2007-12-09, 16:15 ]
działa :D KAKA podmien może ten link na pocz±tku w tutorialu do sterowników bo ta wersja starsza na sid'zie chyba nie dziala do konca :P choc wsumie z drugiej strony dzięki temu trochę nowych rzeczy sie dowiedziałem :D Linux roxxxx :D
  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • minister.pev.pl



  • Strona 3 z 5 • Wyszukano 280 postów • 1, 2, 3, 4, 5
     

     


     

     
    Copyright 2003. MĂłj serwis