<?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>OSTalks &#187; HSDPA</title>
	<atom:link href="http://www.ostalks.com/tag/hsdpa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ostalks.com</link>
	<description>Open Source, Operating Systems, Offtopic Stuff!</description>
	<lastBuildDate>Fri, 04 Nov 2011 13:16:29 +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>How to connect to SmartBro Prepaid (KS) in Ubuntu Intrepid</title>
		<link>http://www.ostalks.com/2008/11/08/how-to-connect-to-smartbro-prepaid-ks-in-ubuntu-intrepid/</link>
		<comments>http://www.ostalks.com/2008/11/08/how-to-connect-to-smartbro-prepaid-ks-in-ubuntu-intrepid/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 00:45:00 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[Alcatel OT-X020]]></category>
		<category><![CDATA[HSDPA]]></category>
		<category><![CDATA[Intrepid]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[SmartBro Prepaid]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usb_modeswitch]]></category>

		<guid isPermaLink="false">http://ostalks.wordpress.com/?p=5</guid>
		<description><![CDATA[SmartBro Prepaid is a mobile broadband solution which consists of a HSDPA capable modem and prepaid sim card.  There are two type of these modems available, I am going to talk about the second, newer modem (the smaller black usb dongle), as the first one already has howtos available in the internet.  For the curious - this dongle is called the Longcheer, and is based on the Alcatel OT-X020 modem chipset.]]></description>
			<content:encoded><![CDATA[<p>SmartBro Prepaid is a mobile broadband solution which consists of a HSDPA capable modem and prepaid sim card.  There are two type of these modems available, I am going to talk about the second, newer modem (the smaller black usb dongle), as the first one already has howtos available in the internet.  For the curious &#8211; this dongle is called the Longcheer, and is based on the Alcatel OT-X020 modem chipset.</p>
<p>Although this writeup is based on setting it up on Ubuntu Intrepid, the following steps should be applicable to other distributions as well.  You may want to improve on these steps by placing these commands on a bash script, but what I&#8217;m giving you is the staightforward way of doing it.</p>
<p>Here are the steps:</p>
<p>Download the usb_modeswitch binaries and the latest usb_modeswitch.conf file here:</p>
<p><a href="http://www.draisberghof.de/usb_modeswitch/#download"> http://www.draisberghof.de/usb_modeswitch/#download</a></p>
<p>Extract the usb_modeswitch binary and place it in a place like /usr/sbin.  usb_modeswitch.conf goes to the /etc folder. Comment out the lines which has the headers Alcatel OT-X020.  You have to disable the other modem enabled on this config file, or usb_modeswitch won&#8217;t work.</p>
<p>Edit your wvdial.conf file (located in /etc) to look like this (As a bonus, I added a default dialer section for your nokia cellphone &#8211; I have a Nokia E61i to connect to the smart internet network):<br />
<code><br />
[Dialer Defaults]<br />
Init1 = ATZ<br />
Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
Init3 = AT+CGDCONT=1,"IP","internet"<br />
Modem Type = USB Modem<br />
ISDN = 0<br />
Phone = *99#<br />
Modem = /dev/ttyACM0<br />
New PPPD = yes<br />
Baud = 460800<br />
Idle Seconds = 3000<br />
Auto DNS = 1<br />
Stupid Mode = 1<br />
Compuserve = 0<br />
Dial Command = ATDT<br />
Ask Password = 0<br />
FlowControl = NOFLOW</p>
<p>[Dialer smartbro]<br />
Init1 = ATZ<br />
#Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
Init2 = ATE1<br />
#Init2 = ATE0V1&amp;D2&amp;C1S0=0<br />
#Init3 = at_opsys=0<br />
#Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2<br />
Init3 = AT+CGDCONT=1,"IP","smartbro","",0,0<br />
Modem Type = USB  Modem<br />
ISDN = 0<br />
Phone = *99#<br />
Modem = /dev/ttyUSB0<br />
New PPPD = yes<br />
Baud = 912600<br />
Idle Seconds = 3000<br />
Auto DNS = 1<br />
Stupid Mode = 1<br />
Compuserve = 0<br />
Dial Command = ATD<br />
Ask Password = 0<br />
FlowControl = NOFLOW<br />
</code><br />
Write down this code and save it as initmodem.sh and place it in /usr/sbin:</p>
<p>#!/bin/sh<br />
modprobe usbserial vendor=0x1c9e product=0&#215;6061 &amp;&amp; usb_modeswitch<br />
sleep 3</p>
<p>Plug in your SmartBro USB dongle and run:<br />
# sudo /usr/sbin/initmodem</p>
<p>To connect to the internet, just type in:<br />
# sudo wvdial smartbro</p>
<p>and to disconnect, just press CTRL+C, or kill the pppd process</p>
<p>I think this should work also with SmartBro 1500 as well.  Enjoy your smartbro connection!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ostalks.com/2008/11/08/how-to-connect-to-smartbro-prepaid-ks-in-ubuntu-intrepid/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

