<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: modules and drivers in linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/modules-and-drivers-in-linux/m-p/4252071#M33470</link>
    <description>You have to find something like:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www-304.ibm.com/systems/support/supportsite.wss/docdisplay?lndocid=MIGR-62221&amp;amp;brandind=5000020" target="_blank"&gt;https://www-304.ibm.com/systems/support/supportsite.wss/docdisplay?lndocid=MIGR-62221&amp;amp;brandind=5000020&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The above link is for Qlogic drivers for 2.6 kernels.&lt;BR /&gt;&lt;BR /&gt;You will need same thing for whatever hardware you have. You may find this in the mannuals/CDs/DVDs or the vendor's website.</description>
    <pubDate>Tue, 19 Aug 2008 11:32:36 GMT</pubDate>
    <dc:creator>Srimalik</dc:creator>
    <dc:date>2008-08-19T11:32:36Z</dc:date>
    <item>
      <title>modules and drivers in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modules-and-drivers-in-linux/m-p/4252066#M33465</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is meant by a module in linux? Is modules and drivers are same ?&lt;BR /&gt;How can we install drivers in linux? What format drivers has? Is it like rpm files?&lt;BR /&gt;&lt;BR /&gt;For example If I buy a new hardware How I can Install the driver in linux for the same?&lt;BR /&gt;&lt;BR /&gt;lsmod command lists all modules which is configured.&lt;BR /&gt;How can I see my video card driver?&lt;BR /&gt;&lt;BR /&gt;Please help me in this regard.</description>
      <pubDate>Thu, 14 Aug 2008 10:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modules-and-drivers-in-linux/m-p/4252066#M33465</guid>
      <dc:creator>vvsha</dc:creator>
      <dc:date>2008-08-14T10:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: modules and drivers in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modules-and-drivers-in-linux/m-p/4252067#M33466</link>
      <description>A driver is a type of module. Some modules come in rpm format, others need to be compiled. I am not sure who manufactures your card but you should be able to go to their site and download a driver.</description>
      <pubDate>Thu, 14 Aug 2008 12:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modules-and-drivers-in-linux/m-p/4252067#M33466</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-08-14T12:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: modules and drivers in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modules-and-drivers-in-linux/m-p/4252068#M33467</link>
      <description>&amp;gt;&amp;gt; What is meant by a module in linux? Is modules and drivers are same ?&lt;BR /&gt;&lt;BR /&gt;Yes and no. A device driver can be loaded as a module, but there are modules that are not related to device drivers, for example, firewall modules.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; How can we install drivers in linux? What format drivers has? Is it like rpm files?&lt;BR /&gt;&lt;BR /&gt;Normally requires the compilation of the module for the kernel installed. This requires the kernel source/headers. Device drivers modules sometimes are provided as rpm files that will the compilation process.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; For example If I buy a new hardware How I can Install the driver in linux for the same?&lt;BR /&gt;&lt;BR /&gt;The procedure is different depending of the hardware provider. Check the hardware documentation.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; lsmod command lists all modules which is configured.&lt;BR /&gt;&lt;BR /&gt;Will list all modules loaded. The full list of modules is in /lib/modules/&lt;KERNEL version=""&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; How can I see my video card driver?&lt;BR /&gt;&lt;BR /&gt;Depending of your distro, there can be tools, for example, system-config-display on Red Hat based. But the xorg.conf file will give you the driver name.&lt;BR /&gt;&lt;/KERNEL&gt;</description>
      <pubDate>Thu, 14 Aug 2008 13:04:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modules-and-drivers-in-linux/m-p/4252068#M33467</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-08-14T13:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: modules and drivers in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modules-and-drivers-in-linux/m-p/4252069#M33468</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;Where these all installed drivers located?&lt;BR /&gt;&lt;BR /&gt;How to see Cicso fiber channel cable device and How we install Cicso fiber channel  channel cable driver?&lt;BR /&gt;&lt;BR /&gt;Please help me in this regard also.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Tue, 19 Aug 2008 08:26:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modules-and-drivers-in-linux/m-p/4252069#M33468</guid>
      <dc:creator>vvsha</dc:creator>
      <dc:date>2008-08-19T08:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: modules and drivers in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modules-and-drivers-in-linux/m-p/4252070#M33469</link>
      <description>The modules are installed at &lt;BR /&gt;/lib/modules/&lt;YOUR kernel="" version=""&gt;/&lt;BR /&gt;&lt;BR /&gt;A way to go to the module directory is:&lt;BR /&gt;cd /lib/modules/`uname -r`/&lt;BR /&gt;&lt;BR /&gt;For the fibre channel drivers:&lt;BR /&gt;&lt;BR /&gt;1) Consult the manuals supplied with your hardware.&lt;/YOUR&gt;</description>
      <pubDate>Tue, 19 Aug 2008 11:27:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modules-and-drivers-in-linux/m-p/4252070#M33469</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-08-19T11:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: modules and drivers in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modules-and-drivers-in-linux/m-p/4252071#M33470</link>
      <description>You have to find something like:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www-304.ibm.com/systems/support/supportsite.wss/docdisplay?lndocid=MIGR-62221&amp;amp;brandind=5000020" target="_blank"&gt;https://www-304.ibm.com/systems/support/supportsite.wss/docdisplay?lndocid=MIGR-62221&amp;amp;brandind=5000020&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The above link is for Qlogic drivers for 2.6 kernels.&lt;BR /&gt;&lt;BR /&gt;You will need same thing for whatever hardware you have. You may find this in the mannuals/CDs/DVDs or the vendor's website.</description>
      <pubDate>Tue, 19 Aug 2008 11:32:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modules-and-drivers-in-linux/m-p/4252071#M33470</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-08-19T11:32:36Z</dc:date>
    </item>
  </channel>
</rss>

