<?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>Guido&#039;s Notes</title>
	<atom:link href="http://www.vanstormbroek.nl/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.vanstormbroek.nl/blog</link>
	<description>Just my notes on things I&#039;ve been busy with...</description>
	<lastBuildDate>Sat, 04 Sep 2010 14:12:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Make LaCie Internet Space boot Debian</title>
		<link>http://www.vanstormbroek.nl/blog/?p=40</link>
		<comments>http://www.vanstormbroek.nl/blog/?p=40#comments</comments>
		<pubDate>Sat, 04 Sep 2010 14:10:30 +0000</pubDate>
		<dc:creator>Guido</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[LaCie]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[U-Boot]]></category>

		<guid isPermaLink="false">http://www.vanstormbroek.nl/blog/?p=40</guid>
		<description><![CDATA[Prerequisites: Get clunc, install Debian, via either telnet/ssh or just put the harddisk in an existing Linux computer. 1. From terminal : ./clunc -i 192.168.2.77 -w 120 2. Boot LaCie NAS 3. Clunc shows prompt Marvell&#62;&#62; 4. Enter: boot;ext2load ide &#8230; <a href="http://www.vanstormbroek.nl/blog/?p=40">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Prerequisites: Get clunc, install Debian, via either telnet/ssh or just put the harddisk in an existing Linux computer.</p>
<p>1. From terminal : <code>./clunc -i 192.168.2.77 -w 120</code><br />
2. Boot LaCie NAS<br />
3. Clunc shows prompt <code>Marvell&gt;&gt;</code><br />
4. Enter: <code>boot;ext2load ide 1:1 400000 /boot/uImage;bootm 00400000</code> at prompt.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vanstormbroek.nl/blog/?feed=rss2&amp;p=40</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP Compaq CQ10 400SD Netbook and Ubuntu 10.04</title>
		<link>http://www.vanstormbroek.nl/blog/?p=33</link>
		<comments>http://www.vanstormbroek.nl/blog/?p=33#comments</comments>
		<pubDate>Fri, 20 Aug 2010 21:26:48 +0000</pubDate>
		<dc:creator>Guido</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Compaq CQ10]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.vanstormbroek.nl/blog/?p=33</guid>
		<description><![CDATA[So, what was needed to make the sound and wireless network work? Wireless network The chip is an RealTek 3090. Not yet supported out-of-the-box, so install this: rt3090-dkms_2.3.1.3-0ubuntu0~ppa1_all.deb (make sure dkms is already installed &#8211;&#62;terminal: sudo apt-get install dkms ) &#8230; <a href="http://www.vanstormbroek.nl/blog/?p=33">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, what was needed to make the sound and wireless network work?</p>
<p>Wireless network</p>
<p>The chip is an RealTek 3090. Not yet supported out-of-the-box, so install this:</p>
<pre><a title="https://launchpad.net/%7Emarkus-tisoft/+archive/rt3090/+files/rt3090-dkms_2.3.1.3-0ubuntu0%7Eppa1_all.deb" href="https://launchpad.net/%7Emarkus-tisoft/+archive/rt3090/+files/rt3090-dkms_2.3.1.3-0ubuntu0%7Eppa1_all.deb">rt3090-dkms_2.3.1.3-0ubuntu0~ppa1_all.deb</a></pre>
<p>(make sure dkms is already installed &#8211;&gt;terminal: sudo apt-get install dkms )</p>
<p>Load the module:</p>
<pre>sudo modprobe rt3090sta</pre>
<p>Now sound, the chip is an Intel N10/ICH 7  Familty High Definition Audio Controller (Terminal: lspci | grep -i audio)</p>
<p>This one is even easier:</p>
<pre>sudo apt-get install linux-backports-modules-alsa-lucid-generic</pre>
<p>Done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vanstormbroek.nl/blog/?feed=rss2&amp;p=33</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wake on lan over Internet &#8211; Ubuntu 10.04 LTS</title>
		<link>http://www.vanstormbroek.nl/blog/?p=29</link>
		<comments>http://www.vanstormbroek.nl/blog/?p=29#comments</comments>
		<pubDate>Tue, 27 Jul 2010 21:40:51 +0000</pubDate>
		<dc:creator>Guido</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[wake on lan]]></category>
		<category><![CDATA[wol]]></category>

		<guid isPermaLink="false">http://www.vanstormbroek.nl/blog/?p=29</guid>
		<description><![CDATA[enable WOL on Network Card: ethtool -s eth0 wol g This only works once, so to keep this setting, make a bash script and run it at boot: --&#62; file wakeonlanconfig: #!/bin/bash ethtool -s eth0 wol g exit --&#62; chmod &#8230; <a href="http://www.vanstormbroek.nl/blog/?p=29">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<pre dir="ltr">enable WOL on Network Card:
ethtool -s eth0 wol g

This only works once, so to keep this setting,
make a bash script and run it at boot:
<pre dir="ltr">--&gt; file wakeonlanconfig:
#!/bin/bash
ethtool -s eth0 wol g
exit</pre>
<pre dir="ltr">--&gt; chmod a+x wakeonlanconfig
--&gt; update-rc.d -f wakeonlanconfig defaults

--&gt; On your router, open ports 7-9 to be forwarded to
the PC to be WOL'ed. Make sure you select UDP as type,
and not (only) TCP!

I have given my router the same mac address as the PC to be
WOL'ed, but not sure whether that's necessary.

Then, goto a WOL website, such as:
--&gt; http://www.wakeonlan.me
and fill in the details.
Done.

You can find your mac address like this:
--&gt; ifconfig | grep HWaddr
it looks like 00:26:3c:2b:fa:42
</pre>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.vanstormbroek.nl/blog/?feed=rss2&amp;p=29</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fancontrol working every now and then&#8230;</title>
		<link>http://www.vanstormbroek.nl/blog/?p=27</link>
		<comments>http://www.vanstormbroek.nl/blog/?p=27#comments</comments>
		<pubDate>Sun, 09 May 2010 20:02:23 +0000</pubDate>
		<dc:creator>Guido</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fancontrol]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.vanstormbroek.nl/blog/?p=27</guid>
		<description><![CDATA[I had troubles with fancontrol on Ubuntu 10.04 LTS. My config file /etc/fancontrol was set up to use hwmon1 as device, but after reboot, fancontrol didn&#8217;t work. Changing the config back to hwmon0 made fancontrol work again. Problem was caused &#8230; <a href="http://www.vanstormbroek.nl/blog/?p=27">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had troubles with fancontrol on Ubuntu 10.04 LTS.<br />
My config file /etc/fancontrol was set up to use hwmon1 as device, but after reboot, fancontrol didn&#8217;t work. Changing the config back to hwmon0 made fancontrol work again.<br />
Problem was caused by a bug and a workaround is to blacklist k8temp. (Add a line in /etc/modprobe.d/blacklist.conf )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vanstormbroek.nl/blog/?feed=rss2&amp;p=27</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPU Hardware video acceleration for ATI / AMD (or NVidia) in Ubuntu 10.04 LTS Lucid Lynx</title>
		<link>http://www.vanstormbroek.nl/blog/?p=26</link>
		<comments>http://www.vanstormbroek.nl/blog/?p=26#comments</comments>
		<pubDate>Wed, 05 May 2010 15:06:11 +0000</pubDate>
		<dc:creator>Guido</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Acceleration]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.vanstormbroek.nl/blog/?p=26</guid>
		<description><![CDATA[Enabling GPU Hardware video acceleration for ATI / AMD and Ubuntu. Assuming a clean install Ubuntu 10.04 LTS Lucid Lynx and an ATI GPU (for NVidia, use vdpau-video instead of xvba-video) It&#8217;s probably not necessary to have a clean install, &#8230; <a href="http://www.vanstormbroek.nl/blog/?p=26">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Enabling GPU Hardware video acceleration for ATI / AMD and Ubuntu.</p>
<p>Assuming a clean install Ubuntu 10.04 LTS Lucid Lynx and an ATI GPU (for NVidia, use   <a href="http://www.splitted-desktop.com/%7Egbeauchesne/vdpau-video/"><tt>vdpau-video</tt></a> instead of xvba-video) It&#8217;s probably not necessary to have a clean install, though.</p>
<ol>
<li>
<h3>enable proprietary AMD driver: System &#8211;&gt; Administration &#8211;&gt; Hardware Drivers (or run:<code> jocket-gtk</code>)</h3>
<li>
<h3>download vaapi files to a folder (i.e. <code>/home/${USER}/Desktop</code> )</h3>
<p><a href="http://www.splitted-desktop.com/~gbeauchesne/libva/pkgs/i386/libva1-dbg_0.31.0-1+sds13_i386.deb">http://www.splitted-desktop.com/~gbeauchesne/libva/pkgs/i386/libva1-dbg_0.31.0-1+sds13_i386.deb</a><br />
<a href="http://www.splitted-desktop.com/~gbeauchesne/libva/pkgs/i386/libva-dev_0.31.0-1+sds13_i386.deb">http://www.splitted-desktop.com/~gbeauchesne/libva/pkgs/i386/libva-dev_0.31.0-1+sds13_i386.deb</a><br />
<a href="http://www.splitted-desktop.com/~gbeauchesne/libva/pkgs/i386/libva1_0.31.0-1+sds13_i386.deb">http://www.splitted-desktop.com/~gbeauchesne/libva/pkgs/i386/libva1_0.31.0-1+sds13_i386.deb</a>
</li>
<li>
<h3>either download a precompiled mplayer-vaapi from</h3>
<p><a href="http://www.splitted-desktop.com/~gbeauchesne/mplayer-vaapi">http://www.splitted-desktop.com/~gbeauchesne/mplayer-vaapi</a></li>
<li>
<h3>or download the source at</h3>
<p><a href="http://www.splitted-desktop.com/~gbeauchesne/mplayer-vaapi/mplayer-vaapi-latest-FULL.tar.bz2">http://www.splitted-desktop.com/~gbeauchesne/mplayer-vaapi/mplayer-vaapi-latest-FULL.tar.bz2</a></li>
<li>
<h3>install the .debs (i.e.: <code>sudo dpkg -i *.deb </code>)</h3>
</li>
<li>
<h3>if you build mplayer from source, run from a terminal:</h3>
<p><code>sudo apt-get build-dep mplayer</code><br />
<code>tar xjf mplayer-vaapi-latest-FULL.tar.bz2</code><br />
<code>cd mplayer-vaapi-latest</code><br />
<code>./checkout-patch-build.sh</code></li>
<li>
<h3>Running VA API enabled MPlayer</h3>
<p><code>cd mplayer-vaapi</code><br />
<code>./mplayer -vo vaapi -va vaapi &lt;URI&gt; (&lt;URI&gt; can be a pathname or an URL.)</code></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.vanstormbroek.nl/blog/?feed=rss2&amp;p=26</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PC Remote Universal</title>
		<link>http://www.vanstormbroek.nl/blog/?p=25</link>
		<comments>http://www.vanstormbroek.nl/blog/?p=25#comments</comments>
		<pubDate>Wed, 24 Mar 2010 19:06:28 +0000</pubDate>
		<dc:creator>Guido</dc:creator>
				<category><![CDATA[Notes-to-self]]></category>
		<category><![CDATA[Remote]]></category>

		<guid isPermaLink="false">http://www.vanstormbroek.nl/blog/?p=25</guid>
		<description><![CDATA[Marmitek PC Remote (UR86E) Codetable Humax 5050c : 485 Samsung LE32A456 : 104 Cambridge Audo 640A : 647]]></description>
			<content:encoded><![CDATA[<p>Marmitek PC Remote (UR86E)</p>
<p>Codetable</p>
<p>Humax 5050c : <strong>485</strong></p>
<p>Samsung LE32A456 : <strong>104</strong></p>
<p>Cambridge Audo 640A : <strong>647</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vanstormbroek.nl/blog/?feed=rss2&amp;p=25</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samba / CIFS mounting and changing owner</title>
		<link>http://www.vanstormbroek.nl/blog/?p=24</link>
		<comments>http://www.vanstormbroek.nl/blog/?p=24#comments</comments>
		<pubDate>Sat, 02 Jan 2010 22:21:26 +0000</pubDate>
		<dc:creator>Guido</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vanstormbroek.nl/blog/?p=24</guid>
		<description><![CDATA[Extensively described at http://opensuse.swerdna.org/susesambacifs.html#tempown Add in /etc/fstab : //RemoteIP/ShareName /LocalMountpoint cifs credentials=/etc/smbcredentials,uid=&#60;youruser&#62;,gid=&#60;yourgroup&#62; 0 0 /etc/credentials consists of 2 lines: username=&#60;serverusername&#62; password=&#60;serverpassword&#62;]]></description>
			<content:encoded><![CDATA[<p>Extensively described at <a href="http://opensuse.swerdna.org/susesambacifs.html#tempown">http://opensuse.swerdna.org/susesambacifs.html#tempown</a></p>
<p>Add in <code>/etc/fstab</code> :</p>
<p><code>//RemoteIP/ShareName /LocalMountpoint cifs credentials=/etc/smbcredentials,<strong>uid=&lt;youruser&gt;,gid=&lt;yourgroup&gt;</strong> 0 0</code></p>
<p>/etc/credentials consists of 2 lines:<br />
<code><br />
username=&lt;serverusername&gt;<br />
password=&lt;serverpassword&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vanstormbroek.nl/blog/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Lenny for ARM</title>
		<link>http://www.vanstormbroek.nl/blog/?p=23</link>
		<comments>http://www.vanstormbroek.nl/blog/?p=23#comments</comments>
		<pubDate>Fri, 02 Oct 2009 19:45:56 +0000</pubDate>
		<dc:creator>Guido</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vanstormbroek.nl/blog/?p=23</guid>
		<description><![CDATA[http://people.debian.org/~aurel32/qemu/armel/ download all, gunzip the *qcow.gz files and run: qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.26-1-versatile -initrd initrd.img-2.6.26-1-versatile -hda debian_lenny_armel_small.qcow -append "root=/dev/sda1"]]></description>
			<content:encoded><![CDATA[<p><a title="http://people.debian.org/~aurel32/qemu/armel/" href="http://people.debian.org/~aurel32/qemu/armel/" target="_blank">http://people.debian.org/~aurel32/qemu/armel/</a></p>
<p>download all, gunzip the *qcow.gz files and run:</p>
<pre>qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.26-1-versatile -initrd initrd.img-2.6.26-1-versatile -hda debian_lenny_armel_small.qcow -append "root=/dev/sda1"</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.vanstormbroek.nl/blog/?feed=rss2&amp;p=23</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building ARM cross compiler on Ubuntu</title>
		<link>http://www.vanstormbroek.nl/blog/?p=22</link>
		<comments>http://www.vanstormbroek.nl/blog/?p=22#comments</comments>
		<pubDate>Tue, 08 Sep 2009 18:54:39 +0000</pubDate>
		<dc:creator>Guido</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ARM]]></category>

		<guid isPermaLink="false">http://www.vanstormbroek.nl/blog/?p=22</guid>
		<description><![CDATA[I&#8217;m using this site as the basis. On Ubuntu 9.10 I encountered a build error for collect2.c : --snip-- ... gcc/collect2.c:1537: /usr/include/bits/fcntl2.h:51: error: call to ‘__open_missing_mode’ declared with attribute error: open with O_CREAT in second argument needs 3 arguments Solution &#8230; <a href="http://www.vanstormbroek.nl/blog/?p=22">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using <a href="http://www.kegel.com/crosstool/crosstool-0.43/doc/crosstool-howto.html">this site</a> as the basis.</p>
<p>On Ubuntu 9.10 I encountered a build error for collect2.c :</p>
<p><code>--snip-- ... gcc/collect2.c:1537:<br />
/usr/include/bits/fcntl2.h:51: error: call to ‘__open_missing_mode’ declared<br />
with attribute error: open with O_CREAT in second argument needs 3 arguments<br />
</code></p>
<p>Solution was to add this &#8216;third argument&#8217; to the code. File existed more than once in my source tree, so from your source tree root, issue a <code>find . -name collect2.c</code> will find yours. Update the files:<br />
Change:<br />
<code>redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT);</code><br />
to:<br />
<code>redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT, 0666);</code></p>
<p>Good luck <img src='http://www.vanstormbroek.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vanstormbroek.nl/blog/?feed=rss2&amp;p=22</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux TV continued</title>
		<link>http://www.vanstormbroek.nl/blog/?p=21</link>
		<comments>http://www.vanstormbroek.nl/blog/?p=21#comments</comments>
		<pubDate>Fri, 31 Jul 2009 19:48:24 +0000</pubDate>
		<dc:creator>Guido</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vanstormbroek.nl/blog/?p=21</guid>
		<description><![CDATA[Using Video in on TV card and Line in on Soundcard: Record: mencoder -oac lavc -ovc lavc -lameopts mode=1:vbr=2:q=4 -lavcopts vcodec=mpeg4 -tv driver=v4l2:norm=pal:input=1:amode=1:adevice=/dev/dsp: -af volume=10 -o tv.avi tv:// Play mplayer -tv driver=v4l2:norm=pal:input=1:width=352:height=240 -double -vo sdl tv:// :alsa:adevice=/dev/dsp:amode=1: -af volume 10]]></description>
			<content:encoded><![CDATA[<p>Using Video in on TV card and Line in on Soundcard:</p>
<p>Record:</p>
<blockquote><p>mencoder -oac lavc -ovc lavc -lameopts mode=1:vbr=2:q=4 -lavcopts vcodec=mpeg4 -tv driver=v4l2:norm=pal:input=1:amode=1:adevice=/dev/dsp: -af volume=10 -o tv.avi tv://
</p></blockquote>
<p>Play </p>
<blockquote><p> mplayer -tv driver=v4l2:norm=pal:input=1:width=352:height=240 -double -vo sdl tv:// :alsa:adevice=/dev/dsp:amode=1: -af volume 10</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.vanstormbroek.nl/blog/?feed=rss2&amp;p=21</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
