Redhat 7.2 and Nvidia

From: pt (pthomas4_at_earthlink.net)
Date: 09/10/04

  • Next message: Paul Lutus: "Re: Hardware Modem: Your *personal* choice. The one you are using,"
    Date: Fri, 10 Sep 2004 04:49:57 GMT
    
    

    I've just installed Red Hat 7.2 (kernel 2.4.7-10) in my PC (motherboard MSI
    K7N2 Delta Series).

    Sound Card and Ethernet are on-board NVIDIA chipsets.

    I'm trying to get to work the sound and network onboard, and to do so I used
    the installation program NFORCE-Linux-x86-1.0-0283-pkg1.run.

    Unfortunately, during the installation, it's said that no precompiled kernel
    interface was found to match my kernel. I installed the kernel source and
    even after this I receive the message below:

    "nforce-installer log file '/var/log/nvidia-nforce-installer.log'
    creation time: Sat Aug 21 12:57:21 2004

    option status:
    license pre-accepted : false
    expert : false
    uninstall : false
    driver info : false
    no precompiled interface : false
    no ncurses color : false
    no questions : false
    silent : false
    Installer install prefix : /usr
    kernel source path : (not specified)
    net kernel install path : (not specified)
    audio kernel install path : (not specified)
    proc mount point : /proc
    ui : (not specified)
    tmpdir : /tmp

    Using: nvidia-installer ncurses user interface
    -> Found package NVIDIA network driver for Linux-x86
    -> Found package NVIDIA audio driver for Linux-x86
    -> Please select packages for installation:
    Selections:
    NVIDIA network driver for Linux-x86 (1.0-9)
    NVIDIA audio driver for Linux-x86 (1.0-0)
    -> Starting install of NVIDIA network driver for Linux-x86
    -> Checking for loaded module nvnet
    -> Checking for loaded module forcedeth
    -> License accepted.
    -> Skipping check for conflicting rpms.
    -> /proc/version is Linux version 2.4.7-10
    (bhcompile@stripples.devel.redhat.com) (gcc version 2.96 20000731 (Red Hat
    Linux 7.1 2.96-98)) #1 Thu Sep 6 16:46:36 EDT 2001
    -> 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.4.7-10/build'
    -> Performing cc_version_check with CC="cc".
    -> running command /bin/grep "^PATCHLEVEL ="
    /lib/modules/2.4.7-10/build/Makefile | /bin/cut -d " " -f 3
    -> Kernel module filename is nvnet.o
    Cleaning kernel module build directory.
    executing: 'cd ./nvnet; make clean'...
    rm -f nvenet.o nvenetif.o nvnet.o *~ core
    -> Building kernel module:
    executing: 'cd ./nvnet; make module SYSSRC=/lib/modules/2.4.7-10/build'...
    cc -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-co
    mmon -fomit-frame-pointer -I/lib/modules/2.4.7-10/build/include -O -mprefer
    red-stack-boundary=2 -march=i686 -D__KERNEL__ -DMODULE -DLINUX -DDRIVERVE
    R=\"9999\" -DEXPORT_SYMTAB -DCONFIG_PM -I. -DMODVERSIONS -include /lib/mod
    ules/2.4.7-10/build/include/linux/modversions.h -c -o nvenet.o nvenet.c
    nvenet.c: In function `nvenet_ioctl':
    nvenet.c:978: `ETHTOOL_GLINK' undeclared (first use in this function)
    nvenet.c:978: (Each undeclared identifier is reported only once
    nvenet.c:978: for each function it appears in.)
    nvenet.c:980: variable `linkvalue' has initializer but incomplete type
    nvenet.c:980: warning: excess elements in struct initializer
    nvenet.c:980: warning: (near initialization for `linkvalue')
    nvenet.c:980: storage size of `linkvalue' isn't known
    nvenet.c:980: warning: unused variable `linkvalue'
    make[1]: *** [nvenet.o] Error 1
    make: *** [module] Error 2
    -> Error.
    ERROR: Unable to build the NVIDIA kernel module.
    ERROR: Installation of the network driver has failed. Please see the file
    '/var/log/nvidia-nforce-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.
    -> Starting install of NVIDIA audio driver for Linux-x86
    -> Checking for loaded module nvsound
    -> Checking for loaded module nvaudio
    -> License accepted.
    -> Skipping check for conflicting rpms.
    -> /proc/version is Linux version 2.4.7-10
    (bhcompile@stripples.devel.redhat.com) (gcc version 2.96 20000731 (Red Hat
    Linux 7.1 2.96-98)) #1 Thu Sep 6 16:46:36 EDT 2001
    -> No precompiled kernel interface was found to match your kernel; this
    means
    that the installer will need to compile a new kernel interface.
    -> Using the kernel source path '/lib/modules/2.4.7-10/build' as specified
    by
    the '--kernel-source-path' commandline option.
    -> Kernel source path: '/lib/modules/2.4.7-10/build'
    -> Performing cc_version_check with CC="cc".
    -> running command /bin/grep "^PATCHLEVEL ="
    /lib/modules/2.4.7-10/build/Makefile | /bin/cut -d " " -f 3
    -> Kernel module filename is nvsound.o
    Cleaning kernel module build directory.
    executing: 'cd ./nvsound/main; make clean'...
    rm -f nv*.o *~ core
    -> Building kernel module:
    executing: 'cd ./nvsound/main; make module SYSSRC=/lib/modules/2.4.7-10/buil
    d'...
    cc -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-co
    mmon -fomit-frame-pointer -I/lib/modules/2.4.7-10/build/include -O -mprefer
    red-stack-boundary=2 -march=i686 -D__KERNEL__ -DMODULE -DLINUX -I. -DMO
    DVERSIONS -include /lib/modules/2.4.7-10/build/include/linux/modversions.h
    -c -o nvmain.o nvmain.c
    nvmain.c: In function `Nvprint_ioctl':
    nvmain.c:1055: `SNDCTL_DSP_SETSPDIF' undeclared (first use in this function)
    nvmain.c:1055: (Each undeclared identifier is reported only once
    nvmain.c:1055: for each function it appears in.)
    nvmain.c:1058: `SNDCTL_DSP_GETSPDIF' undeclared (first use in this function)
    nvmain.c: At top level:
    nvmain.c:1850: warning: implicit declaration of function `__devexit_p'
    nvmain.c:1850: initializer element is not constant
    nvmain.c:1850: (near initialization for `Nvaudio_pci_driver.remove')
    nvmain.c:1851: initializer element is not constant
    nvmain.c:1851: (near initialization for `Nvaudio_pci_driver')
    nvmain.c:977: warning: `Nvprint_ioctl' defined but not used
    make[1]: *** [nvmain.o] Error 1
    make: *** [module] Error 2
    -> Error.
    ERROR: Unable to build the NVIDIA kernel module.
    ERROR: Installation of the audio driver has failed. Please see the file
    '/var/log/nvidia-nforce-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.

    I have tried updating BIOS and shutting off PnP. Neither works.

    Any ideas?

    PT


  • Next message: Paul Lutus: "Re: Hardware Modem: Your *personal* choice. The one you are using,"

    Relevant Pages

    • nvidia whats wrong?
      ... Nvidia display driver kernel module ... Re-added the mysteriously vanished sleep line in the init script ...
      (Fedora)
    • How can I fix errors and warnings in nvidia module for Tesla C1060
      ... I am trying to install driver of nvidia Tesla C1060 on x86 based ... Unable to load the kernel module 'nvidia.ko'. ...
      (Linux-Kernel)
    • Re: 12.1 prety good now
      ... I need a Suse Nvidia package for the ... Stock kernel will not boot but has that corresponding ... for decent nvidia graphics soon from the nouveau driver. ... My installation procedure for new installation is: ...
      (alt.os.linux.suse)
    • Re: Big problem -Im stuck
      ... > installation and now that is not there. ... > again, uninstall the nvidia driver before you change kernels, then redo ... > binary installer for that kernel version. ... I can't seem to run either sax or yast from hda3 because the CD root and the ...
      (alt.os.linux.suse)
    • [SLE] nVIDIA 6200oc board help
      ... Downloaded it from the nVIDIA site directly. ... I have purposely NOT downloaded patches to the kernel as I've ... Here is the error log from the failed installation process. ... on the Linux driver download page at www.nvidia.com. ...
      (SuSE)