<?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>Janapriya.net &#187; N95</title>
	<atom:link href="http://www.janapriya.net/tag/n95/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.janapriya.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 21 Sep 2011 15:19:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Nokia N95 / Mobitel 3.5G works with Ubuntu!</title>
		<link>http://www.janapriya.net/2008/05/30/got-the-n95-mobitel-35g-connection-working-on-ubuntu-laptop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=got-the-n95-mobitel-35g-connection-working-on-ubuntu-laptop</link>
		<comments>http://www.janapriya.net/2008/05/30/got-the-n95-mobitel-35g-connection-working-on-ubuntu-laptop/#comments</comments>
		<pubDate>Fri, 30 May 2008 15:14:45 +0000</pubDate>
		<dc:creator>Ruwan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[3.5G]]></category>
		<category><![CDATA[HSPA]]></category>
		<category><![CDATA[Mobitel]]></category>
		<category><![CDATA[N95]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[S60]]></category>

		<guid isPermaLink="false">http://janapriya.net/blog/2008/05/30/got-the-n95-mobitel-35g-connection-working-on-ubuntu-laptop/</guid>
		<description><![CDATA[UDPATE: New Ubuntu release has made the life easy. You just need to follow on screen wizard to configure everything. Just select the country and the provider &#8220;Mobitel&#8221; (or even &#8220;Dialog&#8221;) from the menu. I&#8217;ve been using my N95 8GB / Mobitel Broadband (3.5G HSPA) to connect to internet for a while now. But I [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UDPATE: New Ubuntu release has made the life easy. You just need to follow on screen wizard to configure everything. Just select the country and the provider &#8220;Mobitel&#8221; (or even &#8220;Dialog&#8221;) from the menu. </strong></p>
<p>I&#8217;ve been using my N95 8GB / Mobitel Broadband (3.5G HSPA) to connect to internet for a while now. But I was limited to Windows platform only. Today, I wanted to access internet using my linux partition too. This time google came to rescue.</p>
<p>This is how to do it&#8230;</p>
<p>Connect your phone via data cable, open terminal &amp; type</p>
<p><span style="font-family: Fixedsys;"><span style="color: red;"> lsusb</span></span></p>
<p>now you will get the following output</p>
<p>janapriya@ace-laptop:~$ lsusb<br />
Bus 005 Device 001: ID 0000:0000<br />
Bus 003 Device 002: ID <strong>0421:0070</strong> Nokia Mobile Phones<br />
Bus 003 Device 001: ID 0000:0000<br />
Bus 002 Device 003: ID 0b97:7761 O2 Micro, Inc.<br />
Bus 002 Device 004: ID 0b97:7762 O2 Micro, Inc. Oz776 SmartCard Reader<br />
Bus 002 Device 001: ID 0000:0000<br />
Bus 004 Device 002: ID 04b3:310b IBM Corp. Red Wheel Mouse<br />
Bus 004 Device 001: ID 0000:0000<br />
Bus 001 Device 003: ID 413c:a005 Dell Computer Corp.<br />
Bus 001 Device 001: ID 0000:0000</p>
<p>janapriya@ace-laptop:~$</p>
<p>Please note that above is for my laptop. Yours might be different.</p>
<p>Now note the line in which Nokia Mobile Phones is written. It has two number one is 0421 &amp; other is 0070</p>
<p>we&#8217;ll take these numbers as 0&#215;421 &amp; 0&#215;0070</p>
<p>0421 is the Vendor ID &amp; 0070 is the Product ID</p>
<p>Now enter this comand.</p>
<p><span style="font-family: Fixedsys;"><span style="color: red;">sudo /sbin/modprobe usbserial vendor=0x(vid) product=0x(pid)</span></span></p>
<p><span style="font-family: Fixedsys;"><span style="color: red;">eg, in my case::: sudo /sbin/modprobe usbserial vendor=0×0421 product=0×0070</span></span></p>
<p>Now enter this command</p>
<p><span style="font-family: Fixedsys; color: #ff0000;">wvdialconf create</span></p>
<p>You&#8217;ll get a long output which will be like</p>
<p>Scanning your serial ports for a modem.</p>
<p>Port Scan: S0 S1 S2 S3<br />
WvModem: Cannot get information for serial port.<br />
ttyACM0: ATQ0 V1 E1 — OK<br />
ttyACM0: ATQ0 V1 E1 Z — OK<br />
ttyACM0: ATQ0 V1 E1 S0=0 — OK<br />
ttyACM0: ATQ0 V1 E1 S0=0 &amp;C1 — OK<br />
ttyACM0: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 — OK<br />
ttyACM0: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 — OK<br />
ttyACM0: Modem Identifier: ATI — Nokia<br />
ttyACM0: Speed 4800: AT — OK<br />
ttyACM0: Speed 9600: AT — OK<br />
ttyACM0: Speed 19200: AT — OK<br />
ttyACM0: Speed 38400: AT — OK<br />
ttyACM0: Speed 57600: AT — OK<br />
ttyACM0: Speed 115200: AT — OK<br />
ttyACM0: Speed 230400: AT — OK<br />
ttyACM0: Speed 460800: AT — OK<br />
ttyACM0: Max speed is 460800; that should be safe.<br />
ttyACM0: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 — OK</p>
<p>Found an USB modem on /dev/ttyACM0.</p>
<p>Modem configuration written to create.</p>
<p>ttyACM0: Speed 460800; init “ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0?</p>
<p>Now.. notice the output says that there is a modem at /dev/ttyACM0 &amp; max speed is 460800</p>
<p>now enter this command</p>
<p><span style="font-family: Fixedsys;"><span style="color: red;">sudo vi /etc/wvdial.conf</span></span></p>
<p>A file will open in vi editor. Now delete everything in that file &amp; paste the following there</p>
<p>[Dialer Defaults]<br />
Modem = /dev/ttyACM0</p>
<p>Baud = 460800</p>
<p>Init1 = ATZ</p>
<p>Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0</p>
<p>ISDN = 0</p>
<p>Modem Type = Analog Mode</p>
<p>OK AT+CGDCONT=1,&#8221;IP&#8221;,&#8221;mobitel3g&#8221;</p>
<p>Phone = *99***1#</p>
<p>Username = &#8220;mobitel3g&#8221;</p>
<p>Password = &#8220;mobitel3g&#8221;</p>
<p>Stupid Mode = 1</p>
<p>save the file &amp; you are done</p>
<p>Now whenever you need to connect, open terminal &amp; type wvdial. Wait till some sort of IP adress is displayed like</p>
<p>pppd: ?[06][06][08]` [06][08]</p>
<p>primary   DNS address 218.248.240.135</p>
<p>pppd: ?[06][06][08]` [06][08]</p>
<p>secondary DNS address 218.248.240.79</p>
<p>pppd: ?[06][06][08]` [06][08]</p>
<p>Now you are connected. Later hit ctrl+c to disconnect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.janapriya.net/2008/05/30/got-the-n95-mobitel-35g-connection-working-on-ubuntu-laptop/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

