<?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>Christoffer Kjølbæk &#187; Internet</title>
	<atom:link href="http://ostehamster.dk/blog/index.php/tag/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://ostehamster.dk/blog</link>
	<description>I have a blog, therefore I am…</description>
	<lastBuildDate>Sun, 18 Jul 2010 12:16:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Use Nokia E65 as GPRS modem in Ubuntu 8.04</title>
		<link>http://ostehamster.dk/blog/index.php/2009/04/19/use-nokia-e65-as-gprs-modem-in-ubuntu-804/</link>
		<comments>http://ostehamster.dk/blog/index.php/2009/04/19/use-nokia-e65-as-gprs-modem-in-ubuntu-804/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 14:31:57 +0000</pubDate>
		<dc:creator>Christoffer Kjølbæk</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://ostehamster.dk/blog/?p=291</guid>
		<description><![CDATA[A short description about how to use a Nokia E65 as a GPRS modem in Ubuntu 8.04.
Install the needed software packages:
sudo apt-get install bluez bluez-utils wvdial
Enable bluetooth on your phone, scan for it and copy the address for your phone.
hcitool scan
The next step is to find the channel for the phone's dialup service. Run
sdptool browse [...]]]></description>
			<content:encoded><![CDATA[<p>A short description about how to use a Nokia E65 as a GPRS modem in Ubuntu 8.04.<span id="more-291"></span></p>
<p>Install the needed software packages:</p>
<blockquote><p>sudo apt-get install bluez bluez-utils wvdial</p></blockquote>
<p>Enable bluetooth on your phone, scan for it and copy the address for your phone.</p>
<blockquote><p>hcitool scan</p></blockquote>
<p>The next step is to find the channel for the phone's dialup service. Run</p>
<blockquote><p>sdptool browse xx:xx:xx:xx:xx:xx</p></blockquote>
<p>where xx:xx:xx:xx:xx:xx is the address found in the previous step. Look for "Service Name: Dial-Up Networking", and note the channel number.</p>
<p>The phone now has to be bound as a rfcomm device, which is configured in /etc/bluetooth/rfcomm.conf. Add </p>
<blockquote><p>rfcomm4 { bind yes; device  xx:xx:xx:xx:xx:xx; channel 2; comment "Serial Port"; } </p></blockquote>
<p> to the file with the numbers found above.</p>
<p>Now make a configuration file for wvdial</p>
<blockquote><p>sudo gedit /etc/wvdial.conf</p></blockquote>
<p>with this content:</p>
<blockquote><p>[Dialer Defaults]<br />
Modem = /dev/rfcomm4<br />
Baud = 115200<br />
Init1 = ATZ<br />
Init2 = ATQ0 V1 E1 S0=0 &#038;C1 &#038;D2 +FCLASS=0<br />
Init3 = ATM0<br />
Init5 = AT+CGDCONT=1,"IP","internet"<br />
ISDN = 0<br />
Modem Type = Analog Modem<br />
Phone = *99***1#<br />
Username = foo<br />
Password = bar</p></blockquote>
<p>Thats it. I use the commands below to start the connection. First shut down wlan0, which should not be necessary, but sometimes DNS won't work if wlan0 is searching for access points. I restart bluetooth in order to make sure the phone is bound, and finally, I run wvdial to start the connection.</p>
<blockquote><p>sudo ifconfig wlan0 down<br />
sudo /etc/init.d/bluetooth restart<br />
sudo wvdial</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ostehamster.dk/blog/index.php/2009/04/19/use-nokia-e65-as-gprs-modem-in-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu Ibex, Fullrate, Huawei E220 USB Modem</title>
		<link>http://ostehamster.dk/blog/index.php/2009/01/22/ubuntu-ibex-fullrate-huawei-e220-usb-modem/</link>
		<comments>http://ostehamster.dk/blog/index.php/2009/01/22/ubuntu-ibex-fullrate-huawei-e220-usb-modem/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 21:08:26 +0000</pubDate>
		<dc:creator>Christoffer Kjølbæk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ibex]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ostehamster.dk/blog/?p=204</guid>
		<description><![CDATA[I just got my "Fullrate Mobile Broadband Testpilot package", and a now writing this post on a mobile broadband connection. The purpose is to explain, how simple it is to make the USB modem work.

As far as I can see, Ubuntu lacks the possible to tell the modem the PIN, which makes the SIM card [...]]]></description>
			<content:encoded><![CDATA[<p>I just got my "Fullrate Mobile Broadband Testpilot package", and a now writing this post on a mobile broadband connection. The purpose is to explain, how simple it is to make the USB modem work.<br />
<span id="more-204"></span><br />
As far as I can see, Ubuntu lacks the possible to tell the modem the PIN, which makes the SIM card useless. To get round this missing feature, just put the SIM card into you cellphone, enter the PIN and disable the PIN under the security settings. This makes it possible for anyone to use your SIM, so guard it with you life! :)</p>
<p>Now put the SIM back in the modem, and connect it to your computer. The below pop up will show up, and you just have to click Config. (If it do not show up, right click on the Network Manager and select Edit Connections.)</p>
<p><img src="http://ostehamster.dk/blog/wp-content/uploads/2009/01/dump1.png" alt="" title="dump1" width="500" height="160" class="aligncenter size-full wp-image-205" /></p>
<p>Click Next, and select TDC as Service Provider (Fullrate uses TDCs net), click Next again, and give the connection a name and then click Apply.</p>
<p>Now the system should connect you, if you have coverage, and this pop up will appear</p>
<p><img src="http://ostehamster.dk/blog/wp-content/uploads/2009/01/dump6.png" alt="" title="dump6" width="478" height="165" class="aligncenter size-full wp-image-208" /></p>
<p>Very simple!!! :)</p>
<p>The connection is quite good, and the speed is as promised. Fullrates speedtest at <a href="http://speedtest.fullrate.dk/">http://speedtest.fullrate.dk/</a> gives 1.15Mps, while the upload is at 0.25Mps.</p>
<p>The ftp servertest at <a href="http://www.fullrate.dk/support/hastighed/">http://www.fullrate.dk/support/hastighed/</a> do not work, which might be because the server only allow Fullrate connections, while this is basically a TDC connection.</p>
<p>Downloading a part of an Ubuntu image from HEAnet Ireland gives an average of 115K/s, which is the normal, according to <a href="http://www.fullrate.dk/support/hastighed/">http://www.fullrate.dk/support/hastighed/</a></p>
<p><b>Update:</b><br />
22 jan 2008, 22:18<br />
Maybe a little to early to say anything works. After 40 minutes the modem lost connection for 5 min, before getting on-line again.</p>
]]></content:encoded>
			<wfw:commentRss>http://ostehamster.dk/blog/index.php/2009/01/22/ubuntu-ibex-fullrate-huawei-e220-usb-modem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hvorfor videresender man kædemails?</title>
		<link>http://ostehamster.dk/blog/index.php/2008/10/29/hvorfor-videresender-man-k%c3%a6demails/</link>
		<comments>http://ostehamster.dk/blog/index.php/2008/10/29/hvorfor-videresender-man-k%c3%a6demails/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 18:36:34 +0000</pubDate>
		<dc:creator>Christoffer Kjølbæk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Galle]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://ostehamster.dk/blog/?p=115</guid>
		<description><![CDATA[Det hænder, at der dumper mails ind i indbakken med emner som "Facebook er overbefolket" og "Til sommer vil msn koste penge". Beskederne kommer typisk fra nogen man kender, og modtagerfeltet indeholder hele afsenderens adressekartotek.
Der er mange ting i denne verden jeg ikke forstår, men hvorfor folk videresender disse beskeder overgår dog det meste.
Lad os [...]]]></description>
			<content:encoded><![CDATA[<p>Det hænder, at der dumper mails ind i indbakken med emner som "Facebook er overbefolket" og "Til sommer vil msn koste penge". Beskederne kommer typisk fra nogen man kender, og modtagerfeltet indeholder hele afsenderens adressekartotek.</p>
<p>Der er mange ting i denne verden jeg ikke forstår, men hvorfor folk videresender disse beskeder overgår dog det meste.</p>
<p>Lad os tage Facebook som eksempel. Som standard modtager man en mail fra Facebook, stort set lige meget hvad der sker på ens profil - ergo har Facebook rig mulighed for at kontakte dig. Hvordan kan man så tro på, at de skulle vælge at sende så vigtig en besked ud som et kædebrev, på folks Wall eller via private beskeder?</p>
<p>Dernæst vil Facebook da aldrig klage over at have for mange brugere. Hvad skulle formålet være? Det svarer til, at man er i Brugsen, og bliver smidt ud fordi bestyreren synes der er for mange kunder!</p>
<p>Kom nu ind i kampen!</p>
]]></content:encoded>
			<wfw:commentRss>http://ostehamster.dk/blog/index.php/2008/10/29/hvorfor-videresender-man-k%c3%a6demails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
