<?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; Huawei</title>
	<atom:link href="http://www.linuxmonk.org/tag/huawei/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxmonk.org</link>
	<description>A Journey Towards Infinity...</description>
	<lastBuildDate>Wed, 02 Mar 2011 05:41:59 +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>Huawei Modem not detecting in Ubuntu 10.04 Lucid &#8211; Fix</title>
		<link>http://www.linuxmonk.org/2010/07/17/huawei-modem-not-detecting-in-ubuntu-10-04-lucid-fix/</link>
		<comments>http://www.linuxmonk.org/2010/07/17/huawei-modem-not-detecting-in-ubuntu-10-04-lucid-fix/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 19:25:28 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Huawei]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://www.linuxmonk.org/?p=325</guid>
		<description><![CDATA[I always like to do thinks in terminal, let me explain you in my way.  Use lsusb command to find if the modem is detected. If detected use lsusb -v, to find the product id and vendor id of the modem. In my case I am using Huawei EC168C &#8211; the vendor id is &#8220;12d1&#8243; [...]]]></description>
			<content:encoded><![CDATA[<p>I always like to do thinks in terminal, let me explain you in my way.  Use lsusb command to find if the modem is detected.</p>
<p>If detected use lsusb -v, to find the product id and vendor id of the modem.</p>
<p>In my case I am using Huawei EC168C &#8211; the vendor id is &#8220;12d1&#8243; and product id is &#8220;1446&#8243;.</p>
<p>Open the terminal and follow the instructions</p>
<blockquote><p>#sudo gedit /etc/udev/rules.d/15-huawei-115x.rules</p></blockquote>
<p>Now paste the following content as follows and save.</p>
<blockquote><p>SUBSYSTEM==&#8221;usb&#8221;,<br />
SYSFS{idProduct}==&#8221;1446&#8243;,<br />
SYSFS{idVendor}==&#8221;12d1&#8243;,<br />
RUN+=&#8221;/lib/udev/modem-modeswitch &#8211;vendor 0x12d1 &#8211;product 0&#215;1446 &#8211;type option-zerocd&#8221;</p></blockquote>
<p>Save the file. Unplug and plug the modem. Now right click the network icon , goto Mobile Broadband and click Edit. Enter the phone and username.</p>
<p>In my case I am in Zantel network. The phone number is #777 and username is @zantel.com. Click the network icon again and click the detected modem to enjoy surfing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2010/07/17/huawei-modem-not-detecting-in-ubuntu-10-04-lucid-fix/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

