<?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: How to Load and Unload Kernel Modules in Linux	</title>
	<atom:link href="https://www.tecmint.com/load-and-unload-kernel-modules-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/load-and-unload-kernel-modules-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 19 Nov 2020 18:14:54 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: delphi		</title>
		<link>https://www.tecmint.com/load-and-unload-kernel-modules-in-linux/comment-page-1/#comment-1392222</link>

		<dc:creator><![CDATA[delphi]]></dc:creator>
		<pubDate>Thu, 19 Nov 2020 18:14:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25952#comment-1392222</guid>

					<description><![CDATA[Great article. I removed many modules. My Linux system is now faster. thanks!]]></description>
			<content:encoded><![CDATA[<p>Great article. I removed many modules. My Linux system is now faster. thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sourav Roy		</title>
		<link>https://www.tecmint.com/load-and-unload-kernel-modules-in-linux/comment-page-1/#comment-1367081</link>

		<dc:creator><![CDATA[Sourav Roy]]></dc:creator>
		<pubDate>Fri, 25 Sep 2020 05:41:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25952#comment-1367081</guid>

					<description><![CDATA[What happens if we try to load an already loaded module?

Eg - 
&lt;pre&gt;
# modprobe speedstep-lib
&lt;/pre&gt;
then again,
&lt;pre&gt;
# modprobe speedstep-lib
&lt;/pre&gt;
Is there any downside to this? How does the command work internally?]]></description>
			<content:encoded><![CDATA[<p>What happens if we try to load an already loaded module?</p>
<p>Eg &#8211; </p>
<pre>
# modprobe speedstep-lib
</pre>
<p>then again,</p>
<pre>
# modprobe speedstep-lib
</pre>
<p>Is there any downside to this? How does the command work internally?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/load-and-unload-kernel-modules-in-linux/comment-page-1/#comment-1093574</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Thu, 10 Jan 2019 06:32:36 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25952#comment-1093574</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/load-and-unload-kernel-modules-in-linux/comment-page-1/#comment-1093434&quot;&gt;Arlow&lt;/a&gt;.

@Arlow

Yes, one must know what they are doing before trying this. All we are trying to show is how kernel modules can be loaded and unloaded.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/load-and-unload-kernel-modules-in-linux/comment-page-1/#comment-1093434">Arlow</a>.</p>
<p>@Arlow</p>
<p>Yes, one must know what they are doing before trying this. All we are trying to show is how kernel modules can be loaded and unloaded.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Arlow		</title>
		<link>https://www.tecmint.com/load-and-unload-kernel-modules-in-linux/comment-page-1/#comment-1093434</link>

		<dc:creator><![CDATA[Arlow]]></dc:creator>
		<pubDate>Wed, 09 Jan 2019 22:50:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25952#comment-1093434</guid>

					<description><![CDATA[This sounds like a great way to cause kernel panics when people start using this without knowing what they are doing (unloading network drivers for instance).]]></description>
			<content:encoded><![CDATA[<p>This sounds like a great way to cause kernel panics when people start using this without knowing what they are doing (unloading network drivers for instance).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/load-and-unload-kernel-modules-in-linux/comment-page-1/#comment-895116</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 14 Jun 2017 07:27:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25952#comment-895116</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/load-and-unload-kernel-modules-in-linux/comment-page-1/#comment-895107&quot;&gt;Shany Abady&lt;/a&gt;.

@Sham

Thanks, hope you liked it. To view info about a module, use the modinfo command like this:
&lt;strong&gt;modinfo speedstep-lib&lt;/strong&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/load-and-unload-kernel-modules-in-linux/comment-page-1/#comment-895107">Shany Abady</a>.</p>
<p>@Sham</p>
<p>Thanks, hope you liked it. To view info about a module, use the modinfo command like this:<br />
<strong>modinfo speedstep-lib</strong></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
