<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Linux Find Out If PCI Hardware Supported or Not In The Current Running Kernel</title> <atom:link href="http://www.cyberciti.biz/tips/linux-find-supported-pci-hardware-drivers.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/linux-find-supported-pci-hardware-drivers.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Michel</title><link>http://www.cyberciti.biz/tips/linux-find-supported-pci-hardware-drivers.html#comment-155231</link> <dc:creator>Michel</dc:creator> <pubDate>Wed, 21 Apr 2010 13:25:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4971#comment-155231</guid> <description>Hi, great I really can use this.
You can do the same with USB
&lt;pre&gt;
michel@server:~/scripts =&gt; lsusb &#124; grep Realtek
Bus 001 Device 127: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
michel@server:~/scripts =&gt; sudo grep 0bda /lib/modules/$(uname -r)/modules.usbmap &#124; cut -d&quot; &quot; -f1 &#124; sort -u
rtl8187
michel@server:~/scripts =&gt; sudo modinfo rtl8187 &#124; egrep &#039;description&#124;filename&#124;depends&#039;
filename:       /lib/modules/2.6.31.9-grsec-nsas/kernel/drivers/net/wireless/rtl818x/rtl8187.ko
description:    RTL8187/RTL8187B USB wireless driver
depends:        mac80211,eeprom_93cx6
&lt;/pre&gt;</description> <content:encoded><![CDATA[<p>Hi, great I really can use this.</p><p>You can do the same with USB</p><pre>
michel@server:~/scripts =&gt; lsusb | grep Realtek
Bus 001 Device 127: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
michel@server:~/scripts =&gt; sudo grep 0bda /lib/modules/$(uname -r)/modules.usbmap | cut -d" " -f1 | sort -u
rtl8187
michel@server:~/scripts =&gt; sudo modinfo rtl8187 | egrep 'description|filename|depends'
filename:       /lib/modules/2.6.31.9-grsec-nsas/kernel/drivers/net/wireless/rtl818x/rtl8187.ko
description:    RTL8187/RTL8187B USB wireless driver
depends:        mac80211,eeprom_93cx6
</pre>]]></content:encoded> </item> <item><title>By: shasikanta</title><link>http://www.cyberciti.biz/tips/linux-find-supported-pci-hardware-drivers.html#comment-150551</link> <dc:creator>shasikanta</dc:creator> <pubDate>Mon, 07 Sep 2009 12:57:41 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4971#comment-150551</guid> <description>Hai, Please help me install NIC card in my PC, I am new to LINUX and dont have much idea. Card model is Realtek RTL8169/8110 Family Gigabit NIC. I have downloaded driver from Realtek site. and name of the folder is r8169-6.011.00.tar.bz2. so please help me to install.</description> <content:encoded><![CDATA[<p>Hai, Please help me install NIC card in my PC, I am new to LINUX and dont have much idea. Card model is Realtek RTL8169/8110 Family Gigabit NIC. I have downloaded driver from Realtek site. and name of the folder is r8169-6.011.00.tar.bz2. so please help me to install.</p> ]]></content:encoded> </item> <item><title>By: Vivek Gite</title><link>http://www.cyberciti.biz/tips/linux-find-supported-pci-hardware-drivers.html#comment-148914</link> <dc:creator>Vivek Gite</dc:creator> <pubDate>Thu, 11 Jun 2009 09:22:55 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4971#comment-148914</guid> <description>You can do that if you know PCI ID in advance. You can skip lspci step.</description> <content:encoded><![CDATA[<p>You can do that if you know PCI ID in advance. You can skip lspci step.</p> ]]></content:encoded> </item> <item><title>By: George</title><link>http://www.cyberciti.biz/tips/linux-find-supported-pci-hardware-drivers.html#comment-148908</link> <dc:creator>George</dc:creator> <pubDate>Thu, 11 Jun 2009 02:52:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4971#comment-148908</guid> <description>Correct me if I&#039;m wrong, but if you want to see if a given PCI hardware is supported by your kernel, shouldn&#039;t you be able to do this without first inserting the PCI card in the server and seeing that is detected properly?</description> <content:encoded><![CDATA[<p>Correct me if I&#8217;m wrong, but if you want to see if a given PCI hardware is supported by your kernel, shouldn&#8217;t you be able to do this without first inserting the PCI card in the server and seeing that is detected properly?</p> ]]></content:encoded> </item> <item><title>By: Vivek Gite</title><link>http://www.cyberciti.biz/tips/linux-find-supported-pci-hardware-drivers.html#comment-148849</link> <dc:creator>Vivek Gite</dc:creator> <pubDate>Fri, 05 Jun 2009 13:07:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4971#comment-148849</guid> <description>Yes, you need latest version. RHEL usually runs stable and older version for all packages. My current version is 3.0.x</description> <content:encoded><![CDATA[<p>Yes, you need latest version. RHEL usually runs stable and older version for all packages. My current version is 3.0.x</p> ]]></content:encoded> </item> <item><title>By: ashwani</title><link>http://www.cyberciti.biz/tips/linux-find-supported-pci-hardware-drivers.html#comment-148845</link> <dc:creator>ashwani</dc:creator> <pubDate>Fri, 05 Jun 2009 12:27:43 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4971#comment-148845</guid> <description>i just checked i have pciutils package installed its pciutils.2.2.3.-4.i386 do i need newer than this?</description> <content:encoded><![CDATA[<p>i just checked i have pciutils package installed its pciutils.2.2.3.-4.i386 do i need newer than this?</p> ]]></content:encoded> </item> <item><title>By: ashwani</title><link>http://www.cyberciti.biz/tips/linux-find-supported-pci-hardware-drivers.html#comment-148844</link> <dc:creator>ashwani</dc:creator> <pubDate>Fri, 05 Jun 2009 12:24:23 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4971#comment-148844</guid> <description>Thanks for nice info
but man lspci -k doesnt work and i have just donwloaded rhel5 5.3 today its fully updated
and pls tell which package provides pcimodules becoz  its seems to be not available here.</description> <content:encoded><![CDATA[<p>Thanks for nice info</p><p>but man lspci -k doesnt work and i have just donwloaded rhel5 5.3 today its fully updated<br
/> and pls tell which package provides pcimodules becoz  its seems to be not available here.</p> ]]></content:encoded> </item> <item><title>By: Vivek Gite</title><link>http://www.cyberciti.biz/tips/linux-find-supported-pci-hardware-drivers.html#comment-148840</link> <dc:creator>Vivek Gite</dc:creator> <pubDate>Fri, 05 Jun 2009 03:48:03 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4971#comment-148840</guid> <description>@ Debian64,
You can&#039;t use lspci. You need to use RAID utility supplied by vendor. For e.g. Adaptec RAID (standard on IBM/HP/Dell servers) can be controlled via arcconf getconfig 1 command.
See &lt;a href=&quot;http://www.cyberciti.biz/faq/howto-check-adaptec-raid-array/&quot; rel=&quot;nofollow&quot;&gt;Linux Check The Health of Adaptec&lt;/a&gt; RAID array and Linux Check Health &lt;a href=&quot;http://www.cyberciti.biz/faq/linux-check-health-of-3ware-raid-array/&quot; rel=&quot;nofollow&quot;&gt; of 3ware RAID&lt;/a&gt; Array</description> <content:encoded><![CDATA[<p>@ Debian64,</p><p>You can&#8217;t use lspci. You need to use RAID utility supplied by vendor. For e.g. Adaptec RAID (standard on IBM/HP/Dell servers) can be controlled via arcconf getconfig 1 command.</p><p>See <a
href="http://www.cyberciti.biz/faq/howto-check-adaptec-raid-array/" rel="nofollow">Linux Check The Health of Adaptec</a> RAID array and Linux Check Health <a
href="http://www.cyberciti.biz/faq/linux-check-health-of-3ware-raid-array/" rel="nofollow"> of 3ware RAID</a> Array</p> ]]></content:encoded> </item> <item><title>By: Debian64</title><link>http://www.cyberciti.biz/tips/linux-find-supported-pci-hardware-drivers.html#comment-148828</link> <dc:creator>Debian64</dc:creator> <pubDate>Thu, 04 Jun 2009 08:17:37 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4971#comment-148828</guid> <description>Question: how can I find out the state of the RAID from lspci ?
For example if I have a RAID 1 with 4 HDD&#039;s or a RAID 5 or 6 how can I find out
the health of the RAID matrix ?</description> <content:encoded><![CDATA[<p>Question: how can I find out the state of the RAID from lspci ?</p><p>For example if I have a RAID 1 with 4 HDD&#8217;s or a RAID 5 or 6 how can I find out<br
/> the health of the RAID matrix ?</p> ]]></content:encoded> </item> </channel> </rss>
