<?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>WWWalter &#187; Devices</title>
	<atom:link href="http://www.walterdevos.be/category/devices/feed" rel="self" type="application/rss+xml" />
	<link>http://www.walterdevos.be</link>
	<description>Audio Video Computers and Technology</description>
	<lastBuildDate>Tue, 03 Jan 2012 13:41:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Converting AVI video for Archos Vision 43 MP4 player</title>
		<link>http://www.walterdevos.be/converting-avi-video-for-archos-vision-43-mp4-player</link>
		<comments>http://www.walterdevos.be/converting-avi-video-for-archos-vision-43-mp4-player#comments</comments>
		<pubDate>Thu, 06 Oct 2011 08:19:12 +0000</pubDate>
		<dc:creator>walter</dc:creator>
				<category><![CDATA[Devices]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.walterdevos.be/?p=809</guid>
		<description><![CDATA[Some tips on how to successfully convert any video-file to AVI compatible with the Archos Vision 43. In short: The Archos Vision 43 &#8230; &#8230; plays AVI MPEG-4 (divx/xvid) ONLY &#8230; can&#8217;t play B-frames &#8230; can&#8217;t play mp4 or mkv &#8230; can&#8217;t play h.264 Tools to use converting: EASY: PocketDivXEncoder NOT SO EASY: Mencoder You [...]]]></description>
			<content:encoded><![CDATA[<p>Some tips on how to successfully convert any video-file to AVI compatible with the Archos Vision 43.</p>
<p><a href="http://www.walterdevos.be/wp-content/uploads/archosvision.jpg"><img src="http://www.walterdevos.be/wp-content/uploads/archosvision.jpg" alt="" title="archosvision" width="262" height="193" class="aligncenter size-full wp-image-811" /></a></p>
<p>In short:</p>
<ul>The Archos Vision 43 &#8230;</p>
<li>&#8230; plays AVI MPEG-4 (divx/xvid) ONLY</li>
<li>&#8230; can&#8217;t play B-frames</li>
<li>&#8230; can&#8217;t play mp4 or mkv</li>
<li>&#8230; can&#8217;t play h.264</li>
</ul>
<p><strong>Tools to use converting:</strong><br />
EASY: <a href="http://www.pocketdivxencoder.net/EN_index.htm">PocketDivXEncoder</a><br />
NOT SO EASY: <a href="http://sourceforge.net/projects/mplayer-win32/files/MPlayer%20and%20MEncoder/revision%2034118/MPlayer-rtm-svn-34118.7z/download">Mencoder</a></p>
<p>You can go about this the easy way by using &#8220;PocketDivxEncoder&#8221;, but it&#8217;s rather limited when it comes to making custom configurations. It works however and if that makes you happy, why apply for a headache doing it the hard way. But for those who like to experiment: read on.</p>
<p><strong>Mencoder</strong> is &#8220;sometimes&#8221; part of the Mplayer suite (but is hard to come-by). You&#8217;ll find it at <a href="http://oss.netfarm.it/mplayer-win32.php">Gianluigi Tiesi&#8217;s page</a>. Current build is r34118, and you may choose a version for AMD (athlon), Intel Pentium3 (p3), Intel Pentium 4 or better (p4) or Generic 486 (rtm). I chose rtm. Extract the download in a folder on your computer. There is no installation, because it&#8217;s a command-line tool. To make it work, I use it in BATCH files.</p>
<p>The package consists of two main EXE files, mencoder and mplayer. A detailed manual with all the command-line options can be found in mplayer.html, also included in the package.</p>
<p>The simplest way to use mencoder is like this:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">mencoder -o &lt;output-file&gt; -oac mp3lame -lameopts cbr:preset=128 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=750 -ffourcc XVID &lt;input-file&gt;</div></td></tr></tbody></table></div>
<p>This will encode <em>input-file</em> into a MPEG4 file with a variable video bitrate of 750kb/s and a constant MP3 audio bitrate of 128kb/s. The container is AVI. The name is <em>output-file</em>. </p>
<p>For the Archos, we want to add some extra options:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">mencoder -o &lt;output-file&gt; -oac mp3lame -lameopts cbr:preset=128 -ovc lavc -lavcopts vcodec=mpeg4:v4mv:dia=-3:vbitrate=750 -ffourcc XVID -vf scale -zoom -xy 480 &lt;input-file&gt;</div></td></tr></tbody></table></div>
<p>This will encode a MPEG4 AVI, allowing 4 motion vectors per macroblock (slightly better quality), shape adaptive (fast) diamond with size 3 (fast encoding) and a variable bitrate of 750kb/s. We also scale/zoom the video so it fits the Archos 480&#215;272 screen nicely. Aspect ratio is preserved by omitting the height.</p>
<p>You can find many more settings to tweak with by reading the mplayer.html. If you find any improvements, please post them in the comments. I&#8217;ll gladly test them out.</p>
<p><strong>Now.. let&#8217;s automate.</strong></p>
<p>I have a folder on my PC called &#8220;to convert&#8221;, and I&#8217;ve made a sub-folder called mplayer, where the above downloaded package is extracted. The structure looks as such:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">to convert<br />
&nbsp; &nbsp;|-mplayer<br />
&nbsp; &nbsp; &nbsp; &nbsp;|-mencoder.exe<br />
&nbsp; &nbsp; &nbsp; &nbsp;|-...</div></td></tr></tbody></table></div>
<p>Inside the &#8220;to convert&#8221; folder, I&#8217;ve some batch files: doall_mpg.bat and doone.bat.</p>
<p><strong>doall_mpg.bat</strong></p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">for %%f in (*.mpg) do start doone.bat &quot;%%f&quot;</div></td></tr></tbody></table></div>
<p><strong>doone.bat</strong></p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">mplayer\mencoder -o &quot;%~1_SM.avi&quot; -oac mp3lame -lameopts cbr:preset=128 -ovc lavc -lavcopts vcodec=mpeg4:v4mv:dia=-3:vbitrate=750 -ffourcc XVID -vf scale -zoom -xy 480 %1</div></td></tr></tbody></table></div>
<p>What is does is simple. When I put some (*not more than 4) mpeg files (.mpg) in the &#8220;to convert&#8221; folder, together with the batch files AND I then run the doall_mpg.bat batch-file, the PC starts encoding ALL the mpeg files at once. (*) I use &#8220;start&#8221; to launch multiple jobs at once, because mencoder uses only ONE thread (core). To fully use the potential of a quad-core, you may launch at least 4 jobs in parallel without suffering a decrease in encoding speed. Mind that mencoder CAN use multiple threads, but the speed-increase is not that spectacular. AND I noticed that using threads=2 (or more) produced a lot of artifacts when playing the encoded file back on the Archos, thus we can&#8217;t use that option.</p>
<p>To convert other files, like AVI&#8217;s, MP4&#8242;s , etc.. just change the (*.mpg) to (*.avi),(*.mp4),..respectively. ( I know this isn&#8217;t ideal, but I&#8217;m to lazy to change it now). <img src='http://www.walterdevos.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   If you know about batch processing and for, you&#8217;ll know what to do when you want to change it. <img src='http://www.walterdevos.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><strong>A FEW NOTES:</strong></p>
<ul>
<li>Depending on how fast and how big the SD cards is you&#8217;re using, video playback from that SD card may be choppy and out of sync. I found that the 16 Gbyte Sandisk SD-HC did not work for me. For smooth video playback, copy the video&#8217;s to the internal memory.</li>
<li>You can use <strong>-vf crop=700:396,scale=480:272</strong> to crop letterbox video&#8217;s. You may have to tweak the. All is explained in mplayer.html</li>
</ul>
<p>Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.walterdevos.be/converting-avi-video-for-archos-vision-43-mp4-player/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>epad tabled hibernation with Tipster&#8217;s images</title>
		<link>http://www.walterdevos.be/epad-tabled-hibernation-with-tipsters-images</link>
		<comments>http://www.walterdevos.be/epad-tabled-hibernation-with-tipsters-images#comments</comments>
		<pubDate>Sun, 06 Mar 2011 00:47:19 +0000</pubDate>
		<dc:creator>walter</dc:creator>
				<category><![CDATA[Devices]]></category>
		<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://www.walterdevos.be/?p=766</guid>
		<description><![CDATA[A small addendum to the post Modding &#038; rooting the QMedia Tablet PC Qpc617 firmware. When using GS_WMT216_V5.0_ACADEV_BLACK_EDITION, you&#8217;ll notice that the &#8220;hibernation&#8221; function is missing and that the device must be &#8220;shut down&#8221; or else it would drain the battery until it&#8217;s empty. Using this little trick, you can activate the &#8220;hibernate&#8221; option while [...]]]></description>
			<content:encoded><![CDATA[<p>A small addendum to the post <a href="http://www.walterdevos.be/modding-rooting-the-qmedia-tablet-pc-qpc617-firmware">Modding &#038; rooting the QMedia Tablet PC Qpc617 firmware</a>.</p>
<p>When using <em>GS_WMT216_V5.0_ACADEV_BLACK_EDITION</em>, you&#8217;ll notice that the &#8220;hibernation&#8221; function is missing and that the device must be &#8220;shut down&#8221; or else it would drain the battery until it&#8217;s empty. Using this little trick, you can activate the &#8220;hibernate&#8221; option while shutting down:</p>
<p>- First, go to the market and download a shell app, I used &#8220;ConnectBot&#8221;.<br />
- Once in the shell, type SU to become root<br />
- Once root (the $ changes in #), type s<strong>etenv hibernation_ui yes</strong><br />
- Then type reboot</p>
<p>Now your tabled will offer you to hibernate when shutting down (pressing the power button).<br />
<img src="http://www.walterdevos.be/wp-content/uploads/hibernate.jpg" alt="hibernate" title="hibernate" width="450" height="270" class="alignleft size-full wp-image-767" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.walterdevos.be/epad-tabled-hibernation-with-tipsters-images/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modding &amp; rooting the QMedia Tablet PC Qpc617 firmware</title>
		<link>http://www.walterdevos.be/modding-rooting-the-qmedia-tablet-pc-qpc617-firmware</link>
		<comments>http://www.walterdevos.be/modding-rooting-the-qmedia-tablet-pc-qpc617-firmware#comments</comments>
		<pubDate>Wed, 02 Mar 2011 16:29:19 +0000</pubDate>
		<dc:creator>walter</dc:creator>
				<category><![CDATA[Devices]]></category>
		<category><![CDATA[Varia]]></category>

		<guid isPermaLink="false">http://www.walterdevos.be/?p=749</guid>
		<description><![CDATA[This is a list of modded android images I have tested on the €99 tablet PC from QMedia, currently for sale in Carrefour Belgium ( and elsewhere ). Note: I will update this list as I test more firmwares. Note2: BE CAREFULL upgrading the tablet. You MAY brick it. I will take NO RESPONSIBILITY for [...]]]></description>
			<content:encoded><![CDATA[<p>This is a list of modded android images I have tested on the €99 tablet PC from QMedia, currently for sale in Carrefour Belgium ( and elsewhere ).</p>
<p>Note: I will update this list as I test more firmwares.</p>
<p><strong><font color="red">Note2: BE CAREFULL upgrading the tablet. You MAY brick it. I will take NO RESPONSIBILITY for your actions, when you damage or brick your tablet. I only provide this information as is. </font></strong></p>
<p><strong>I could not find </strong>the original firmware for the QPC617 from QMedia and I don&#8217;t know how to make a backup, so I took a leap of faith experimenting with this device. </p>
<p><strong>WMT2.1.2_105_M3CSL_V1.0</strong><br />
This was the first firmware I tested. It works perfectly, but is not rooted. It has the market installed. Processor runs at 174 Mhz. Good performance.</p>
<p><strong>WMT2.1.6_LF-X_V1.0B6</strong><br />
This firmware runs perfect. It is rooted too and has the market installed. Better performance.</p>
<p><strong>PanImage_SGS_ACADEV_2.22.11_Full</strong> (<a href="http://tipstir.the-talk.net/t2249-full-panimage-acadev-sgs-v710-for-wmt216_pd_n-2-22-11">link</a>)<br />
This firmware installs ok. HoneyComb (fake) interface. Performance is slow.<br />
<img src="http://www.walterdevos.be/wp-content/uploads/PanImage_SGS_ACADEV_2.22.11_Full_1.jpg" alt="PanImage_SGS_ACADEV_2.22.11_Full_1" title="PanImage_SGS_ACADEV_2.22.11_Full_1" width="400" height="240" class="alignnone size-full wp-image-750" /><br />
<br />
<img src="http://www.walterdevos.be/wp-content/uploads/PanImage_SGS_ACADEV_2.22.11_Full_2.jpg" alt="PanImage_SGS_ACADEV_2.22.11_Full_2" title="PanImage_SGS_ACADEV_2.22.11_Full_2" width="400" height="240" class="alignnone size-full wp-image-751" /></p>
<p><strong>GS_WMT216_V5.0_ACADEV_BLACK_EDITION</strong> (<a href="http://tipstir.the-talk.net/t1847-wmt216_v50-acadev-black-edition-2-2-2011">link</a>)<br />
Installs fine. Nice interface. Rooted and Market. Performance is good.</p>
<p><strong>LIST of NOT WORKING firmwares:</strong><br />
WMT2.50_RSX_TS_A_SPEC_V2</p>
<p><strong>PS:</strong> None of the images/firmwares are overclocked. The two most popular overclock apps (OC Widget &#038; SetCPU ) won&#8217;t work. Maybe in future versions. </p>
<p><strong>Tips:</strong><br />
- When booting after a flash update, the animate boot-logo ( ANDROID ) may look like it is locked in a loop. Just be patient (maybe 2 , 3 minutes). All following boots will not suffer from this delay.</p>
<p>More info on modded tablet firmwares:<br />
<a href="http://androidtabletzone.the-talk.net/f135-honeycomb-for-wm8505-wmt8505-rooted-rom-mod-firmware-development">http://androidtabletzone.the-talk.net/f135-honeycomb-for-wm8505-wmt8505-rooted-rom-mod-firmware-development</a> (updated link 2 nov. 2011)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.walterdevos.be/modding-rooting-the-qmedia-tablet-pc-qpc617-firmware/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Add a dial string to windows mobile 6.5 DUN</title>
		<link>http://www.walterdevos.be/add-a-dail-string-to-windows-mobile-6-5-dun</link>
		<comments>http://www.walterdevos.be/add-a-dail-string-to-windows-mobile-6-5-dun#comments</comments>
		<pubDate>Sat, 29 Jan 2011 03:28:13 +0000</pubDate>
		<dc:creator>walter</dc:creator>
				<category><![CDATA[Devices]]></category>

		<guid isPermaLink="false">http://www.walterdevos.be/?p=676</guid>
		<description><![CDATA[When connecting windows mobile 6.5 to the internet via bluetooth dail-up and gprs (edge or 3G), you&#8217;ll notice that their aren&#8217;t any andvanced modem settings available anymore. Establishing a connection just by dialing *99# is impossible, you&#8217;ll get &#8221; The answering modem has disconnected &#8220;. You&#8217;ll need to add a dial string to include at [...]]]></description>
			<content:encoded><![CDATA[<p>When connecting windows mobile 6.5 to the internet via bluetooth dail-up and gprs (edge or 3G), you&#8217;ll notice that their aren&#8217;t any andvanced modem settings available anymore. </p>
<p>Establishing a connection just by dialing *99# is impossible, you&#8217;ll get &#8221; The answering modem has disconnected &#8220;. You&#8217;ll need to add a dial string to include at least the APN information. </p>
<p>To enter a dial string now requires the use of a registry editor. You can find a good one <a href="http://htcwinmobile.blogspot.com/2009/01/phm-regedit-trustworthy-registry-editor.html">here</a> </p>
<p>To enter the dial string, you&#8217;ll have to edit registry-entry &#8220;1&#8243; in HKLM/Drivers/Unimodem/Init<br />
change it to : <strong>AT+CGDCONT=1,&#8221;IP&#8221;,&#8221;web.be&#8221;<cr> </strong><br />
&#8220;web.be&#8221; is the APN name (ISP).</p>
<p>You can then safely connect using just dialing *99#</p>
]]></content:encoded>
			<wfw:commentRss>http://www.walterdevos.be/add-a-dail-string-to-windows-mobile-6-5-dun/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BBox2 Sagem Blocked &#8211; NAT out failed First packet in connection is not a SYN packet</title>
		<link>http://www.walterdevos.be/bbox2-sagem-blocked-nat-out-failed-first-packet-in-connection-is-not-a-syn-packet</link>
		<comments>http://www.walterdevos.be/bbox2-sagem-blocked-nat-out-failed-first-packet-in-connection-is-not-a-syn-packet#comments</comments>
		<pubDate>Sun, 24 Oct 2010 12:35:22 +0000</pubDate>
		<dc:creator>walter</dc:creator>
				<category><![CDATA[Devices]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://www.walterdevos.be/?p=646</guid>
		<description><![CDATA[Sometimes a Belgacom Modem Sagem 3464 ( BBox 2 ) may block all outgoing traffic on any port except for port 80. You&#8217;ll get all sorts of errors from VPN clients, Bittorrent clients, and non port 80 wibsites. Typicaly the errors complain about being unable to connect. Also, the router will block all NAT and [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes a Belgacom Modem Sagem 3464 ( BBox 2 ) may block all outgoing traffic on any port except for port 80. You&#8217;ll get all sorts of errors from VPN clients, Bittorrent clients, and non port 80 wibsites. Typicaly the errors complain about being unable to connect. Also, the router will block all NAT and Server incomming traffic as well. </p>
<p>In the security log ( firewal -> security log ) you&#8217;ll find entries like these:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;font size=-2&gt;Outbound Traffic&nbsp; Blocked - NAT out failed&nbsp; &nbsp; TCP 192.168.1.200:1230-&gt;81.240.173.98:2499 on ppp0<br />
Outbound Traffic&nbsp; &nbsp; Blocked - NAT out failed&nbsp; &nbsp; TCP 192.168.1.200:1229-&gt;84.105.73.50:12000 on ppp0<br />
Outbound Traffic&nbsp; &nbsp; Blocked - NAT out failed&nbsp; &nbsp; TCP 192.168.1.200:1228-&gt;95.7.96.189:17500 on ppp0<br />
Outbound Traffic&nbsp; &nbsp; Blocked - NAT out failed&nbsp; &nbsp; TCP 192.168.1.200:1227-&gt;82.170.211.77:12000 on ppp0<br />
Outbound Traffic&nbsp; &nbsp; Blocked - NAT out failed&nbsp; &nbsp; TCP 192.168.1.200:1226-&gt;88.66.131.23:3170 on ppp0<br />
Outbound Traffic&nbsp; &nbsp; Blocked - NAT out failed&nbsp; &nbsp; First packet in connection is not a SYN packet: TCP 192.168.1.50:60734-&gt;204.236.227.24:80 on ppp0&lt;/font&gt;</div></td></tr></tbody></table></div>
<p>According to many internet forum posts this can only be solved by rebooting the modem,<strong> but there is another, quicker and better solution</strong>, especially when you don&#8217;t want to reboot the modem.</p>
<p>To quickly resolve this issue without rebooting ( thus without disrupting services like streams, uploads, etc.  too long &#8212; rebooting takes minutes, while this solution takes less then a second) <strong>telnet to the Sagem modem</strong>, enter username: admin and password: BGCVDSL2<br />
at the command prompt type:</p>
<p><strong>fw_restart</strong></p>
<p><img src="http://www.walterdevos.be/wp-content/uploads/Add_New_Post_‹_WWWalter_—_WordPress_-_ChromePlus-2010-10-24_14.33.45.png" alt="Add_New_Post_‹_WWWalter_—_WordPress_-_ChromePlus-2010-10-24_14.33.45" title="Add_New_Post_‹_WWWalter_—_WordPress_-_ChromePlus-2010-10-24_14.33.45" width="705" height="455" class="aligncenter size-full wp-image-647" /></p>
<p>Close the telnet session. You&#8217;ll now be able to connect to other ports and NAT functionality will be restored. </p>
<p>There is no permanent fix. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.walterdevos.be/bbox2-sagem-blocked-nat-out-failed-first-packet-in-connection-is-not-a-syn-packet/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Sagem error Only one WAN connection can be enslaved by each bridge : Resolved</title>
		<link>http://www.walterdevos.be/sagem-error-only-one-wan-connection-can-be-enslaved-by-each-bridge-resolved</link>
		<comments>http://www.walterdevos.be/sagem-error-only-one-wan-connection-can-be-enslaved-by-each-bridge-resolved#comments</comments>
		<pubDate>Fri, 16 Jul 2010 10:13:45 +0000</pubDate>
		<dc:creator>walter</dc:creator>
				<category><![CDATA[Devices]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[Sagem]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[vdsl2]]></category>

		<guid isPermaLink="false">http://www.walterdevos.be/?p=596</guid>
		<description><![CDATA[Symptoms: You want to change IP settings, change IP address ( local Ip address, default 192.168.1.1 ) but Sagem router returns a message: &#8220;Only one WAN connection can be enslaved by each bridge&#8221; Reason: Other VLAN interfaces are enabled and should be disabled when changing the LAN settings. Solution: You do not need VLAN , [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.walterdevos.be/wp-content/uploads/sgm.jpg" alt="sgm" title="sgm" width="200" height="124" class="alignleft size-full wp-image-599" /><strong>Symptoms:</strong> You want to change IP settings, change IP address ( local Ip address, default 192.168.1.1 ) but Sagem router returns a message: &#8220;<strong>Only one WAN connection can be enslaved by each bridge</strong>&#8221;</p>
<p><strong>Reason:</strong> Other VLAN interfaces are enabled and should be disabled when changing the LAN settings.</p>
<p><strong>Solution:</strong> You do not need VLAN , so disable the VLAN circuits</p>
<p>- Go to advanced settings<br />
- Choose Network Interfaces<br />
- Click on LAN Bridge<br />
- Click on settings (button)<br />
- Disable the Wan ethoa0 &#8230; 12  ( disable everything exept LAN Ethernet en LAN Wireless &#8211; first and last ).</p>
<p><img src="http://www.walterdevos.be/wp-content/uploads/sgm.png" alt="sgm" title="sgm" width="500" height="333" class="aligncenter size-full wp-image-597" /></p>
<p>- Now you can change your LAN IP settings.<br />
- Eventually return the state of the disabled interfaces ( only if required )</p>
<p>The Sagem 3464 is a (wireless) VDSL2 broadband internet router. It&#8217;s used by Belgacom, EDPNET, and maybe other providers using VDSL2 in Belgium. </p>
<p>Connect to the Sagem via a <strong>crossed</strong> UTP/STP cable into the Yellow port on the back of the unit (next to the power switch). The default IP is 192.168.1.1  Alternatively connect both router and PC to a hub or switch. ( Mind the unit&#8217;s DHCP server is active by default. )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.walterdevos.be/sagem-error-only-one-wan-connection-can-be-enslaved-by-each-bridge-resolved/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My 2 cents on HTPC media PC and DVB</title>
		<link>http://www.walterdevos.be/my-2-cents-on-htpc-media-pc-and-dvb</link>
		<comments>http://www.walterdevos.be/my-2-cents-on-htpc-media-pc-and-dvb#comments</comments>
		<pubDate>Wed, 07 Jul 2010 21:55:06 +0000</pubDate>
		<dc:creator>walter</dc:creator>
				<category><![CDATA[Devices]]></category>
		<category><![CDATA[Satellite]]></category>

		<guid isPermaLink="false">http://www.walterdevos.be/?p=593</guid>
		<description><![CDATA[Some time ago I decided to build myself a HTPC with satellite receiver. I ended up with this hardware: Gigabyte Motherboard GA-MA785GT-UD3H , AMD PHENOM II X2 (processor), Cinergy S2 PCI HD (dvb card), Corsair DDR 1600Mhz 8-8-8-24 memory. I&#8217;m quite happy with it, but I like to share a few insights that I gained [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago I decided to build myself a HTPC with satellite receiver. I ended up with this hardware:<br />
Gigabyte Motherboard GA-MA785GT-UD3H , AMD PHENOM II X2 (processor), Cinergy S2 PCI HD (dvb card), Corsair DDR 1600Mhz 8-8-8-24 memory. I&#8217;m quite happy with it, but I like to share a few insights that I gained since then.</p>
<p><strong>1. Don&#8217;t buy an AMD chipset. </strong><br />
I&#8217;m not saying AMD is bad. AMD actually is great. But the motherboard comes with an integrated AMD chipset including an integrated ATI video card ( 4600 ). This motherboard has all features to watch TV and Video, don&#8217;t get me wrong, but you won&#8217;t get any acceleration. Not in Windows that is. ATI is less open to the open source community and as I&#8217;m using XBMC to watch video, which uses FFMPEG to decode the video, all decoding will be done by the processor. The X2 ADM can cope only just. ( 55% CPU ).  I ended up buying an NVIDIA ( <a href="http://www.nvidia.co.uk/object/geforce_gtx_260_uk.html">GeForce GTX 260</a> ) which is affordable and gives me hardware acceleration in ( the latest beta ) of XBMC. As an added bonus I can play GTA with all settings at highest, 40+ fps. </p>
<p><strong>2. Don&#8217;t buy Cinergy S2 PCI HD. </strong><br />
This card is stable as a rock and gives average to good picture quality. It&#8217;s compatible with DVBviewer Pro. But the remote control doesn&#8217;t work for me ( can&#8217;t figure out how to configure it ), but more troublesome: the card generates a high pitched sound ( like an old CRT television set ) when tuning to HD channels. It gives me a headache.  I&#8217;m going to try and find myself a <a href="http://www.hauppauge.de/de/site/products/data_hvr4000.html">Hauppauge WinTV HVR-4000 00 DVB-S/-S2/-T/analog</a> on of these days.</p>
<p><strong>3. Software: DVBViever Pro</strong><br />
I learned there is a lot of DVB software, but it&#8217;s expensive, can&#8217;t handle plugins or is just crap. I stayed with <a href="http://www.dvbviewer.com/en/index.php">DVBViewer Pro</a> which is just perfect. </p>
<div class="youtube"><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/LlQDRsNNUz8&amp;hl=nl_NL&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/LlQDRsNNUz8&amp;hl=nl_NL&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></div>
<p>Some features I find very exiting are:</p>
<ul>
<li>Can handle plugins, needed to access the subscription card of you got no conditional access module.</li>
<li>I can run as a service in the background, recording following a schedule</li>
<li>It can wake-up the computer to record a tv show</li>
<li>It can share the DVB card over the network so you can watch satellite tv on your laptop. It&#8217;s very easy and stable too!</li>
</ul>
<p><strong>4. Software: XBMC</strong><br />
For watching movies and MPEG4 or DIVX mkv or avi files, I got hooked on <a href="http://xbmc.org/">XBMC</a>. It is by far the sleekest home theater software out there and it&#8217;s FREE. It supports many skins and can play almost everything. One of the coolest features is the ability to change synchronization of audio and video while playing a movie!! They are in the process of incorporating DVB receivers too. XBMC will also lookup your movie files and tv-shows in a few online databases, returning fan art and titles. The library is very comprehensive. </p>
<div class="youtube"><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/HuDs0HV0Pls&amp;hl=nl_NL&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/HuDs0HV0Pls&amp;hl=nl_NL&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></div>
<p>PS: Windows 7 is working great on this system, but try to keep it clean. Do not install to many things, as it will inevitably make your computer slow.</p>
<p><strong>Media centers I tried but abandoned.</strong></p>
<ul>
<li>Mediaportal:  I didn&#8217;t like the design, but It&#8217;s the second best FREE mediacenter out there.</li>
<li>Windows Media Center: Nice design, but it doesn&#8217;t show all files. Hard to get the library organised. Much like media player&#8230;</li>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_video_player_software">A comparison of many many media centers</a> (wikipedia)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.walterdevos.be/my-2-cents-on-htpc-media-pc-and-dvb/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Marmitek IP Robocam 21 via VLC player</title>
		<link>http://www.walterdevos.be/stream-marmitek-ip-robocam-21-via-videolan-vlc-player</link>
		<comments>http://www.walterdevos.be/stream-marmitek-ip-robocam-21-via-videolan-vlc-player#comments</comments>
		<pubDate>Sat, 01 Aug 2009 01:43:19 +0000</pubDate>
		<dc:creator>walter</dc:creator>
				<category><![CDATA[Devices]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[IP Robocam 21]]></category>
		<category><![CDATA[Marmitek]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://www.walterdevos.be/?p=391</guid>
		<description><![CDATA[The Marmitek IP Robocam 21 ( Art No 9833 ) is a wireless, remote controletabel pan tilt, indoor camera. (link) Watching the stream via the web is easy, just surf to the IP cam&#8217;s IP-address. Marmitek even has a complete suite (UltraView) to combine many camera&#8217;s, record the picture etc. But just looking at the [...]]]></description>
			<content:encoded><![CDATA[<p>The Marmitek IP Robocam 21 ( Art No 9833 ) is a wireless, remote controletabel pan tilt, indoor camera. (<a href="http://www.marmitek.com">link</a>) </p>
<p>Watching the stream via the web is easy, just surf to the IP cam&#8217;s IP-address. Marmitek even has a complete suite (UltraView) to combine many camera&#8217;s, record the picture etc. But just looking at the video in VLC ( or any media player ) is tricky and virtually undocumented.</p>
<p>The IP Robocam 21 can deliver MPEG4,MPEG and 3GPP video. Here is how to get it working in VLC.</p>
<p>Open VLC, goto &#8220;media&#8221;, choose Open Network.  Choose the RSTP protocol and copy paste this adress into the addressbar:</p>
<p>rtsp://admin:admin@x.x.x.x/mpeg4   <em>( where x.x.x.x is the IP address of the IP cam, usualy something like 192.168.0.3 and where admin is the username of the adminisrator who has &#8220;admin&#8221; as the password all which you can change in the setup of the IP cam via the web )</em></p>
<p>Mpeg4 video : rtsp://admin:admin@x.x.x.x/mpeg4<br />
3gp video: rtsp://admin:admin@x.x.x.x/3gp<br />
Mjpeg video: rtsp://admin:admin@x.x.x.x/mjpeg</p>
<p>To MOVE the camera:  (port is the portnumber used to access the webcam over http like in: http://x.x.x.x:port . Usualy 80 )<br />
down : http://x.x.x.x:port/admin/ptctl.cgi?move=down<br />
up : http://x.x.x.x:port/admin/ptctl.cgi?move=up<br />
left : http://x.x.x.x:port/admin/ptctl.cgi?move=left<br />
right : http://x.x.x.x:port/admin/ptctl.cgi?move=right</p>
<p>I will post more tricks as I learn about them in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.walterdevos.be/stream-marmitek-ip-robocam-21-via-videolan-vlc-player/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dreambox DM 8000 reviews en test</title>
		<link>http://www.walterdevos.be/dreambox-dm-8000-review-reviews-links-info-informatie-test-beste</link>
		<comments>http://www.walterdevos.be/dreambox-dm-8000-review-reviews-links-info-informatie-test-beste#comments</comments>
		<pubDate>Sat, 28 Mar 2009 11:38:59 +0000</pubDate>
		<dc:creator>walter</dc:creator>
				<category><![CDATA[Devices]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[bespreking]]></category>
		<category><![CDATA[DM]]></category>
		<category><![CDATA[dm8000]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[informatie]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[TEST]]></category>

		<guid isPermaLink="false">http://www.walterdevos.be/?p=353</guid>
		<description><![CDATA[Review Dr Dish (Duits) Interface Dit is een uitgebreide review van de Dreambox in het Duitse blad SatVision. ( Duits ) (vind hier een vertaling in het Engels van hetzelfde artikel) Links naar USER reviews : The box runs very smooth and is also faster than the DM800 because of the faster processor. link Dreambox [...]]]></description>
			<content:encoded><![CDATA[<p>Review Dr Dish (Duits)</p>
<div align="center"><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/7oByFDOoj_M&#038;hl=nl&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/7oByFDOoj_M&#038;hl=nl&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></div>
<p>Interface</p>
<div align="center"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/kOk3KD5vo0I&#038;hl=nl&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/kOk3KD5vo0I&#038;hl=nl&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></div>
<p>Dit is een uitgebreide <a href="http://rapidshare.com/files/214498380/DM8000_Test.pdf">review</a> van de Dreambox in het Duitse blad SatVision. ( Duits )  (vind <a href="http://www.dragteam.info/forum/duvidas-ajuda/64692-dreambox-8000-review.html">hier</a> een vertaling in het Engels van hetzelfde artikel)</p>
<p><strong>Links naar USER reviews :</strong></p>
<ul>
<li>The box runs very smooth and is also faster than the DM800 because of the faster processor.  <a href="http://www.dream-multimedia-tv.de/board/thread.php?postid=58638">link</a></li>
<li>Dreambox DM 8000 draad in het Sat4all forum: <a href="http://www.sat4all.com/forums/ubbthreads.php/ubb/showflat/Number/1573868">link</a></li>
<li>[DM800HD] Twijfel tussen DM800 of DM8000 aanschaffen : <a href="http://www.sat4all.com/forums/ubbthreads.php/topics/1652686/DM800HD_Twijvel_tussen_DM800_o#Post1652686">link</a></li>
<li>The max res of the box is 1080i : <a href="http://www.i-have-a-dreambox.com/wbb2/thread.php?postid=875657">link</a></li>
</ul>
<p><strong>Alternatief voor de Dreambox, De Kathrein UFS910 :</strong></p>
<ul>
<li>De Kathrein UFS910 met &#8220;Dreambox&#8221; achtige software. <a href="http://www.satnerds.com/forums/index.php?topic=8829.msg27330">link</a></li>
<li>Engels Kathrein forum: <a href="http://www.satforum.cz/kathrein-ufs910-firmware-software-hardware/">link</a></li>
<li>Duits Kathrein forum: <a href="http://board.mykathrein.de/index.php">link</a></li>
<li>intern sharen met Kathrein?: <a href="http://www.sat4all.com/forums/ubbthreads.php/topics/1633462">link</a></li>
<li>review op Sateelites.co.uk: <a href="http://www.satellites.co.uk/satellite/kathrein/114253-kathrein-ufs-910-hd.html">link</a></li>
<li>review op satplaza: <a href="http://www.satplaza.com/wordpres/?p=1495">link</a></li>
</ul>
<p>Een dealer die beide ontvangers aanbiedt kan misschien op meer vragen antwoorden: <a href="http://www.altsat.be/">Altsat (Aalst &#8211; België)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.walterdevos.be/dreambox-dm-8000-review-reviews-links-info-informatie-test-beste/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Het /proc bestandssysteem op de dreambox</title>
		<link>http://www.walterdevos.be/het-proc-bestandssysteem-op-de-dreambox</link>
		<comments>http://www.walterdevos.be/het-proc-bestandssysteem-op-de-dreambox#comments</comments>
		<pubDate>Sun, 08 Mar 2009 15:57:34 +0000</pubDate>
		<dc:creator>walter</dc:creator>
				<category><![CDATA[Devices]]></category>
		<category><![CDATA[Varia]]></category>
		<category><![CDATA[/proc]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[telnet]]></category>

		<guid isPermaLink="false">http://www.walterdevos.be/2009/03/08/het-proc-bestandssysteem-op-de-dreambox/</guid>
		<description><![CDATA[De /proc directory is een (virtueel) bestandssysteem dat denkbeeldige bestanden bevat met informatie over het systeem en de processen die er op draaien. Het bestaat niet op een disk, maar wordt &#8220;on the fly&#8221; gecreëerd door de kernel. We kunnen de structuur zien met ls /proc en we kunnen specifieke bestanden lezen met cat , [...]]]></description>
			<content:encoded><![CDATA[<p>De <strong>/proc</strong> directory is een (virtueel) bestandssysteem dat denkbeeldige bestanden bevat met informatie over het systeem en de processen die er op draaien. Het bestaat niet op een disk, maar wordt &#8220;on the fly&#8221; gecreëerd door de kernel. We kunnen de structuur zien met <strong>ls /proc</strong> en we kunnen specifieke bestanden lezen met <strong>cat</strong> , bvb <em>cat /proc/uptime</em> (geeft de tijd dat het systeem operationeel is). </p>
<p>Een aantal specifieke toepassingen met proc op de dreambox:</p>
<p><strong>/proc/{PID}</strong><br />
Een directory met bestanden die informatie bevatten over het proces met nummer {PID}. Elk proces heeft een directory onder /proc waarvan de naam gelijk is aan het {PID} PID = proces identificatie nummer. Vind PID&#8217;s via <strong>ls /proc</strong> of via het programma <strong>top</strong>.</p>
<p>Uitvoer van <strong>top</strong>  (PID in vet):</p>
<blockquote><p>Mem: 29604K used, 424K free, 0K shrd, 1404K buff, 4264K cached<br />
Load average: 1.12, 1.27, 1.36    (State: S=sleeping R=running, W=waiting)</p>
<p><strong>PID</strong> USER     STATUS   RSS  PPID %CPU %MEM COMMAND<br />
<strong>13733</strong> root     S       1832 13720 31.1  6.1 cammy<br />
<strong> 8076</strong> root     R        712  8056  7.7  2.3 top<br />
<strong>13676</strong> root     S        12M   303  0.0 42.0 enigma<br />
<strong>13691</strong> root     S        12M 13676  0.0 42.0 enigma<br />
&#8230;
</p></blockquote>
<p><strong>/proc/cpuinfo</strong><br />
Informatie over de processor, zoals het type, merk, model en de performance. </p>
<blockquote><p>root@dm7000 ~ # cat /proc/cpuinfo<br />
processor       : 0<br />
cpu             : STB04xxx<br />
clock           : 252MHz<br />
revision        : 8.209 (pvr 4181 08d1)<br />
bogomips        : 250.88<br />
machine         : Dream Multimedia TV Dreambox<br />
plb bus clock   : 63MHz</p></blockquote>
<p><strong>/proc/interrupts</strong> : Laat zien welke interrupts er in gebruik zijn</p>
<blockquote><p>root@dm7000 ~ # cat /proc/interrupts<br />
           CPU0<br />
  1:   33803163  IBM UIC Level     dmx<br />
  2:       1738  IBM UIC Level     audio<br />
  3:     274876  IBM UIC Level     mpeg<br />
  7:      27391  IBM UIC Level     pvr<br />
  8:    2509441  IBM UIC Level     card<br />
  9:    2922158  IBM UIC Level     IBM IIC<br />
 10:          2  IBM UIC Level     IBM IIC<br />
 11:     127528  IBM UIC Level     GPTC<br />
 16:     992074  IBM UIC Level     card<br />
 18:          0  IBM UIC Edge      ohci_hcd<br />
 25:     137130  IBM UIC Edge      ide0<br />
 28:    3283082  IBM UIC Level     eth0<br />
 29:          5  IBM UIC Edge      fp<br />
BAD:          1</p></blockquote>
<p><strong>/proc/ioports</strong> : Welke I/O poorten op het moment in gebruik zijn</p>
<p><strong>/proc/kmsg</strong> : Kernel meldingen.  (Een lange lijst meldingen die ook via SySlog kunnen uitgevoerd worden.)</p>
<p><strong>/proc/net</strong> :  <em>SUBDIRECTORY</em> met informatie over het netwerk</p>
<p><strong>/proc/loadavg</strong> : De gemiddelde belasting van het systeem. De eerste drie getallen meten de CPU belasting van de afgelopen één minuut, vijf minuten en 10 minutes respectievelijk. Het getal staat voor het aantal processen dat gemiddeld in de rij staat om uitgevoerd te worden. In een systeem met één processor is dat 1 bij 100% belasting, bij een systeem met twee processors is dat 2. Er wordt ook rekening gehouden met processen die op invoer/uitvoer wachten (IO). Hoe kleiner het getal, hoe beter. Daarnaast staat het aantal lopende processen tegenover het totaal aantal (slapende) processen. Het laatste nummer tenslotte toont het PID van de laatste taak die gelopen heeft. (Het commando TOP laat deze cijfers ook zien)<br />
Radio luisteren:</p>
<blockquote><p>root@dm7000 ~ # cat /proc/loadavg<br />
1.28 1.38 1.35 1/58 7967</p></blockquote>
<p>Radio luisteren en tegelijk SAT-FIND functie aan:</p>
<blockquote><p>root@dm7000 ~ # cat /proc/loadavg<br />
2.63 1.84 1.48 1/57 7998</p></blockquote>
<p><strong>/proc/meminfo</strong> : Informatie over geheugengebruik, zowel fysiek als swap<br />
<strong>/proc/stat</strong> : Diverse statistieken over het systeem<br />
<strong>/proc/uptime</strong> : Hoelang het systeem al ingeschakeld is<br />
<strong>/proc/version</strong> : De kernelversie</p>
<p>bronnen:<br />
<a href="http://doc.nl.linux.org/GUIDE/sag-nl/x688.html">doc.nl.linux.org</a><br />
<a href="http://redhat.activeventure.com/73/referenceguide/s1-proc-topfiles.html">redhat.activeventure.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.walterdevos.be/het-proc-bestandssysteem-op-de-dreambox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

