<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>LinuxQuestions.org - Blogs - hurry_hui</title>
		<link>http://www.linuxquestions.org/questions/blog/hurry_hui-437923/</link>
		<description>LinuxQuestions.org offers a free Linux forum where Linux newbies can ask questions and Linux experts can offer advice. Topics include security, installation, networking and much more.</description>
		<language>en</language>
		<lastBuildDate>Sun, 26 May 2013 01:33:35 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://lqo-thequestionsnetw.netdna-ssl.com/questions/images/misc/rss.jpg</url>
			<title>LinuxQuestions.org - Blogs - hurry_hui</title>
			<link>http://www.linuxquestions.org/questions/blog/hurry_hui-437923/</link>
		</image>
		<item>
			<title>Installing Axesstel MV100 series USB CDMA Modem</title>
			<link>http://www.linuxquestions.org/questions/blog/hurry_hui-437923/installing-axesstel-mv100-series-usb-cdma-modem-1797/</link>
			<pubDate>Fri, 27 Mar 2009 18:59:50 GMT</pubDate>
			<description>The title will give you hint about what I am going to write. I have been searching the web for long to make my modem usable under Linux. Based on...</description>
			<content:encoded><![CDATA[<div>The title will give you hint about what I am going to write. I have been searching the web for long to make my modem usable under Linux. Based on reading on similar cases, I try to 'installing' the driver to use the modem as follows:<br />
<br />
Having connected the cable to USB port, at Konsole and typing<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">dmesg</pre>
</div>I got:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 226px;
		text-align: left;
		overflow: auto">[  246.397140] usb 1-2: new full speed USB device using uhci_hcd and address 2
[  246.549808] usb 1-2: configuration #1 chosen from 1 choice
[  246.693177] usbcore: registered new interface driver usbserial
[  246.693323] usbserial: USB Serial support registered for generic
[  246.693417] usbcore: registered new interface driver usbserial_generic
[  246.693421] usbserial: USB Serial Driver core
[  246.695616] usbserial: USB Serial support registered for GSM modem (1-port)
[  246.695647] option 1-2:1.0: GSM modem (1-port) converter detected
[  246.695920] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB0
[  246.695934] option 1-2:1.1: GSM modem (1-port) converter detected
[  246.696018] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB1
[  246.696032] usbcore: registered new interface driver option
[  246.696035] option: USB Driver for GSM modems: v0.7.2</pre>
</div>the CDMA modem is known as ttyUSB0 and ttyUSB1. I try ttyUSB0 first. at Konsole type:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">ln -s /dev/ttyUSB0 /dev/modem</pre>
</div> to create symbolic link to /dev/modem.<br />
<br />
<br />
Then I open KPPP and click Configure... <br />
<br />
<br />
-&gt; Accounts -&gt; New -&gt; Manual Setup.<br />
<br />
In Connection name I enter Smart. in Phone Number I add #777. then OK.<br />
<br />
-&gt; Modems -&gt; New.<br />
<br />
In Device -&gt; Modem Name I enter Smart   <br />
in Modem -&gt; Modem Commands at initialization string 2 I add <div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0</pre>
</div> select OK -&gt; OK -&gt; OK.<br />
<br />
at KPPP dialog box,<br />
in Connect to, I enter Smart<br />
in Use Modem, I enter Smart<br />
in Login ID, I enter Smart<br />
in Password, I enter Smart<br />
<br />
click Connect and you will have your modem displaying AT commands (or will not) and finally display CONNECT along with status.<br />
<br />
Open any web browser and start surfing the net.</div>

]]></content:encoded>
			<dc:creator>hurry_hui</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/hurry_hui-437923/installing-axesstel-mv100-series-usb-cdma-modem-1797/</guid>
		</item>
	</channel>
</rss>
