Having Googled unsuccessfully for the settings needed to use wvdial or a Solwise 3G router with O2 Pay-As-You-Go Mobile Broadband, I thought I would share the correct settings here. In order to connect you need the following details:
APN: m-bb.o2.co.uk
Username: o2bb
Password: password
The URL to visit to buy credit is:
https://mobilebroadbandaccess.o2.co.uk/
Happy surfing!
If you are a mobile broadband user you will notice that your image quality is degraded by UMTS. Firefox can overcome this problem by virtue of the Modify Headers plugin. Essentially you need to add two headers to your outgoing request:
Pragma: no-cache
Cache-Control: no-cache
The same effect can be achieved for Internet Explorer and other Windows applications by running Privoxy and adding the following rule to the actions file:
{+add-header{Pragma: no-cache}\
+add-header{Cache-Control: no-cache}}
/
More details here: http://sourceforge.net/tracker/index.php?func=detail&aid=2913535&group_id=11118&atid=211118