Installing nforce2 board drivers on RH9

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default Installing nforce2 board drivers on RH9

    Hi,

    I downloaded the file
    NVIDIA_nforce-1.0-0261.rh90up_2.4.20_6.athlon.rpm

    from nvidia and installed as su using

    rpm -ivh NVIDIA_nforce-1.0-0261.rh90up_2.4.20_6.athlon.rpm

    Everything seems fine and it returns to the command propmt without
    any error messages.
    When I reboot, the network interface is failes to initialise saying
    that the nvnet module is not present.
    As far as I am aware the above rpm was supposed to install this
    module. Can anyone give me some pointers on where to go next in
    resolving this problem ?

    Regards
    Anton Erasmus

    Anton Erasmus Guest

  2. Similar Questions and Discussions

    1. Installing Print Drivers
      I have an interesting problem. I had a stable 2000 cluster environment and now I am setting up a 2k3 one. When I being to add my printers (all...
    2. Installing NVIDIA drivers on Debian
      I've installed Debian GNU/Linux v3.0r2 Linux kernel version 4.18 i686 There were two packages installed: nvidia-kernel-src and nvidia-glx-src ...
    3. error while installing on-board NIC on Proliant 1600 server in SCO Open Server 5.0.5
      dear all, While installing the EFS, when I configure the TCP/IP then i get the messages while relinking the kernel. i encountered the message...
    4. Problem installing soft modem drivers.
      Trying to compile softmodem drivers on Debian stable. Have got kernel source at /usr/src/kernel-source-2.4.18 In common.mk set...
    5. error installing Display Drivers
      I'm trying to install the Intel 845G display adapter on my computer. Using the script from the Intel web site, I get an error: Error: cannot find...
  3. #2

    Default Re: Installing nforce2 board drivers on RH9

    Hello

    Anton Erasmus (<junk@junk.net>) wrote:
    > I downloaded the file
    > NVIDIA_nforce-1.0-0261.rh90up_2.4.20_6.athlon.rpm
    >
    > from nvidia and installed as su using
    >
    > rpm -ivh NVIDIA_nforce-1.0-0261.rh90up_2.4.20_6.athlon.rpm
    >
    > Everything seems fine and it returns to the command propmt without
    > any error messages.
    > When I reboot, the network interface is failes to initialise saying
    > that the nvnet module is not present.
    > As far as I am aware the above rpm was supposed to install this
    > module. Can anyone give me some pointers on where to go next in
    > resolving this problem ?
    First, check of the module is installed. Do "modprobe nvnet". If the
    module is not installed, modprobe will sat it can't locate it. Search
    your /lib/modules/$kernelversion for nvnet.o. Maybe you have to run
    depmod -a.

    best regards
    Andreas Janssen

    --
    Andreas Janssen
    [email]andreas.janssen@bigfoot.com[/email]
    PGP-Key-ID: 0xDC801674
    Registered Linux User #267976
    Andreas Janssen Guest

  4. #3

    Default Re: Installing nforce2 board drivers on RH9

    On Wed, 10 Sep 2003 19:18:21 +0200, Anton Erasmus typed:
    > Hi,
    >
    > I downloaded the file
    > NVIDIA_nforce-1.0-0261.rh90up_2.4.20_6.athlon.rpm
    >
    > from nvidia and installed as su using
    >
    > rpm -ivh NVIDIA_nforce-1.0-0261.rh90up_2.4.20_6.athlon.rpm
    >
    > Everything seems fine and it returns to the command propmt without any
    > error messages.
    > When I reboot, the network interface is failes to initialise saying that
    > the nvnet module is not present. As far as I am aware the above rpm was
    > supposed to install this module. Can anyone give me some pointers on where
    > to go next in resolving this problem ?
    Hmmm........... did you download and install the correct RPM, check.

    From the console or xterm session type; uname -r

    If you don't see 2.4.20-6 then go back to nVidia's site and download the
    NVIDIA_nforce-1.0-0261.src.rpm (sroll down near the bottom of the page).

    First remove the incorrect RPM package, as root from the console or xterm
    session;

    rpm -e NVIDIA_nforce

    Then as root from the console or xterm session where the downloaded file
    resides type;

    rpmbuild --rebuild --recompile NVIDIA_nforce-1.0-0261.src.rpm

    Then install the RPM package found in /usr/src/redhat/RPMS/i386


    FYI: When Red Hat released Red Hat Linux 9 two kernels where released,
    kernel-2.4.20-6 for the boxed sets and kernel-2.4.20-8 for the download
    version. The NVIDIA_nforce RPM package was created for the boxed kernel.



    --
    If it's Thursday it must be Micro$oft patching day!!!

    Lenard Guest

  5. #4

    Default Re: Installing nforce2 board drivers on RH9

    On Wed, 10 Sep 2003 19:38:19 GMT, Lenard <lenard@127.0.0.1> wrote:
    >On Wed, 10 Sep 2003 19:18:21 +0200, Anton Erasmus typed:
    >
    >> Hi,
    >>
    >> I downloaded the file
    >> NVIDIA_nforce-1.0-0261.rh90up_2.4.20_6.athlon.rpm
    >>
    >> from nvidia and installed as su using
    >>
    >> rpm -ivh NVIDIA_nforce-1.0-0261.rh90up_2.4.20_6.athlon.rpm
    >>
    >> Everything seems fine and it returns to the command propmt without any
    >> error messages.
    >> When I reboot, the network interface is failes to initialise saying that
    >> the nvnet module is not present. As far as I am aware the above rpm was
    >> supposed to install this module. Can anyone give me some pointers on where
    >> to go next in resolving this problem ?
    >
    >Hmmm........... did you download and install the correct RPM, check.
    >
    >From the console or xterm session type; uname -r
    >
    >If you don't see 2.4.20-6 then go back to nVidia's site and download the
    >NVIDIA_nforce-1.0-0261.src.rpm (sroll down near the bottom of the page).
    >
    >First remove the incorrect RPM package, as root from the console or xterm
    >session;
    >
    >rpm -e NVIDIA_nforce
    >
    >Then as root from the console or xterm session where the downloaded file
    >resides type;
    >
    >rpmbuild --rebuild --recompile NVIDIA_nforce-1.0-0261.src.rpm
    >
    >Then install the RPM package found in /usr/src/redhat/RPMS/i386
    >
    >
    >FYI: When Red Hat released Red Hat Linux 9 two kernels where released,
    >kernel-2.4.20-6 for the boxed sets and kernel-2.4.20-8 for the download
    >version. The NVIDIA_nforce RPM package was created for the boxed kernel.
    Thanks for the replay. I managed to get it working by using the source
    rpms.

    Just to clarify a few things from above:

    I have the boxed set of RH9.
    I downloaded both binary rpms on nvidias site for RH9. Neither of them
    worked.

    As a semi-advanced newbie in Linux, I must say that my experience with
    trying to get binary rpms on RH9 going to be quite painfull. I have
    found many rpms that fail with (to me mysterious errors), while the
    tar balls and source rpms work most of the time.
    The only problem I have had with tar balls, are that if a rpm says it
    needs some other package, and one install it via a tar ball, the rpm
    system still seems to think it is not installed.

    Regards
    Anton Erasmus



    Anton Erasmus Guest

  6. #5

    Default Re: Installing nforce2 board drivers on RH9

    Anton Erasmus wrote:

    > I have the boxed set of RH9.
    > I downloaded both binary rpms on nvidias site for RH9. Neither of them
    > worked.
    If you're not using a matching kernel, re-compile the kernel-nvidia RPM
    from the .src.rpm to match your kernel, and install *THAT*. You'll also
    need to edit the /etc/X11/XF86cfg to use the "nvidia" driver rather than
    others.

    Nico Kadel-Garcia Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139