Redhat 9 Driver Install

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

  1. #1

    Default Redhat 9 Driver Install

    I apologize for advance for being a total linux noob. I've just installed
    Redhat 9 on a second hard drive and have Grub managing the dual boot.
    I've been having alot of trouble installing the drivers for my SMC 2602W
    wireless pci nic. There are Linux drivers included
    with the card, but after untar'ing them and readin the man and readme,
    I'm unsure what my problem is. I run "make config" and it asks for my
    linux source directory, "/usr/src/linux/" is the default. But if I give
    it that or /usr/src/redhat/ it yells at me and says linux doesn't exist
    in that location. The drivers are named linux-wlan-ng-0.1.8-pre13.tar.gz
    for reference. What location should I be giving this driver config
    program? Or is there a better way to configure my card in Redhat 9. Any
    help is appreciated.

    --
    Todd Hudgens
    [email]gtg822g@mail.gatech.edu[/email]
    aim : toddhudgens

    Todd Brackett Hudgens Guest

  2. Similar Questions and Discussions

    1. Access database driver and Redhat
      I am running CF7mx on a Redhat enterprise version 3 server. I was under the impression that we could still use access databases with CF if it was...
    2. perl install on redhat 9
      Hi, I have installed perl 8 on redhat 9 and I installed it from source. (not an rpm) however, when I did a redhat up2date, the rpm's were then...
    3. How to install 4.3.3 on redhat 9.0?
      Hi, I have a redhat 9.0 with PHP 4.2.2 installed from rpms. I have Apache 2.0.40 How do I upgrade to PHP 4.3.3 and not loose all the neat stuff...
    4. Redhat 9 install gone bad!
      "Cindy Lichtenauer" <clichtenauer@csatech.net> wrote in message news:36d065cf.0308151234.2dd6c1e0@posting.google.com... Such as?
    5. RedHat 8 Driver Disks
      Kind of a newbie here, so please bear with me. Installing Redhat 8 on a new box, cause can't get the drivers to work with RedHat 9 (maybe another...
  3. #2

    Default Re: Redhat 9 Driver Install

    On Sun, 31 Aug 2003 16:38:21 +0000, Todd Brackett Hudgens typed:
    > I apologize for advance for being a total linux noob. I've just
    > installed Redhat 9 on a second hard drive and have Grub managing the
    > dual boot. I've been having alot of trouble installing the drivers for
    > my SMC 2602W wireless pci nic. There are Linux drivers included with
    > the card, but after untar'ing them and readin the man and readme, I'm
    > unsure what my problem is. I run "make config" and it asks for my linux
    > source directory, "/usr/src/linux/" is the default. But if I give it
    > that or /usr/src/redhat/ it yells at me and says linux doesn't exist in
    > that location. The drivers are named linux-wlan-ng-0.1.8-pre13.tar.gz
    > for reference. What location should I be giving this driver config
    > program? Or is there a better way to configure my card in Redhat 9. Any
    > help is appreciated.
    Do you have the kernel-source RPM package installed, check from the
    console or xterm session;

    rpm -q kernel-source

    If you don't then you need to install it. You have to install the same
    kernel-source version that your running, from the console or xterm
    session;

    uname -r

    If your running the default kernel from the installation CD's/DVD then the
    kernel-source RPM package is on them. If not then you need to download and
    install the RPM package. The name of the file your looking for is;

    kernel-source-x.xx.xx-xx.i386.rpm replace the x.xx.xx-xx with the output
    from uname-r

    And you can get the updated kernel-source RPM package(s) here, just
    download the one the matches your running kernel;

    [url]ftp://updates.redhat.com/9/en/os/i386[/url]

    To install, as root or su from the console or xterm session whee the
    downloaded RPM package is located; rpm -Uvh kernel-source*.rpm

    After this then the kernel source location is;

    /usr/src/linux-x.xx.xx-xx <-- replace the x's with the version number



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

    Lenard 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