Thread: drivers

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    20

    drivers

    what are they extensions that are most often seen? Also, where are they located on the standard redhat install? Thanks.
    Dude101 =) LALALALALALALALA

  2. #2
    Registered User Strider's Avatar
    Join Date
    Aug 2001
    Posts
    149
    Linux does not follow the standard extension naming convensions as in Windows. Most drivers will not even have extensions, the name itself can be the identifier for any software that may use it. As for location, it depends on the driver and the application(s) that need it. Usually drivers are contained in the lib directories.

    David
    One Ring to rule them all, One Ring to find them,
    One Ring to bring them all and in the darkness bind them
    In the Land of Mordor where the Shadows lie.

  3. #3
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    Modules, where exactly depends on the kernel version. It will
    usually be stored some where like /lib/modules/ all linux drivers
    have extention .o and can be linked into the kernel at run time with modprobe or insmod and removed at run time with rmmod.
    You can get a list of modules with lsmod.

    You can also compile modules into the kernel.

  4. #4
    Unregistered
    Guest
    In RH7.0, the driver dir is /lib/modules/current

    current is a symlink to your kernel's version number. Mine is 2.2.16-22

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Stop errors with 178.24 NVidia drivers
    By VirtualAce in forum Tech Board
    Replies: 3
    Last Post: 08-31-2009, 09:43 PM
  2. Audio Drivers
    By Tonto in forum Tech Board
    Replies: 8
    Last Post: 08-30-2006, 09:07 PM
  3. geForce drivers
    By DavidP in forum Tech Board
    Replies: 9
    Last Post: 12-21-2003, 08:59 PM
  4. DVD Rom drivers
    By RoD in forum Tech Board
    Replies: 8
    Last Post: 01-31-2003, 12:17 PM
  5. winxp drivers for old printers
    By heat511 in forum Tech Board
    Replies: 7
    Last Post: 09-10-2002, 03:54 PM