<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hakuna Matata &#187; device drivers</title>
	<atom:link href="http://theos.in/tag/device-drivers/feed/" rel="self" type="application/rss+xml" />
	<link>http://theos.in</link>
	<description>The Personal Blog of Vivek Gite</description>
	<lastBuildDate>Tue, 20 Jul 2010 00:26:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Resetting RX and TX counters</title>
		<link>http://theos.in/desktop-linux/tip-that-matters/resetting-rx-and-tx-counters/</link>
		<comments>http://theos.in/desktop-linux/tip-that-matters/resetting-rx-and-tx-counters/#comments</comments>
		<pubDate>Mon, 03 Oct 2005 08:55:01 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Tip that matters]]></category>
		<category><![CDATA[code 3]]></category>
		<category><![CDATA[device driver module]]></category>
		<category><![CDATA[device drivers]]></category>
		<category><![CDATA[driver code]]></category>
		<category><![CDATA[driver id]]></category>
		<category><![CDATA[driver name]]></category>
		<category><![CDATA[ethernet card]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[kernel code]]></category>
		<category><![CDATA[load driver]]></category>
		<category><![CDATA[modprobe]]></category>
		<category><![CDATA[remote server]]></category>
		<category><![CDATA[root user]]></category>

		<guid isPermaLink="false">http://b.cyberciti.org/wp1/resetting-rx-and-tx-counters.html</guid>
		<description><![CDATA[You need to remove driver related to Ethernet card.  Under Linux use following commands:
1) Find out driver attached to eth0 using following command
lsmod &#124; less
2) Remove the driver using rmmod command:
rmmod driver-name
3) Again insert driver into kernel using
modprobe  driver-name
For example, let us assume your driver name is 8139too , then your command should [...]]]></description>
		<wfw:commentRss>http://theos.in/desktop-linux/tip-that-matters/resetting-rx-and-tx-counters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploring Linux kernel</title>
		<link>http://theos.in/desktop-linux/tip-that-matters/exploring-linux-kernel/</link>
		<comments>http://theos.in/desktop-linux/tip-that-matters/exploring-linux-kernel/#comments</comments>
		<pubDate>Wed, 28 Sep 2005 20:28:46 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Tip that matters]]></category>
		<category><![CDATA[boot time]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[configuration file]]></category>
		<category><![CDATA[debian linux]]></category>
		<category><![CDATA[depmod]]></category>
		<category><![CDATA[device drivers]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[grub boot loader]]></category>
		<category><![CDATA[kernel configuration]]></category>
		<category><![CDATA[kernel image]]></category>
		<category><![CDATA[kernel modules]]></category>
		<category><![CDATA[kernel system]]></category>
		<category><![CDATA[lib]]></category>
		<category><![CDATA[linux kernel]]></category>
		<category><![CDATA[running linux]]></category>
		<category><![CDATA[soft link]]></category>
		<category><![CDATA[system map]]></category>
		<category><![CDATA[uname]]></category>
		<category><![CDATA[yup]]></category>

		<guid isPermaLink="false">http://b.cyberciti.org/wp1/exploring-linux-kernel.html</guid>
		<description><![CDATA[Here are some interesting facts about running Linux kernel. Following information is quite useful if you are planning to compile your own custom kernel  
But where is my kernel stored?
Your compiled kernel is always installed in /boot directory:
Here is listing of all installed kernel in my system (filename -> description)
$ ls -l /boot/

config-2.6.12-1-386 --> [...]]]></description>
		<wfw:commentRss>http://theos.in/desktop-linux/tip-that-matters/exploring-linux-kernel/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.078 seconds -->
