<?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>Martin Fleming</title>
	<atom:link href="http://martin-fleming.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://martin-fleming.co.uk</link>
	<description>Sharing my experiences and knowledge</description>
	<lastBuildDate>Fri, 27 Aug 2010 09:52:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SOLVED: Missing MP3 album meta information (ID3 tags) Windows 7 &amp; Vista</title>
		<link>http://martin-fleming.co.uk/2010/06/solved-missing-mp3-album-meta-information-id3-tags-windows-7-vista/</link>
		<comments>http://martin-fleming.co.uk/2010/06/solved-missing-mp3-album-meta-information-id3-tags-windows-7-vista/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 10:31:15 +0000</pubDate>
		<dc:creator>Marty (admin)</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[ID3]]></category>
		<category><![CDATA[Kid3]]></category>
		<category><![CDATA[M4a]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=124</guid>
		<description><![CDATA[<p>Having finally migrated my main computer over to Windows 7, due to issues with my graphics card I encountered with Ubuntu Lucid, I noticed an issue with Windows Media Player not being able to correctly identify some of my music in my collection.</p>
<p>This issue is also there when using Windows Explorer to view the music files.  Its seems that some MP3&#8242;s and M4a&#8217;s (AAC) do not show any <a href="http://en.wikipedia.org/wiki/ID3">ID3 information</a>.  I know this information is there as its works perfectly with <a href="http://projects.gnome.org/rhythmbox/">Rhythmbox</a> on Ubuntu, or even <a href="http://www.getsongbird.com/">Songbird</a> on Windows but its seems that Windows has an issue with some files.<span id="more-124"></span></p>
<p>It turns out the answer to this problem is rather unsurpirising, Windows 7 does not support nativley ID3 v2.4.  The solution is to either use a different media player such as Songbird or to convert your ID3 v2.4 to ID3 v2.3.</p>
<p>I don&#8217;t care much for Songbird, <a href="http://www.mediamonkey.com/">Media Monkey</a>, iTunes or any other media player I have found available for Windows and hope one day either <a href="http://banshee-project.org/">Banshee</a> or Rhythmbox will be available for the Windows platform, so until then I have chosen to convert my ID3 tags.  There is a great application for completing this task called <a href="http://kid3.sourceforge.net/">Kid3</a> which you can download from Sourceforge here <a href="http://kid3.sourceforge.net/#download">kid3.sourceforge.net/#download</a></p>
<p><img class="alignnone size-full wp-image-125" title="Kid3 ID3 Tag Editor" src="http://martin-fleming.co.uk/wp-content/uploads/2010/06/kid3.png" alt="Kid3 ID3 Tag Editor" width="578" height="612" /></p>
]]></description>
		<wfw:commentRss>http://martin-fleming.co.uk/2010/06/solved-missing-mp3-album-meta-information-id3-tags-windows-7-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SOLVED: Installing MySQL Windows 7 (not responding)</title>
		<link>http://martin-fleming.co.uk/2010/03/solved-installing-mysql-windows-7-not-responding/</link>
		<comments>http://martin-fleming.co.uk/2010/03/solved-installing-mysql-windows-7-not-responding/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 13:47:10 +0000</pubDate>
		<dc:creator>Marty (admin)</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=115</guid>
		<description><![CDATA[<p>Recently I had to install a WAMP server on my laptop running Windows 7.  The downside to Windows, in my opinion, is there is no package management tools such as apt-get or yum, therefore all software has to be installed and maintained manually.</p>
<p>Installing MySQL seemed to be a headache.  The installer would stop responding at Instance Configuration Wizard, however the solution to this problem is easy.<span id="more-115"></span></p>
<p><img class="alignnone size-full wp-image-116" title="MySQL Instance Configuraion Wizard" src="http://martin-fleming.co.uk/wp-content/uploads/2010/03/Capture.jpg" alt="MySQL Instance Configuraion Wizard" width="578" height="442" /></p>
<p>You need to punch a hole in Windows firewall for MySQL before you install.  Open up TCP ports 3306 for both incoming and outgoing and the installation will complete fully.</p>
<p>If you get stuck with a problem that I did where it installed MySQL without a root password even though you selected one, run:</p>
<pre class="cmd">$ mysqladmin -u root password NEWPASSWORD
</pre>
<p>Replacing NEWPASSWORD with your password.</p>
<p>If the command above does not work for you, you will need to use a full path to the command which may be in C:\Program Files\MySQL or C:\Program Files (x86)\MySQL or another location depending on where you installed it.</p>
]]></description>
		<wfw:commentRss>http://martin-fleming.co.uk/2010/03/solved-installing-mysql-windows-7-not-responding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SOLVED: Top Up T-mobile PAYG mobile broadband with Linux or router</title>
		<link>http://martin-fleming.co.uk/2010/03/solved-top-up-t-mobile-payg-mobile-broadband-with-linux-or-router/</link>
		<comments>http://martin-fleming.co.uk/2010/03/solved-top-up-t-mobile-payg-mobile-broadband-with-linux-or-router/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 13:52:49 +0000</pubDate>
		<dc:creator>Marty (admin)</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile Broadband]]></category>
		<category><![CDATA[O2]]></category>
		<category><![CDATA[T-mobile]]></category>

		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=109</guid>
		<description><![CDATA[<p>Pay as you go mobile broadband data is normally the same price as the contract options with T-mobile and O2.  However, a non Windows or Mac user (or if dongle is connected to a router) can easily top up online.</p>
<p>T-mobile is a little more difficult than O2.  You get a swipe card to top up with but you still need to select the usage you wish to use to deduct from your credit (daily, weekly or monthly).  This is easy with the connection manager software that comes with the dongles but all the software does is take you here <a href="http://www.t-zones.co.uk/apps/ebdc/en/purchase-redirect">www.t-zones.co.uk/apps/ebdc/en/purchase-redirect</a>.<span id="more-109"></span></p>
<p>So its simple, get your dongle, use the swipe card and then visit the web address above and your good to go.  Your dongle will not be activated until you top up and after top up it could take up to 1 hour.</p>
<p>T-mobile also let you know that you can top up by using &#8220;my T-mobile&#8221; online.  However, this involves getting a pin sent to you by sms so you will have to use a Windows or Mac machine to receive this or put your sim card in a phone that will accept it.</p>
<p>This is slightly more hassle that the fantastic way O2 PAYG mobile broadband works as you just need to visit the website <a href="https://mobilebroadbandaccess.o2.co.uk">https://mobilebroadbandaccess.o2.co.uk</a> pay and go.  No content locks or hassle involved.  With T-mobile though, you get a much better fair use policy on internet usage and you do not get charged for going over your usage, instead they may block video sites and downloads between he hours of 4pm and midnight, whereas every other provider will charge you stupid amounts or stop your usage.</p>
<p>Just as a re-cap, the connection deatils for T-mobile PAYG mobile broadband are</p>
<p>APN: general.t-mobile.uk<br />
Number: *99#<br />
Username: user<br />
Password: pass</p>
]]></description>
		<wfw:commentRss>http://martin-fleming.co.uk/2010/03/solved-top-up-t-mobile-payg-mobile-broadband-with-linux-or-router/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mobile Broadband APN, Username and Password</title>
		<link>http://martin-fleming.co.uk/2010/02/mobile-broadband-apn-username-and-password/</link>
		<comments>http://martin-fleming.co.uk/2010/02/mobile-broadband-apn-username-and-password/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 11:00:49 +0000</pubDate>
		<dc:creator>Marty (admin)</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Mobile Broadband]]></category>

		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=100</guid>
		<description><![CDATA[<p>If you are struggling to use your mobile broadband with a router and don&#8217;t know the settings, please find the information below useful.</p>
<h2>Contract</h2>
<table border="0">
<tbody>
<tr>
<th>Provider</th>
<th>APN</th>
<th>Username</th>
<th>Password</th>
</tr>
<tr>
<td>Three</td>
<td>3internet</td>
<td>username</td>
<td>password</td>
</tr>
<tr>
<td>o2</td>
<td>mobile.o2.co.uk</td>
<td>o2web</td>
<td>password</td>
</tr>
<tr>
<td>Vodafone</td>
<td>internet</td>
<td>web</td>
<td>web</td>
</tr>
<tr>
<td>Orange</td>
<td>orangeinternet</td>
<td>orange</td>
<td>orange</td>
</tr>
<tr>
<td>T-mobile</td>
<td>general.t-mobile.uk</td>
<td>user</td>
<td>pass</td>
</tr>
</tbody>
</table>
<h2>Pay as you go</h2>
<table border="0">
<tbody>
<tr>
<th>Provider</th>
<th>APN</th>
<th>Username</th>
<th>Password</th>
</tr>
<tr>
<td>Three</td>
<td>3internet</td>
<td>username</td>
<td>password</td>
</tr>
<tr>
<td>o2</td>
<td>m-bb.o2.co.uk</td>
<td>payandgo</td>
<td>payandgo</td>
</tr>
<tr>
<td>Vodafone</td>
<td>pp.vodafone.co.uk</td>
<td>wap</td>
<td>wap</td>
</tr>
<tr>
<td>Orange</td>
<td>consumerbroadband</td>
<td>Multimedia</td>
<td>Orange</td>
</tr>
<tr>
<td>T-mobile</td>
<td>general.t-mobile.uk</td>
<td>t-mobile</td>
<td>tm</td>
</tr>
</tbody>
</table>
]]></description>
		<wfw:commentRss>http://martin-fleming.co.uk/2010/02/mobile-broadband-apn-username-and-password/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SOLVED: Blank or Dark Reddish Video on Ubuntu Karmic with ATI Graphics</title>
		<link>http://martin-fleming.co.uk/2009/11/solved-blank-or-dark-reddish-video-on-ubuntu-karmic-with-ati-graphics/</link>
		<comments>http://martin-fleming.co.uk/2009/11/solved-blank-or-dark-reddish-video-on-ubuntu-karmic-with-ati-graphics/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 10:59:29 +0000</pubDate>
		<dc:creator>Marty (admin)</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[GStreamer]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=97</guid>
		<description><![CDATA[<p>I have just recently splashed out on a Dell Studio 17 which comes with ATI HD3650 graphics.  I would have been happier if they still did this laptop with Intel graphics which, in my experience, work hassle free out of the box.</p>
<p>I took my hard drive out of my old laptop which had Intel GMA graphics and put it in my shiny new Studio 17.  Everything seemed to be fine until I tried playing a video in Totem or VLC.  The video was very dark and reddish.  I tried installing the proprietry crap fglrx which seems to suck at multi head if the external monitor has a higher resolution than the laptop screen.  With this fglrx driver enabled the video completely disappeared and left just a blank black window in Totem.<span id="more-97"></span></p>
<p>The solution is easy, run</p>
<pre class="cmd" >$ gstreamer-properties</pre>
<p>On the <strong>Video</strong> tab on <strong>Default Output</strong> select <strong>X Window System (No Xv)</strong>.</p>
]]></description>
		<wfw:commentRss>http://martin-fleming.co.uk/2009/11/solved-blank-or-dark-reddish-video-on-ubuntu-karmic-with-ati-graphics/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Test SMTP Mail Server With Telnet</title>
		<link>http://martin-fleming.co.uk/2009/11/test-smtp-mail-server-with-telnet/</link>
		<comments>http://martin-fleming.co.uk/2009/11/test-smtp-mail-server-with-telnet/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 05:24:07 +0000</pubDate>
		<dc:creator>Marty (admin)</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[telnet]]></category>

		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=25</guid>
		<description><![CDATA[<p>Testing SMTP with telnet can come in handy.  You may have just set up your mailserver and want to test it, or your email client is having problems sending emails and is not giving very helpful error messages (if any).  Using telnet is handy as it will throw up any error messages which will help you do understand at what part of the sending process the failure has occured.</p>
<p>Testing with Telnet is real quick and simple,we are going to assume plain password authentication and no TLS or SSL. <span id="more-25"></span></p>
<ol>
<li>We need to open a connection to the server
<pre class="cmd">$ telnet yourmailserver.com 25</pre>
<p>You should get a response like this</p>
<pre class="cmd">Trying 74.125.79.16..
Connected to yourmailserver.com.
Escape character is '^]'.
220 mx.yourmailserver.com</pre>
</li>
<li>Now we need to greet the serer
<pre class="cmd">HELO yourmailserver.com</pre>
<p>Response</p>
<pre class="cmd">250 yourmailserver.com</pre>
</li>
<li>We need to authenticate ourselves with our username and password.  This may not be neccessary for all SMTP servers.<br />
We are going to use plain authentication but we need to encode it to base64.  Below is two ways to do this with Perl or PHP, with both methods you must leave in the &#8220;\0&#8243; characters.</p>
<pre class="cmd">$ php -r 'echo base64_encode("\0username\0password")."\n";'</pre>
<p>or</p>
<pre class="cmd">$ perl -MMIME::Base64 -e 'print encode_base64("\0username\0password");'</pre>
<p>Take the value given and pass it to the mail server</p>
<pre class="cmd">AUTH PLAIN AHVzZXJuYW1lAHBhc3N3b3Jk</pre>
<p>Response</p>
<pre class="cmd">235 2.7.0 Authentication successful</pre>
</li>
<li>Now we start to send a test message by putting in who the mail is from
<pre class="cmd">MAIL FROM:me@mydomain.com</pre>
<p>Response</p>
<pre class="cmd">250 2.1.0 Ok</pre>
</li>
<li>Add recipient
<pre class="cmd">RCPT TO:me@myotheremail.com</pre>
<p>Response</p>
<pre class="cmd">250 2.1.5 Ok</pre>
</li>
<li>Start the message
<pre class="cmd">DATA</pre>
<p>Response</p>
<pre class="cmd">354 End data with &lt;CR&gt;&lt;LF&gt;.&lt;CR&gt;&lt;LF&gt;</pre>
<p>Add a subject</p>
<pre class="cmd">SUBJECT: Test message from me</pre>
<p>Press enter then add the message body</p>
<pre class="cmd">Hi this is my test message</pre>
<p>Press enter and on the next line type a &#8220;.&#8221; then enter</p>
<pre class="cmd">.</pre>
<p>Response</p>
<pre class="cmd">250 2.0.0 Ok: queued as 666F4E0157</pre>
</li>
<li>Thats it the message is on the way now quit
<pre class="cmd">QUIT</pre>
</li>
</ol>
]]></description>
		<wfw:commentRss>http://martin-fleming.co.uk/2009/11/test-smtp-mail-server-with-telnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roadsend PHP Compiler Ubuntu 64bit deb package</title>
		<link>http://martin-fleming.co.uk/2009/10/roadsend-php-compiler-ubuntu-64bit-deb-package/</link>
		<comments>http://martin-fleming.co.uk/2009/10/roadsend-php-compiler-ubuntu-64bit-deb-package/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 10:45:48 +0000</pubDate>
		<dc:creator>Marty (admin)</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Bigloo]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Roadsend]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=73</guid>
		<description><![CDATA[<p>I have built a binary package for Roadsend Compiler.  Unfortunately It does not include support for GTK 2 but the website says support is under development.  The PHP-Qt website also says its working on support for Roadsend.  I had trouble compiling in ODBC support so I expect this will not work.<span id="more-73"></span></p>
<p>For now Roadsend can be used to compile CLI apps or webapps where you want to protect the source code.  The Roadsend Compiler is completely independent from the Zend Engine and actually compiles to a binary file for your operating system / architecture so very different from other source code protection systems such as Zend Guard, Ioncube or Bcompiler.  Roadsend also can use its PHP engine to interpret and run scripts just like the Zend Engine.</p>
<p>You will need to install the Bigloo package first then the Roadsend package.</p>
<p>Tested on Karmic (9.10)</p>
<ul>
<li><a href="/downloads/bigloo_3.2a-1_amd64.deb">bigloo_3.2a-1_amd64.deb</a></li>
<li><a href="/downloads/roadsend-php_2.9.8-1_amd64.deb">roadsend-php_2.9.8-1_amd64.deb</a></li>
</ul>
<p>You will also have to change the LD_LIBRARY_PATH before it will work.  For some unknown reason putting this in .profile wont work so we are going to export this new path in our .bashrc file</p>
<pre class="cmd">$ echo 'export LD_LIBRARY_PATH="/usr/local/lib"' | tee -a ~/.bashrc</pre>
]]></description>
		<wfw:commentRss>http://martin-fleming.co.uk/2009/10/roadsend-php-compiler-ubuntu-64bit-deb-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP-GTK Ubuntu 64bit deb package</title>
		<link>http://martin-fleming.co.uk/2009/10/php-gtk-ubuntu-64bit-deb-package/</link>
		<comments>http://martin-fleming.co.uk/2009/10/php-gtk-ubuntu-64bit-deb-package/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 14:14:25 +0000</pubDate>
		<dc:creator>Marty (admin)</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[GTK]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=59</guid>
		<description><![CDATA[<p>I&#8217;ve looked everywhere for a binary deb package for PHP-GTK so I have compiled my own and posted it here to share.  To use it you will have to manually edit your php.ini file but I have writen instructions for this below.<span id="more-59"></span></p>
<p>Tested on Jaunty (9.04), Karmic (9.10)</p>
<p><a href="/downloads/php-gtk_2.0.1-1_amd64.deb">php-gtk_2.0.1-1_amd64.deb</a></p>
<h3>Installation Instructions</h3>
<p>Download the deb file for your version of Ubuntu above and double click this file when downloaded.</p>
<p>Once installed you will need to edit your php.ini file to get it to work.</p>
<pre class="cmd">$ sudo gedit /etc/php5/cli/php.ini</pre>
<p>In the Dynamic Extensions part of the file add the line extension=php_gtk2.so</p>
<pre>;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;
; If you wish to have an extension loaded automatically, use the following
; syntax:
;
;   extension=modulename.extension
;
; For example, on Windows:
;
;   extension=msql.dll
;
; ... or under UNIX:
;
;   extension=msql.so
;
; Note that it should be the name of the module only; no directory information
; needs to go here.  Specify the location of the extension with the
; extension_dir directive above.

extension=php_gtk2.so</pre>
<p>You may wish to do a simple test to make sure all is working (taken from <a href="http://gtk.php.net/manual/en/tutorials.helloworld.php">http://gtk.php.net/manual/en/tutorials.helloworld.php</a>).</p>
<pre><code>&lt;?php
if (!class_exists('gtk')) {
 die("Please load the php-gtk2 module in your php.ini\r\n");
}

$wnd = new GtkWindow();
$wnd-&gt;set_title('Hello world');
$wnd-&gt;connect_simple('destroy', array('gtk', 'main_quit'));

$lblHello = new GtkLabel("Just wanted to say\r\n'Hello world!'");
$wnd-&gt;add($lblHello);

$wnd-&gt;show_all();
Gtk::main();
?&gt;</code></pre>
]]></description>
		<wfw:commentRss>http://martin-fleming.co.uk/2009/10/php-gtk-ubuntu-64bit-deb-package/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SOLVED: O2 Pay &amp; Go Mobile Broadband on Ubuntu Karmic</title>
		<link>http://martin-fleming.co.uk/2009/10/o2-pay-and-go-mobile-broadband-on-ubuntu-karmic/</link>
		<comments>http://martin-fleming.co.uk/2009/10/o2-pay-and-go-mobile-broadband-on-ubuntu-karmic/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 11:09:56 +0000</pubDate>
		<dc:creator>Marty (admin)</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile Broadband]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=3</guid>
		<description><![CDATA[<p>I don&#8217;t know about other distro&#8217;s but the mobile broadband data in Ubuntu is inaccurate for O2 Pay and Go broadband.  In Jaunty I could just use the Network Manager to correct the APN to m-bb.o2.co.uk.  However, after upgrading to Karmic Beta, Network Manager seems to have a bug and does not save any edited connection data.  This bug may be fixed in the final release but for now there is an easy solution to this problem.<span id="more-3"></span></p>
<p>Fire up your text editor</p>
<pre class="cmd" >$ sudo gedit /usr/share/mobile-broadband-provider-info/serviceproviders.xml</pre>
<p>On line 1877 (or around if this file has been updated since I wrote this post) change the APN to m-bb.o2.co.uk from payandgo.o2.co.uk</p>
<pre><code>&lt;apn value="m-bb.o2.co.uk"&gt;
 &lt;name&gt;Prepaid&lt;/name&gt;
 &lt;username&gt;payandgo&lt;/username&gt;
 &lt;password&gt;payandgo&lt;/password&gt;
&lt;/apn&gt;</code></pre>
<p>If you currently have a connection set in your Network Manager you will need to delete it and add a new mobile broadband connection.  Selecting O2 prepaid will now set you up with a working connection.</p>
<p>If you have no credit, don&#8217;t forget the only website you can visit will be <a href="https://mobilebroadbandaccess.o2.co.uk/">O2&#8242;s Top Up Website</a>.</p>
]]></description>
		<wfw:commentRss>http://martin-fleming.co.uk/2009/10/o2-pay-and-go-mobile-broadband-on-ubuntu-karmic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
