<?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>PRESOON.COM &#187; Ubuntu</title>
	<atom:link href="http://presoon.com/blog/category/linux/ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://presoon.com/blog</link>
	<description></description>
	<lastBuildDate>Sat, 20 Mar 2010 03:59:50 +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>/sbin/hotplug: no runnable /etc/hotplug/aaaa.agent is installed in /var/log/messages</title>
		<link>http://presoon.com/blog/2010/02/21/sbinhotplug-no-runnable-etchotplugaaaa-agent-is-installed-in-varlogmessages/</link>
		<comments>http://presoon.com/blog/2010/02/21/sbinhotplug-no-runnable-etchotplugaaaa-agent-is-installed-in-varlogmessages/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 06:02:57 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[avahi]]></category>
		<category><![CDATA[hotplug]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[kernel error]]></category>
		<category><![CDATA[plug and play]]></category>

		<guid isPermaLink="false">http://presoon.com/blog/?p=166</guid>
		<description><![CDATA[Hi guys,
You might have been facing the error getting logged in /var/log/messages. Deeper research in Google gave the result that it is the issue with the loaded Kernel.
Before going for and upgrade, just confirm the following.
Check whether the following files are present.
/lib/modules/*/modules.*map      depmod output
/proc/sys/kernel/hotplug       [...]]]></description>
			<content:encoded><![CDATA[<p>Hi guys,</p>
<p>You might have been facing the error getting logged in /var/log/messages. Deeper research in Google gave the result that it is the issue with the loaded Kernel.</p>
<p>Before going for and upgrade, just confirm the following.</p>
<p>Check whether the following files are present.</p>
<pre><code>/lib/modules/*/modules.*map      depmod output
/proc/sys/kernel/hotplug         specifies hotplug program path
/sbin/hotplug                    hotplug program (default path name)
/etc/hotplug/*                   hotplug files
/etc/hotplug/NAME.agent          hotplug subsystem-specific agents
/etc/hotplug/NAME*               subsystem-specific files, for agents
/etc/hotplug/usb/                   depmod data for user-mode drivers</code></pre>
<pre><code>chmod 755 /etc/hotplug/*.agent
check tail -f /var/log/messages</code>
</pre>
<p><strong>Now try the following before kernel upgrade.</strong></p>
<p>The issue should have been fixed by now. If the message is still coming up in /var/log/messages, you will need to go for Kernel upgrade.</p>
<p>Thank you guys..</p>
]]></content:encoded>
			<wfw:commentRss>http://presoon.com/blog/2010/02/21/sbinhotplug-no-runnable-etchotplugaaaa-agent-is-installed-in-varlogmessages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Fixed] configure Ubuntu BSNL EVDO connection. Ubuntu 9.04 and 9.10 wvdial missing from Ubuntu.</title>
		<link>http://presoon.com/blog/2009/12/21/bsnl-evdo-connection-for-ubuntu-9-04-wvdial-missing-for-ubuntu/</link>
		<comments>http://presoon.com/blog/2009/12/21/bsnl-evdo-connection-for-ubuntu-9-04-wvdial-missing-for-ubuntu/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 07:22:05 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[BSNL EVDO linux]]></category>
		<category><![CDATA[Rconnect wvdial]]></category>
		<category><![CDATA[Reliance wireless internet wvdial]]></category>
		<category><![CDATA[Tata Indicom Linux Ubuntu]]></category>
		<category><![CDATA[wvdial conf missing from Ubuntu 9.04]]></category>

		<guid isPermaLink="false">http://presoon.com/blog/?p=147</guid>
		<description><![CDATA[Hi guys,
I am not sure why did the Ubuntu guys&#8230;left out the wvdial package in the latest distributions. In fact, most of the 3G wireless internet connection uses the PPP connection using wvdial. To install wvdial package, you need install some dependencies also.
After some research, I have found out the exact packages and the order [...]]]></description>
			<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I am not sure why did the Ubuntu guys&#8230;left out the wvdial package in the latest distributions. In fact, most of the 3G wireless internet connection uses the PPP connection using wvdial. To install wvdial package, you need install some dependencies also.<br />
After some research, I have found out the exact packages and the order to install them. Here are the steps to install wvdial for Ubuntu. You need to download the packages to a thumbdrive so as to copy it to the Ubuntu machine.</p>
<p>Download the wvdial + its dependencies from the following link<a href="http://presoon.com/downloads/wvdial-ubuntu-wholepkg.tar.gz">Download</a>.</p>
<p>Copy this package to your thumb drive from the machine which has an internet connection and connect it to the Ubuntu machine.</p>
<p>Assuming that you have copied the package from your thumb drive to the location /usr/local/src of Ubuntu machine. perform the following steps in exact  order given below.</p>
<pre><code>sudo su    (type in the admin password)

cd /usr/local/src/
tar -zxvf wvdial-ubuntu-wholepkg.tar.gz
cd wvdial-ubuntu-wholepkg

dpkg -i libxplc0.3.13_0.3.13-1build1_i386.deb
dpkg -i libwvstreams4.4-base_4.4.1-0.2ubuntu2_i386.deb
dpkg -i libwvstreams4.4-extras_4.4.1-0.2ubuntu2_i386.deb
dpkg -i libuniconf4.4_4.4.1-0.2ubuntu2_i386.deb
dpkg -i wvdial_1.60.1+nmu2_i386.deb

Success!  You can run "wvdial" to connect to the internet.
(You can also change your configuration by editing /etc/wvdial.conf)
Processing triggers for man-db ...</code></pre>
<p>For BSNL EVDO users, edit the /etc/wvdial.conf file to add your username password and phone number(also uncomment the line by removing ; from the start of the directive). Also add the following line.</p>
<pre><code>Stupid Mode = 1</code></pre>
<p>to wvdial.conf file.</p>
<p>Use the command &#8220;wvdial&#8221; to connect to the internet. If the modem is not installed or not detected, you need to fix it first.</p>
<p>Please update me guys, if you need any further help.</p>
]]></content:encoded>
			<wfw:commentRss>http://presoon.com/blog/2009/12/21/bsnl-evdo-connection-for-ubuntu-9-04-wvdial-missing-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
