<?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>crimulus-dot-com &#187; verizon wireless</title>
	<atom:link href="http://www.crimulus.com/tag/verizon-wireless/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crimulus.com</link>
	<description>A blog; ineptly autobiographical</description>
	<lastBuildDate>Sun, 29 Jan 2012 10:20:00 +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>Verizon Wireless USB760 USB Modem Ubuntu Howto</title>
		<link>http://www.crimulus.com/2010/02/13/verizon-wireless-usb760-usb-modem-ubuntu-howto/</link>
		<comments>http://www.crimulus.com/2010/02/13/verizon-wireless-usb760-usb-modem-ubuntu-howto/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 19:59:10 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[clarification purposes]]></category>
		<category><![CDATA[databit]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[int]]></category>
		<category><![CDATA[jackalope]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[modem command]]></category>
		<category><![CDATA[parent]]></category>
		<category><![CDATA[superuser privileges]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Verizon]]></category>
		<category><![CDATA[verizon wireless]]></category>

		<guid isPermaLink="false">http://www.coffeecuphalfmoons.com/?p=794</guid>
		<description><![CDATA[This is a repost of information located at: Verizon Wireless USB760 on the Ubuntu Forums. I am putting it here because I found it very useful, and wanted people to be able to find it.  If you anyone takes issue with my publishing it here, please contact me. At any rate, the Verizon USB760 does [...]]]></description>
			<content:encoded><![CDATA[<p>This is a repost of information located at: <a href="http://ubuntuforums.org/showthread.php?t=1002262">Verizon Wireless USB760 </a>on the Ubuntu Forums.</p>
<p>I am putting it here because I found it very useful, and wanted people to be able to find it.  If you anyone takes issue with my publishing it here, please contact me.</p>
<p>At any rate, the Verizon USB760 does not work right away, so <strong>you have to modify two files</strong>.  This solution was posted by <a href="http://ubuntuforums.org/member.php?s=2ebfd0a38fb17461045362d5bfb317dc&amp;u=275925">Databit.</a> I added a few notes for clarification purposes and enclosed them in brackets.</p>
<pre><strong>File 1:</strong> /etc/udev/rules.d/70-persistent-cd.rules

Find the line that contains "Novatel_Mass_Storage" and append the following to it:

RUN+="/usr/bin/eject %k"

[You will probably need to use a comma before this part]

<strong>File 2:</strong> /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi [Will require superuser privileges]

Add this in the USB section:

      &lt;!-- Verizon USB760--&gt;
      &lt;match key="@info.parent:usb.vendor_id" int="0x1410"&gt;
        &lt;match key="@info.parent:usb.product_id" int="0x6000"&gt;
          &lt;match key="@info.parent:usb.interface.number" int="0"&gt;
            &lt;append key="info.capabilities" type="strlist"&gt;modem&lt;/append&gt;
            &lt;append key="modem.command_sets" type="strlist"&gt;IS-707-A&lt;/append&gt;
          &lt;/match&gt;
        &lt;/match&gt;
      &lt;/match&gt;
</pre>
<p>I have tested this and it worked without issue in Jaunty Jackalope 9.04.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crimulus.com/2010/02/13/verizon-wireless-usb760-usb-modem-ubuntu-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verizon Wireless Pantech UM-150 on Ubuntu 8.04 Hardy Heron</title>
		<link>http://www.crimulus.com/2009/02/15/verizon-wireless-pantech-um-150-on-ubuntu-804-hardy-heron/</link>
		<comments>http://www.crimulus.com/2009/02/15/verizon-wireless-pantech-um-150-on-ubuntu-804-hardy-heron/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 22:54:49 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[dialup]]></category>
		<category><![CDATA[dialup modem]]></category>
		<category><![CDATA[digit phone number]]></category>
		<category><![CDATA[hardy heron]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[modem dialup]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[pantech um150]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[piece of cake]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 8.04]]></category>
		<category><![CDATA[usb port]]></category>
		<category><![CDATA[verizon wireless]]></category>
		<category><![CDATA[wvdial]]></category>
		<category><![CDATA[xxxxxxxxxx]]></category>

		<guid isPermaLink="false">http://www.coffeecuphalfmoons.com/?p=74</guid>
		<description><![CDATA[This is easy enough, but since I recently did it and had difficulty finding definite information I thought I would post it myself. Truth is, it&#8217;s a piece of cake. First things you need to know: Your modem is just that &#8212; a modem, and it is connecting like any dialup modem. Dialup number: #777 [...]]]></description>
			<content:encoded><![CDATA[<p>This is easy enough, but since I recently did it and had difficulty finding definite information I thought I would post it myself.</p>
<p>Truth is, it&#8217;s a piece of cake.   First things you need to know:</p>
<p>Your modem is just that &#8212; a modem, and it is connecting like any dialup modem.</p>
<p>Dialup number:  #777<br />
Username:  xxxxxxxxxx@vzw3g.com (replace xxxxxxxxxx with you 10-digit phone number associated with your modem)</p>
<p>Plug your UM150 into your USB port.  Ubuntu should detect it as /dev/ttyACM0</p>
<p>Now, simply run &#8220;sudo wvdialconf&#8221;</p>
<p>It will detect your modem and do pretty much all the configuration.</p>
<p>Edit /etc/wvdial.conf &#8212; put in the appropriate phone number, your username, and anything as the password (I used &#8220;abcd&#8221;).</p>
<p>Now, run &#8220;wvdial&#8221;</p>
<p>and you&#8217;re golden.  Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crimulus.com/2009/02/15/verizon-wireless-pantech-um-150-on-ubuntu-804-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

