<?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>Whispers of R'lyeh &#187; project tablet</title>
	<atom:link href="http://warpedcore.net/rlyeh/tag/project-tablet/feed/" rel="self" type="application/rss+xml" />
	<link>http://warpedcore.net/rlyeh</link>
	<description>Matt Thomason's weblog</description>
	<lastBuildDate>Thu, 19 Nov 2009 11:19:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Project Tablet: Wireless Network</title>
		<link>http://warpedcore.net/rlyeh/2009/08/23/project-tablet-wireless-network/</link>
		<comments>http://warpedcore.net/rlyeh/2009/08/23/project-tablet-wireless-network/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 13:58:37 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tech Geek Stuff]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[project tablet]]></category>

		<guid isPermaLink="false">http://warpedcore.net/rlyeh/?p=124</guid>
		<description><![CDATA[So I&#8217;ve been struggling with the eth5k drivers (and the madwifi alternative) on the tablet &#8211; both connect fine as long as my AP is unencrypted, but as soon as I add either WEP or WPA Personal security it just fails. In a last-ditch attempt to get wireless comms up, I&#8217;m installing the Windows XP [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been struggling with the eth5k drivers (and the madwifi alternative) on the tablet &#8211; both connect fine as long as my AP is unencrypted, but as soon as I add either WEP or WPA Personal security it just fails.  In a last-ditch attempt to get wireless comms up, I&#8217;m installing the Windows XP network drivers into Linux using ndiswrapper.</p>
<h3>Step Six: Installing ndiswrapper</h3>
<p>apt-get install ndiswrapper-common ndiswrapper-utils-1.9</p>
<p>I&#8217;ve previously extracted the driver into /home/user/wireless</p>
<pre>cd /home/user/wireless</pre>
<pre>ndiswrapper -i PRISMNIC.inf</pre>
<pre>modprobe ndiswrapper</pre>
<pre>ndiswrapper -m</pre>
<p>Followed by a reboot, picking a religion at random, and offering up a prayer.</p>
<p>It didn&#8217;t work.  However, I got a warning that /etc/modprobe.d/ndiswrapper needed a .conf extension &#8211; so I quickly renamed and rebooted again&#8230;</p>
<p>Aaand still not working <img src='http://warpedcore.net/rlyeh/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>To be continued&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://warpedcore.net/rlyeh/2009/08/23/project-tablet-wireless-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Tablet: Testing Media Playback</title>
		<link>http://warpedcore.net/rlyeh/2009/08/20/project-tablet-testing-media-playback/</link>
		<comments>http://warpedcore.net/rlyeh/2009/08/20/project-tablet-testing-media-playback/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 20:01:21 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tech Geek Stuff]]></category>
		<category><![CDATA[project tablet]]></category>

		<guid isPermaLink="false">http://warpedcore.net/rlyeh/?p=120</guid>
		<description><![CDATA[Step Five: Installing Xine A nice short one today apt-get install xine-ui And then xine &#60;avi file&#62; plays back anything from my mounted media library quite happily. No messing with codecs or anything]]></description>
			<content:encoded><![CDATA[<p><strong>Step Five: Installing Xine</strong></p>
<p>A nice short one today<strong><br />
</strong></p>
<pre>apt-get install xine-ui</pre>
<p>And then</p>
<pre>xine &lt;avi file&gt;</pre>
<p>plays back anything from my <a href="http://warpedcore.net/rlyeh/2009/08/19/project-tablet-cifs-mounting/">mounted media library</a> quite happily. No messing with codecs or anything <img src='http://warpedcore.net/rlyeh/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://warpedcore.net/rlyeh/2009/08/20/project-tablet-testing-media-playback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Tablet: CIFS Mounting</title>
		<link>http://warpedcore.net/rlyeh/2009/08/19/project-tablet-cifs-mounting/</link>
		<comments>http://warpedcore.net/rlyeh/2009/08/19/project-tablet-cifs-mounting/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 17:59:38 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tech Geek Stuff]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[project tablet]]></category>

		<guid isPermaLink="false">http://warpedcore.net/rlyeh/?p=116</guid>
		<description><![CDATA[I decided at the last moment to avoid NFS, because of the lack of security in its default form, and my lack of understanding of how to configure it in a more complicated way. Also, CIFS mounts mean I only have to do this once, and my Windows machines can use it too After adding [...]]]></description>
			<content:encoded><![CDATA[<p>I decided at the last moment to avoid NFS, because of the lack of security in its default form, and my lack of understanding of how to configure it in a more complicated way.</p>
<p>Also, CIFS mounts mean I only have to do this once, and my Windows machines can use it too <img src='http://warpedcore.net/rlyeh/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>After adding a SAMBA share on the server, it was pretty easy to mount on the tablet:</p>
<p><strong>Step Four: CIFS Mounts</strong></p>
<p>First off, I needed to</p>
<pre>apt-get install smbfs</pre>
<p>to add the filesystem support.</p>
<p>Then it was just a matter of adding</p>
<pre>//shire/media    /mnt/media    cifs    noauto,username=xxxx,password=xxxx,uid=1000,gid=1000</pre>
<p>to the /etc/fstab file</p>
]]></content:encoded>
			<wfw:commentRss>http://warpedcore.net/rlyeh/2009/08/19/project-tablet-cifs-mounting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Project Tablet: Installing Ubuntu</title>
		<link>http://warpedcore.net/rlyeh/2009/08/19/project-tablet-installing-ubuntu/</link>
		<comments>http://warpedcore.net/rlyeh/2009/08/19/project-tablet-installing-ubuntu/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 09:51:51 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tech Geek Stuff]]></category>
		<category><![CDATA[project tablet]]></category>

		<guid isPermaLink="false">http://warpedcore.net/rlyeh/?p=111</guid>
		<description><![CDATA[Step Two: Ubuntu Desktop on USB I&#8217;m usually a server person: I like to know my install is free of &#8220;desktop toys&#8221; before installing a minimal gnome plus whatever I want.  However, this time I needed an install that would boot directly into a desktop environment once it had finished, so I could ditch the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Step Two: Ubuntu Desktop on USB</strong></p>
<p>I&#8217;m usually a server person: I like to know my install is free of &#8220;desktop toys&#8221; before installing a minimal gnome plus whatever I want.  However, this time I needed an install that would boot directly into a desktop environment once it had finished, so I could ditch the USB keyboard and start using the stylus and a onscreen keyboard.</p>
<p>Getting an <a href="http://www.ubuntu.com/getubuntu/download" target="_blank">Ubuntu Desktop ISO</a> onto a bootable USB stick was as easy as grabbing <a href="http://unetbootin.sourceforge.net/" target="_blank">UNetbootin</a> and running it.  I decided to go with a 6GB partition for Ubuntu, resizing the existing XP Tablet Edition to 14GB (just in case I still wanted it later &#8211; it would be easy enough to wipe and reformat it to ext3 later if I wanted it for Ubuntu)</p>
<p>Everything installed perfectly, was then just a matter of a few stylus taps to get an onscreen keyboard via System&gt;Preferences&gt;Assistive Technologies</p>
<p>There was a bit of graphics corruption on some text, which I&#8217;m hoping will disappear once I install the updates from the internet.</p>
<p><strong>Step Three: Networking</strong></p>
<p>The good news: Ubuntu picked up both the onboard ethernet and wifi natively.</p>
<p>The bad news: Try as I might, I couldn&#8217;t get the wifi to connect.  It could see my network, but just rejected every combination of the WEP key I could come up with.</p>
<p>As with the graphics corruption, I&#8217;m not going to worry about this until I&#8217;ve installed all the latest updates &#8211; which I&#8217;m now doing via the onboard ethernet.</p>
<p><strong>To-Do:</strong></p>
<ul>
<li>Get wifi working</li>
<li>Fix graphics corruption</li>
<li>Strip out unwanted crap</li>
<li>Install word processor, web browser, and email</li>
<li>Look into handwriting recognition possibilities</li>
<li>Configure remote VNC connection to server</li>
<li>Configure NFS to my server&#8217;s media archive</li>
<li>Configure Freevo to play my media archive</li>
<li>Configure the TV capture card on my server, and set up live streaming to the tablet with some means of remote control to change channels!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://warpedcore.net/rlyeh/2009/08/19/project-tablet-installing-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Project Tablet: Reusing the RTAB910 Tablet PC</title>
		<link>http://warpedcore.net/rlyeh/2009/08/18/project-tablet-reusing-the-rtab910-tablet-pc/</link>
		<comments>http://warpedcore.net/rlyeh/2009/08/18/project-tablet-reusing-the-rtab910-tablet-pc/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 14:37:25 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tech Geek Stuff]]></category>
		<category><![CDATA[project tablet]]></category>

		<guid isPermaLink="false">http://warpedcore.net/rlyeh/?p=104</guid>
		<description><![CDATA[The RM RTAB910 Tablet is actually a Tatung TTAB-910e, rebadged and resold by Research Machines in the UK to educational establishments somewhere around 2003.  They&#8217;re now turning up all over ebay as they reach the end of their useful school lifetimes, and I was lucky enough to pick one up for £70. I&#8217;d been looking [...]]]></description>
			<content:encoded><![CDATA[<p>The RM RTAB910 Tablet is actually a Tatung TTAB-910e, rebadged and resold by Research Machines in the UK to educational establishments somewhere around 2003.  They&#8217;re now turning up all over ebay as they reach the end of their useful school lifetimes, and I was lucky enough to pick one up for £70.</p>
<p>I&#8217;d been looking for something tablet-ey for roaming ebook/browser use, but the normal price for a Tablet PC is around £1000, with the only real budget option being the £350 Fizzbook Spin.  I couldn&#8217;t afford either, so was saving for the Fizzbook when it struck me that I don&#8217;t really need a brand new one, and something second-hand and lower-spec would do just fine.</p>
<p>I say lower-spec, but compared to modern Netbooks a P866 processor and 256MB of RAM running Windows XP and Office 2003 at a half-decent speed really isn&#8217;t that bad &#8211; and I thought was pretty amazing for the price.  All I really need is something with a decent-sized display thats capable of acting as a thin client into my wireless network so I can stream movies, or read ebooks, or surf the net.  Then once I noticed the amount of these things being sold, I figured others might like a little how-to guide on turning these into productive members of society.</p>
<p>I made sure I picked a seller with a decently-high rating, and who had sold a few tablets recently with positive feedback, to limit the chances of being stuck with something unusable.  Even so, I was expecting to have to maybe replace the HDD for the price it was listed or do some other work, but was pleasantly surprised when it arrived in full working order (and even a battery charge).</p>
<p><strong>Specifications</strong></p>
<p>866Mhz Processor<br />
256MB Memory<br />
20GB HDD<br />
2x USB 1.0 Ports<br />
Built-in Wifi<br />
Onboard Intel Network Adaptor<br />
Onboard Intel Graphics</p>
<p>- This is for the RTAB910-S01 &#8220;Student&#8221; version that I have.  There was also an RTAB910-T01 &#8220;Teacher&#8221; tablet which added a fingerprint sensor for security plus a PCMCIA slot, which theoretically would be useful for adding in a PCMCIA-to-USB2.0 card.</p>
<p><strong>Step 1 &#8211; Booting</strong></p>
<p>The RTAB910 has no drives, so to install a new OS you&#8217;re going to need to either plug in an external USB CD/Floppy drive, or install boot files onto a USB stick.  I used <a href="http://www.hiren.info" target="_blank">Hiren&#8217;s Boot CD</a>, and followed the instructions for putting it on a memory stick.  Then its just a matter of using the &#8220;Universal TCP/IP Network&#8221; option from there to map to boot into DOS with a mapped network drive &#8211; I&#8217;d rather do this than be limited to the speed of the USB 1.0 ports, plus I had no idea where my external USB drive caddy was anyway.</p>
<p>I took the opportunity here to clone the hard drive, which had arrived with a nice working install of Windows XP Tablet Edition plus Office 2003.  My plan was to wipe the drive and install Ubuntu Linux onto the tablet.  Normally I&#8217;d have chosen Debian but I recently found Ubuntu was better for quick and simple installs without having to mess around downloading essential functionality seperately.</p>
<p>One of the first issues I ran into is that Samba by default doesn&#8217;t accept LanMan authentication any more &#8211; see http://lists.samba.org/archive/samba-technical/2008-September/061363.html for details on turning this back on.</p>
<p>That problem solved, the machine ghosted happily over the network, so I can put it back to a near-factory state in the future if I decide to.  Or if this project doesn&#8217;t work out.</p>
<p>To be continued&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://warpedcore.net/rlyeh/2009/08/18/project-tablet-reusing-the-rtab910-tablet-pc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
