<?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: Howto: Linux Add Remove a Linux Kernel Modules / Drivers</title> <atom:link href="http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Bahador</title><link>http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-67847</link> <dc:creator>Bahador</dc:creator> <pubDate>Wed, 08 Feb 2012 06:59:45 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-67847</guid> <description>Hi
thanks for your comments, I am trying to write a printer driver for linux, what should I do?
Please help me on this task.</description> <content:encoded><![CDATA[<p>Hi<br
/> thanks for your comments, I am trying to write a printer driver for linux, what should I do?</p><p>Please help me on this task.</p> ]]></content:encoded> </item> <item><title>By: Vivek Gite</title><link>http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-66289</link> <dc:creator>Vivek Gite</dc:creator> <pubDate>Mon, 02 Jan 2012 20:56:53 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-66289</guid> <description>&lt;blockquote&gt;One question remain: how do we check to know what modules are available to add on a existing system?&lt;/blockquote&gt;
cd to /lib/modules/$(uname -r) directory and you can see the list of available modules (run as root):
&lt;pre&gt;cd /lib/modules/$(uname -r)
ls -l&lt;/pre&gt;
The following will list all drives
&lt;pre&gt;find /lib/modules/$(uname -r) -type f -iname &quot;*.ko&quot;&lt;/pre&gt;
To find out more  info about a module called foo:
&lt;pre&gt;modinfo foo&lt;/pre&gt;
Hope this helps!</description> <content:encoded><![CDATA[<blockquote><p>One question remain: how do we check to know what modules are available to add on a existing system?</p></blockquote><p>cd to /lib/modules/$(uname -r) directory and you can see the list of available modules (run as root):</p><pre>cd /lib/modules/$(uname -r)
ls -l</pre><p>The following will list all drives</p><pre>find /lib/modules/$(uname -r) -type f -iname "*.ko"</pre><p>To find out more  info about a module called foo:</p><pre>modinfo foo</pre><p>Hope this helps!</p> ]]></content:encoded> </item> <item><title>By: Kingston</title><link>http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-66286</link> <dc:creator>Kingston</dc:creator> <pubDate>Mon, 02 Jan 2012 20:22:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-66286</guid> <description>Thanks for this very short but very clear information.  That helps me  to understand the concept (of add or remove module on Linux) very much.
One question remain: how do we check to know what modules are available to add on a existing system?
Thank you in advance!</description> <content:encoded><![CDATA[<p>Thanks for this very short but very clear information.  That helps me  to understand the concept (of add or remove module on Linux) very much.</p><p>One question remain: how do we check to know what modules are available to add on a existing system?</p><p>Thank you in advance!</p> ]]></content:encoded> </item> <item><title>By: peter</title><link>http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-61801</link> <dc:creator>peter</dc:creator> <pubDate>Tue, 23 Aug 2011 06:08:56 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-61801</guid> <description>Hi there...
I am trying to remove TCP IP from a linux kernel, and want to recompile the LINUX kernel. But being a novice with the administrations of the linux (UBUNTU 10.4), I know a little about it. Agter recompilation can I again design mu own TCPIP using the C language code?
Guys please help me out...waiting for the reply .
Regards...</description> <content:encoded><![CDATA[<p>Hi there&#8230;<br
/> I am trying to remove TCP IP from a linux kernel, and want to recompile the LINUX kernel. But being a novice with the administrations of the linux (UBUNTU 10.4), I know a little about it. Agter recompilation can I again design mu own TCPIP using the C language code?<br
/> Guys please help me out&#8230;waiting for the reply .<br
/> Regards&#8230;</p> ]]></content:encoded> </item> <item><title>By: prakash</title><link>http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-60296</link> <dc:creator>prakash</dc:creator> <pubDate>Tue, 28 Jun 2011 09:29:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-60296</guid> <description>Thanks a lot for the info...:)  :)</description> <content:encoded><![CDATA[<p>Thanks a lot for the info&#8230;:)  :)</p> ]]></content:encoded> </item> <item><title>By: santhosh kumar k</title><link>http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-60294</link> <dc:creator>santhosh kumar k</dc:creator> <pubDate>Tue, 28 Jun 2011 07:21:42 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-60294</guid> <description>how to build linux kernel module with new device driver module during build</description> <content:encoded><![CDATA[<p>how to build linux kernel module with new device driver module during build</p> ]]></content:encoded> </item> <item><title>By: ss</title><link>http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-47891</link> <dc:creator>ss</dc:creator> <pubDate>Thu, 17 Jun 2010 17:50:50 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-47891</guid> <description>thanks</description> <content:encoded><![CDATA[<p>thanks</p> ]]></content:encoded> </item> <item><title>By: vikas</title><link>http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-46287</link> <dc:creator>vikas</dc:creator> <pubDate>Sun, 07 Mar 2010 16:09:32 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-46287</guid> <description>thank tou</description> <content:encoded><![CDATA[<p>thank tou</p> ]]></content:encoded> </item> <item><title>By: hamza</title><link>http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-43669</link> <dc:creator>hamza</dc:creator> <pubDate>Sat, 12 Sep 2009 12:30:43 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-43669</guid> <description>Thank&#039;s first for the helpfull command ,  where can i get the new modules  other then my OS,</description> <content:encoded><![CDATA[<p>Thank&#8217;s first for the helpfull command ,  where can i get the new modules  other then my OS,</p> ]]></content:encoded> </item> <item><title>By: Teryaki</title><link>http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-42540</link> <dc:creator>Teryaki</dc:creator> <pubDate>Tue, 14 Jul 2009 19:23:18 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-42540</guid> <description>Thanks alot for this, very helpful for teh newbz.</description> <content:encoded><![CDATA[<p>Thanks alot for this, very helpful for teh newbz.</p> ]]></content:encoded> </item> <item><title>By: Todd Weaver</title><link>http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-42074</link> <dc:creator>Todd Weaver</dc:creator> <pubDate>Tue, 16 Jun 2009 14:18:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-42074</guid> <description>In Debian...
http://wiki.debian.org/KernelModuleBlacklisting</description> <content:encoded><![CDATA[<p>In Debian&#8230;<br
/> <a
href="http://wiki.debian.org/KernelModuleBlacklisting" rel="nofollow">http://wiki.debian.org/KernelModuleBlacklisting</a></p> ]]></content:encoded> </item> <item><title>By: Lakshman</title><link>http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-38097</link> <dc:creator>Lakshman</dc:creator> <pubDate>Sat, 14 Jun 2008 09:33:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/add-remove-list-linux-kernel-modules/#comment-38097</guid> <description>when the system is rebooted the module inside the kernel will not be present.But i want the modules to be seen permenently.what should i do.</description> <content:encoded><![CDATA[<p>when the system is rebooted the module inside the kernel will not be present.But i want the modules to be seen permenently.what should i do.</p> ]]></content:encoded> </item> </channel> </rss>
