<?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>itguyonline.com &#187; aircard</title>
	<atom:link href="http://www.itguyonline.com/blog/tag/aircard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itguyonline.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 04 Aug 2010 02:07:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Cingular Aircard 875 / Ubuntu Hardy Heron 8.04</title>
		<link>http://www.itguyonline.com/blog/2008/05/11/cingular-aircard-875-ubuntu-hardy-heron-804/</link>
		<comments>http://www.itguyonline.com/blog/2008/05/11/cingular-aircard-875-ubuntu-hardy-heron-804/#comments</comments>
		<pubDate>Mon, 12 May 2008 00:39:30 +0000</pubDate>
		<dc:creator>Kurt Wolf</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[aircard]]></category>
		<category><![CDATA[cingular]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.itguyonline.com/blog/?p=41</guid>
		<description><![CDATA[A while back I posted instructions for getting the Aircard 875 to work with Ubuntu Feisty. I am now updating this for Hardy Heron. For me the configuration was much simpler. Here is some information regarding the hardware/software I am using. IBM Thinkpad Cingular Aircard 875 (note, this is really a Sierra card) Ubuntu Hardy [...]]]></description>
			<content:encoded><![CDATA[<p>A while back I posted instructions for getting the Aircard 875 to work with Ubuntu Feisty.  I am now updating this for Hardy Heron.  For me the configuration was much simpler.  Here is some information regarding the hardware/software I am using.</p>
<ul>
<li>IBM Thinkpad</li>
<li>Cingular Aircard 875 (note, this is really a Sierra card)</li>
<li>Ubuntu Hardy Heron 8.04 (updated system as of 20080510)</li>
</ul>
<p><span id="more-41"></span></p>
<p>The first step was to make sure the drivers were being loaded into the system correctly when the hardware was inserted.  The simple way to do this is tail the message log.</p>
<p><code>sudo tail -f /var/log/messages</code></p>
<p>Upon inserting the card, I saw that the card was recognized and that the device was assigned some ttyUSB device nodes.</p>
<p>Upon inserting card&#8230;</p>
<p><code>May 10 10:00:49 spicy kernel: [  688.462393] sierra 5-1:1.0: Sierra USB modem (3 port) converter detected<br />
May 10 10:00:49 spicy kernel: [  688.463909] usb 5-1: Sierra USB modem (3 port) converter now attached to ttyUSB0<br />
May 10 10:00:49 spicy kernel: [  688.464288] usb 5-1: Sierra USB modem (3 port) converter now attached to ttyUSB1<br />
May 10 10:00:49 spicy kernel: [  688.464599] usb 5-1: Sierra USB modem (3 port) converter now attached to ttyUSB2<br />
May 10 10:00:49 spicy kernel: [  688.464833] usbcore: registered new interface driver sierra<br />
May 10 10:00:49 spicy kernel: [  688.464839] /build/buildd/linux-2.6.24/drivers/usb/serial/sierra.c: USB Driver for Sierra Wireless USB modems: v.1.2.5b</code></p>
<p>Make sure that you see the lines similar to “usb 5-1: Sierra USB modem (3 port) converter now attached to ttyUSB0”.  This tells you that you will be able to use device ttyUSB0 to make your connection.</p>
<p>Now, this is the point where I could have used some of the config files in the previous post but I wanted to focus on using the GUI configuration tools.</p>
<p>So, click on the Network Manager applet and select “Manual Configuration”.  Once this appears on your screen, click the “Unlock” button and authenticate.</p>
<p>Select the “Point to Point” connection and then click on the “Properties” button.</p>
<p><a href='http://www.itguyonline.com/blog/wp-content/uploads/2008/05/network_settings.jpg'><img src="http://www.itguyonline.com/blog/wp-content/uploads/2008/05/network_settings-300x268.jpg" alt="" title="network_settings" width="300" height="268" class="alignnone size-medium wp-image-44" /></a></p>
<p>On the general tab, enter the following information:</p>
<ul>
<li>Connection Type: Serial Modem</li>
<li>Phone Number: *99***1#</li>
<li>Username: WAP@CINGULARGPRS.COM</li>
<li>Password: cingular1</li>
</ul>
<p><a href='http://www.itguyonline.com/blog/wp-content/uploads/2008/05/ppp0_properties.jpg'><img src="http://www.itguyonline.com/blog/wp-content/uploads/2008/05/ppp0_properties-300x291.jpg" alt="" title="ppp0_properties" width="300" height="291" class="alignnone size-medium wp-image-43" /></a></p>
<p>On the modem tab, enter the following information:</p>
<ul>
<li>Modem port: /dev/ttyUSB0</li>
</ul>
<p><a href='http://www.itguyonline.com/blog/wp-content/uploads/2008/05/ppp0_properties-modem.jpg'><img src="http://www.itguyonline.com/blog/wp-content/uploads/2008/05/ppp0_properties-modem-300x293.jpg" alt="" title="ppp0_properties-modem" width="300" height="293" class="alignnone size-medium wp-image-45" /></a></p>
<p>On the options tab, select the following check boxes:</p>
<ul>
<li>Set modem as default route to Internet</li>
<li>Use the Internet service providers nameservers</li>
</ul>
<p><a href='http://www.itguyonline.com/blog/wp-content/uploads/2008/05/ppp0_properties-options.jpg'><img src="http://www.itguyonline.com/blog/wp-content/uploads/2008/05/ppp0_properties-options-300x294.jpg" alt="" title="ppp0_properties-options" width="300" height="294" class="alignnone size-medium wp-image-46" /></a></p>
<p>Click the “OK” button.  Your ppp connection is now configured.  You can close the “Network Settings” window.  Now, logout of your gnome session.  The key here is to restart the Network Manager applet so that it recognizes the new ppp connection.</p>
<p>Once you log back in, click on the Network Manager applet and select the “Dial Up Connections” option and then”Connect to ppp0 via Modem”.  This will start you Cingular connection and you should be good to go.</p>
<p>Notes:</p>
<ul>
<li>You can monitor the connection progress by having a terminal widow open and executing the following command: &#8216;sudo tail -f /var/log/messages&#8217;</li>
<li>Firefox may think that it is working offline when you first start the application.  Click on &#8216;File&#8217; → &#8216;Work Offline&#8217; to make sure the option is not set.  I was then able to browse with no problems.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.itguyonline.com/blog/2008/05/11/cingular-aircard-875-ubuntu-hardy-heron-804/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
