Results 1 to 4 of 4

Thread: looking for basic step by step how to install device drivers

  1. #1
    Junior Member
    Join Date
    Nov 2003
    Posts
    8

    looking for basic step by step how to install device drivers

    I am looking for some kind of howto on installing downloaded device drivers. The readme instructions are very obtuse, vague, and cryptic in the downloaded drivers I have seen. I need something that says where to install etc. Thanks.

  2. #2
    Junior Member
    Join Date
    Dec 2003
    Location
    QLD, Australia
    Posts
    6

    Re: looking for basic step by step how to install device dri

    Quote Originally Posted by hnash53
    I am looking for some kind of howto on installing downloaded device drivers. The readme instructions are very obtuse, vague, and cryptic in the downloaded drivers I have seen.
    Agreed, but unless you can find better instructions somewhere, this is what you're stuck with...

    Quote Originally Posted by hnash53
    I need something that says where to install etc. Thanks.
    It will vary wildly, depending on the driver. If you have a particular driver you're interested in, you can post the bits of its README you want translated here if you like. Also a link to download it from would be helpful.

    Bartman

    P.S. I just finished getting a driver installed for my Radeon 9000 vid card on the weekend, it was a nasty job... I feel your pain... But I got it working in the end!

  3. #3
    Junior Member
    Join Date
    Nov 2003
    Posts
    8

    Re: looking for basic step by step how to install device dri

    Thanks for your reply. Here is the readme on this driver:

    Description:

    This is a linux device driver and utility for Ralink RT2400.

    ================================================== =====================

    1) Compatibility.

    RedHat 7.1
    RedHat 7.2
    RedHat 7.3
    RedHat 8.0
    RedHat 9.0

    2) Installation Procedure

    - run 'make config' to set up module install directory.
    (If the new kernel has a different version string, you need to
    change the directory. The default answer is correct for most users.)

    - run 'make install'
    (This will do everything (install the driver and the necessary files ).
    (make sure that you logged on as root).

    - run '/sbin/insmod rt2400.o' (as root)
    run '/sbin/ifconfig ra0 inet YOUR_IP up'
    run '/sbin/route add default gw YOUR_DEFAULT_GW dev ra0'
    (where [YOUR_IP] like [192.168.1.1], [YOUR_DEFAULT_GW] like [192.168.1.254])

    - run '/usr/local/bin/RaConfig' to start the Configuring Utility.

    3) Uninstall Procedure

    - run "make uninstall"
    ==================================
    The instructions are so cryptic. Do I put the driver in a particular directory? These instructions are for RedHat. I am using SUSE. Will these instructions work with my distribution?

    I am willing to learn and search and read, but is there NO step by step directions on installing a driver, for crying out loud? This should be really basic stuff that should have some kind of documentation. I've been to the howtos, the man pages, forums on half dozen different linux websites...and am still as baffled as when I started looking for info...just to install a freaking driver!!! Come on Linux, you can do better than this!

    Please help!!!


    Quote Originally Posted by Bartman
    Quote Originally Posted by hnash53
    I am looking for some kind of howto on installing downloaded device drivers. The readme instructions are very obtuse, vague, and cryptic in the downloaded drivers I have seen.
    Agreed, but unless you can find better instructions somewhere, this is what you're stuck with...

    Quote Originally Posted by hnash53
    I need something that says where to install etc. Thanks.
    It will vary wildly, depending on the driver. If you have a particular driver you're interested in, you can post the bits of its README you want translated here if you like. Also a link to download it from would be helpful.

    Bartman

    P.S. I just finished getting a driver installed for my Radeon 9000 vid card on the weekend, it was a nasty job... I feel your pain... But I got it working in the end!

  4. #4
    Junior Member
    Join Date
    Dec 2003
    Location
    QLD, Australia
    Posts
    6
    You are trying to install a Red Hat driver on a SuSE system, and are looking for answers in a Knoppix forum! You might have better luck in a Suse forum, but never mind, I will have a go at this. After this post please e-mail me directly (tonybart@bigfoot.com) as this is not really Knoppix related stuff.

    OK, let's take this one step at a time. I found the driver you have and tried to install it on my Knoppix 3.1 system. I managed to run the 'make config' and 'make install', but could not load the driver using 'insmod rt2400'. I got a heap of errors, and I think this is because they are specifically for Red Hat. You will probably have similar problems with that driver.

    Try this instead:

    1) Download this file and put it in /usr/src

    http://minitar.com/downloads/rt2400_linux-09102003.tgz

    2) cd /usr/src
    3) tar -zxvf rt2400_linux-09102003.tgz (This creates a new directory called /usr/src/rt2400_linux)
    4) cd /usr/src/rt2400_linux/Module
    5) make config (This should display something similar to the following)

    -------------------- Ralink RT2400 Configuration --------------------

    Linux kernel source directory : /usr/src/linux-2.4.22

    Module install directory [/lib/modules/2.4.22]:

    6) Hit Enter to verify that this is the location of your kernel source. (You will probably get something slightly different, depending on your kernel version. If you don't get something like this, you may need to install the kernel source package and/or kernel headers package from your SuSE CD. Hopefully SuSE will have installed these already.)

    7) The directory where it installs your driver should then be displayed. In my case it looked like this:

    Module install directory [/lib/modules/2.4.22]:
    Module install directory : /lib/modules/2.4.22

    8) make all (This should compile your driver. It took less than a minute for me.)

    9) make install (This should put the rt2400.o file in the directory shown above, in my case /lib/modules/2.4.22)

    10) cd /lib/modules/2.4.22

    11) insmod rt2400

    When I did this, I got the following error:

    /lib/modules/2.4.22/rt2400.o: init_module: No such device
    Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
    You may find more information in syslog or the output from dmesg
    You have new mail in /var/mail/root

    Not surprising I guess, since I don't have an RT2400 device in my PC. Hopefully this does not happen in your case. If it has worked, you will see the rt2400 module when you type in 'lsmod' at a terminal.

    See if you can get this far first. Good luck,

    Bartman

Similar Threads

  1. Kaotix Install Step By Step????? Help>>??
    By Patsy57 in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 06-30-2005, 03:22 PM
  2. Step by step guide in making bootable Knoppix
    By Antoine in forum Hardware & Booting
    Replies: 2
    Last Post: 04-11-2005, 02:26 PM
  3. Step by step install of Knoppix 3.4 required
    By Rod F. in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 03-02-2004, 04:04 AM
  4. Replies: 1
    Last Post: 08-25-2003, 04:47 PM
  5. Step-by-step=>Insert new drivers on knoppix cd
    By ktheking in forum Customising & Remastering
    Replies: 0
    Last Post: 03-30-2003, 11:51 PM

Posting Permissions

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


DELL PowerEdge R730XD 24x 2.5

DELL PowerEdge R730XD 24x 2.5" Server Dual 750W Dual Heatsink - BareBones TESTED

$269.99



Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS

$712.98



CSE-118 Supermicro 1U 3x GPU Server  2.6Ghz 20-C 128GB CX353A 2x1600W PSU Rails picture

CSE-118 Supermicro 1U 3x GPU Server 2.6Ghz 20-C 128GB CX353A 2x1600W PSU Rails

$454.03



Dell PowerEdge R630 8SFF 2.6Ghz 20-Core 128GB Mem 2x10G+2x1G NIC 2x750W PSU picture

Dell PowerEdge R630 8SFF 2.6Ghz 20-Core 128GB Mem 2x10G+2x1G NIC 2x750W PSU

$399.04



Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1 picture

Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1

$39.99



Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7 picture

Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7

$17.99



Intel Xeon E5-2699v4 SR2JS 2.2GHz 22-Core 55MB 145W Server Processor CPU picture

Intel Xeon E5-2699v4 SR2JS 2.2GHz 22-Core 55MB 145W Server Processor CPU

$144.95



Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU picture

Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU

$39.99



HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA picture

HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA

$234.98



Dell Precision T5600/t5610 Xeon E5-2670 2.6Ghz 16GB DDR3 RAM NO HDD Nvidia picture

Dell Precision T5600/t5610 Xeon E5-2670 2.6Ghz 16GB DDR3 RAM NO HDD Nvidia

$90.00