<?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"
	>

<channel>
	<title>armtechnologies.com</title>
	<atom:link href="http://armtechnologies.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://armtechnologies.com/blog</link>
	<description>ARM Network activities</description>
	<pubDate>Fri, 28 Jan 2011 11:25:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>TATA PHOTON+ on Kubuntu 10.4</title>
		<link>http://armtechnologies.com/blog/?p=6</link>
		<comments>http://armtechnologies.com/blog/?p=6#comments</comments>
		<pubDate>Fri, 28 Jan 2011 11:25:58 +0000</pubDate>
		<dc:creator>Anisur</dc:creator>
		
		<category><![CDATA[Kubuntu]]></category>

		<category><![CDATA[Tata Photon+]]></category>

		<guid isPermaLink="false">http://armtechnologies.com/blog/?p=6</guid>
		<description><![CDATA[Successful configuration of TATA PHOTON+ on Kubuntu on DELL
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
Modem: Huawei Modem 270+ (EC1261)
Here I put a complete details altogether that will be required for the newer modem that has inbuilt storage.
1. You will need  usb-modeswitch, usb-modeswitch-data, wvdail . To install issue the command &#8217;sudo apt-get install usb-modeswitch usb-modeswitch-data wvdial&#8221;.
2. Check your Modem device - After [...]]]></description>
			<content:encoded><![CDATA[<p>Successful configuration of TATA PHOTON+ on Kubuntu on DELL<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Modem: Huawei Modem 270+ (EC1261)</p>
<p>Here I put a complete details altogether that will be required for the newer modem that has inbuilt storage.</p>
<p>1. You will need  usb-modeswitch, usb-modeswitch-data, wvdail . To install issue the command &#8217;sudo apt-get install usb-modeswitch usb-modeswitch-data wvdial&#8221;.</p>
<p>2. Check your Modem device - After 5 sec of inserting the modem device, issue the command &#8216;lsusb&#8217;<br />
Here you will see your device as &#8216;Bus 002 Device 025: ID 12d1:140b Huawei Technologies Co., Ltd.&#8217; or<br />
&#8216;Bus 002 Device 007: ID 12d1:1446 Huawei Technologies Co., Ltd.&#8217;</p>
<p>3. To avoid any mis-configuration, edit the file &#8216;/etc/usb_modeswitch.d/12d1\:1446&#8242; at line TargetProductList=&#8221;1001,1406,140c,14ac&#8221; to  TargetProductList=&#8221;1001,1406,140c,14ac,140b&#8221;<br />
Create a new file &#8216;/etc/usb_modeswitch.d/12d1\:140b:uMa=AnyDATA&#8217;, you can issue the command<br />
sudo cp  &#8220;/etc/usb_modeswitch.d/12d1:1446&#8243; &#8220;/etc/usb_modeswitch.d/12d1\:140b:uMa=AnyDATA&#8221;.<br />
In the new file &#8216;/etc/usb_modeswitch.d/12d1\:140b:uMa=AnyDATA&#8217;, edit the line TargetProductList=&#8221;1001,1406,140c,14ac,140b&#8221; to TargetProductList=&#8221;140b&#8221;</p>
<p>4. Create the file &#8216;/etc/usb-modeswitch.conf&#8217; as follow:</p>
<p>########################################################<br />
# Huawei E270+  (HSPA+ modem)</p>
<p>DisableSwitching=0</p>
<p>DefaultVendor= 0&#215;12d1<br />
DefaultProduct=0&#215;1446</p>
<p>TargetVendor=  0&#215;12d1<br />
TargetProductList=&#8221;1001,1406,140c,14ac,140b&#8221;<br />
CheckSuccess=20</p>
<p>MessageContent=&#8221;55534243123456780000000000000011060000000000000000000000000000&#8243;</p>
<p>HuaweiMode=1</p>
<p>EnableLogging=0</p>
<p>5. Then run the command &#8217;sudo usb_modeswitch -c /etc/usb_modeswitch.d/12d1:140b:uMa=AnyDATA&#8217;<br />
If it says that &#8216;Waiting for original device to vanish &#8230;&#8217;, then after say 5 secs issue it again. Now, it will say</p>
<p>Original device is gone already, not checking<br />
Searching for target devices &#8230;<br />
&#8230;&#8230;&#8230;&#8230;&#8230;<br />
Mode switch succeeded. Bye.</p>
<p>6. Setting up wvdial. Create/edit the file /etc/wvdial.conf. The file should look like</p>
<p>[Dialer Defaults]<br />
Init1 = ATZ<br />
Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
Modem Type = Analog Modem<br />
Baud = 115200<br />
New PPPD = yes<br />
Modem = /dev/ttyUSB0<br />
ISDN = 0<br />
Phone = #777<br />
Password = internet<br />
Username = internet</p>
<p>7. Checking modem : ls -l /dev/ttyU*, it will show something like</p>
<p>crw-rw&#8212;- 1 root dialout 188, 0 2011-01-28 16:07 /dev/ttyUSB0<br />
crw-rw&#8212;- 1 root dialout 188, 1 2011-01-28 16:07 /dev/ttyUSB1<br />
crw-rw&#8212;- 1 root dialout 188, 2 2011-01-28 16:07 /dev/ttyUSB2</p>
<p>8. Dial out - To connect issue the command sudo wvdial.</p>
<p>And you will be connected to internet using your TATA PHOTON+ on Kubuntu</p>
<p>Regards,<br />
Anisur</p>
]]></content:encoded>
			<wfw:commentRss>http://armtechnologies.com/blog/?feed=rss2&amp;p=6</wfw:commentRss>
		</item>
		<item>
		<title>A journey begins!</title>
		<link>http://armtechnologies.com/blog/?p=3</link>
		<comments>http://armtechnologies.com/blog/?p=3#comments</comments>
		<pubDate>Thu, 27 Nov 2008 10:15:12 +0000</pubDate>
		<dc:creator>Anisur</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[ARM Network]]></category>

		<guid isPermaLink="false">http://armtechnologies.com/blog/?p=3</guid>
		<description><![CDATA[I dreamt long ago to build a network that will provide efficient software solutions. It can be a company, individuals, but more important it should be a team of true professionals. To fullfill it, I started ARM Technologies and started my work, but much haven&#8217;t progress. I worked in bits and pieces, provided well appreciated solutions, [...]]]></description>
			<content:encoded><![CDATA[<p>I dreamt long ago to build a network that will provide efficient software solutions. It can be a company, individuals, but more important it should be a team of true professionals. To fullfill it, I started ARM Technologies and started my work, but much haven&#8217;t progress. I worked in bits and pieces, provided well appreciated solutions, but it did not move in full throttle. It is really a high time to push for my dream, giving birth to ARM Network. I am sure this journey will continue and be everlasting.</p>
<p>Welcome to ARM Network</p>
]]></content:encoded>
			<wfw:commentRss>http://armtechnologies.com/blog/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>

