Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I'm new to Linux, I work for a Hardware Developer and i need to know how to look up the driver info in Red Hat Server 5.4 for a ...
  1. #1
    Just Joined!
    Join Date
    Nov 2009
    Posts
    4

    RHEL 5.4 Driver Detail

    Hi,
    I'm new to Linux, I work for a Hardware Developer and i need to know how to look up the driver info in Red Hat Server 5.4 for a LSI SAS card or for any driver really. Mainly i need to find if the driver i installed matches the most recent driver version released by the manufacture. Can anyone help me with this.

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,100
    dmesg
    lsmod
    and modinfo are your friends

    dmesg will show you, what hardware the kernel actually discovered while booting.
    lsmod shows the loaded kernelmodules
    and modinfo <kernelmodule> gives you some info about that module.

Posting Permissions

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