RHEL5 Force Load Driver

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    RHEL5 Force Load Driver

    I have a NIC that is not functioning properly, and I'd like to check and see if the driver is loaded, and then force load it if not. (RHEL5 OS)

    I found the driver through lspci, do I just use modprobe to attempt to re-load the driver?

    If so, can I then double-check that the driver is loaded?
  • ashitpro
    Recognized Expert Contributor
    • Aug 2007
    • 542

    #2
    try 'lsmod' command.
    It should show you all loaded kernel modules and drivers.

    Look for your NIC. If its not there then try modprobe.

    And even if you try to load the module twice with modeprobe, it will tell you that module is already loaded.

    Comment

    • sicarie
      Recognized Expert Specialist
      • Nov 2006
      • 4677

      #3
      They're up and loaded - thanks!

      Comment

      Working...