LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   Noob Questions (https://www.linuxquestions.org/questions/mandriva-30/noob-questions-374555/)

dark_negotiator 10-19-2005 01:58 AM

Noob Questions
 
How do I install programs that are tar.gz?

qwerty 10-19-2005 02:28 AM

First of all you need to uncompress the file as 'tar.gz' means it is compressed. This can be done by right clicking on the file and using the extract option from the context menu that appears. Once you have unpacked the files, open a terminal and cd to the directory where you unpacked the files to. Chances are there'll be a 'readme' or 'install' file in there giving you install instructions. However, it's normally a case of typing.

Code:

./configure
make
su
<enter root password>
make install


dark_negotiator 10-19-2005 11:48 AM

thanks for the help, got another one though lol.
Im running a NForce2 mainboard with on board sound, in the settings it shows that it detected it correctly but I get an error whenever I try to play music. NVidia has linux drivers but I dont know how to install them...

dark_negotiator 10-19-2005 03:24 PM

I also seem to be having a problem with getting programs to work. I installed a program that was a rpm but after that I dont know where it gets installed to or how to start it for that matter...

tkedwards 10-19-2005 06:41 PM

Quote:

NVidia has linux drivers but I dont know how to install them...
http://wiki.linuxquestions.org/wiki/...ake.2FMandriva

The easy way to install software in Mandrake/Mandriva is to use urpmi or the GUI frontend to it in the Mandrake Control Centre->Software. Goto http://easyurpmi.zarb.org and setup access to the software repositories (this is very important). Generally you shouldn't just install RPMs downloaded from the net unless there were packaged specifically for Mandriva.

Quote:

I installed a program that was a rpm but after that I dont know where it gets installed to or how to start it for that matter...
All Mandriva RPMs will install a menu entry if they are for a GUI application (although there will be a delay after you've installed it before the menu entry appears). You can generally just run a program by going menu->Run Command and typing the name of the program (or doing the same in a terminal window).

To see what files a package installed do either
Code:

rpm -ql packagename
from the command line or go into Mandrake Control Centre->Software->"Remove software..." and select 'Maximum Information' (don't remove the package of course :) - you can use it to browse what you have installed).

dark_negotiator 10-19-2005 08:12 PM

ran into a problem installing those drivers:
Code:

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Wed Oct 19 18:04:33 2005

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    : true
  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                  : /root/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.
-> Kernel source path: '/lib/modules/2.6.11-6mdk/source'
-> Performing CC test with CC="cc".
-> gcc-version-check failed:
 
  You appear to be compiling the NVIDIA kernel module with a different compile
  r than the one that was used to compile the running kernel.  This may be fin
  e, but there are cases where this can lead to instability.  The compiler use
  d to compile the kernel was gcc 3.4; the current compiler is gcc 4.0.
 
  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)
-> 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.11-6mdk/sou
  rce SYSOUT=/lib/modules/2.6.11-6mdk/build'...
 
  NVIDIA: calling KBUILD...
  make CC=cc KBUILD_OUTPUT=/lib/modules/2.6.11-6mdk/build KBUILD_VERBOSE=1 -C
  /lib/modules/2.6.11-6mdk/source SUBDIRS=/root/tmp/selfgz5687/NVIDIA-Linux-x8
  6-1.0-7676-pkg1/usr/src/nv modules
  make -C /lib/modules/2.6.11-6mdk/build                \
  KBUILD_SRC=/usr/src/linux-2.6.11-6mdk            KBUILD_VERBOSE=1        \
  KBUILD_CHECK= KBUILD_EXTMOD="/root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-
  pkg1/usr/src/nv"        \
          -f /usr/src/linux-2.6.11-6mdk/Makefile modules
  mkdir -p /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/.tmp
  _versions
  make -f /usr/src/linux-2.6.11-6mdk/scripts/Makefile.build obj=/root/tmp/self
  gz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv
  echo \#define NV_COMPILER \"`cc -v 2>&1 | tail -n 1`\" > /root/tmp/selfgz568
  7/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/nv_compiler.h
    cc -Wp,-MD,/root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/
  .nv.o.d -nostdinc -isystem /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/includ
  e -D__KERNEL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.11-6mdk/include  -I
  /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv -Wall -Wstric
  t-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding
  -O2 -fno-omit-frame-pointer -pipe -mpreferred-stack-boundary=2 -fno-unit-at-
  a-time -march=i686 -I/usr/src/linux-2.6.11-6mdk/include/asm-i386/mach-defaul
  t -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -Wno-pointer
  -sign  -I/root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv -Wal
  l -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses
  -Wpointer-arith -Wno-multichar -Werror -O -fno-common -MD -Wsign-compare -Wn
  o-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNTRM -D
  _GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNV_MAJOR_VERSION=1
  -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=7676 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIG
  NAL_STRUCT_RLIM -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -
  DNV_PCI_DISABLE_DEVICE_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_VMAP_4_PRESEN
  T -DMODULE -DKBU
  ILD_BASENAME=nv -DKBUILD_MODNAME=nvidia -c -o /root/tmp/selfgz5687/NVIDIA-Li
  nux-x86-1.0-7676-pkg1/usr/src/nv/nv.o /root/tmp/selfgz5687/NVIDIA-Linux-x86-
  1.0-7676-pkg1/usr/src/nv/nv.c
  In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:863,
                    from /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/us
  r/src/nv/nv-linux.h:69,
                    from /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/us
  r/src/nv/nv.c:14:
  include/asm/io.h: In function 'check_signature':
  include/asm/io.h:242: warning: wrong type argument to increment
  /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/nv.c: In func
  tion 'nvidia_init_module':
  /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/nv.c:1073: wa
  rning: 'pm_register' is deprecated (declared at include/linux/pm.h:106)
  /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/nv.c:1170: wa
  rning: 'pm_unregister' is deprecated (declared at include/linux/pm.h:111)
  /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/nv.c: In func
  tion 'nvidia_exit_module':
  /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/nv.c:1227: wa
  rning: 'pm_unregister' is deprecated (declared at include/linux/pm.h:111)
    cc -Wp,-MD,/root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/
  .nv-vm.o.d -nostdinc -isystem /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/inc
  lude -D__KERNEL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.11-6mdk/include
  -I/root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv -Wall -Wstr
  ict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestandin
  g -O2 -fno-omit-frame-pointer -pipe -mpreferred-stack-boundary=2 -fno-unit-a
  t-a-time -march=i686 -I/usr/src/linux-2.6.11-6mdk/include/asm-i386/mach-defa
  ult -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -Wno-point
  er-sign  -I/root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv -W
  all -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparenthes
  es -Wpointer-arith -Wno-multichar -Werror -O -f
  no-common -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES
  -D__KERNEL__ -DMODULE -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D__KERNEL_
  _ -DMODULE -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=7676 -U
  DEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_REMAP_PFN_RANGE_PRESENT
  -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_PCI_DISABLE_DEVICE_PRESENT -DNV_PCI_GET_C
  LASS_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -DKBUILD_BASENAME=nv_vm -DKBUILD_M
  ODNAME=nvidia -c -o /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/
  src/nv/nv-vm.o /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/n
  v/nv-vm.c
  In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:863,
                    from /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/us
  r/src/nv/nv-linux.h:69,
                    from /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/us
  r/src/nv/nv-vm.c:14:
  include/asm/io.h: In function 'check_signature':
  include/asm/io.h:242: warning: wrong type argument to increment
    cc -Wp,-MD,/root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/
  .os-agp.o.d -nostdinc -isystem /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.1/in
  clude -D__KERNEL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.11-6mdk/include
    -I/root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv -Wall -Wst
  rict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestandi
  ng -O2 -fno-omit-frame-pointer -pipe -mpreferred-stack-boundary=2 -fno-unit-
  at-a-time -march=i686 -I/usr/src/linux-2.6.11-6mdk/include/asm-i386/mach-def
  ault -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -Wno-poin
  ter-sign  -I/root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv -
  Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparenthe
  ses -Wpointer-arith -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_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNV_MAJOR_VERSION
  =1 -DNV_MINOR_VERSION=0 -DNV_P
  ATCHLEVEL=7676 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_REMAP_
  PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_PCI_DISABLE_DEVICE_PRES
  ENT -DNV_PCI_GET_CLASS_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -DKBUILD_BASENAM
  E=os_agp -DKBUILD_MODNAME=nvidia -c -o /root/tmp/selfgz5687/NVIDIA-Linux-x86
  -1.0-7676-pkg1/usr/src/nv/os-agp.o /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0
  -7676-pkg1/usr/src/nv/os-agp.c
  In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:863,
                    from /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/us
  r/src/nv/nv-linux.h:69,
                    from /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/us
  r/src/nv/os-agp.c:24:
  include/asm/io.h: In function 'check_signature':
  include/asm/io.h:242: warning: wrong type argument to increment
    cc -Wp,-MD,/root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/
  .os-interface.o.d -nostdinc -isystem /usr/lib/gcc/i586-mandriva-linux-gnu/4.
  0.1/include -D__KERNEL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.11-6mdk/i
  nclude  -I/root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv -Wa
  ll -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffre
  estanding -O2 -fno-omit-frame-pointer -pipe -mpreferred-stack-boundary=2 -fn
  o-unit-at-a-time -march=i686 -I/usr/src/linux-2.6.11-6mdk/include/asm-i386/m
  ach-default -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -W
  no-pointer-sign  -I/root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/s
  rc/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wp
  arentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-common -MD -Wsign-
  compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODUL
  E -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNV_MAJO
  R_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=7676 -UDEBUG -U_DEBUG -DNDE
  BUG -DNV_SIGNAL_STRUCT_RLIM -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_AT
  TR_PRESENT -DNV_PCI_DISABLE_DEVICE_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_V
  MAP_4_PRESENT
    -DMODULE -DKBUILD_BASENAME=os_interface -DKBUILD_MODNAME=nvidia -c -o /root
  /tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/os-interface.o /ro
  ot/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/os-interface.c
  In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:863,
                    from /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/us
  r/src/nv/nv-linux.h:69,
                    from /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/us
  r/src/nv/os-interface.c:26:
  include/asm/io.h: In function 'check_signature':
  include/asm/io.h:242: warning: wrong type argument to increment
    cc -Wp,-MD,/root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/
  .os-registry.o.d -nostdinc -isystem /usr/lib/gcc/i586-mandriva-linux-gnu/4.0
  .1/include -D__KERNEL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.11-6mdk/in
  clude  -I/root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv -Wal
  l -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffree
  sta
  nding -O2 -fno-omit-frame-pointer -pipe -mpreferred-stack-boundary=2 -fno-un
  it-at-a-time -march=i686 -I/usr/src/linux-2.6.11-6mdk/include/asm-i386/mach-
  default -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -Wno-p
  ointer-sign  -I/root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/n
  v -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparen
  theses -Wpointer-arith -Wno-multichar -Werror -O -fno-common -MD -Wsign-comp
  are -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -D
  NTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNV_MAJOR_VE
  RSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=7676 -UDEBUG -U_DEBUG -DNDEBUG
  -DNV_SIGNAL_STRUCT_RLIM -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_P
  RESENT -DNV_PCI_DISABLE_DEVICE_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_VMAP_
  4_PRESENT -DMODULE -DKBUILD_BASENAME=os_registry -DKBUILD_MODNAME=nvidia -c
  -o /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/os-registr
  y.o /root/tmp/selfgz5687/NVIDIA-Linu
  x-x86-1.0-7676-pkg1/usr/src/nv/os-registry.c
  In file included from include/linux/dmapool.h:14,
                    from include/linux/pci.h:863,
                    from /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/us
  r/src/nv/nv-linux.h:69,
                    from /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/us
  r/src/nv/os-registry.c:14:
  include/asm/io.h: In function 'check_signature':
  include/asm/io.h:242: warning: wrong type argument to increment
    ld -m elf_i386  -r -o /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/
  usr/src/nv/nvidia.o /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/
  src/nv/nv-kernel.o /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/s
  rc/nv/nv.o /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/nv
  -vm.o /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/os-agp.
  o /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/os-interfac
  e.o /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/os-regist
  ry.o
    Building modules, stage 2.
  make -rR -f /usr/src/linux-2.6.11-6mdk/scripts/Makefile.modpost
    scripts/mod/modpost  -i /usr/src/linux-2.6.11-6mdk/Module.symvers /root/t
  mp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/nvidia.o
    cc -Wp,-MD,/root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/nv/
  .nvidia.mod.o.d -nostdinc -isystem /usr/lib/gcc/i586-mandriva-linux-gnu/4.0.
  1/include -D__KERNEL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.11-6mdk/inc
  lude -I/usr/src/linux-2.6.11-6mdk/ -I -Wall -Wstrict-prototypes -Wno-trigrap
  hs -fno-strict-aliasing -fno-common -ffreestanding -O2 -fno-omit-frame-point
  er -pipe -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i686 -I/usr
  /src/linux-2.6.11-6mdk/include/asm-i386/mach-default -Iinclude/asm-i386/mach
  -default -Wdeclaration-after-statement -Wno-pointer-sign  -DKBUILD_BASENAME=
  nvidia -DKBUILD_MODNAME=nvidia -DMODULE -c -o /root/tmp/selfgz5687/NVIDIA-Li
  nux-x86-1.0-7676-pkg1/usr/src/nv/nvidia.mod.o /root/tmp/selfgz5687/NVIDIA-Li
  nux-x86-1.0-7676-pkg1/usr/src/nv/nvidia.mod.c
    ld -m elf_i386 -r -o /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/u
  sr/src/nv/nvidia.ko /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/
  src/nv/nvidia.o /root/tmp/selfgz5687/NVIDIA-Linux-x86-1.0-7676-pkg1/usr/src/
  nv/nvidia.mod.o
  NVIDIA: left KBUILD.
-> done.
-> Kernel module compilation complete.
ERROR: Unable to load the kernel module 'nvidia.ko'.  This is most likely
      because the kernel module was built using the wrong kernel source files.
      Please make sure you have installed the kernel source files for your
      kernel; on Red Hat Linux systems, for example, be sure you have the
      'kernel-source' rpm installed.  If you know the correct kernel source
      files are installed, you may specify the kernel source path with the
      '--kernel-source-path' commandline option.
-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
  -1 Invalid module format
-> Kernel messages:
  bootsplash: status on console 3 changed to on
  bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600,
  10117 bytes, v3).
  bootsplash: status on console 4 changed to on
  bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600,
  10117 bytes, v3).
  bootsplash: status on console 5 changed to on
  Shorewall:net2all:DROP:IN=eth0 OUT= MAC= SRC=192.168.1.100 DST=192.168.1.255
  LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=16 DF PROTO=UDP SPT=631 DPT=631 LEN=124
 
  Shorewall:net2all:DROP:IN=eth0 OUT= MAC= SRC=192.168.1.100 DST=192.168.1.255
  LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=17 DF PROTO=UDP SPT=631 DPT=631 LEN=124
 
  Shorewall:net2all:DROP:IN=eth0 OUT= MAC= SRC=192.168.1.100 DST=192.168.1.255
  LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=18 DF PROTO=UDP SPT=631 DPT=631 LEN=124
 
  Shorewall:net2all:DROP:IN=eth0 OUT= MAC= SRC=192.168.1.100 DST=192.168.1.255
  LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=19 DF PROTO=UDP SPT=631 DPT=631 LEN=124
 
  Shorewall:net2all:DROP:IN=eth0 OUT= MAC= SRC=192.168.1.100 DST=192.168.1.255
  LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=20 DF PROTO=UDP SPT=631 DPT=631 LEN=124
 
  Shorewall:net2all:DROP:IN=eth0 OUT= MAC= SRC=192.168.1.100 DST=192.168.1.255
  LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=21 DF PROTO=UDP SPT=631 DPT=631 LEN=124
 
  Shorewall:net2all:DROP:IN=eth0 OUT= MAC= SRC=192.168.1.100 DST=192.168.1.255
  LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=22 DF PROTO=UDP SPT=631 DPT=631 LEN=124
 
  Shorewall:net2all:DROP:IN=eth0 OUT= MAC= SRC=192.168.1.100 DST=192.168.1.255
  LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=23 DF PROTO=UDP SPT=631 DPT=631 LEN=124
 
  Shorewall:net2all:DROP:IN=eth0 OUT= MAC= SRC=192.168.1.100 DST=192.168.1.255
  LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=24 DF PROTO=UDP SPT=631 DPT=631 LEN=124
 
  nvidia: version magic '2.6.11-6mdk 686 gcc-4.0' should be '2.6.11-6mdk 686
  gcc-3.4'
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.


tkedwards 10-19-2005 09:40 PM

Install gcc (through urpmi or the Mandrake Control Centre)

dark_negotiator 10-19-2005 09:43 PM

whats gcc? how do I access urpmi or the mandrake control centre?

tkedwards 10-19-2005 10:48 PM

urpmi is the package management system on Mandrake, its also the name of the urpmi command line program.

The Mandrake Control Centre is in menu->System->Configuration->Configure Your Computer and once in there go into the 'Software' section. The options in there are graphical frontends to the urpmi command.

See http://wiki.linuxquestions.org/wiki/Installing_Software

dark_negotiator 10-19-2005 11:13 PM

I see "configure your desktop" but not computer so i went in there however software is no where to be found.

tkedwards 10-19-2005 11:23 PM

No its not in there. What about men->Software->Configuration->Packaging->Install Software?

or menu->Run Command type 'drakconf' (no quotes)?

dark_negotiator 10-19-2005 11:45 PM

install software brings up rpmdrake and I found
Name: gcc2.96-cpp
Version: 2.96-0.83mdk
Size: 229 KB
is this what I need?

tkedwards 10-19-2005 11:54 PM

Just type gcc - it'll be something like "gcc-3.4" or even just "gcc". gcc2.96 is an old version specially packaged for compatability.

Alternatively just do
Code:

su
<type root password>
urpmi gcc

from the command line.

dark_negotiator 10-20-2005 03:52 PM

The only thing it found was gcc2.96-cpp and when I type in su
<type root password>
urpmi gcc

it doesnt do anything.

tkedwards 10-20-2005 05:42 PM

Does
Code:

rpm -q gcc
or
Code:

rpm -qa | grep -i gcc
show any output? What about
Code:

gcc -v
?


All times are GMT -5. The time now is 02:12 PM.