<?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>OSTalks &#187; ubuntu</title>
	<atom:link href="http://www.ostalks.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ostalks.com</link>
	<description>Open Source, Operating Systems, Offtopic Stuff!</description>
	<lastBuildDate>Fri, 04 Nov 2011 13:16:29 +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>A Lament on the State Of Linux</title>
		<link>http://www.ostalks.com/2011/05/15/a-lament-on-the-state-of-linux/</link>
		<comments>http://www.ostalks.com/2011/05/15/a-lament-on-the-state-of-linux/#comments</comments>
		<pubDate>Sun, 15 May 2011 13:33:49 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[aLinux]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Assembly Language]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[meego]]></category>
		<category><![CDATA[PCLinux]]></category>
		<category><![CDATA[PeanutLinux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ostalks.com/?p=550</guid>
		<description><![CDATA[So, what's keeping Linux from ever conquering the desktop?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m getting old.</p>
<p>When I was young, I was fascinated with hardware and programming low-level stuff to do something nice as an experiment.</p>
<p>I got into programming DOS programs in assembly language (8086).  In school, I was fascinated with 6502 assembly language (which wasn&#8217;t really that far from 8086, the concepts were mainly the same).  As an Electronics Engineer student, my hardware thesis involved creating a hardware interface that detects acidity (pH) in soil with the added twist that it was plugged into the printer port (yes, PCs had parallel ports back in the day) and a program interprets the values that was in the printer port and records them.  And yes, the program was in Visual Basic (shocker, right? An unusual use of the Evil Empire&#8217;s program environment).</p>
<p>Even friends from the Computer Engineering class asked my help in developing their computer interface projects (which included a voice recognition project for security and a vending machine &#8211; which detects what money was inserted into the machine).</p>
<p>One may ask&#8230; OK, you&#8217;re talking about the past, what has this got to do with Linux?</p>
<p>Let me give you an opinion that will be a shocker to you&#8230; Linux might never make it big into the desktop.</p>
<p>Let me start by telling you my experience with Linux.  Don&#8217;t you get picky with me saying that Linux is the kernel.  I am familiar with that.</p>
<p>I started delving into Linux when I was a sales agent of an isp.  During that time, all of us sales agents have 8 hours of free internet (dial-up).  I started into connecting my 33.6kbps modem through trumpet winsock and downloaded my first linux distribution: Monkey Linux.  From that time on, I was hooked.  Tried other hobby linux distributions (trilinux, looplinux, etc, settled for a few years with peanutlinux and gained quite a number of friends in the forums), and for a number of years, I was happy.  I became an open source advocate.  I remember downloading the 100Mb peanutlinux distribution for almost a day (dialup, whoooopeee).  I brought linux into a company I worked for as an instructor (before that, I taught short courses for people like MS Office, and Basic computer instruction &#8211; I remember teaching a group of PLDT operators, yes operators, the ones that answer the line when you call 109 or 108 for long distance dialing).  As I developed instruction modules for Visual Basic, I developed instruction modules for Linux (made even a mod of Peanutlinux, with Jay&#8217;s help in giving instructions, called Berkeley Linux, for internal use and passing on to students of the courses) &#8211; complete with Gnome environment (1.x at that point), and with WINE, to run some windows programs like winamp on Linux.  As usual, I included Xitami and php in the mix of that mod, as standard.</p>
<p>I even got to create instruction modules for OpenOffice (then 1.x); but before that I used StarOffice 5 (when the license was not GPL, but rather free for non-commercial use).</p>
<p>Then reality set in.  At first I didn&#8217;t mind it.  Sound issues.  Graphics issues.  Wifi and network issues.  I simply moved from one distribution to the next (PCLinux, Ubuntu, Mint, Fedora, and currently my laptop distribution, Meego).</p>
<p>And you know what?  Even until today, these are still issues!</p>
<p>So, what&#8217;s keeping Linux from ever conquering the desktop?  A big issue are drivers.</p>
<p>I love linux, don&#8217;t get me wrong.  Don&#8217;t ever accuse me of being an troll &#8211; as you&#8217;ve seen on my blog, I dig linux.</p>
<p>However, one thing I&#8217;ve noticed is that the API for drivers is virtually non-existent.  At least with OSX, they have a framework for extending or creating drivers (usually in userspace).  Windows has also a framework for driver development (take your pick, WDM, vxD for older version of windows, etc)</p>
<p>When you update kernel versions, you have to recompile your drivers.  Yes, I know, there is dkms.  I&#8217;m not talking about that.</p>
<p>Linux simply has no formal frameworks for drivers.  There was an attempt by Intel before (1998 to be exact), to create a framework named <a href="http://www.linuxtoday.com/news_story.php3?ltsn=1998-10-05-002-05-OP">UDI</a>, but was dissed upon by Richard Stallman and open source advocates.  An excellent point for UDI was given by a former developer in <a href="http://forum.osdev.org/viewtopic.php?p=163044#p163044">this forum post</a>.</p>
<p>I am a pragmatic person.  I use whatever tools are necessary to get the job done.  And that means using windows if that gets the job done &#8211; I would&#8217;ve preferred using open source, but if there is no software equivalent in linux (which is usually the case, unfortunately), I use windows or osx.  Looking back, that decision in my opinion would fit in the category of boneheaded decisions of the open source community.</p>
<p>Linux advocates have a NIH syndrome.  Instead of using stuff that works, they create a new one, usually REALLY buggy.</p>
<p>Case in point: pulseaudio.  A big heaping piece of dog poo.  Well, it has gotten better, but the latency issues are soooo annoying.</p>
<p>Yes, useability has gotten better, but when suspend/hibernate issues still exist even today, and wifi issues still exist, there is something definitely wrong. A friend of mine bought a laptop and installed Ubuntu, or Mint on it, and found out it didn&#8217;t work. Tried other distributions, didn&#8217;t work too.  He almost gave up, but was lucky enough to get some instructions from friends who instructed him to get some firmware code through his driver cd and some command line stuff.  I was even surprised by this even today, broadcom drivers are an issue (despite having broadcom-wl drivers and bcm driver stuff already).</p>
<p>Even my meego laptop, the lcd brightness control doesn&#8217;t work.  And I had to compile OpenVPN for it myself (which reminds me, I&#8217;ll have to compile the newest OpenVPN and upload to the repository, when I get the time).</p>
<p>The list goes on and on.  Enough of my rant.  I&#8217;m an old guy.  My experimentation and tweaking with the OS days are getting to an end (real life has come in &#8211; need money to pay my bills).  I just need something that works.</p>
<p>Just to end (almost), I&#8217;ll give you some pseudo-code for a harmless virus I made as an experiment to learn how DOS works (this simple non-overwriting .com program became my thesis for a fifth-year paper on computer viruses &#8211; I created this experiment during my summer vacation in second year college).</p>
<p>Ordinary pseudo-code for a typical .com program:</p>
<p><em>jmp code<br />
[data]<br />
&#8230;.<br />
code:<br />
&#8230;.</p>
<p>My assembly code:<br />
jmp [viral code]<br />
[original data]<br />
&#8230;<br />
[original code]<br />
&#8230;<br />
viral code:<br />
check if it is already resident (calls a modified int 22h hook with subfunction to see if it is installed)<br />
if(not installed)<br />
move viral code above DOS program memory<br />
call int21h function to modify interrupt table to chain int 21h to viral code<br />
edit 3 bytes at the beginning of the program to the original code<br />
jmp [beginning of code]<br />
[int 21 viral code]<br />
&#8230;</em></p>
<p>Sounds unconventional, right?  But this experiment I made in college helped me a lot in how OSes and computers work.  DOS was excellent during that time because they provided a unified API &#8211; if I used purely assembly code and manipulated IO/Disk hardware registers directly, my code would have gone way over 1000 bytes (and wouldn&#8217;t have worked on all computers at that time) &#8211; even using an int13h bios code function would be more complicated to do.  After all, it was all about developers.  I would like to thank Ralph Brown for his excellent DOS Internals book (duh)!  With this knowledge incidentally, I was able to make an anti-virus program in Turbo Pascal for the Tadpole virus (created by some students in another university) during my third year college.</p>
<p>If only linux had a unified driver interface, plus a unified media interface, and graphics interface with frameworks, then it would have leaped above windows and osx.  Unfortunately, with the state linux is in, and the bickering and infighting of different groups in them (and misguided open source fanaticism), I really doubt linux will ever reach mainstream status (maybe android and chrome os).</p>
<p>Enough of my rant.  What do you guys think?  Am I a grumpy old man?  Or do I talk sense?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ostalks.com/2011/05/15/a-lament-on-the-state-of-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Linux Manga, Anyone?</title>
		<link>http://www.ostalks.com/2010/03/14/linux-manga-anyone/</link>
		<comments>http://www.ostalks.com/2010/03/14/linux-manga-anyone/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 13:31:07 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[anime]]></category>
		<category><![CDATA[manga]]></category>
		<category><![CDATA[ubunchu]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ostalks.com/?p=375</guid>
		<description><![CDATA[If you have some friends that like these kinds of art, and would like to introduce linux to them, why not give them a manga-styled comic that teaches them linux?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always been fascinated with Japanese culture.  Especially with anime and manga.</p>
<p>For those who don&#8217;t know, manga is the Japanese equivalent of comics; anime is animation, heavilly influenced by manga styles and typically includes characters with large eyes, big hair and elongated limbs, among other things.  What I find amazing with these forms of art is that they compass all subjects, from typical romance, sports, drama, comedy, and other things as well!</p>
<p>If you have some friends that like these kinds of art (I&#8217;m pretty sure a lot of people nowadays like anime and manga), and would like to introduce linux to them, why not give them a manga-styled comic that teaches them linux?</p>
<p>Introducing Ubunchu!</p>
<p><a href="http://www.ostalks.com/wp-content/uploads/2010/03/chapter1.jpg"><img src="http://www.ostalks.com/wp-content/uploads/2010/03/chapter1-228x300.jpg" alt="" title="chapter1" width="228" height="300" class="alignnone size-medium wp-image-376" /></a></p>
<p>This manga is all about the adventures of three school students in a system-admin club learning ubuntu.  All the chapters of this manga are presented in a fun way, that any manga lover would appreciate.</p>
<p>The neat thing is, the one promoting linux (or ubuntu) is a girl!  Not the guy &#8211; he&#8217;s a PC user (weird guy, weird guy, boo!)</p>
<p><a href="http://www.ostalks.com/wp-content/uploads/2010/03/inside.jpg"><img src="http://www.ostalks.com/wp-content/uploads/2010/03/inside-228x300.jpg" alt="" title="inside" width="228" height="300" class="alignnone size-medium wp-image-377" /></a></p>
<p>Don&#8217;t worry though, he gets it more or less as the series progresses.</p>
<p>There are currently 5 chapters to this manga.  In the spirit of open-source collaboration, these are translated into different languages by volunteers.</p>
<p>Each manga chapter introduces different topics; the first chapter for example, we see how linux has come a long way from it&#8217;s command prompt days, to a point where it is now easy to install.  Moving forward to chapter 4, we are introduced to licenses.  All of it is done in a funny and light way too.</p>
<p><a href="http://www.ostalks.com/wp-content/uploads/2010/03/chapter4.jpg"><img src="http://www.ostalks.com/wp-content/uploads/2010/03/chapter4-228x300.jpg" alt="" title="chapter4" width="228" height="300" class="alignnone size-medium wp-image-378" /></a></p>
<p>Got you interested?  Head to <a href="http://www.ubunchu.net/">http://www.ubunchu.net/</a> now and download these chapters for free!</p>
<p><a href="http://www.ubunchu.net/"><img src="http://www.ostalks.com/wp-content/uploads/2010/03/ubunchu_header.jpg" alt="" title="ubunchu_header" width="479" height="177" class="alignnone size-full wp-image-379" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ostalks.com/2010/03/14/linux-manga-anyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moblin 2.1: Short Review and It&#8217;s Future As Meego</title>
		<link>http://www.ostalks.com/2010/02/17/moblin-2-1-short-review-and-its-future-as-meego/</link>
		<comments>http://www.ostalks.com/2010/02/17/moblin-2-1-short-review-and-its-future-as-meego/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 14:39:10 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Benq Joybook]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[meego]]></category>
		<category><![CDATA[moblin]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ostalks.com/?p=255</guid>
		<description><![CDATA[The way that Moblin is organized is, in my opinion, one of the best interfaces that I've seen in a linux distribution for netbooks.  It simply is the best optimization of space for 8" to 12" screens.]]></description>
			<content:encoded><![CDATA[<p>A few days ago, we heard of the big news that Intel and Nokia have started consolidating their Moblin and Maemo codebases and have come up with a new distribution named <a href="http://moblin.org/community/blogs/imad/2010/welcome-meego">Meego</a>.</p>
<p>From the blog, it states that they &#8220;are taking the best pieces from these two open source projects and are creating the MeeGo software platform. Both teams have worked for a long time to support the needs of the mobile user experience &#8211; and MeeGo will make this even better.&#8221;</p>
<p>As I knew that Maemo&#8217;s interface was more suited for the mobile phone area for Meego, I decided to look into Moblin itself and see how it would serve the role of addressing the netbook part of the new platform.</p>
<p>As we see it currently, the pre-built Moblin live image is a largely Fedora 10 based distribution.  It can however be built from Fedora 12, and Ubuntu 9.10.  It is interestingly enough that the resulting build with be rpm based, not deb based.</p>
<p>Installing the live image to harddisk on my Benq Joybook was simple enough &#8211; it was actually similar to the Fedora/RedHat installs that I am used to.</p>
<p>Booting up was a treat: compared to Ubuntu Netbook Remix, the interface was intuitive and smooth.</p>
<p><a href="http://www.ostalks.com/wp-content/uploads/2010/02/myzone.png"><img src="http://www.ostalks.com/wp-content/uploads/2010/02/myzone-300x168.png" alt="" title="myzone" width="300" height="168" class="alignnone size-medium wp-image-259" /></a></p>
<p>The Miser interface upon first boot shows practically a wonderful display of your tasks, favorite apps, documents opened and other stuff that you&#8217;ve just used.</p>
<p><a href="http://www.ostalks.com/wp-content/uploads/2010/02/media.png"><img src="http://www.ostalks.com/wp-content/uploads/2010/02/media-300x168.png" alt="" title="media" width="300" height="168" class="alignnone size-medium wp-image-258" /></a></p>
<p><a href="http://www.ostalks.com/wp-content/uploads/2010/02/applications.png"><img src="http://www.ostalks.com/wp-content/uploads/2010/02/applications-300x168.png" alt="" title="applications" width="300" height="168" class="alignnone size-medium wp-image-256" /></a></p>
<p>Different tabs allows the user to navigate through different sections of Moblin &#8211; easily categorized into media, internet, status, applications, zones, people and pasteboard.</p>
<p>The way that Moblin is organized is, in my opinion, one of the best interfaces that I&#8217;ve seen in a linux distribution for netbooks.  It simply is the best optimization of space for 8&#8243; to 12&#8243; screens.</p>
<p>There are drawbacks however.</p>
<p>For one thing, NTFS is not supported in moblin.  And due to licensing issues, the MP3s and H264 video is not supported out of the box, as well as proprietary codecs.</p>
<p>Another thing is that Moblin&#8217;s repository is still rather small.  Understandable though, because this distribution is meant for netbooks.</p>
<p>There are a number of hacks you can do though, one is you can use the Fedora 10 (and sometimes 11) repository to download other programs.</p>
<p><a href="http://www.ostalks.com/wp-content/uploads/2010/02/zone.png"><img src="http://www.ostalks.com/wp-content/uploads/2010/02/zone-300x168.png" alt="" title="zone" width="300" height="168" class="alignnone size-medium wp-image-262" /></a></p>
<p>Another option is to compile the source rpms from the fedora repositories yourself.  The trick is to enable the development tools of moblin by typing in the command:</p>
<p>sudo yum groupinstall &#8220;Development Tools&#8221;</p>
<p>If you&#8217;re a little lazy to compile gstreamer yourself, you can use a repository created by a Moblin user named Matthi.  The repository, albeit small, includes some nice programs to install for Moblin, such as WINE, Blender, and the gstreamer plugins to make your Moblin distribution run codecs supported by ffmpeg.  You can get instructions for his repository <a href="http://www.matthis-kleine-welt.de/en/2009/12/17/kleines-repo-fur-moblin/">here</a>.</p>
<p><a href="http://www.ostalks.com/wp-content/uploads/2010/02/internet.png"><img src="http://www.ostalks.com/wp-content/uploads/2010/02/internet-300x168.png" alt="" title="internet" width="300" height="168" class="alignnone size-medium wp-image-257" /></a></p>
<p>What is the Moblin&#8217;s future as Meego?  I would say, rather bright.  Seeing how the interface really compliments the Intel Atom netbook specifications nicely, I believe that most of the GUI Moblin has implemented will be carried on in the netbook versions of Meego.  A possible challenge will be on how to implement the user experience on the Qt toolkit (Meego will be based on it, rather on GTK that Moblin uses).  Since Moblin uses the Mozilla codebase for it&#8217;s integrated browser, it is not farfetched to assume that Meego will implement the Webkit browser as it&#8217;s integrated browser for the Qt for it&#8217;s WM/Miser interface.</p>
<p>As Qt has integrated media, browsing, APIs, as well as a compositing engine compared to GTK (Gnome still uses Compiz as it&#8217;s compisiting engine), we would probably see a more integrated architecture internally, when Meego reaches it&#8217;s final stages of development into stable.</p>
<p><a href="http://www.ostalks.com/wp-content/uploads/2010/02/newapps.png"><img src="http://www.ostalks.com/wp-content/uploads/2010/02/newapps-300x168.png" alt="" title="newapps" width="300" height="168" class="alignnone size-medium wp-image-270" /></a></p>
<p><a href="http://www.ostalks.com/wp-content/uploads/2010/02/newapps2.png"><img src="http://www.ostalks.com/wp-content/uploads/2010/02/newapps2-300x168.png" alt="" title="newapps2" width="300" height="168" class="alignnone size-medium wp-image-271" /></a></p>
<p>Nokia and Intel would benefit each other, because for one reason, Nokia has a netbook. Also, Nokia&#8217;s design principles are horrible and clunky (see the S60 interface on symbian as an example) and is also seeing pressure on their interface designs from competitors like Google and Apple.  One thing that Nokia has, is that they&#8217;re great at hardware R&#038;D (especially mobile), and it is my belief that Intel is also looking into the mobile sector, especially considering that OSes like chrome, and android run on ARM processors and are indirectly competitors with Intel on this space.</p>
<p>All in all, I would say that if both Intel and Nokia play their cards right, Meego will be a very good competitive platform for mobile and netbook apps in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ostalks.com/2010/02/17/moblin-2-1-short-review-and-its-future-as-meego/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How Linux Was Implemented in a School</title>
		<link>http://www.ostalks.com/2010/02/13/how-linux-was-implemented-in-a-school/</link>
		<comments>http://www.ostalks.com/2010/02/13/how-linux-was-implemented-in-a-school/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 00:45:25 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ministry]]></category>
		<category><![CDATA[schools]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[WINE]]></category>

		<guid isPermaLink="false">http://www.ostalks.com/?p=251</guid>
		<description><![CDATA[There’s an interesting writeup by Gabriel Forster in his blog on how he implemented linux on the Christian School that he was teaching in.]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s an interesting writeup by Gabriel Forster in his <a href="http://gabrielforster.com/2010/02/how-we-implemented-linux-in-our-ministry/">blog</a> on how he implemented linux on the Christian School that he was teaching in.</p>
<p>He started: &#8220;Like many other people, our church and, more importantly, our Christian school, ran the Windows operating system on all computers.&#8221;</p>
<p>Basically the computers he had in the school amounted to 40 computers initially, with some 65 computers donated a year ago.  The problem that came about was of licensing all those computers.  Although they had 100 licenses of Windows 2000, the software was obsolete and unsupported already, and basically, all of their computers don&#8217;t have enough processing power in them to handle Windows 7.</p>
<p>In short, they replaced their Operating Systems with Ubuntu, and run their windows software (Rosetta Stone, an online language program for their students in learning new languages, and Firefox) in WINE.</p>
<p>All in all it&#8217;s a really pragmatic and practical way to avoid lock-ins and costs.  If you want to see the details on how he did it, read about it more in his <a href="http://gabrielforster.com/2010/02/how-we-implemented-linux-in-our-ministry/">blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ostalks.com/2010/02/13/how-linux-was-implemented-in-a-school/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How About Chrome OS USB Image Builds?</title>
		<link>http://www.ostalks.com/2009/11/25/how-about-chrome-os-usb-image-build/</link>
		<comments>http://www.ostalks.com/2009/11/25/how-about-chrome-os-usb-image-build/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 07:27:32 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[A110 wiki]]></category>
		<category><![CDATA[Blue H1]]></category>
		<category><![CDATA[builds]]></category>
		<category><![CDATA[Chrome OS]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[One Mini]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ostalks.com/?p=160</guid>
		<description><![CDATA[I&#8217;ve been thinking.  I think there&#8217;s a small window of opportunity here. Mainly because since I&#8217;m researching on some things, and I&#8217;ve got a little spare time on my hands, why not make a Chromium Build?  I&#8217;ve got the newest Ubuntu version, some modest harddisk space allocated to it (20Gb), and I&#8217;m also curious on [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking.  I think there&#8217;s a small window of opportunity here.</p>
<p>Mainly because since I&#8217;m researching on some things, and I&#8217;ve got a little spare time on my hands, why not make a Chromium Build?  I&#8217;ve got the newest Ubuntu version, some modest harddisk space allocated to it (20Gb), and I&#8217;m also curious on how this baby works on my BenQ joybook (I personally have 3 netbooks, BenQ Joybook, Neo Vivid 1100, and the Blue H1).</p>
<p>Should be interesting to see how this would work out, especially on the Blue H1 (which is essentially an One Mini A110 netbook), which is basically a 1st generation netbook (7&#8243; screen), and a Via processor.</p>
<p>So what do you guys think?  It&#8217;s a go?  If I have made builds for the Chromium OS, I might become generous enough to upload this for you to tinker and test out.</p>
<p>By the way, if any of you guys have the Blue H1, you should find the A110 wiki interesting enough.  This was made by a Debian developer.  Warning: these are geeky stuff.</p>
<p><a href="http://www.a110wiki.de/wiki/Main_Page">http://www.a110wiki.de/wiki/Main_Page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ostalks.com/2009/11/25/how-about-chrome-os-usb-image-build/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to connect to SmartBro Prepaid (KS) in Ubuntu Intrepid</title>
		<link>http://www.ostalks.com/2008/11/08/how-to-connect-to-smartbro-prepaid-ks-in-ubuntu-intrepid/</link>
		<comments>http://www.ostalks.com/2008/11/08/how-to-connect-to-smartbro-prepaid-ks-in-ubuntu-intrepid/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 00:45:00 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[Alcatel OT-X020]]></category>
		<category><![CDATA[HSDPA]]></category>
		<category><![CDATA[Intrepid]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[SmartBro Prepaid]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usb_modeswitch]]></category>

		<guid isPermaLink="false">http://ostalks.wordpress.com/?p=5</guid>
		<description><![CDATA[SmartBro Prepaid is a mobile broadband solution which consists of a HSDPA capable modem and prepaid sim card.  There are two type of these modems available, I am going to talk about the second, newer modem (the smaller black usb dongle), as the first one already has howtos available in the internet.  For the curious - this dongle is called the Longcheer, and is based on the Alcatel OT-X020 modem chipset.]]></description>
			<content:encoded><![CDATA[<p>SmartBro Prepaid is a mobile broadband solution which consists of a HSDPA capable modem and prepaid sim card.  There are two type of these modems available, I am going to talk about the second, newer modem (the smaller black usb dongle), as the first one already has howtos available in the internet.  For the curious &#8211; this dongle is called the Longcheer, and is based on the Alcatel OT-X020 modem chipset.</p>
<p>Although this writeup is based on setting it up on Ubuntu Intrepid, the following steps should be applicable to other distributions as well.  You may want to improve on these steps by placing these commands on a bash script, but what I&#8217;m giving you is the staightforward way of doing it.</p>
<p>Here are the steps:</p>
<p>Download the usb_modeswitch binaries and the latest usb_modeswitch.conf file here:</p>
<p><a href="http://www.draisberghof.de/usb_modeswitch/#download"> http://www.draisberghof.de/usb_modeswitch/#download</a></p>
<p>Extract the usb_modeswitch binary and place it in a place like /usr/sbin.  usb_modeswitch.conf goes to the /etc folder. Comment out the lines which has the headers Alcatel OT-X020.  You have to disable the other modem enabled on this config file, or usb_modeswitch won&#8217;t work.</p>
<p>Edit your wvdial.conf file (located in /etc) to look like this (As a bonus, I added a default dialer section for your nokia cellphone &#8211; I have a Nokia E61i to connect to the smart internet network):<br />
<code><br />
[Dialer Defaults]<br />
Init1 = ATZ<br />
Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
Init3 = AT+CGDCONT=1,"IP","internet"<br />
Modem Type = USB Modem<br />
ISDN = 0<br />
Phone = *99#<br />
Modem = /dev/ttyACM0<br />
New PPPD = yes<br />
Baud = 460800<br />
Idle Seconds = 3000<br />
Auto DNS = 1<br />
Stupid Mode = 1<br />
Compuserve = 0<br />
Dial Command = ATDT<br />
Ask Password = 0<br />
FlowControl = NOFLOW</p>
<p>[Dialer smartbro]<br />
Init1 = ATZ<br />
#Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
Init2 = ATE1<br />
#Init2 = ATE0V1&amp;D2&amp;C1S0=0<br />
#Init3 = at_opsys=0<br />
#Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2<br />
Init3 = AT+CGDCONT=1,"IP","smartbro","",0,0<br />
Modem Type = USB  Modem<br />
ISDN = 0<br />
Phone = *99#<br />
Modem = /dev/ttyUSB0<br />
New PPPD = yes<br />
Baud = 912600<br />
Idle Seconds = 3000<br />
Auto DNS = 1<br />
Stupid Mode = 1<br />
Compuserve = 0<br />
Dial Command = ATD<br />
Ask Password = 0<br />
FlowControl = NOFLOW<br />
</code><br />
Write down this code and save it as initmodem.sh and place it in /usr/sbin:</p>
<p>#!/bin/sh<br />
modprobe usbserial vendor=0x1c9e product=0&#215;6061 &amp;&amp; usb_modeswitch<br />
sleep 3</p>
<p>Plug in your SmartBro USB dongle and run:<br />
# sudo /usr/sbin/initmodem</p>
<p>To connect to the internet, just type in:<br />
# sudo wvdial smartbro</p>
<p>and to disconnect, just press CTRL+C, or kill the pppd process</p>
<p>I think this should work also with SmartBro 1500 as well.  Enjoy your smartbro connection!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ostalks.com/2008/11/08/how-to-connect-to-smartbro-prepaid-ks-in-ubuntu-intrepid/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>OSTalks arrives!</title>
		<link>http://www.ostalks.com/2008/11/06/hello-world-2/</link>
		<comments>http://www.ostalks.com/2008/11/06/hello-world-2/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 23:48:46 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Off Topic Stuff]]></category>
		<category><![CDATA[aLinux]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[Neo Vivid 1100]]></category>
		<category><![CDATA[pnutproject]]></category>
		<category><![CDATA[smartbro]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Wubi]]></category>

		<guid isPermaLink="false">http://ostalks.com/?p=57</guid>
		<description><![CDATA[Hello World!

This would be my first blog post about Open Source and Tech stuff.  This would also be my personal blog site as well (I'll try to be figuring out how to categorize these writeups in this blogging site, so please be patient with me :) )]]></description>
			<content:encoded><![CDATA[<p>Hello World!</p>
<p>This would be my first blog post about Open Source and Tech stuff.  This would also be my personal blog site as well (I&#8217;ll try to be figuring out how to categorize these writeups in this blogging site, so please be patient with me <img src='http://www.ostalks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>Funny thing how this came about.  I&#8217;ve been wanting to do this for years, but haven&#8217;t gotten to it until now. In the past I&#8217;ve written articles for wine-reviews like playforlinux, and some other stuff for a friend of mine Tom Wickline, and helped out on a few open source projects like aLinux and pnutproject (even was a wine applications maintainer).</p>
<p>To make the long story short, I landed a job in a small tech company, and got sooo busy, that I had hardly time to tinker around like I used to&#8230; until now <img src='http://www.ostalks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So here I am, running Ubuntu 8.10 on my Neo Vivid 1100 (installed through Wubi) on a SmartBro Prepaid Account (coz my internet got messed up).</p>
<p>Anyways, that that.  I&#8217;ll be writing stuff for the next few days when I&#8217;m not that busy &#8211; starting with how to connect to smartbro prepaid &#8211; probably</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ostalks.com/2008/11/06/hello-world-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

