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
  •  


Juniper Networks EX3300 EX3300-48P 48-Port Gigabit PoE+ Switch picture

Juniper Networks EX3300 EX3300-48P 48-Port Gigabit PoE+ Switch

$40.12



Juniper Networks EX2300-C 12-Port 2XSFP Uplinks PoE+ Switch P/N: EX2300-C-12P picture

Juniper Networks EX2300-C 12-Port 2XSFP Uplinks PoE+ Switch P/N: EX2300-C-12P

$299.99



JUNIPER EX3400-48P 48x 1GB PoE+ RJ-45 4x 10GB SFP+ 2x 40GB QSFP+, DUAL AC POWER picture

JUNIPER EX3400-48P 48x 1GB PoE+ RJ-45 4x 10GB SFP+ 2x 40GB QSFP+, DUAL AC POWER

$210.00



Juniper Networks EX4300-48T 48 Port Gigabit 4 QSFP 40G 2xPSU AFO Network Switch picture

Juniper Networks EX4300-48T 48 Port Gigabit 4 QSFP 40G 2xPSU AFO Network Switch

$89.00



Juniper Networks EX3300-24P | 24 Port Gigabit Network Switch w/ Power cord picture

Juniper Networks EX3300-24P | 24 Port Gigabit Network Switch w/ Power cord

$53.99



Juniper EX3400-48P 48-Ports PoE+ 4x SFP+ and 2x QSFP+ Managed Switch Tested picture

Juniper EX3400-48P 48-Ports PoE+ 4x SFP+ and 2x QSFP+ Managed Switch Tested

$205.00



Juniper EX4600-40F-AFI 24 SFP+/SFP Ports 4 QSFP+ Ports Dual AC Switch picture

Juniper EX4600-40F-AFI 24 SFP+/SFP Ports 4 QSFP+ Ports Dual AC Switch

$999.00



Juniper EX3300-48P, 48 Port PoE+ Gigabit Network Switch w/ Power cord picture

Juniper EX3300-48P, 48 Port PoE+ Gigabit Network Switch w/ Power cord

$54.99



Juniper EX2300-48P  PoE+ Switch 48x 1GbE & 4 SFP+/SFP 10G uplinks, Tested picture

Juniper EX2300-48P PoE+ Switch 48x 1GbE & 4 SFP+/SFP 10G uplinks, Tested

$289.00



 New Factory Sealed Juniper EX2300-48P Networks 48-Port Managed Ethernet Sealed picture

New Factory Sealed Juniper EX2300-48P Networks 48-Port Managed Ethernet Sealed

$499.00