<?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>Lighty2Go &#187; EVDO</title>
	<atom:link href="http://www.lighty2go.com/category/evdo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lighty2go.com</link>
	<description>A portable LiMP Stack on a Stick...</description>
	<lastBuildDate>Wed, 18 Jan 2012 03:50:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Linux love for the Verizon EVDO USB720</title>
		<link>http://www.lighty2go.com/linux/29/linux-love-for-the-verizon-evdo-usb720/</link>
		<comments>http://www.lighty2go.com/linux/29/linux-love-for-the-verizon-evdo-usb720/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 17:51:04 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[EVDO]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.lighty2go.com/linux/29/linux-love-for-the-verizon-evdo-usb720/</guid>
		<description><![CDATA[Update: Some additional good info here. So&#8230; have you seen the USB720 EVDO dongle from Verizon Wireless? Have you wanted to enjoy some EVDO goodness from your linux laptop? Well here is the way to make it happen: #1. Use a newish kernel. I am not sure at what point support was incorporated into the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update:</strong> Some additional good info <a href="http://www.fedoraforum.org/forum/showpost.php?s=1eae4f8c2c9eaaca3397c0b4e8594bc1&#038;p=914994&#038;postcount=13">here</a>.</p>
<p>So&#8230; have you seen the <a href="http://www.evdoinfo.com/content/view/872/40/">USB720 EVDO dongle</a> from Verizon Wireless?  Have you wanted to enjoy some EVDO goodness from your linux laptop?  Well here is the way to make it happen:</p>
<p><span id="more-29"></span></p>
<p><strong>#1.</strong> Use a newish kernel.<br />
I am not sure at what point support was incorporated into the kernel, but for 2.6.22 and 2.6.23 that I tested the device itself worked right out of the box. Plug it in and then perform the following configuration.</p>
<p><strong>#2.</strong> Edit</p>
<p>/etc/modprobe.d/options</p>
<p>add the folowing text and save:</p>
<pre># Options for u720
options usbserial vendor=0x1410 product=0x2110
options airprime endpoints=1</pre>
<p><strong>#3.</strong>  Edit</p>
<p>/etc/modules</p>
<p>add the folowing text and save:</p>
<pre>usbserial
airprime</pre>
<p><strong>#4.</strong> Create the following file</p>
<p>/etc/ppp/peers/verizon</p>
<p>add the folowing text and save:</p>
<pre>noauth
connect “/usr/sbin/chat -v -f /etc/ppp/peers/verizon_chat”
defaultroute
usepeerdns
ttyUSB0
230400
local
debug
-detach</pre>
<p><strong>#5.</strong> Create the following file</p>
<p>/etc/ppp/peers/verizon_chat</p>
<p>add the folowing text and save:</p>
<pre>‘’ ‘ATZ’
‘OK’ ‘ATDT#777'
‘CONNECT’ ‘’</pre>
<p><strong>#6.</strong> Now issue the following command as super user to connect:</p>
<pre>pppd call verizon</pre>
<p><strong>*Optional*</strong><br />
You can add &#8216;pppd call verizon&#8217; to your startup script to automatically<br />
connect on boot. This has been tested with an ubuntu and a kubuntu 7.10 ditribution.<br />
Works great, fast too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lighty2go.com/linux/29/linux-love-for-the-verizon-evdo-usb720/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

