<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/"
         xmlns:content="http://purl.org/rss/1.0/modules/content/"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel rdf:about="http://mjr.towers.org.uk/writing/reflections/index.rss">
		<title>MJR&#39;s slef-reflections - Entries tagged hardware</title>
		<description>Entries tagged hardware</description>
                <link>http://mjr.towers.org.uk/writing/reflections/</link>
    <items>
      <rdf:Seq>
	
		<rdf:li resource="http://mjr.towers.org.uk/writing/reflections/Mystified_by_Remote_Controls.html" />
	
		<rdf:li resource="http://mjr.towers.org.uk/writing/reflections/Getting_Linux_InfraRed_Beaming_to_a_Palm_III_with_a_Belkin_USB_Device.html" />
	
		<rdf:li resource="http://mjr.towers.org.uk/writing/reflections/BBC_website__TV_and_Technology.html" />
	
      </rdf:Seq>
    </items>
        </channel>
	
	<item rdf:about="http://mjr.towers.org.uk/writing/reflections/Mystified_by_Remote_Controls.html">
		<title>Mystified by Remote Controls</title>
		<link>http://mjr.towers.org.uk/writing/reflections/Mystified_by_Remote_Controls.html</link>
		<description>
&lt;p&gt;
Can a Panasonic EUR7615KTO remote control
for a NV-VP30 video player use its TV mode
to control a Goodmans 257NS TV?
&lt;/p&gt;&lt;p&gt;
I&#39;ve tried every setting listed in the
instruction book and I still can&#39;t get it
to work.
Neither the book nor the stuff on Panasonic&#39;s
web site has a compatibility list.
Search engine results are full
of people selling replacement controls and
no compatibility lists.
&lt;/p&gt;&lt;p&gt;
I guess it doesn&#39;t work, but it&#39;s a bit
irritating not to know for sure.
Why doesn&#39;t anyone produce proper hardware
compatibility lists for these devices?
Video players are worse than Linux...
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[ 
<p>
Can a Panasonic EUR7615KTO remote control
for a NV-VP30 video player use its TV mode
to control a Goodmans 257NS TV?
</p><p>
I've tried every setting listed in the
instruction book and I still can't get it
to work.
Neither the book nor the stuff on Panasonic's
web site has a compatibility list.
Search engine results are full
of people selling replacement controls and
no compatibility lists.
</p><p>
I guess it doesn't work, but it's a bit
irritating not to know for sure.
Why doesn't anyone produce proper hardware
compatibility lists for these devices?
Video players are worse than Linux...
</p>
 ]]></content:encoded>
                <dc:date>2008-05-18T13:44:36+00:00</dc:date>
	</item>
	
	<item rdf:about="http://mjr.towers.org.uk/writing/reflections/Getting_Linux_InfraRed_Beaming_to_a_Palm_III_with_a_Belkin_USB_Device.html">
		<title>Getting Linux InfraRed Beaming to a Palm III with a Belkin USB Device</title>
		<link>http://mjr.towers.org.uk/writing/reflections/Getting_Linux_InfraRed_Beaming_to_a_Palm_III_with_a_Belkin_USB_Device.html</link>
		<description>
&lt;p&gt;
I lent someone my old
&lt;a href=&quot;http://www.palm.com/&quot;&gt;Palm&lt;/a&gt;
IIIe as a data entry device for an exhibition
this week.
I don&#39;t use it much since
&lt;a href=&quot;http://mjr.towers.org.uk/blog/2007/phone#k608i&quot;&gt;I got a Samsung K608i&lt;/a&gt;
last year.
They weren&#39;t comfortable with using
their smart phone as a data entry device.
I can understand that: I&#39;m still pretty slow
at phone-typing and it corrupted data when
its memory filled recently.
&lt;/p&gt;&lt;p&gt;
The batteries had been removed from the Palm
to avoid them leaking, so it needed reloading
with
&lt;a href=&quot;http://www.palmopensource.com/&quot;&gt;useful Palm free software&lt;/a&gt;
for data entry.
The first problem was that
I decommissioned
&lt;em&gt;bouncing&lt;/em&gt;
a while
ago and that was the last machine to sync
with the Palm.  I wasn&#39;t keen to pull it
out of the store cupboard and connect all
the wires, but
my current desktop machine
&lt;em&gt;nail&lt;/em&gt;
doesn&#39;t
have a 9-pin serial port for the cradle
and that&#39;s the only connector on the Palm.
&lt;/p&gt;&lt;p&gt;
Actually, it&#39;s not the only connector: the Palm
has an InfraRed emitter and I have
a Belkin F5U230 USB-IrDA
dongle thing.  I don&#39;t use it that often,
but it worked enough to connect
&lt;em&gt;nail&lt;/em&gt;
to
the internet through my old mobile phone.
That was a while ago and I forgot the
specifics, but eventually I noticed the
key phrase in the
&lt;strong&gt;irattach&lt;/strong&gt;
man page:-
&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&quot;Note that there is  another  USB  driver  for  those  devices
                 called ir-usb
                 which is NOT compatible with the IrDA stack and
                 conflicts with irda-usb.  Because it always  loads  first,  you
                 have to remove ir-usb completely.&quot;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;
Sure enough, I checked the
&lt;strong&gt;lsmod&lt;/strong&gt;
output
and found ir-usb there, screwing stuff up.
A few modprobe -r
commands, then I simply ran
&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&quot;irattach irda-usb&quot;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;
and saw the irda0 network device appear.
&lt;/p&gt;&lt;p&gt;
Still one thing to do: beam the actual
applications.  This was pretty easy because
I remembered reading that
&lt;a href=&quot;http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp&quot;&gt;obexftp&lt;/a&gt;
defaulted
to IRDA sending when I was getting bluetooth
working.
All I had to do was enter a command like
&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&quot;obexftp --irda --put db.prc&quot;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;
and the Palm asked if I wanted to accept it!
Yes!
&lt;/p&gt;&lt;p&gt;
First test with
&lt;strong&gt;obexftpd&lt;/strong&gt;
for receiving
files wasn&#39;t encouraging,
though and I can&#39;t see how to use
&lt;a href=&quot;http://www.mulliner.org/bluetooth/sobexsrv.php&quot;&gt;sobexsrv&lt;/a&gt;
for this: I&#39;ll probably write next week
whether we get any data off the Palm!
The Palm IIIe is too old to hotsync over
infra-red, as far as I can tell.  I&#39;ve got
a roundabout route through the K608i but
it doesn&#39;t seem to be very reliable.
Anyone got any expert tips?
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[ 
<p>
I lent someone my old
<a href="http://www.palm.com/">Palm</a>
IIIe as a data entry device for an exhibition
this week.
I don't use it much since
<a href="http://mjr.towers.org.uk/blog/2007/phone#k608i">I got a Samsung K608i</a>
last year.
They weren't comfortable with using
their smart phone as a data entry device.
I can understand that: I'm still pretty slow
at phone-typing and it corrupted data when
its memory filled recently.
</p><p>
The batteries had been removed from the Palm
to avoid them leaking, so it needed reloading
with
<a href="http://www.palmopensource.com/">useful Palm free software</a>
for data entry.
The first problem was that
I decommissioned
<em>bouncing</em>
a while
ago and that was the last machine to sync
with the Palm.  I wasn't keen to pull it
out of the store cupboard and connect all
the wires, but
my current desktop machine
<em>nail</em>
doesn't
have a 9-pin serial port for the cradle
and that's the only connector on the Palm.
</p><p>
Actually, it's not the only connector: the Palm
has an InfraRed emitter and I have
a Belkin F5U230 USB-IrDA
dongle thing.  I don't use it that often,
but it worked enough to connect
<em>nail</em>
to
the internet through my old mobile phone.
That was a while ago and I forgot the
specifics, but eventually I noticed the
key phrase in the
<strong>irattach</strong>
man page:-
</p><blockquote><p>"Note that there is  another  USB  driver  for  those  devices
                 called ir-usb
                 which is NOT compatible with the IrDA stack and
                 conflicts with irda-usb.  Because it always  loads  first,  you
                 have to remove ir-usb completely."</p></blockquote><p>
Sure enough, I checked the
<strong>lsmod</strong>
output
and found ir-usb there, screwing stuff up.
A few modprobe -r
commands, then I simply ran
</p><blockquote><p>"irattach irda-usb"</p></blockquote><p>
and saw the irda0 network device appear.
</p><p>
Still one thing to do: beam the actual
applications.  This was pretty easy because
I remembered reading that
<a href="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp">obexftp</a>
defaulted
to IRDA sending when I was getting bluetooth
working.
All I had to do was enter a command like
</p><blockquote><p>"obexftp --irda --put db.prc"</p></blockquote><p>
and the Palm asked if I wanted to accept it!
Yes!
</p><p>
First test with
<strong>obexftpd</strong>
for receiving
files wasn't encouraging,
though and I can't see how to use
<a href="http://www.mulliner.org/bluetooth/sobexsrv.php">sobexsrv</a>
for this: I'll probably write next week
whether we get any data off the Palm!
The Palm IIIe is too old to hotsync over
infra-red, as far as I can tell.  I've got
a roundabout route through the K608i but
it doesn't seem to be very reliable.
Anyone got any expert tips?
</p>
 ]]></content:encoded>
                <dc:date>2008-05-29T08:55:01+00:00</dc:date>
	</item>
	
	<item rdf:about="http://mjr.towers.org.uk/writing/reflections/BBC_website__TV_and_Technology.html">
		<title>BBC website, TV and Technology</title>
		<link>http://mjr.towers.org.uk/writing/reflections/BBC_website__TV_and_Technology.html</link>
		<description>
&lt;p class=&quot;leadimg&quot;&gt;
&lt;img src=&quot;http://mjr.towers.org.uk/writing/reflections/attachments/satdish_sm.jpg&quot; width=&quot;120&quot; height=&quot;120&quot; alt=&quot;[Dish]&quot; title=&quot;Dish&quot; /&gt;&lt;br /&gt;
(How I get TV)
&lt;/p&gt;
&lt;p&gt;
The British Broadcasting Corporation,
the largest UK public service broadcaster,
is seen as a slow lumbering beast and a bit
clueless about technology,
as you can see from
&lt;a href=&quot;http://mjr.towers.org.uk/writing/reflections/BBC_TV__Click__Free_beer_and_facebook_flaming.html#c&quot;&gt;the comment when I wrote about Click: Free=beer and facebook-flaming&lt;/a&gt;
recently.  I think that&#39;s a pretty typical
view.
&lt;/p&gt;&lt;p&gt;
For example,
the BBC has recently helped to launch
&lt;a href=&quot;http://www.freesat.co.uk/&quot;&gt;Freesat&lt;/a&gt;
which is good in some ways (free-to-air and
maybe more standards-based than Sky) but
still publishes half-truths like
&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&quot;Installing a satellite dish is a job for professionals&quot;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;
(On balance, it&#39;s no harder than installing
most TV aerials, in my opinion, but
remember you get no warranty on DIY.)
&lt;/p&gt;&lt;p&gt;
It&#39;s pretty much the same situation online,
which is why stories like
&lt;a href=&quot;http://davepress.net/2008/06/02/the-bbc-and-innovation/&quot;&gt;The BBC and innovation [DavePress]&lt;/a&gt;
and
&lt;a href=&quot;http://www.blogstorm.co.uk/good-news-for-websites-bbc-told-to-link-out-more/&quot;&gt;Good news for websites - BBC told to link out more!&lt;/a&gt;
continue to be news, nearly 12 years after
the BBC&#39;s website launched.
&lt;a href=&quot;http://web.archive.org/web/19961029213728/http://www.bbcnc.org.uk/&quot;&gt;(Source)&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;
One of the few areas where BBC triumphs
is probably news-gathering, picking up
stories that are unpopular
with both business and government, like
&lt;a href=&quot;http://news.bbc.co.uk/1/hi/technology/7431336.stm&quot;&gt;BBC NEWS: Towns triumph in broadband tests&lt;/a&gt;
which follows the
&lt;a href=&quot;http://mjr.towers.org.uk/writing/reflections/Update__Experts_Say_Ofcom_Wrong_About_Rural_Broadband.html&quot;&gt;Experts Say Ofcom Wrong About Rural Broadband&lt;/a&gt;
storm online.  I recently helped
&lt;a href=&quot;http://www.doonofmay.org/blog/?p=21&quot;&gt;The Doon of May team look into internet connectivity&lt;/a&gt;
and I was surprised how bad it was in their
location: a bit
of attention from BBC News is most welcome.
&lt;/p&gt;&lt;p&gt;
If you&#39;d like to try receiving the BBC - or
some other national broadcasters in Europe -
by satellite, I&#39;m currently taking
&lt;a href=&quot;http://cyclingfans.net/satellite/2008/questions-about-cycling-on-satellite&quot;&gt;Questions About Cycling on Satellite&lt;/a&gt;
over on my Cycling Fans blog.
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[ 
<p class="leadimg">
<img src="http://mjr.towers.org.uk/writing/reflections/attachments/satdish_sm.jpg" width="120" height="120" alt="[Dish]" title="Dish" /><br />
(How I get TV)
</p>
<p>
The British Broadcasting Corporation,
the largest UK public service broadcaster,
is seen as a slow lumbering beast and a bit
clueless about technology,
as you can see from
<a href="http://mjr.towers.org.uk/writing/reflections/BBC_TV__Click__Free_beer_and_facebook_flaming.html#c">the comment when I wrote about Click: Free=beer and facebook-flaming</a>
recently.  I think that's a pretty typical
view.
</p><p>
For example,
the BBC has recently helped to launch
<a href="http://www.freesat.co.uk/">Freesat</a>
which is good in some ways (free-to-air and
maybe more standards-based than Sky) but
still publishes half-truths like
</p><blockquote><p>"Installing a satellite dish is a job for professionals"</p></blockquote><p>
(On balance, it's no harder than installing
most TV aerials, in my opinion, but
remember you get no warranty on DIY.)
</p><p>
It's pretty much the same situation online,
which is why stories like
<a href="http://davepress.net/2008/06/02/the-bbc-and-innovation/">The BBC and innovation [DavePress]</a>
and
<a href="http://www.blogstorm.co.uk/good-news-for-websites-bbc-told-to-link-out-more/">Good news for websites - BBC told to link out more!</a>
continue to be news, nearly 12 years after
the BBC's website launched.
<a href="http://web.archive.org/web/19961029213728/http://www.bbcnc.org.uk/">(Source)</a>
</p><p>
One of the few areas where BBC triumphs
is probably news-gathering, picking up
stories that are unpopular
with both business and government, like
<a href="http://news.bbc.co.uk/1/hi/technology/7431336.stm">BBC NEWS: Towns triumph in broadband tests</a>
which follows the
<a href="http://mjr.towers.org.uk/writing/reflections/Update__Experts_Say_Ofcom_Wrong_About_Rural_Broadband.html">Experts Say Ofcom Wrong About Rural Broadband</a>
storm online.  I recently helped
<a href="http://www.doonofmay.org/blog/?p=21">The Doon of May team look into internet connectivity</a>
and I was surprised how bad it was in their
location: a bit
of attention from BBC News is most welcome.
</p><p>
If you'd like to try receiving the BBC - or
some other national broadcasters in Europe -
by satellite, I'm currently taking
<a href="http://cyclingfans.net/satellite/2008/questions-about-cycling-on-satellite">Questions About Cycling on Satellite</a>
over on my Cycling Fans blog.
</p>
 ]]></content:encoded>
                <dc:date>2008-06-03T10:43:29+00:00</dc:date>
	</item>
	
</rdf:RDF>
