<?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>Katastrophos.net Blog &#187; Fujitsu U810</title>
	<atom:link href="http://katastrophos.net/andre/blog/tag/fujitsu-u810/feed/" rel="self" type="application/rss+xml" />
	<link>http://katastrophos.net/andre/blog</link>
	<description>Chaotic solutions and random thoughts from the restless mind of a notorious problem solver (TM), by Andre Beckedorf</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:04:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing Ubuntu 10.10 (Maverick Meerkat) on Fujitsu U820, U2010, U2020</title>
		<link>http://katastrophos.net/andre/blog/2010/10/14/installing-ubuntu-10-10-maverick-meerkat-on-fujitsu-u820-u2010-u2020/</link>
		<comments>http://katastrophos.net/andre/blog/2010/10/14/installing-ubuntu-10-10-maverick-meerkat-on-fujitsu-u820-u2010-u2020/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 01:17:49 +0000</pubDate>
		<dc:creator>Andre Beckedorf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fujitsu U2010]]></category>
		<category><![CDATA[Fujitsu U810]]></category>
		<category><![CDATA[Fujitsu U820]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Maverick Meerkat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://katastrophos.net/andre/blog/?p=397</guid>
		<description><![CDATA[Here are a few notes on how to get the most important hardware of the Fujitsu U820 / U2010 / U2020 working on Ubuntu 10.10 Maverick Meerkat. Some of the hints might also apply to the Fujistu U810 / U1010 &#8211; make sure to ignore step 1 as these devices use the GMA 950 graphics [...]]]></description>
			<content:encoded><![CDATA[<p>Here are a few notes on how to get the most important hardware of the Fujitsu U820 / U2010 / U2020 working on Ubuntu 10.10 Maverick Meerkat.<br />
Some of the hints might also apply to the Fujistu U810 / U1010 &#8211; make sure to ignore step 1 as these devices use the GMA 950 graphics chip which is working perfectly out of the box.</p>
<p><strong>1. Installing the Intel GMA 500 graphics driver</strong></p>
<p>The Ubuntu Wiki has all the necessary information <a href="https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo" target="_blank">here</a>.</p>
<p>Basically one just needs to do as follows:</p>
<pre name="code" class="bash:nocontrols">
sudo add-apt-repository ppa:gma500/ppa
sudo apt-get update
sudo apt-get install poulsbo-driver-2d poulsbo-driver-3d poulsbo-config
</pre>
<p><strong>UPDATE: The following step is no longer required.</strong></p>
<p>Unfortunately the version as of this writing does not support Compiz and thus you won&#8217;t get any of the funky special effects. However, there is a workaround available as described in the <a href="https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo" target="_blank">Ubuntu Wiki</a>:</p>
<pre name="code" class="bash:nocontrols">
wget http://dl.dropbox.com/u/1338581/poulsbo/poulsbo-config_0.1.2%7E1004um3_all.deb
sudo dpkg --install poulsbo-config_0.1.2~E1004um3_all.deb
sudo apt-get install compiz
</pre>
<p><strong>2. Installing the Fujitsu Buttons driver (fjbtndrv)</strong></p>
<p>In order to get the buttons and auto-rotation functionality working we will need to compile and install the latest version of <a href="http://sourceforge.net/projects/fjbtndrv/" target="_blank">fjbtndrv</a>.<br />
The most current version as of this writing is 2.2.1. Please make sure you download the latest version <a href="http://sourceforge.net/projects/fjbtndrv/" target="_blank">here</a>.</p>
<pre name="code" class="bash:nocontrols">
sudo apt-get install libxrandr-dev libxtst-dev libxi-dev libhal-dev
wget http://sourceforge.net/projects/fjbtndrv/files/fjbtndrv/2.2.1/fjbtndrv-2.2.1.tar.gz/download
tar xvzf fjbtndrv-2.2.1.tar.gz
cd fjbtndrv-2.2.1
./configure
make
sudo make install
</pre>
<p><strong>3. Installing the Fujitsu Touchscreen driver</strong></p>
<p>The touchscreen is working somewhat with the included <a href="http://manpages.ubuntu.com/manpages/maverick/man4/evdev.4.html" target="_blank">evdev</a> driver. I could not find a way to calibrate the touch screen via xinput etc. So I went back to using <a href="http://spareinfo.blogspot.com" target="_blank">zmiq2</a>&#8216;s touch screen driver available <a href="http://spareinfo.blogspot.com/2010/07/linux-on-fujitsu-u810-p1620-t1010.html" target="_blank">here</a>.<br />
Version 0.3.7 won&#8217;t compile because some important USB functions were renamed in kernel 2.6.35.<br />
Straight from the <a href="http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.35" target="_blank">kernel 2.6.35 changelog</a>:</p>
<blockquote><p>
    USB: rename usb_buffer_alloc() and usb_buffer_free() users</p>
<p>    For more clearance what the functions actually do,</p>
<p>      usb_buffer_alloc() is renamed to usb_alloc_coherent()<br />
      usb_buffer_free()  is renamed to usb_free_coherent()
</p></blockquote>
<p>So, one either needs to patch the <em>fujitsu_usb_touchscreen.c</em> manually and replace every occurrence of the aforementioned function names or we just move on and use the already patched version provided by <strong>nerd65536</strong>. I mirrored the file he posted to the hosting service linked to in the <a href="http://spareinfo.blogspot.com/2010/07/linux-on-fujitsu-u810-p1620-t1010.html?showComment=1286249156175#c4683695500666447902" target="_blank">comments section of zmiq&#8217;s blog post</a>.</p>
<pre name="code" class="bash:nocontrols">
wget http://katastrophos.net/downloads/fujitsu-usb-touchscreen-0.3.8.tar.gz
tar xvzf fujitsu-usb-touchscreen-0.3.8.tar.gz
cd fujitsu-usb-touchscreen-0.3.8
make
sudo make install
</pre>
<p>In order to have the auto-rotation functionality of <strong>fjbtndrv</strong> working with the <strong>fujitsu-usb-touchscreen</strong> driver we need to add a new startup item: Click on <strong>System -> Preferences -> Startup Applications</strong> and click <strong>Add</strong>. Enter following</p>
<pre>
    Name: Fujitsu Touchscreen Auto-Rotation
    Command: /usr/bin/fujitsu-touchscreen-rotate.py
    Comment:
</pre>
<p>Click <strong>Add</strong> and <strong>Close</strong> the preferences dialog.</p>
<p><strong>Finally, reboot the system.</strong><br />
Enter the BIOS and make sure that the setting <strong>Advanced -> Miscellaneous Configurations -> Touch Panel Setting</strong> is set to <strong>Tablet</strong>, ie. the same setting that is required to use the Tablet functionality in Win XP Tablet, Vista or Seven.</p>
<p><strong>3.1. Calibrating the touchscreen</strong></p>
<p>Once the system has booted and you are back on the Gnome desktop, start a Terminal session and run </p>
<pre name="code" class="bash:nocontrols">
fujitsu_touchscreen_calibration.py
</pre>
<p>to calibrate the touchscreen. Click on any corner of the visible screen (repeat a few times) and press the <strong>S key</strong> to save the settings.</p>
<p><strong>3.2. Configuring the Right-Click feature</strong></p>
<p>In order to get the feature &#8220;<strong>right-click by press and hold</strong>&#8221; go to <strong>System -> Preferences -> Mouse</strong>, click the tab &#8220;<strong>Accessibility</strong>&#8221; and check the option &#8220;<strong>Trigger secondary click by holding down the primary button</strong>&#8220;.</p>
<p><strong>4. Fixing the repeating sound issue</strong></p>
<p>If you are experiencing the Ubuntu startup jingle repeating over and over again, the snd_hda_intel module might have problems coping with the ALC269 chip in your device. In this case run the following command:</p>
<pre name="code" class="bash:nocontrols">
sudo gedit /etc/modprobe.d/alsa-base.conf
</pre>
<p>and add the following line to the end of the file:</p>
<pre name="code" class="bash:nocontrols:nogutter">
options snd-hda-intel enable_msi=0
</pre>
<p>Save and finally reboot the system.</p>
]]></content:encoded>
			<wfw:commentRss>http://katastrophos.net/andre/blog/2010/10/14/installing-ubuntu-10-10-maverick-meerkat-on-fujitsu-u820-u2010-u2020/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Upgrading the Fujitsu U810 with 64GB SSD</title>
		<link>http://katastrophos.net/andre/blog/2009/01/10/upgrading-the-fujitsu-u810-with-64gb-ssd/</link>
		<comments>http://katastrophos.net/andre/blog/2009/01/10/upgrading-the-fujitsu-u810-with-64gb-ssd/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 21:32:19 +0000</pubDate>
		<dc:creator>Andre Beckedorf</dc:creator>
				<category><![CDATA[Fujitsu U810]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[U810]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://katastrophos.net/andre/blog/?p=136</guid>
		<description><![CDATA[I recently decided to upgrade my Fujitsu U810 with a solid state drive. Unfortunately, since the U810 only offers a PATA interface the options are quite limited to just a few high-priced (compared to SATA) 1.8&#8243; SSD models by either Samsung, Sandisk (SanDisk SSD UATA 5000, discontinued) or MTRON (MSD-PATA3018-032-ZIF2 et al.). I went for [...]]]></description>
			<content:encoded><![CDATA[<p>I recently decided to upgrade my Fujitsu U810 with a solid state drive.<br />
Unfortunately, since the U810 only offers a PATA interface the options are quite limited to just a few high-priced (compared to SATA) 1.8&#8243; SSD models by either Samsung, Sandisk (<a href="http://www.sandisk.com/OEM/ProductCatalog%281320%29-SanDisk_SSD_UATA_5000_18.aspx" target="_blank">SanDisk SSD UATA 5000</a>, <a href="http://www.sandisk.com/Assets/File/pdf/oem/PCN-54-34-00021_SSD_5000_18EOL.pdf" target="_blank">discontinued</a>) or MTRON (<a href="http://www.mtron.net/English/product/ProductDetail_view.asp?ItemCode=MSD-PATA3018" target="_blank">MSD-PATA3018-032-ZIF2</a> et al.).<br />
I went for a 64 GB SLC drive manufactured by Samsung. The exact model name is <a href="http://www.samsung.com/global/business/semiconductor/productInfo.do?fmly_id=161&#038;partnum=MCCOE64GEMPP" target="_blank">MCCOE64GEMPP</a>. The same 1.8&#8243; PATA-drive is available as bulk version without the metal enclosure that is protecting the PCB: <a href="http://www.samsung.com/global/business/semiconductor/productInfo.do?fmly_id=161&#038;partnum=MCCOE64GQMPQ" target="_blank">MCCOE64GQMPQ</a></p>
<p>Here are some photos of the drive itself and how to install it in the U810. Note, the drive is 5 mm high and will fit into the U810 without any modifications.<br />
Also keep in mind that the U1010 has a different connector (50-pin IDE instead of ZIF), so these ZIF-drives will not work here. However, there are <a href="http://www.umpcportal.com/modules/newbb/viewtopic.php?topic_id=1620&#038;forum=16" target="_blank">reports</a> on UMPC Portal that suggest that it is possible to get a replacement connector flat band cable for the U810 that is the 50pin IDE cable, so I guess it is also possible the other way around for the U1010.</p>
<p><center><br />
<a href="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/dsc00321.jpg" rel="lightbox[136]"><img src="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/dsc00321-150x112.jpg" alt="dsc00321" title="dsc00321" width="150" height="112" class="alignnone size-thumbnail wp-image-138" /></a><a href="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/dsc00323.jpg" rel="lightbox[136]"><img src="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/dsc00323-112x150.jpg" alt="dsc00323" title="dsc00323" width="112" height="150" class="alignnone size-thumbnail wp-image-139" /></a><br />
<a href="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/dsc00238.jpg" rel="lightbox[136]"><img src="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/dsc00238-150x112.jpg" alt="dsc00238" title="dsc00238" width="150" height="112" class="alignnone size-thumbnail wp-image-137" /></a><a href="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/dsc00324.jpg" rel="lightbox[136]"><img src="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/dsc00324-150x112.jpg" alt="dsc00324" title="dsc00324" width="150" height="112" class="alignnone size-thumbnail wp-image-140" /></a><br />
</center></p>
<p>Here are the obligatory benchmarks comparing the new SSD against the old Toshiba MK1011GAH 100 GB hard drive that was previously installed in the U810:</p>
<p><center><br />
<strong>Toshiba MK1011GAH:</strong></p>
<p><a href="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/hdtune_info_toshiba_mk1011gah.png" rel="lightbox[136]"><img src="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/hdtune_info_toshiba_mk1011gah-150x121.png" alt="hdtune_info_toshiba_mk1011gah" title="hdtune_info_toshiba_mk1011gah" width="150" height="121" class="alignnone size-thumbnail wp-image-149" /></a><a href="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/hdtune_benchmark_toshiba_mk1011gah.png" rel="lightbox[136]"><img src="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/hdtune_benchmark_toshiba_mk1011gah-150x121.png" alt="hdtune_benchmark_toshiba_mk1011gah" title="hdtune_benchmark_toshiba_mk1011gah" width="150" height="121" class="alignnone size-thumbnail wp-image-148" /></a><br />
<a href="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/crystal50.png" rel="lightbox[136]"><img src="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/crystal50-150x129.png" alt="crystal50" title="crystal50" width="150" height="129" class="alignnone size-thumbnail wp-image-145" /></a><a href="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/crystal100.png" rel="lightbox[136]"><img src="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/crystal100-150x129.png" alt="crystal100" title="crystal100" width="150" height="129" class="alignnone size-thumbnail wp-image-146" /></a><a href="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/crystal500.png" rel="lightbox[136]"><img src="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/crystal500-150x129.png" alt="crystal500" title="crystal500" width="150" height="129" class="alignnone size-thumbnail wp-image-147" /></a><br />
</center></p>
<p><center><br />
<strong>Samsung MCCOE64GEMPP:</strong></p>
<p><a href="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/hdtune_info_samsung_pza064_ssd.png" rel="lightbox[136]"><img src="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/hdtune_info_samsung_pza064_ssd-150x121.png" alt="hdtune_info_samsung_pza064_ssd" title="hdtune_info_samsung_pza064_ssd" width="150" height="121" class="alignnone size-thumbnail wp-image-156" /></a><a href="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/hdtune_benchmark_samsung_pza064_ssd.png" rel="lightbox[136]"><img src="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/hdtune_benchmark_samsung_pza064_ssd-150x121.png" alt="hdtune_benchmark_samsung_pza064_ssd" title="hdtune_benchmark_samsung_pza064_ssd" width="150" height="121" class="alignnone size-thumbnail wp-image-155" /></a><br />
<a href="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/crystal501.png" rel="lightbox[136]"><img src="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/crystal501-150x129.png" alt="crystal50_samsung_pza064_ssd" title="crystal50_samsung_pza064_ssd" width="150" height="129" class="alignnone size-thumbnail wp-image-152" /></a><a href="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/crystal1001.png" rel="lightbox[136]"><img src="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/crystal1001-150x129.png" alt="crystal100_samsung_pza064_ssd" title="crystal100_samsung_pza064_ssd" width="150" height="129" class="alignnone size-thumbnail wp-image-153" /></a><a href="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/crystal5001.png" rel="lightbox[136]"><img src="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/crystal5001-150x129.png" alt="crystal500_samsung_pza064_ssd" title="crystal500_samsung_pza064_ssd" width="150" height="129" class="alignnone size-thumbnail wp-image-154" /></a><br />
</center></p>
<p>Needless to say that applications cold-launch a lot faster with the SSD. (Firefox with 12 add-ons: ~10 s before -> ~6 s after, Chrome: ~3 s before, ~1 s after, Thunderbird: ~8 s before -> ~3 s after).</p>
<p>Startup time was reduced quite a bit but not dramatically. However, returning from sleep and hibernate saw a huge improvement. Unfortunately I can not provide values of the old drive, so no comparison.<br />
I did not notice longer battery run times. However, the whole system runs a lot cooler because the SSD naturally does not produce heat as extensive as the HDD did.</p>
<p>I am satisfied with this upgrade &#8211; especially since it has boosted compile-times when working with CodeGear RAD Studio and Delphi &#8211; due to the great performance when accessing, reading and writing small files. Your mileage may vary.</p>
]]></content:encoded>
			<wfw:commentRss>http://katastrophos.net/andre/blog/2009/01/10/upgrading-the-fujitsu-u810-with-64gb-ssd/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Installing Windows 7 on Fujitsu U810, U1010, U2010, U2020</title>
		<link>http://katastrophos.net/andre/blog/2009/01/03/installing-windows-7-build-7000-on-fujitsu-u810/</link>
		<comments>http://katastrophos.net/andre/blog/2009/01/03/installing-windows-7-build-7000-on-fujitsu-u810/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 01:50:43 +0000</pubDate>
		<dc:creator>Andre Beckedorf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fujitsu U2010]]></category>
		<category><![CDATA[Fujitsu U810]]></category>
		<category><![CDATA[Fujitsu U820]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://katastrophos.net/andre/blog/?p=100</guid>
		<description><![CDATA[UPDATE: This also applies to Windows 7 Final/RTM (7600) and will also work for the U820/U2010/U2020 models. Check my comment for additional information on what needs to be installed on those models. I just installed Windows 7 Business Build 7000 on my U810. It is quite nice actually and seems to run faster than Vista. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE: This also applies to Windows 7 Final/RTM (7600) and will also work for the U820/U2010/U2020 models. Check <a href="http://katastrophos.net/andre/blog/2009/01/03/installing-windows-7-build-7000-on-fujitsu-u810/comment-page-1/#comment-22994">my comment</a> for additional information on what needs to be installed on those models.</strong></p>
<p>I just installed Windows 7 Business Build 7000 on my U810. It is quite nice actually and seems to run faster than Vista.</p>
<p><center><a href="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/windows7capture2.png" rel="lightbox[100]"><img src="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/windows7capture2-150x87.png" alt="windows7capture2" title="windows7capture2" width="150" height="87" class="alignnone size-thumbnail wp-image-126" /></a><a href="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/windows7capture1.png" rel="lightbox[100]"><img src="http://katastrophos.net/andre/blog/wp-content/uploads/2009/01/windows7capture1-150x87.png" alt="windows7capture1" title="windows7capture1" width="150" height="87" class="alignnone size-thumbnail wp-image-125" /></a></center></p>
<p>I installed the Vista drivers from the driver CD. The Setup.exe on the driver CD will complain that the operating system is unsupported. To circumvent this problem, just start the setup in Vista compatibility mode:<br />
Right-click on &#8220;Setup.exe&#8221;, &#8220;Properties&#8221; -> &#8220;Compatibility&#8221; -> &#8220;Run this program in compatibility mode for:&#8221; &#8220;Windows Vista&#8221;.</p>
<p>Install these items:</p>
<p><strong>Drivers</strong><br />
04. Button Driver<br />
05. Camera Driver<br />
<del datetime="2009-08-02T18:57:18+00:00">07. Fingerprint sensor (driver)</del><br />
08. FUJ02B1 Device Driver (HotKey Driver)<br />
09. FUJ02E3 Device Driver (System Extension Driver)<br />
11. Pen Driver<br />
12. Pointer device driver</p>
<p><strong>Utilities/Applications</strong><br />
03. Button Utilities<br />
07. Fujitsu System Extension Utilities</p>
<p>I could not get the Auto-Rotation feature to work. Also, you&#8217;ll probably have to calibrate the touch screen.<br />
I also disabled the power management feature of the FCL USB Pen Tablet in Device Manager (Right-click on &#8220;Human Interface Devices/FCL USB Pen Tablet&#8221;, &#8220;Properties&#8221; -> &#8220;Power Management&#8221; -> Disable &#8220;Allow the computer to turn off this device to save power&#8221;). This improves the response of the touch-screen/tablet.</p>
<p>Oh, and BTW, Windows 7 &#8220;only&#8221; uses 7.5 GB of disk space, whereas Vista uses 15 GB I think.</p>
]]></content:encoded>
			<wfw:commentRss>http://katastrophos.net/andre/blog/2009/01/03/installing-windows-7-build-7000-on-fujitsu-u810/feed/</wfw:commentRss>
		<slash:comments>76</slash:comments>
		</item>
	</channel>
</rss>

