<?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>LinuxMonk &#187; wvdial</title>
	<atom:link href="http://www.linuxmonk.org/tag/wvdial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxmonk.org</link>
	<description>A Journey Towards Infinity...</description>
	<lastBuildDate>Fri, 16 Jul 2010 19:32:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Connecting Zantel&#8217;s Z-Connect modem to Internet in Linux(Ubuntu)</title>
		<link>http://www.linuxmonk.org/2009/12/27/connecting-zantels-z-connect-modem-to-internet-in-linuxubuntu/</link>
		<comments>http://www.linuxmonk.org/2009/12/27/connecting-zantels-z-connect-modem-to-internet-in-linuxubuntu/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 08:40:24 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wvdial]]></category>

		<guid isPermaLink="false">http://www.linuxmonk.org/?p=306</guid>
		<description><![CDATA[Z-Connect is one of the fastest wireless modem in Tanzania. Connecting it in Linux was a challenge. Here is the configuration file to connect to the Internet in Linux. I am using Ubuntu. In your terminal give the command #wvdialconf Edit the file /etc/wvdial.conf with your favorite text editor and overwrite the entire contents with [...]]]></description>
			<content:encoded><![CDATA[<p>Z-Connect is one of the fastest wireless modem in Tanzania. Connecting it in Linux was a challenge. Here is the configuration file to connect to the Internet in Linux. I am using Ubuntu.</p>
<ul>
<li>In your terminal give the command</li>
</ul>
<blockquote><p>#wvdialconf</p></blockquote>
<ul>
<li>Edit the file /etc/wvdial.conf with your favorite text editor and overwrite the entire contents with the following</li>
</ul>
<blockquote><p>Init2 = AT+CRM=1<br />
Dial Command = ATM1L3DT<br />
Modem Type = Analog Modem<br />
Phone = #777<br />
ISDN = 0<br />
Username = &#8220;@zantel.com&#8221;<br />
Init1 = ATZ<br />
Password = &#8221; &#8221;<br />
Modem = /dev/ttyUSB0<br />
Baud = 519600</p></blockquote>
<ul>
<li>Now come to the terminal and type the command</li>
</ul>
<blockquote><p>#wvdial</p></blockquote>
<p>Enjoy Browsing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2009/12/27/connecting-zantels-z-connect-modem-to-internet-in-linuxubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem when using wvdial</title>
		<link>http://www.linuxmonk.org/2008/06/10/problem-when-using-wvdial/</link>
		<comments>http://www.linuxmonk.org/2008/06/10/problem-when-using-wvdial/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 03:34:13 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Connecting Internet]]></category>
		<category><![CDATA[airtelgprs]]></category>
		<category><![CDATA[wvdial]]></category>

		<guid isPermaLink="false">http://linuxmonk.wordpress.com/?p=4</guid>
		<description><![CDATA[When using wvdial for connecting to Internet through a Airtel gprs, with a gprs enabled mobile, if the wvdial program continuously tries connecting and fails …. Add the following line in the /etc/wvdial.conf file Init3 = AT+CGDCONT=1,”&#8221;,”airtelgprs.com” where airtelgprs.com is the accesspoint of Airtel Hence the etc/wvidal.conf will look like [Dialer Defaults] Init3 = AT+CGDCONT=1,”&#8221;,”airtelgprs.com” [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="snap_preview">
<p>When using wvdial for connecting to Internet through a Airtel gprs, with a gprs enabled mobile, if the wvdial program continuously tries connecting and fails …. Add the following line in the /etc/wvdial.conf file</p>
<p>Init3 = AT+CGDCONT=1,”&#8221;,”airtelgprs.com”</p>
<p>where airtelgprs.com is the accesspoint of Airtel</p>
<p>Hence the etc/wvidal.conf will look like</p>
<p>[Dialer Defaults]<br />
Init3 = AT+CGDCONT=1,”&#8221;,”airtelgprs.com”<br />
Init1 = ATZ<br />
Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
Modem Type = USB Modem<br />
ISDN = 0<br />
New PPPD = yes<br />
Phone = *99***1#<br />
Modem = /dev/ttyACM0<br />
Username = ” “<br />
Password = ” “<br />
Baud = 460800</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2008/06/10/problem-when-using-wvdial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Connecting to Internet through Airtel GPRS</title>
		<link>http://www.linuxmonk.org/2008/06/10/connecting-to-internet-through-airtel-gprs/</link>
		<comments>http://www.linuxmonk.org/2008/06/10/connecting-to-internet-through-airtel-gprs/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 03:32:33 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Connecting Internet]]></category>
		<category><![CDATA[airtelgprs]]></category>
		<category><![CDATA[dialup]]></category>
		<category><![CDATA[wvdial]]></category>

		<guid isPermaLink="false">http://linuxmonk.wordpress.com/?p=3</guid>
		<description><![CDATA[For connecting to Internet through Airtel GPRS, proceed the following steps Step 1: use the command wvdialconf to configure the modem wvdialconf /etc/wvdial.conf step 2: If the previous step is sucessfull, the model of mobile will be displayed… Edit the file /etc/wvdial.conf to change the following lines to (remove the semicolons in front) Phone = [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="snap_preview">
<p>For connecting to Internet through Airtel GPRS, proceed the following steps</p>
<p>Step 1: use the command wvdialconf to configure the modem</p>
<p><strong> wvdialconf /etc/wvdial.conf</strong></p>
<p>step 2: If the previous step is sucessfull, the model of mobile will be displayed…</p>
<p>Edit the file /etc/wvdial.conf    to change the following lines to (remove the semicolons in front)</p>
<p><strong>Phone = *99***1#<br />
Username = ” “<br />
Password = ” ”</strong></p>
<p>This dialup number works only for Airtel India. May differ accordingly for other opperators.</p>
<p>step 3: use wvdial command to connect</p>
<p>wvdial /etc/wvdial.conf</p>
<p>This will connect giving the Primary DNS, Secondary DNS, Local IP, Remote IP, if successful.</p>
<p>Enjoy Surfing..<strong> </strong> This same procedure is to be followed even for connecting through any other dialups, using internal or external modem in the PC</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2008/06/10/connecting-to-internet-through-airtel-gprs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
