<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>R761&#039;s commentary</title>
	<atom:link href="http://r761.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://r761.wordpress.com</link>
	<description>Another WordPress.com weblog</description>
	<lastBuildDate>Sun, 13 Feb 2011 12:52:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='r761.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>R761&#039;s commentary</title>
		<link>http://r761.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://r761.wordpress.com/osd.xml" title="R761&#039;s commentary" />
	<atom:link rel='hub' href='http://r761.wordpress.com/?pushpress=hub'/>
		<item>
		<title>3G USB internet</title>
		<link>http://r761.wordpress.com/2011/02/13/3g-usb-internet/</link>
		<comments>http://r761.wordpress.com/2011/02/13/3g-usb-internet/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 12:52:31 +0000</pubDate>
		<dc:creator>r761</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile Broadband]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://r761.wordpress.com/?p=72</guid>
		<description><![CDATA[I recently purchased a vodafone USB mobile broadband adaptor. While NetworkManager identified it as a mobile broadband device, it did not work consistently. After much experimentation I found that pppconfig was simple to configure, and the pon and poff worked reliably.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=72&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently purchased a vodafone USB mobile broadband adaptor. While NetworkManager identified it as a mobile broadband device, it did not work consistently. After much experimentation I found that pppconfig was simple to configure, and the pon and poff worked reliably.</p>
<h2>Summary:</h2>
<p>Run: sudo pppconfig<br />
Connection name: provider<br />
Phone number: *99#<br />
Device: /dev/gsmmodem<br />
Username and password: anything, they do not matter as they are not used</p>
<p>Once configured you can connect to the internet by running <strong>pon</strong> and disconnect by running <strong>poff</strong>.</p>
<h2>Detail</h2>
<p>For a while I&#8217;ve been looking for a mobile broadband solution for occasional use at limited cost. Recently Dick Smith Electronics had a pre-pay special of a USB wireless modem and 15 GB with 1 year expiry for half the normal price.  The long expiry gives me the flexibility to use several GB one month, and nothing during other months. Unfortunately there was no easy way to know if the modem would work before I had purchased it.</p>
<p>Once home I opened the package. The instructions included the APN which I thought was a good sign. (I later discovered that this APN didn&#8217;t work.)</p>
<p>On connecting the modem it appeared to be recognised. lsusb describes the device as:</p>
<blockquote>
<pre>Bus 001 Device 005: ID 19d2:1009 ONDA Communication S.p.A.
</pre>
</blockquote>
<p>Syslog had a message about USB mass storage device, but I couldn&#8217;t find a drive to mount. I later discovered that the device initially presents its self a USB mass storage device with windows drivers in a .exe. Once these are installed they tell the device to go out of mass storage mode in become a modem. Under Linux this switch is handled automatically by usb-modeswitch &#8211; which explains why all I was able to see was the modem.</p>
<h3>Devices</h3>
<p>The modem presents 5 devices: <tt>/dev/ttyUSB0</tt> to <tt>/dev/ttyUSB4</tt> . NetworkManager appears to randomly pick one of these devices. I noticed that when it picked <tt>ttyUSB3</tt> it worked, but picking anoher device it didn&#8217;t work. The driver appears to know which device to use as it creates a symbolic link from <tt>/dev/gsmmodem</tt> to <tt>ttyUSB3</tt> . As far as I could tell there is no way to tell NetworkManager which device to use. This means that NetworkManager is useless for this device &#8211; so I needed a better way to connect.</p>
<p>When the automagic of Gnome or KDE makes things less reliable it is time to return to basics &#8211; pon, poff, and pppconfig. What parameters should I configure? /dev/gsmmodem is the obvious device. Some googling revealed that dialing *99# will connect using the previous APN</p>
<h3>APNs and dailing numbers</h3>
<p>With the help of the Gnome Mobile Broadband configuration tool I found out the the correct APN to use for pre-pay mobile broadband from vodafone in Australia is <strong>vfprepaymbb</strong>. The modem stores the recently used APNs. These can be viewed by using a serial terminal (such as <tt>screen /dev/gsmmodem</tt>) to type the command <tt>at+cgdcont</tt>. You don&#8217;t have to specify or know the APN to connect &#8211; dialing <tt>*99#</tt> will connect using the most recently used APN. Once you have successfully connected using the modem (with any operating system) you can then just dial <tt>*99#</tt> to connect.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r761.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r761.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r761.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r761.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r761.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r761.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r761.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r761.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r761.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r761.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r761.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r761.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r761.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r761.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=72&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r761.wordpress.com/2011/02/13/3g-usb-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02d13a5d2e49ccf33fe264a6a65acba8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r761</media:title>
		</media:content>
	</item>
		<item>
		<title>Watching TV under Ubuntu with Totem</title>
		<link>http://r761.wordpress.com/2009/06/07/watching-tv-under-ubuntu-with-totem/</link>
		<comments>http://r761.wordpress.com/2009/06/07/watching-tv-under-ubuntu-with-totem/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 12:54:59 +0000</pubDate>
		<dc:creator>r761</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://r761.wordpress.com/?p=61</guid>
		<description><![CDATA[How to watch TV under Linux with Totem and a USB DVB dongle. Insert USB DBV card. In my case lsub reports it as &#8220;Bus 001 Device 059: ID 0b05:171f ASUSTek Computer, Inc.&#8221;, while dmesg says &#8220;dvb-usb: found a &#8216;ASUS My Cinema U3000 Mini DVBT Tuner&#8217;&#8221;. Run totem. Select the menu item &#8220;Movie -&#62; Watch [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=61&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>How to watch TV under Linux with Totem and a USB DVB dongle.</p>
<ol>
<li>Insert USB DBV card. In my case lsub reports it as &#8220;Bus 001 Device 059: ID 0b05:171f ASUSTek Computer, Inc.&#8221;, while dmesg says &#8220;dvb-usb: found a &#8216;ASUS My Cinema U3000 Mini DVBT Tuner&#8217;&#8221;.</li>
<li>Run totem. Select the menu item &#8220;Movie -&gt; Watch TV on &#8216;DVB Adapter 0&#8242;&#8221;. Totem them complains that:<br />
<blockquote><p>Totem is missing a channels listing to be able to tune the receiver.<br />
Please follow the instructions provided in the link to create a channels listing.<br />
[OK]</p></blockquote>
<p>The trouble is that &#8220;the link&#8221; is not provided. Googling unconvers <a href="http://www.chazco.co.uk/post.php?po=10">this suggestion</a>:</li>
<li>Get the channel list by running:<br />
<blockquote><p>w_scan -X &gt; ~/.gstreamer-0.10/dvb-channels.conf</p></blockquote>
<p>This takes about 4 minutes to run.</li>
<li>Go back to totem and select &#8220;Movie -&gt; Watch TV on &#8216;DVB Adapter 0&#8242;&#8221; &#8211; you should now be able to watch TV.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r761.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r761.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r761.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r761.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r761.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r761.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r761.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r761.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r761.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r761.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r761.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r761.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r761.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r761.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=61&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r761.wordpress.com/2009/06/07/watching-tv-under-ubuntu-with-totem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02d13a5d2e49ccf33fe264a6a65acba8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r761</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrading to Ubuntu 9.04</title>
		<link>http://r761.wordpress.com/2009/05/05/upgrading-to-ubuntu-904/</link>
		<comments>http://r761.wordpress.com/2009/05/05/upgrading-to-ubuntu-904/#comments</comments>
		<pubDate>Tue, 05 May 2009 11:37:28 +0000</pubDate>
		<dc:creator>r761</dc:creator>
				<category><![CDATA[E51]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://r761.wordpress.com/?p=55</guid>
		<description><![CDATA[Ubuntu 9.04 is out, and so far it looks good. I&#8217;ve upgraded 3 computer from 8.10.  The upgrade has fixed several problems from previous releases. Nautilus can now write to obex shares over Bluetooth &#8211; this means I now have an easy way to write files to my Nokia E51 without resorting to extra adaptors [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=55&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntu.com/">Ubuntu</a> 9.04 is out, and so far it looks good. I&#8217;ve upgraded 3 computer from 8.10.  The upgrade has fixed several problems from previous releases.</p>
<p>Nautilus can now write to obex shares over Bluetooth &#8211; this means I now have an easy way to write files to my Nokia E51 without resorting to extra adaptors (previously I had been removing the Micro SD card from the phone and putting it in a Micro SD to SD adaptor and then into my laptop).</p>
<p>&#8220;Mod4&#8243; (otherwise know as the Windows key) modifiers now work for more window manager shortcuts. Specifically I can now map Win-Home to bring up my home directory in Nautilus, and Win-L to lock the screen. A long time ago I mapped Win-F1 to desktop 1, Win-F2 to desktop 2, etc. This mapping continues to work in 9.04.</p>
<p>Apparently 9.04 includes support for force feedback wheels out of the box. I&#8217;ll test this once I&#8217;ve resurrected the PC with the network card which was taken out by lightening.</p>
<p>The much hyped notification system is a non-event. I had assumed that it would include a history &#8211; so you could bring up previous notifications to see what the one you missed was. If this functionality exists I&#8217;ve yet to work out how to access it.</p>
<p>Sound on my low powe Via system (called &#8220;fan less&#8221;, but actually has 2 fans) is still broken. This broke back with the upgrade to 8.10, and is still broken in 9.04. By broken I mean the audio stutters, making it unpleasant to use for listening to audio.</p>
<p>In other Ubuntu configuration changes I recently changed the power button to suspend (to disk) my laptop. (Configured under System-&gt;Preferences-&gt;Power Management-&gt;General-&gt;Actions-&gt;When the power button is pressed=Hibernate). Given I just about never shutdown my laptop, always opting to Hibernate instead this makes it quick to Hibernate. Previously I would press Alt-F1, Up arrow, enter, use mouse to select the shutdown menu as it invariably didn&#8217;t get focus, and then stuff around as the keyboard shortcuts didn&#8217;t work well. These keyboard shortcuts appear to be improved in 9.04, but pressing the power button is still much quicker.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r761.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r761.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r761.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r761.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r761.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r761.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r761.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r761.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r761.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r761.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r761.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r761.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r761.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r761.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=55&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r761.wordpress.com/2009/05/05/upgrading-to-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02d13a5d2e49ccf33fe264a6a65acba8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r761</media:title>
		</media:content>
	</item>
		<item>
		<title>Force Feedback on Linux with a Logitech momo wheel, part 2</title>
		<link>http://r761.wordpress.com/2009/01/08/force-feedback-on-linux-with-a-logitech-momo-wheel-part-2/</link>
		<comments>http://r761.wordpress.com/2009/01/08/force-feedback-on-linux-with-a-logitech-momo-wheel-part-2/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 08:28:51 +0000</pubDate>
		<dc:creator>r761</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://r761.wordpress.com/2009/01/08/force-feedback-on-linux-with-a-logitech-momo-wheel-part-2/</guid>
		<description><![CDATA[Force feedback does work with 2.6.28. Here&#8217;s what evtest has to say when running 2.6.28: evtest /dev/input/by-id/usb-Logitech_Logitech_MOMO_Racing-event-joystick Input driver version is 1.0.0 Input device ID: bus 0x3 vendor 0x46d product 0xca03 version 0x100 Input device name: "Logitech Logitech MOMO Racing " Supported events: Event type 0 (Reset) Event code 0 (Reset) Event code 1 (Key) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=48&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Force feedback does work with 2.6.28. Here&#8217;s what <code>evtest</code> has to say when running 2.6.28:</p>
<blockquote><p><code>evtest /dev/input/by-id/usb-Logitech_Logitech_MOMO_Racing-event-joystick<br />
Input driver version is 1.0.0<br />
Input device ID: bus 0x3 vendor 0x46d product 0xca03 version 0x100<br />
Input device name: "Logitech  Logitech MOMO Racing "<br />
Supported events:<br />
Event type 0 (Reset)<br />
Event code 0 (Reset)<br />
Event code 1 (Key)<br />
Event code 3 (Absolute)<br />
Event code 4 (?)<br />
Event code 21 (ForceFeedback)<br />
Event type 1 (Key)<br />
Event code 288 (Trigger)<br />
Event code 289 (ThumbBtn)<br />
Event code 290 (ThumbBtn2)<br />
Event code 291 (TopBtn)<br />
Event code 292 (TopBtn2)<br />
Event code 293 (PinkieBtn)<br />
Event code 294 (BaseBtn)<br />
Event code 295 (BaseBtn2)<br />
Event code 296 (BaseBtn3)<br />
Event code 297 (BaseBtn4)<br />
Event type 3 (Absolute)<br />
Event code 0 (X)<br />
Value      0<br />
Min        0<br />
Max     1023<br />
Fuzz       3<br />
Flat      63<br />
Event code 1 (Y)<br />
Value      0<br />
Min        0<br />
Max      255<br />
Flat      15<br />
Event type 4 (?)<br />
Event code 4 (?)<br />
Event type 21 (ForceFeedback)<br />
Event code 82 (?)<br />
Event code 96 (?)<br />
Event code 97 (?)<br />
Testing ... (interrupt to exit)<br />
Event: time 1231403438.348166, type 3 (Absolute), code 0 (X), value 56<br />
Event: time 1231403438.348183, type 0 (Reset), code 0 (Reset), value 0<br />
Event: time 1231403438.356172, type 3 (Absolute), code 0 (X), value 516<br />
Event: time 1231403438.356190, type 3 (Absolute), code 1 (Y), value 127<br />
Event: time 1231403438.356192, type 0 (Reset), code 0 (Reset), value 0<br />
^C</code></p></blockquote>
<p>Note the addition (after kernel upgrade) of &#8220;Event code 21 (ForceFeedback)&#8221;. <code>fftest</code> only acknowledges one type of event:</p>
<blockquote><p><code>./fftest /dev/input/event4<br />
Force feedback test program.<br />
HOLD FIRMLY YOUR WHEEL OR JOYSTICK TO PREVENT DAMAGES</code></p>
<p><code>Device /dev/input/event4 opened<br />
Axes query:<br />
Effects: Constant<br />
Number of simultaneous effects: 16<br />
Upload effects[0]: Invalid argument<br />
Upload effects[2]: Invalid argument<br />
Upload effects[3]: Invalid argument<br />
Upload effects[4]: Invalid argument<br />
Upload effects[5]: Invalid argument<br />
Enter effect number, -1 to exit<br />
0<br />
Now Playing: Sine vibration<br />
Enter effect number, -1 to exit<br />
1<br />
Now Playing: Constant Force<br />
Enter effect number, -1 to exit<br />
2<br />
Now Playing: Spring Condition<br />
Enter effect number, -1 to exit<br />
3<br />
Now Playing: Damping Condition<br />
Enter effect number, -1 to exit<br />
4<br />
Now Playing: Strong Rumble<br />
Enter effect number, -1 to exit<br />
5<br />
Now Playing: Weak Rumble<br />
Enter effect number, -1 to exit<br />
6<br />
No such effect<br />
Enter effect number, -1 to exit<br />
-1<br />
No such effect</code></p></blockquote>
<p>None of these effects make a noticeable difference to the wheel.  The force feedback device is normally <code>/dev/input/event4</code>, though this changes occasionally between plugins. <code>/dev/input/by-id/usb-Logitech_Logitech_MOMO_Racing-event-joystick</code> is a symbolic link to the device (usually to <code>../event4</code>). Most commands appear to work with either the link, or the actual device. <code>fftest</code> only works with the device (<code>event4</code>), and will fail to run if the link is specified.  By default <code>/dev/input/event4</code> is only accessible by root. The simple, one off fix, is to run</p>
<blockquote>
<pre>sudo chgrp plugdev /dev/input/by-id/usb-Logitech_Logitech_MOMO_Racing-event-joystick</pre>
</blockquote>
<p>This can be made permanent with the help of udev rules. Here&#8217;s what my <code>/etc/udev/rules.d/80-logitech-mom-wheel.rules</code> looks like now:</p>
<blockquote>
<pre>ACTION!="add", GOTO="event_end"
SUBSYSTEM!="input", GOTO="event_end"

KERNEL!="js[0-9]*", GOTO="js_end"
SYSFS{idProduct}=="ca03", SYSFS{idVendor}=="046d", RUN+="/usr/bin/logger udev Logitech momo wheel: running jscal"
SYSFS{idProduct}=="ca03", SYSFS{idVendor}=="046d", RUN+="/usr/bin/jscal -s 2,1,0,507,507,1058885,1044464,1,0,127,127,4227201,4194176 $tempnode"
LABEL="js_end"

KERNEL!="event[0-9], GOTO="event_end"
SYSFS{idProduct}=="ca03", SYSFS{idVendor}=="046d", RUN+="/usr/bin/logger udev Logitech momo wheel: setting feedback group"
SYSFS{idProduct}=="ca03", SYSFS{idVendor}=="046d", GROUP="plugdev"
LABEL="event_end"</pre>
</blockquote>
<p>According to the output in syslog (from the logger command) the group is set 3 times. From what I can tell by watching debug statements in udev rules, the momo wheel is 8 different devices (a joystick, a force feedback device, and I&#8217;m not sure what the others are).  The auto-centre feedback force can be set with the ffset command:</p>
<blockquote><p><code>ffset -a 100 /dev/input/event4</code></p></blockquote>
<p>Will make the wheel harder to turn away from the centre. When released it will return to the centre quickly.</p>
<blockquote><p><code>ffset -a 20 /dev/input/event4</code></p></blockquote>
<p>Will make the wheel easier to turn. It will also return to centre more slowly.  What Linux games support force feedback? The only one I know of is <a href="http://vdrift.net/">vdrift</a>. To get vdrift working make sure the permissions are set (see above) and then edit the <code>[ joystick ]</code> section of <code>~/.vdrift/VDrivf.config</code> to look like:</p>
<blockquote>
<pre>[ joystick ]
calibrated = off
deadzone = off
ff_device = /dev/input/by-id/usb-Logitech_Logitech_MOMO_Racing-event-joystick
ff_gain = 1.500000
ff_invert = off
selected_index = 0
touchcomp = off
two_hundred = on
type = wheel</pre>
</blockquote>
<p>That&#8217;s it &#8211; you are now ready to enjoy vdrift with force feedback.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r761.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r761.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r761.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r761.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r761.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r761.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r761.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r761.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r761.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r761.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r761.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r761.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r761.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r761.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=48&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r761.wordpress.com/2009/01/08/force-feedback-on-linux-with-a-logitech-momo-wheel-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02d13a5d2e49ccf33fe264a6a65acba8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r761</media:title>
		</media:content>
	</item>
		<item>
		<title>Force Feedback on Linux with a Logitech momo wheel</title>
		<link>http://r761.wordpress.com/2009/01/02/force-feedback-on-linux-with-a-logitech-momo-wheel/</link>
		<comments>http://r761.wordpress.com/2009/01/02/force-feedback-on-linux-with-a-logitech-momo-wheel/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 04:33:09 +0000</pubDate>
		<dc:creator>r761</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://r761.wordpress.com/2009/01/02/force-feedback-on-linux-with-a-logitech-momo-wheel/</guid>
		<description><![CDATA[Force feedback doesn&#8217;t appear to be supported out of the box on Ubuntu 8.10 (with kernel 2.6.27) with the Logitech momo wheel. By default the /dev/input/eventX devices are not readable by ordinary users. A temporary fix (until the device is removed and added) is to run chgrp plugdev /dev/input/event*. The force-feedback package (libff/ffutils) has some [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=44&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Force feedback doesn&#8217;t appear to be supported out of the box on Ubuntu 8.10 (with kernel 2.6.27) with the Logitech momo wheel.</p>
<p>By default the /dev/input/eventX devices are not readable by ordinary users. A temporary fix (until the device is removed and added) is to run <code>chgrp plugdev /dev/input/event*</code>.</p>
<p>The <a href="http://sourceforge.net/projects/libff/">force-feedback package (libff/ffutils)</a> has some test commands. To find the right device use <code>evtest /dev/input/eventX</code>. I found the event2 was the correct device:</p>
<blockquote>
<pre>bash&gt; ./evtest /dev/input/event2
Input driver version is 1.0.0
Input device ID: bus 0x3 vendor 0x46d product 0xca03 version 0x100
Input device name: "Logitech  Logitech MOMO Racing "
Supported events:
  Event type 0 (Reset)
    Event code 0 (Reset)
    Event code 1 (Key)
    Event code 3 (Absolute)
    Event code 4 (?)
  Event type 1 (Key)
    Event code 288 (Trigger)
    Event code 289 (ThumbBtn)
    Event code 290 (ThumbBtn2)
    Event code 291 (TopBtn)
    Event code 292 (TopBtn2)
    Event code 293 (PinkieBtn)
    Event code 294 (BaseBtn)
    Event code 295 (BaseBtn2)
    Event code 296 (BaseBtn3)
    Event code 297 (BaseBtn4)
  Event type 3 (Absolute)
    Event code 0 (X)
      Value    512
      Min        0
      Max     1023
      Fuzz       3
      Flat      63
    Event code 1 (Y)
      Value    127
      Min        0
      Max      255
      Flat      15
  Event type 4 (?)
    Event code 4 (?)
Testing ... (interrupt to exit)
Event: time 1230869143.661631, type 3 (Absolute), code 0 (X), value 512
Event: time 1230869143.661639, type 0 (Reset), code 0 (Reset), value 0
Event: time 1230869143.669637, type 3 (Absolute), code 0 (X), value 501
Event: time 1230869143.669659, type 0 (Reset), code 0 (Reset), value 0
... lots more Events printed if the wheel is moved, or buttons presed.</pre>
</blockquote>
<p>In theory fftest should test force feedback. This didn&#8217;t work for me. Here&#8217;s the output:</p>
<blockquote>
<pre>bash&gt; ./fftest /dev/input/event2
Force feedback test program.
HOLD FIRMLY YOUR WHEEL OR JOYSTICK TO PREVENT DAMAGES

Device /dev/input/event2 opened
Axes query:
Effects:
Number of simultaneous effects: 0
Upload effects[0]: Function not implemented
Upload effects[1]: Function not implemented
Upload effects[2]: Function not implemented
Upload effects[3]: Function not implemented
Upload effects[4]: Function not implemented
Upload effects[5]: Function not implemented
Enter effect number, -1 to exit</pre>
</blockquote>
<p>There are some changes in the 2.6.28 kernel relating to force feedback and the momo wheel &#8211; maybe that will get it working.</p>
<p>Next step: repeat these tests with a 2.6.28 kernel.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r761.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r761.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r761.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r761.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r761.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r761.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r761.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r761.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r761.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r761.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r761.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r761.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r761.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r761.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=44&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r761.wordpress.com/2009/01/02/force-feedback-on-linux-with-a-logitech-momo-wheel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02d13a5d2e49ccf33fe264a6a65acba8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r761</media:title>
		</media:content>
	</item>
		<item>
		<title>Logitech momo wheel with Linux and Torcs</title>
		<link>http://r761.wordpress.com/2009/01/01/logitech-momo-wheel-with-linux-and-torcs/</link>
		<comments>http://r761.wordpress.com/2009/01/01/logitech-momo-wheel-with-linux-and-torcs/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 12:37:20 +0000</pubDate>
		<dc:creator>r761</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://r761.wordpress.com/2009/01/01/logitech-momo-wheel-with-linux-and-torcs/</guid>
		<description><![CDATA[Recently I purchased a Logitech momo wheel for use with car simulators such as the torcs racing game. Plugging this in to Ubuntu 8.10 it was detected immediately. Running jstest /dev/input/js0 gives an easy way to show what all the buttons and pedals do. It also demonstrates the problem with the default configuration &#8211; there&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=34&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently I purchased a <a href="http://www.logitech.com/index.cfm/gaming/pc_gaming/wheels/devices/320">Logitech momo wheel</a> for use with car simulators such as the <a href="http://torcs.org/">torcs</a> racing game.</p>
<p>Plugging this in to Ubuntu 8.10 it was detected immediately. Running</p>
<blockquote><p><code>jstest /dev/input/js0</code></p></blockquote>
<p>gives an easy way to show what all the buttons and pedals do. It also demonstrates the problem with the default configuration &#8211; there&#8217;s a significant dead spot around the centre of the wheel rotation. This can be fixed with<code>jscal</code>. Specifically:</p>
<blockquote><p><code>jscal -c /dev/input/js0</code></p>
<p>Then follow the prompts to calibrate the wheel and pedal ranges. This removes the dead spot in the centre.</p>
<p><code>jscal -p /dev/input/js0</code></p>
<p>This prints out a command line which can be run to install the current calibation (as configured with jscal above). For me this output:</p>
<p><code>/usr/bin/jscal -s 2,1,0,507,507,1058885,1044464,1,0,127,127,4227201,4194176</code></p></blockquote>
<p>Now, I could just re-type this command every time I connect the wheel, but being one to automate things I configured udev to automatically run jscal for me. To do this I created the file <code>/etc/udev/rules.d/80-logitech-momo-wheel.rules</code> which looks like:</p>
<blockquote>
<pre>ACTION!="add", GOTO="momo_end"
SUBSYSTEM!="input", GOTO="momo_end"
KERNEL!="js[0-9]*", GOTO="momo_end"

SYSFS{idProduct}=="ca03", SYSFS{idVendor}=="046d", RUN+="/usr/bin/logger udev Logitech momo wheel: running jscal"
SYSFS{idProduct}=="ca03", SYSFS{idVendor}=="046d", RUN+="/usr/bin/jscal -s 2,1,0,507,507,1058885,1044464,1,0,127,127,4227201,4194176 $tempnode"

LABEL="momo_end"</pre>
</blockquote>
<p>What about force feedback? It doesn&#8217;t appear to be supported by torcs. Accoding to <a href="http://blogdrake.net/node/10315">blogdrake</a>, <a href="http://vdrift.net/">vdrift</a> does support force feedback so that&#8217;s next on my list of things to try.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r761.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r761.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r761.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r761.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r761.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r761.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r761.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r761.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r761.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r761.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r761.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r761.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r761.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r761.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=34&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r761.wordpress.com/2009/01/01/logitech-momo-wheel-with-linux-and-torcs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02d13a5d2e49ccf33fe264a6a65acba8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r761</media:title>
		</media:content>
	</item>
		<item>
		<title>Trainz Simulator 2009 (TS2009) under Linux and Wine</title>
		<link>http://r761.wordpress.com/2008/12/23/trainz-2009-ts2009-under-linux-and-wine/</link>
		<comments>http://r761.wordpress.com/2008/12/23/trainz-2009-ts2009-under-linux-and-wine/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 05:06:44 +0000</pubDate>
		<dc:creator>r761</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Trainz]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://r761.wordpress.com/2008/12/23/trainz-2009-ts2009-under-linux-and-wine/</guid>
		<description><![CDATA[Trainz Simulator 2009 is out and promises a whole set of improvements. Of course I was eager to find out how well it works with Wine. The short answer: much like previous versions &#8211; a couple of tweaks and it mostly works. Here is what I have done to get it working: 1. Create the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=22&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ts2009.com/">Trainz Simulator 2009</a> is out and promises a whole set of improvements. Of course I was eager to find out how well it works with <a href="http://www.winehq.org/">Wine</a>. The short answer: much like previous versions &#8211; a couple of tweaks and it mostly works.</p>
<p>Here is what I have done to get it working:</p>
<table border="1">
<tbody>
<tr>
<td>1.</td>
<td>Create the registary key <code>HKEY_CURRENT_USER/Software/Wine/X11 Driver/ClientSideWithRender</code></td>
<td>Without this most of the startup menus don&#8217;t render text &#8211; making it hard to select the correct option or route.</td>
</tr>
<tr>
<td>2.</td>
<td>Use DirectX rendering (not OpenGL)</td>
<td>There are several problems with OpenGL, the most obvious being no ground.</td>
</tr>
</tbody>
</table>
<p>After clicking &#8220;Start&#8221; at the initial screen a dialogue box comes up with &#8220;Launch Failed&#8221;, &#8220;Process exited with error code 9009&#8243;. Click on the [Launch Trainz] button to continue.</p>
<p>This is being run on <a href="http://www.ubuntu.com/">Ubuntu</a> 8.10 with an nVidia NV44 [Quadro NVS 285] using proprietary drivers.</p>
<p>Links:</p>
<ul>
<li><a href="http://appdb.winehq.org/objectManager.php?sClass=application&amp;iId=1468">Wine Trainz AppDB entry</a> has various people&#8217;s reports on different versions of Trainz</li>
</ul>
<p>If you have any more tweaks to improve functionality or performance please let me know.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r761.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r761.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r761.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r761.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r761.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r761.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r761.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r761.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r761.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r761.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r761.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r761.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r761.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r761.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=22&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r761.wordpress.com/2008/12/23/trainz-2009-ts2009-under-linux-and-wine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02d13a5d2e49ccf33fe264a6a65acba8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r761</media:title>
		</media:content>
	</item>
		<item>
		<title>Australian Government attempting to filter the Internet</title>
		<link>http://r761.wordpress.com/2008/10/24/australian-government-filtering/</link>
		<comments>http://r761.wordpress.com/2008/10/24/australian-government-filtering/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 06:39:20 +0000</pubDate>
		<dc:creator>r761</dc:creator>
				<category><![CDATA[Australian Government]]></category>
		<category><![CDATA[bad-design]]></category>

		<guid isPermaLink="false">http://r761.wordpress.com/?p=8</guid>
		<description><![CDATA[The Australian Government (led by Stephen Conroy) is continuing it&#8217;s attempt to filter the Internet. When will they stop wasting my tax money on such schemes which are generally acknowledged as being ineffective. Rather than trying to promote cheap, affordable, broadband access for the country they continue trying to put in filters which will just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=8&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Australian Government (led by Stephen Conroy) is continuing it&#8217;s attempt to filter the Internet. When will they stop wasting my tax money on such schemes which are generally acknowledged as being ineffective. Rather than trying to promote cheap, affordable, broadband access for the country they continue trying to put in filters which will just slow it down.</p>
<p>Rather than reiterate all the arguments against the scheme here I&#8217;ll point to several articles which already outline many of the problems:</p>
<ul>
<li><a href="http://efa.org.au/">EFA</a> &#8211; <a href="http://nocleanfeed.com/">No Clean Feed</a></li>
<li><a href="http://stopthecleanfeed.com/">Stop The Clean Feed</a></li>
<li><a href="http://www.abc.net.au/news/stories/2008/10/24/2399876.htm">ABC &#8211; The high price of internet filtering</a></li>
<li><a href="http://www.theage.com.au/articles/2008/10/23/1224351430987.html">The Age &#8211; Filtering out the fury: how government tried to gag web censor critics</a> (same article on the <a href="http://www.smh.com.au/news/technology/biztech/how-government-tried-to-gag-censor-critics/2008/10/23/1224351430987.html">SMH</a></li>
<li><a href="http://www.australianit.news.com.au/story/0,24897,23021645-15306,00.html">The Australian &#8211; Stephen Conroy wades into child porn net flood</a></li>
<li><a href="http://www.brisbanetimes.com.au/news/technology/labors-web-gag-worse-than-iran/2008/10/23/1224351491889.html?page=fullpage#contentSwap1">Brisbane Times &#8211; Labor&#8217;s web gag &#8216;worse than Iran&#8217;</a></li>
<li><a href="http://yro.slashdot.org/article.pl?sid=08/10/24/0224239">Slashdot &#8211; Australian Government Censorship &#8216;Worse Than Iran&#8217;</a></li>
<li><a href="http://www.crikey.com.au/Media-Arts-and-Sports/20081024-Cheap-tricks-not-the-right-response-on-internet-filtering.html">Crikey &#8211; Cheap tricks not the right response on internet filtering</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r761.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r761.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r761.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r761.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r761.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r761.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r761.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r761.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r761.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r761.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r761.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r761.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r761.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r761.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=8&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r761.wordpress.com/2008/10/24/australian-government-filtering/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02d13a5d2e49ccf33fe264a6a65acba8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r761</media:title>
		</media:content>
	</item>
		<item>
		<title>Connecting Ubuntu with bluetooth to Telstra 3g</title>
		<link>http://r761.wordpress.com/2008/07/12/connecting-to-3g-telstra/</link>
		<comments>http://r761.wordpress.com/2008/07/12/connecting-to-3g-telstra/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 12:35:37 +0000</pubDate>
		<dc:creator>r761</dc:creator>
				<category><![CDATA[E51]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[telstra]]></category>

		<guid isPermaLink="false">http://r761.wordpress.com/?p=6</guid>
		<description><![CDATA[I have a Nokia E51 with a Telstra (Australia) SIM. There are a number of pages which describe how to connect. The one crucial step they didn&#8217;t explain is what Telstra calls its access point. It is &#8220;telstra.wap&#8221;. The AT command required is: AT+CGDCONT=1,”IP”,”internet” Here&#8217;s the whole process: Set bluetooh on the phone to temporarily [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=6&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have a Nokia E51 with a Telstra (Australia) SIM. There are a number of pages which <a href="http://outhereinthefield.wordpress.com/2008/06/13/nokia-e51-as-bluetooth-gsm-modem-on-ubuntu-gutsy-gibbon/">describe how to connect</a>. The one crucial step they didn&#8217;t explain is what Telstra calls its access point. It is &#8220;telstra.wap&#8221;. The AT command required is:</p>
<blockquote><p><code>AT+CGDCONT=1,”IP”,”internet”</code></p></blockquote>
<p>Here&#8217;s the whole process:</p>
<ol>
<li>Set bluetooh on the phone to temporarily discoverable (Home/Menu, Connectivity, Bluetooth, My phone&#8217;s visibility=Defined period, 2 minutes.)</li>
<li>Run: <code>sdptool search dun</code><br />
Make a note of the MAC address (00:1D:FD:&#8230;.) and the Channel, (eg 4)</li>
<li>Edit <code>/etc/bluetooth/rfcomm.conf</code> to look like<br />
<blockquote>
<pre># RFCOMM configuration file.
rfcomm0 {
# Automatically bind the device at startup
bind yes;
# Bluetooth address of the device
device 00:1D:FD:AB:CD:EF;  # replace with your MAC
# RFCOMM channel for the connection
channel	4;  # replace with your channel
# Description of the connection
comment "Nokia E51 phone";
}</pre>
</blockquote>
</li>
<li>Run: <code>sudo rfcomm bind 0 00:1D:FD:AB:CD:EF</code></li>
<li>Run: sudo <code>/etc/init.d/bluetooth restart</code></li>
<li>Edit /etc/ppp/peers/3g to look like<br />
<blockquote>
<pre># user and password are ignored by the other end
user "3g"
password "3g"
show-password
connect "/usr/sbin/chat -t 5 -v '' ATZ OK 'ATV1 E0' OK 'AT+CGDCONT=1,\"IP\",\"telstra.wap\"' OK 'ATDT*99***1#' '}'"
# Serial device to which the modem is connected.
/dev/rfcomm0
# Speed of the serial line.
115200
# Assumes that your IP address is allocated dynamically by the ISP.
noipdefault
# Try to get the name server addresses from the ISP.
usepeerdns
# Use this connection as the default route.
defaultroute
# Makes pppd "dial again" when the connection is lost.
#persist
# Do not ask the remote to authenticate.
noauth
# log connecting messages to /var/log/syslog (via syslog)
debug
# serial port locking
lock
# disable compression
novj
nobsdcomp
novjccomp
nopcomp
noaccomp
noccp</pre>
</blockquote>
</li>
<li>To connect run: pon 3g</li>
<li>Enjoy the internet at premium Telstra prices</li>
<li>To disconnect run: poff</li>
</ol>
<p>If the bluetooth serial port stops working for no apparent reason, and minicom complains that the device has gone away, check the channel. It changed on me for no apparent reason. Once I updated it in /etc/bluetooth/rfcomm0 and ran /etc/init.d/bluetooth restart it started working again.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/r761.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/r761.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r761.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r761.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r761.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r761.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r761.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r761.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r761.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r761.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r761.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r761.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r761.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r761.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r761.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r761.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=6&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r761.wordpress.com/2008/07/12/connecting-to-3g-telstra/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02d13a5d2e49ccf33fe264a6a65acba8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r761</media:title>
		</media:content>
	</item>
		<item>
		<title>Predictive text not always available</title>
		<link>http://r761.wordpress.com/2008/06/12/predictive-text-not-always-available/</link>
		<comments>http://r761.wordpress.com/2008/06/12/predictive-text-not-always-available/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 03:34:02 +0000</pubDate>
		<dc:creator>r761</dc:creator>
				<category><![CDATA[E51]]></category>
		<category><![CDATA[bad-design]]></category>

		<guid isPermaLink="false">http://r761.wordpress.com/?p=5</guid>
		<description><![CDATA[In several places, particularly in the web browser, predictive text is not available. Specifically, when entering a a URL or bookmark name predictive text can not be activated. Pressing &#8220;#&#8221; cycles between &#8220;abc&#8221;, &#8220;ABC&#8221;, and &#8220;123&#8243;, none of which have the &#8220;&#8230;&#8221; for predictive text. This unnecessarily slows down text entry on these screens.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=5&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In several places, particularly in the web browser, predictive text is not available. Specifically, when entering a a URL or bookmark name predictive text can not be activated. Pressing &#8220;#&#8221; cycles between &#8220;abc&#8221;, &#8220;ABC&#8221;, and &#8220;123&#8243;, none of which have the &#8220;&#8230;&#8221; for predictive text. This unnecessarily slows down text entry on these screens.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/r761.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/r761.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r761.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r761.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r761.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r761.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r761.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r761.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r761.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r761.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r761.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r761.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r761.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r761.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r761.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r761.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r761.wordpress.com&amp;blog=3950632&amp;post=5&amp;subd=r761&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r761.wordpress.com/2008/06/12/predictive-text-not-always-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02d13a5d2e49ccf33fe264a6a65acba8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r761</media:title>
		</media:content>
	</item>
	</channel>
</rss>
