<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Vineet&#039;s tech blog</title>
	<atom:link href="http://vinitech.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vinitech.wordpress.com</link>
	<description>Everything technology related</description>
	<lastBuildDate>Mon, 11 Jan 2010 17:26:17 +0000</lastBuildDate>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='vinitech.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Vineet&#039;s tech blog</title>
		<link>http://vinitech.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vinitech.wordpress.com/osd.xml" title="Vineet&#039;s tech blog" />
	<atom:link rel='hub' href='http://vinitech.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Moblin 2.1 followup</title>
		<link>http://vinitech.wordpress.com/2010/01/11/moblin-2-1-followup/</link>
		<comments>http://vinitech.wordpress.com/2010/01/11/moblin-2-1-followup/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 17:04:25 +0000</pubDate>
		<dc:creator>vinitech</dc:creator>
				<category><![CDATA[Moblin]]></category>
		<category><![CDATA[atom moblin]]></category>
		<category><![CDATA[linux ntfs mount]]></category>
		<category><![CDATA[moblin 2.1]]></category>
		<category><![CDATA[moblin 2.1 codecs]]></category>
		<category><![CDATA[moblin 2.1 preview]]></category>
		<category><![CDATA[moblin codecs]]></category>
		<category><![CDATA[moblin gstreamer]]></category>
		<category><![CDATA[moblin ntfs]]></category>
		<category><![CDATA[moblin UI customization]]></category>

		<guid isPermaLink="false">http://vinitech.wordpress.com/?p=5</guid>
		<description><![CDATA[My computer is down again ,but on the positive side it has nothing to do with Linux, Moblin runs fine, I have had a few hiccups though as I mentioned in my last post. But like all problems they all get sorted out in the end. So as promised here&#8217;s my fix for all the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vinitech.wordpress.com&amp;blog=11374781&amp;post=5&amp;subd=vinitech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My computer is down again <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  ,but on the positive side it has nothing to do  with Linux, Moblin runs fine, I have had a few hiccups though as I mentioned in  my last post. But like all problems they all get sorted out in the end.</p>
<p>So as promised here&#8217;s my fix for all the problems that I have faced.</p>
<p>(Also remember that Moblin is built on top of many other RPM type distros, so  you have a yum installer built in, if nothing else then go to command prompt and  type sudo yum install xxx ,where xxx is your favorite linux app in Red Hat  ,FEDORA or SUSE. The underlying arch in Atom is x86 so all your older binaries  should work fine, it&#8217;s just that they have been written for pentium processors  and would become power hogging monsters on miniscule Atom chips ).</p>
<p>(Update : Just found this wonderful thread in <a href="http://stackoverflow.com/questions/110674/gcc-optimization-flags-for-intel-atom" target="_blank">stackoverflow</a> .It discusses how to optimize your code for Atom processors, if someone is  really downloading and compiling binaries again, might as well give it a  try).</p>
<p><strong>Codec problem</strong></p>
<p>Go to http://gstreamer.freedesktop.org/src/ and download the following</p>
<ul>
<li>Gstreamer</li>
<li>Gstreamer base</li>
<li>Gstreamer good</li>
<li>Gstreamer bad</li>
<li>Gstreamer ugly</li>
<li>Gstreamer ffmpeg</li>
</ul>
<p>Now run the following on your system</p>
<blockquote><p>sudo yum install bison flex gcc make diffutils glib2-devel pango-devel  cairo-devel liboil-devel alsa-lib-devel libtheora-devel libvorbis-devel  libogg-devel</p></blockquote>
<p>Once you are done, extract all your gstreamer downloads.</p>
<p>Follow these steps.</p>
<p>1. switch to root&#8230;.(I prefer this to running sudo since I have to type  passwords all the time&#8230;..and before you ask yes I have edited my  /etc/sudoers).</p>
<p>2.go to Gstreamer folder. and run the following</p>
<p><em>./configure -prefix=/usr</em> then <em>make</em> and then <em>make  install</em></p>
<p>repeat this step for all gstreamer downloads in the following order</p>
<ul>
<li>gstreamer basic</li>
<li>gstreamer good</li>
<li>gstreamer bad</li>
<li>gstreamer ugly</li>
<li>gstreamer ffmpeg</li>
</ul>
<p>It&#8217;s a long process so you better switch to root and run a script to automate  all this&#8230;on my system it took close to an hour.</p>
<p>Once it&#8217;s done you should be able to play all your mp3&#8242;s and view all your  avi&#8217;s although in my case when I was playing one particular video I could only  see the video but not the audio, I guess I will have to switch to verbose mode  and see which component is missing but this set of codecs covers most of the  codecs so it&#8217;s good for the average user.</p>
<p><strong>Problem with moblin-media-player</strong></p>
<p>If you still can&#8217;t play AV files on the integrated media player you need to  un-install the media player by going to Applications-&gt;manage apps ,  <strong>look for moblin media player</strong></p>
<p>Then install it again, and you should be able to hear and watch your AV files  on it.</p>
<p><strong>NTFS mount problem.</strong></p>
<p><strong>Step 1</strong></p>
<ul>
<li>Go to http://www.linux-ntfs.org/doku.php?id=ntfsmount</li>
<li>Download from http://sourceforge.net/projects/fuse/files/fuse-2.X/</li>
</ul>
<p><strong>Step 2</strong></p>
<ul>
<li>Run tar zxvf fuse-2.7.0.tar.gz</li>
<li>cd fuse-2.7.0</li>
<li>./configure and make and sudo make install</li>
</ul>
<p><strong>Step 3</strong></p>
<ul>
<li>Download ntfsprogs from  http://www.sfr-fresh.com/linux/misc/ntfsprogs-2.0.0.tar.gz/</li>
<li>Follow the same steps as with FUSE ,just change the name according to  ntfsprogs.</li>
</ul>
<p>Once done you should be able to use ntfsmount command easily, do a <em>man  ntfsmount</em> to learn more.</p>
<p>Also once you have mounted your ntfs drives don&#8217;t just plug them out , this  will corrupt your config files and lock your drive, (you&#8217;ll need to log into  windows again otherwise).</p>
<p>use the <strong>fusermount</strong> command to unmount your drives before you  unplug them. Do a man fusermount to learn more.</p>
<p><strong>(Caution : Don&#8217;t use the force option with ntfsmount, better go to  windows if you have locked your usb drive </strong>)</p>
<p><strong>Using Mozilla with Moblin</strong></p>
<p>Look at this <a href="http://openmoblin.com/forum/viewtopic.php?f=14&amp;t=10" target="_blank">site</a>. It  works !! , in case you don&#8217;t find anything to uninstall don&#8217;t worry, follow the  rest of the steps.</p>
<p>Also go to favorite apps under applications and look for the browser option.  Set it to mozilla.</p>
<p><strong>Getting the chat client to work</strong></p>
<p>Empathy the default chat client with Moblin sucks but it&#8217;s the only thing  that can be integrated into the Moblin UI so if you&#8217;re a sucker for UI then  while configuring a new account, select the gtalk option, give your full  username xxx@gmail.com in the username and select both SSL and the other  option.</p>
<p>set the server to <strong>talk.google.com</strong>, don&#8217;t tick the lowermost  checkbox, and don&#8217;t touch the port number. Click modify/change and it should get  you going.</p>
<p>Though there are still bugs with the UI and you will soon get frustrated,  better switch to Pidgin.</p>
<p>So that&#8217;s it right now&#8230;more on it if I find something.</p>
<p>Chao</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vinitech.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vinitech.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vinitech.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vinitech.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vinitech.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vinitech.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vinitech.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vinitech.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vinitech.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vinitech.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vinitech.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vinitech.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vinitech.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vinitech.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vinitech.wordpress.com&amp;blog=11374781&amp;post=5&amp;subd=vinitech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vinitech.wordpress.com/2010/01/11/moblin-2-1-followup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01cc339310c9583d0ef8b0987140ef90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vinitech</media:title>
		</media:content>
	</item>
		<item>
		<title>Moblin 2.1 is here</title>
		<link>http://vinitech.wordpress.com/2010/01/11/moblin-2-1-is-here/</link>
		<comments>http://vinitech.wordpress.com/2010/01/11/moblin-2-1-is-here/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 16:49:54 +0000</pubDate>
		<dc:creator>vinitech</dc:creator>
				<category><![CDATA[Moblin]]></category>
		<category><![CDATA[atom moblin]]></category>
		<category><![CDATA[linux ntfs mount]]></category>
		<category><![CDATA[moblin 2.1]]></category>
		<category><![CDATA[moblin 2.1 codecs]]></category>
		<category><![CDATA[moblin 2.1 preview]]></category>
		<category><![CDATA[moblin codecs]]></category>
		<category><![CDATA[moblin gstreamer]]></category>
		<category><![CDATA[moblin ntfs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Moved here from the parent blog Am back on my blog after a long hiatus and it was my experience with the new Moblin OS that compelled me to come here. I bought a ATOM processor + Intel motherboard integrated unit a few months back which Intel touts as what they call a &#8220;NET-TOP&#8221; , [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vinitech.wordpress.com&amp;blog=11374781&amp;post=1&amp;subd=vinitech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Moved here from the parent blog</p>
<p>Am back on my blog after a long hiatus and it was my experience with the new  Moblin OS that compelled me to come here. I bought a ATOM processor + Intel  motherboard integrated unit a few months back which Intel touts as what they  call a &#8220;NET-TOP&#8221; , It&#8217;s not a fair acronym at all in my opinion since it&#8217;s just  more than a dumb box with an internet connection, I have managed to run a fair  number of games and applications on it, so in my opinion it&#8217;s a fairly decent  piece of hardware and if you are looking for a low cost ,low power desktop to  watch videos, play simple games like AOE, and browse the web atom&#8217;s the one for  you.</p>
<p>However my biggest complaint has been the lack of support for a proper Linux  distro, which is a big problem for me since I run Linux often and like to play  around with it. I have tried with all distros starting from Ubuntu to Fedora to  Mandrake to Open Suse, throw in a couple of other names as well, but I have been  unable to get past the bootloader screen as always. So yesterday when I was able  to install Moblin without a glitch I was overjoyed, and on seeing the slick UI I  thought all my problems had finally come to an end but that was not to be.</p>
<p><strong>My First impressions<br />
</strong></p>
<p>The first thing that came to my mind when I saw Moblin 2.1 was the fact that  hey that&#8217;s a cool Linux distro, the concept of UI here is different comapred to  any other distro around, the whole job of the UI is to get you around with the  minimum fuss. In fact it takes some time to get used to it. At first I was like  hey where is the terminal ? and where is the file browser ? Is this another  clone of Chrome OS which won&#8217;t allow me to access my own FS and hardware  devices. But on browsing around you ultimately do find all the links, though  they are accessible they are neatly hidden to give the layman user a feeling of  not using a Linux machine at all.</p>
<p><span style="text-align:center; display: block;"><a href="http://vinitech.wordpress.com/2010/01/11/moblin-2-1-is-here/"><img src="http://img.youtube.com/vi/LGi6KzLu3JE/2.jpg" alt="" /></a></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vinitech.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vinitech.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vinitech.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vinitech.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vinitech.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vinitech.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vinitech.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vinitech.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vinitech.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vinitech.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vinitech.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vinitech.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vinitech.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vinitech.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vinitech.wordpress.com&amp;blog=11374781&amp;post=1&amp;subd=vinitech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vinitech.wordpress.com/2010/01/11/moblin-2-1-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01cc339310c9583d0ef8b0987140ef90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vinitech</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/LGi6KzLu3JE/2.jpg" medium="image" />
	</item>
	</channel>
</rss>
