<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: EVDO on Debian / Ubuntu</title>
	<atom:link href="http://www.totalnetsolutions.net/2007/08/22/evdo-on-debian-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.totalnetsolutions.net/2007/08/22/evdo-on-debian-ubuntu/</link>
	<description>totalnetsolutions.net - Complete Networking Solutions for business</description>
	<lastBuildDate>Sun, 21 Mar 2010 17:14:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Scott</title>
		<link>http://www.totalnetsolutions.net/2007/08/22/evdo-on-debian-ubuntu/comment-page-1/#comment-6149</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 11 Feb 2009 16:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.totalnetsolutions.net/2007/08/22/evdo-on-debian-ubuntu/#comment-6149</guid>
		<description>The new E6400 series from Dell has a signal readout LED right above the keyboard, so you can at least visually see the signal strength of the evdo card.</description>
		<content:encoded><![CDATA[<p>The new E6400 series from Dell has a signal readout LED right above the keyboard, so you can at least visually see the signal strength of the evdo card.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.totalnetsolutions.net/2007/08/22/evdo-on-debian-ubuntu/comment-page-1/#comment-681</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sun, 06 Apr 2008 23:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.totalnetsolutions.net/2007/08/22/evdo-on-debian-ubuntu/#comment-681</guid>
		<description>c_c - I read a bunch on evdoforums.com about people really liking the speed of the airprime module, I just haven&#039;t tried it out yet.

As for signal strength, Sprint put together a very nice document on how to set up EVDO on Linux, and in that they state specifically that there is no way to monitor signal strength on any of their modems in any distro of Linux.</description>
		<content:encoded><![CDATA[<p>c_c &#8211; I read a bunch on evdoforums.com about people really liking the speed of the airprime module, I just haven&#8217;t tried it out yet.</p>
<p>As for signal strength, Sprint put together a very nice document on how to set up EVDO on Linux, and in that they state specifically that there is no way to monitor signal strength on any of their modems in any distro of Linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: c_c</title>
		<link>http://www.totalnetsolutions.net/2007/08/22/evdo-on-debian-ubuntu/comment-page-1/#comment-677</link>
		<dc:creator>c_c</dc:creator>
		<pubDate>Sun, 06 Apr 2008 04:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.totalnetsolutions.net/2007/08/22/evdo-on-debian-ubuntu/#comment-677</guid>
		<description>Hi,
  I have a ZTE USB EVDO modem that identifies itself as ID 05c6:6000 Qualcomm, Inc. Have been using it in ubuntu (hardy beta) with the modprobe line - except that I&#039;m using the airprime module instead of the generic usbserial module.
  I think the performance is better with the airprime module as compared to the usbserial - especially when I&#039;m in areas with speeds more than 50 kbps.
  If only I could monitor the signal strength through gnome-ppp (which I use from the GUI).</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  I have a ZTE USB EVDO modem that identifies itself as ID 05c6:6000 Qualcomm, Inc. Have been using it in ubuntu (hardy beta) with the modprobe line &#8211; except that I&#8217;m using the airprime module instead of the generic usbserial module.<br />
  I think the performance is better with the airprime module as compared to the usbserial &#8211; especially when I&#8217;m in areas with speeds more than 50 kbps.<br />
  If only I could monitor the signal strength through gnome-ppp (which I use from the GUI).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.totalnetsolutions.net/2007/08/22/evdo-on-debian-ubuntu/comment-page-1/#comment-516</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 08 Mar 2008 22:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.totalnetsolutions.net/2007/08/22/evdo-on-debian-ubuntu/#comment-516</guid>
		<description>My personal Linux requirements include having as many tools as possible available via SSH / console, including the ability to change networking - so I didn&#039;t set my EVDO card via KPPP or NetworkManager.  If you&#039;re interested in a pure shell-oriented approach using &quot;pppd&quot;, this is for you, but was never intended as a pure newcomer tutorial.

I&#039;ll copy this in an email to you, Ed: I&#039;m curious what brand card you have, if you&#039;ve activated it via Windows first (was required for me on all 3 cards), and what product/vendor ID your particular card lists - that is sometimes the only piece that&#039;s missing.

&lt;code&gt;rob@lt00-bofh:~$ lsusb &#124;grep -i dell
Bus 005 Device 003: ID 413c:8134 Dell Computer Corp.
Bus 005 Device 002: ID 413c:a005 Dell Computer Corp.
rob@lt00-bofh:~$ sudo lsusb -s 005:003 -v &#124;grep -i cdma
  iProduct                2 Novatel Wireless CDMA
&lt;/code&gt;
This shows that Device 005:003 is my modem (005:002 finds no matches in the 2nd grep).  In that case, my modprobe subcommands are: &quot;usbserial vendor=0x413c product=8134&quot;, and from this you can see the changes to my /etc/modprobe.d/usbserial file.  Hope that helps a bit more!</description>
		<content:encoded><![CDATA[<p>My personal Linux requirements include having as many tools as possible available via SSH / console, including the ability to change networking &#8211; so I didn&#8217;t set my EVDO card via KPPP or NetworkManager.  If you&#8217;re interested in a pure shell-oriented approach using &#8220;pppd&#8221;, this is for you, but was never intended as a pure newcomer tutorial.</p>
<p>I&#8217;ll copy this in an email to you, Ed: I&#8217;m curious what brand card you have, if you&#8217;ve activated it via Windows first (was required for me on all 3 cards), and what product/vendor ID your particular card lists &#8211; that is sometimes the only piece that&#8217;s missing.</p>
<p><code>rob@lt00-bofh:~$ lsusb |grep -i dell<br />
Bus 005 Device 003: ID 413c:8134 Dell Computer Corp.<br />
Bus 005 Device 002: ID 413c:a005 Dell Computer Corp.<br />
rob@lt00-bofh:~$ sudo lsusb -s 005:003 -v |grep -i cdma<br />
  iProduct                2 Novatel Wireless CDMA<br />
</code><br />
This shows that Device 005:003 is my modem (005:002 finds no matches in the 2nd grep).  In that case, my modprobe subcommands are: &#8220;usbserial vendor=0x413c product=8134&#8243;, and from this you can see the changes to my /etc/modprobe.d/usbserial file.  Hope that helps a bit more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.totalnetsolutions.net/2007/08/22/evdo-on-debian-ubuntu/comment-page-1/#comment-509</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Sat, 08 Mar 2008 04:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.totalnetsolutions.net/2007/08/22/evdo-on-debian-ubuntu/#comment-509</guid>
		<description>Is this supposed to be a tutorial.  No offense but none of this worked for me in Ubuntu Gutsy on a Dell XPS 1330.  Any pointers?</description>
		<content:encoded><![CDATA[<p>Is this supposed to be a tutorial.  No offense but none of this worked for me in Ubuntu Gutsy on a Dell XPS 1330.  Any pointers?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
