<?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>blog.khax.net &#187; pap</title>
	<atom:link href="http://blog.khax.net/tag/pap/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.khax.net</link>
	<description>Webdev &#38; Devops Blog</description>
	<lastBuildDate>Wed, 16 Nov 2011 23:18:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Virgin wireless broadband with Ubuntu notes</title>
		<link>http://blog.khax.net/2009/02/14/virgin-wireless-broadband-with-ubuntu-notes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=virgin-wireless-broadband-with-ubuntu-notes</link>
		<comments>http://blog.khax.net/2009/02/14/virgin-wireless-broadband-with-ubuntu-notes/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 23:18:35 +0000</pubDate>
		<dc:creator>Karl Bowden</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[chap]]></category>
		<category><![CDATA[NetworkManager]]></category>
		<category><![CDATA[pap]]></category>
		<category><![CDATA[ppp]]></category>
		<category><![CDATA[ubuntu-8.10]]></category>
		<category><![CDATA[virgin broadband]]></category>
		<category><![CDATA[wireless broadband]]></category>

		<guid isPermaLink="false">http://blog.khax.net/?p=72</guid>
		<description><![CDATA[Under Ubuntu-8.10 two changes are needed for Virgin wireless broadband USB adaptors to work with NetworkManager. First is that NetworkManager does not save chap/pap settings. This is a NetworkManager bug. But it can be fixed in /etc/ppp/options: sudo sed -i 's/#-chap/-chap/' /etc/ppp/options This will disable chap authentication globally for all connections that do not override [...]]]></description>
			<content:encoded><![CDATA[<p>Under Ubuntu-8.10 two changes are needed for Virgin wireless broadband USB adaptors to work with NetworkManager.</p>
<p>First is that NetworkManager does not save chap/pap settings. This is a NetworkManager bug. But it can be fixed in /etc/ppp/options:</p>
<pre>sudo sed -i 's/#-chap/-chap/' /etc/ppp/options</pre>
<p>This will disable chap authentication globally for all connections that do not override the option (such as NetworkManager).</p>
<p>Second thing is that the APN is wrong. I don&#8217;t know if this is only for pre-paid, as that is all I have tried.</p>
<p>After plugging in the USB adaptor and selecting your internet provider:</p>
<ul>
<li>Right click the NetworkManager icon in the system try</li>
<li>Select the Mobile Broadband tab</li>
<li>Click on your connection then click Edit</li>
<li>Change the APN from VirginInternet to VirginBroadband</li>
<li>Click Ok, then Close</li>
</ul>
<p>To start and stop data sessions now, left click the NetworkManager icon.</p>
<p>If your are asked for a password to connect, anything can be entered.</p>
<p>(<a href="http://ubuntuforums.org/showthread.php?t=1014221" target="_blank">ref</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.khax.net/2009/02/14/virgin-wireless-broadband-with-ubuntu-notes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

