<?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>Felix&#039; Blog &#187; nm</title>
	<atom:link href="http://fetzig.org/tag/nm/feed/" rel="self" type="application/rss+xml" />
	<link>http://fetzig.org</link>
	<description>About open source, education and random other Stuff</description>
	<lastBuildDate>Sat, 24 Jul 2010 17:33:46 +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>Tethering in Fedora &#8211; Using your mobile phone with NetworkManager to surf the web</title>
		<link>http://fetzig.org/2009/07/04/tethering-in-fedora-using-your-mobile-phone-with-networkmanager-to-surf-the-web/</link>
		<comments>http://fetzig.org/2009/07/04/tethering-in-fedora-using-your-mobile-phone-with-networkmanager-to-surf-the-web/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 17:23:43 +0000</pubDate>
		<dc:creator>Felix Kaechele</dc:creator>
				<category><![CDATA[Fedora Planet]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[hal]]></category>
		<category><![CDATA[mobile internet]]></category>
		<category><![CDATA[networkmanager]]></category>
		<category><![CDATA[nm]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[udev]]></category>
		<category><![CDATA[umts]]></category>

		<guid isPermaLink="false">http://fetzig.org/?p=42</guid>
		<description><![CDATA[Recently I tried to use my Nokia 5800 XpressMusic phone to access the web via it&#8217;s 3G modem that is available over Bluetooth. I wanted it to work together with NetworkManager nicely so that other programs (such as Pidgin) receive the online status and also to ease the connection/disconnection process. However NM and also gnome-bluetooth]]></description>
			<content:encoded><![CDATA[<p>Recently I tried to use my Nokia 5800 XpressMusic phone to access the web via it&#8217;s 3G modem that is available over Bluetooth. I wanted it to work together with NetworkManager nicely so that other programs (such as Pidgin) receive the online status and also to ease the connection/disconnection process. However NM and also gnome-bluetooth are not ready for the job yet (Blueman alledgedly is).<br />
I found a <a title="Internet with your mobile Phone over Bluetooth with NetworkManager " href="http://www.harald-hoyer.de/personal/blog/internet-with-your-mobile-phone-over-bluetooth">blog entry by Harald Hoyer</a> that offers a Python script to simplify the whole process of adding the phone as a modem. However that script isn&#8217;t up to date anymore. Unfortunately NM doesn&#8217;t trust HAL to determine the capabilities of the phone anymore (thus allowing this nice Python hack-script) but rather additionally asks udev for it&#8217;s opinion. This will result in the following error message in the debug log of NM:</p>
<p>NetworkManager: &lt;info&gt;  (rfcomm0): found serial port (udev:  hal:GSM)<br />
NetworkManager: &lt;info&gt; (rfcomm0): ignoring due to lack of probed mobile broadband capabilties</p>
<p>I worked around this by setting all rfcomm* ports to be &#8220;probed&#8221; modems via an udev rule. I know that this probably is not the nicest way to do this but hey, it works. Furthermore I updated the script to the new Python 2.6 popen functions.</p>
<p>Here is what I came up with:</p>
<p><a href="http://heffer.fedorapeople.org/dialup-bluetooth.py">dialup-bluetooth.py</a><br />
<a href="http://heffer.fedorapeople.org/90-rfcomm-nm.rules">90-rfcomm-nm.rules</a></p>
<p>The udev rule belongs in /etc/udev/rules.d. The python script can be put anywhere you want but keep in mind that it must be run as root.</p>
<p>Have fun browsing the web on the go! <img src='http://fetzig.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://fetzig.org/2009/07/04/tethering-in-fedora-using-your-mobile-phone-with-networkmanager-to-surf-the-web/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
