<?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>tantos &#187; Karmic Koala</title>
	<atom:link href="http://tantos.web.id/blogs/tag/karmic-koala/feed" rel="self" type="application/rss+xml" />
	<link>http://tantos.web.id</link>
	<description>nek wedi ojo wani-wani, nek wani ojo wedi-wedi</description>
	<lastBuildDate>Mon, 23 Aug 2010 23:00:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</title>
		<link>http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10</link>
		<comments>http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10#comments</comments>
		<pubDate>Thu, 12 Nov 2009 17:47:59 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[In Moving to Linux]]></category>
		<category><![CDATA[Learning by Playing]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[EVDO Modem]]></category>
		<category><![CDATA[Karmic Koala]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=280</guid>
		<description><![CDATA[IMPORTANT UPDATE Dec 13, 2009!!! I wrote this fuckin tutorial in order to satisfy my fan my friend and my fan my friend . [ad#ad-posttext] I googled and finally found this bug in Network Manager 0.8. The solution is downgrading your network manager. But I didn&#8217;t know how to downgrade packages in Ubuntu without disabling [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04' rel='bookmark' title='Permanent Link: How To Internet Connection Using Haier CE100 and Ubuntu 9.04'>How To Internet Connection Using Haier CE100 and Ubuntu 9.04</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01' rel='bookmark' title='Permanent Link: How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01'>How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900' rel='bookmark' title='Permanent Link: How To : Karmic Koala and Canon PIXMA iP1800-iP1900'>How To : Karmic Koala and Canon PIXMA iP1800-iP1900</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>IMPORTANT UPDATE Dec 13, 2009!!!</p>
<p>I wrote this fuckin tutorial in order to satisfy <a href="http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04#comment-12615"><del>my fan</del> my friend</a> and <a href="http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04#comment-12690"><del>my fan</del> my friend</a> <img src='http://tantos.web.id/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .<br />
[ad#ad-posttext]</p>
<p><span style="text-decoration: line-through;"><a href="http://www.google.co.id/search?hl=id&amp;client=opera&amp;rls=en&amp;q=evdo+networkmanager&amp;start=0&amp;sa=N" target="_blank">I googled</a> and finally found <a href="https://bugs.launchpad.net/network-manager/+bug/461096" target="_blank">this bug</a> in Network Manager 0.8.<br />
The solution is downgrading your network manager. But I didn&#8217;t know how to downgrade packages in Ubuntu without disabling my apt line that linked to the latest version of packages. If you wanna try, <a href="https://help.ubuntu.com/community/DowngradeHowto" target="_blank">this may be a good tutorial</a>. And, if you downgrade your Network Manager by following <a href="https://help.ubuntu.com/community/DowngradeHowto" target="_blank">tutorial from community help</a>, you can start by <a href="#installingdependencies">Installing dependencies</a> then <a href="#automatic">Make your Karmic automatically eject your EVDO modem each computer start</a> and so on.</span></p>
<p>Let&#8217;s start&#8230;<br />
UPDATE Dec 13, 2009<br />
Add these lines into your /etc/sources.list :</p>
<pre class="prettyprint">#network manager
deb http://ppa.launchpad.net/network-manager/trunk/ubuntu karmic main
deb-src http://ppa.launchpad.net/network-manager/trunk/ubuntu karmic main</pre>
<p><strong><span style="text-decoration: line-through;">Downgrading your Network Manager from 0.8 to 0.7 :</span></strong><span style="text-decoration: line-through;"><br />
</span><span style="text-decoration: line-through;"> Killing Network Manager applet and Network Manager itself :</span></p>
<p><span style="text-decoration: line-through;"> </span></p>
<pre class="prettyprint"><span style="text-decoration: line-through;">sudo killall nm-applet
sudo killall NetworkManager
</span></pre>
<p><span style="text-decoration: line-through;">Completely Removing Modem Manager and Network Manager :</span></p>
<p><span style="text-decoration: line-through;"> </span></p>
<pre class="prettyprint"><span style="text-decoration: line-through;">sudo apt-get purge modemmanager network-manager*
</span></pre>
<p><a name="installingdependencies"><span style="text-decoration: line-through;">Installing dependencies :</span></a></p>
<p><span style="text-decoration: line-through;"> </span></p>
<pre class="prettyprint"><span style="text-decoration: line-through;">sudo apt-get install libpolkit-dbus2 libpolkit2 libpolkit-gnome0 libpolkit-grant2
</span></pre>
<p><span style="text-decoration: line-through;">If you downgrading your network manager following instruction from </span><a href="https://help.ubuntu.com/community/DowngradeHowto"><span style="text-decoration: line-through;">Community help</span></a><span style="text-decoration: line-through;">, please continue reading </span><a href="#automatic"><span style="text-decoration: line-through;">Make your Karmic automatically eject your EVDO modem each computer start</span></a><span style="text-decoration: line-through;">.</span></p>
<p><span style="text-decoration: line-through;"> </span></p>
<p><span style="text-decoration: line-through;">Disable all apt line in /etc/apt/sources.list, and add these two lines :</span></p>
<p><span style="text-decoration: line-through;"> </span></p>
<pre class="prettyprint"><span style="text-decoration: line-through;">deb http://ppa.launchpad.net/network-manager/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/network-manager/ppa/ubuntu karmic main
</span></pre>
<p><span style="text-decoration: line-through;">Updating package list :</span></p>
<p><span style="text-decoration: line-through;"> </span></p>
<pre class="prettyprint"><span style="text-decoration: line-through;">sudo apt-get update</span></pre>
<p><span style="text-decoration: line-through;">Installing Network Manager 0.7 :</span></p>
<p><span style="text-decoration: line-through;"> </span></p>
<pre class="prettyprint"><span style="text-decoration: line-through;">sudo apt-get install network-manager network-manager-gnome
</span></pre>
<p><span style="text-decoration: line-through;">Restart your system : </span></p>
<p><span style="text-decoration: line-through;"> </span></p>
<pre class="prettyprint"><span style="text-decoration: line-through;">sudo reboot</span></pre>
<p><a name="automatic"><strong>Make your Karmic automatically eject your EVDO modem each computer start : </strong></a><br />
Create a new file /etc/udev/rules.d/99-evdo-modem.rules, and fill it with :</p>
<pre class="prettyprint">SYSFS{idVendor}=="201e", SYSFS{idProduct}=="2009", RUN+="/usr/bin/eject %k"</pre>
<p><em>Note : My 99-evdo-modem.rules file can only handle Haier CE100 EVDO modem. If you have different modem, change 0x201e using your modem vendorID, and 0&#215;2009 using your productID. </em><br />
To check your vendorID and productID of your modem, do :</p>
<pre class="prettyprint">lsusb</pre>
<p>In my Karmic, the results of lsusb command are :</p>
<pre class="prettyprint">Bus 005 Device 002: ID 1bcf:0007 Sunplus Innovation Technology Inc.
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 064e:c108 Suyin Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 03f0:171d Hewlett-Packard Wireless (Bluetooth + WLAN) Interface [Integrated Module]
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 003: ID 201e:2009  ==============================> this is vendorID:modemID of Haier CE100 EVDO modem
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub</pre>
<p>Now, try to plug in your EVDO modem, if it doesn&#8217;t appear in Network Manager applet, try to hack your kernel :<br />
<strong>Hacking it&#8217;s kernel :</strong><br />
Try this only if your Karmic doesn&#8217;t detect your modem :</p>
<pre class="prettyprint">sudo su
apt-get install linux-source linux-headers-generic build-essential
cd /usr/src
tar xjf linux-source-2.6.31.tar.bz2</pre>
<p>Replace your option.c file (located in /usr/src/linux-source-2.6.31/drivers/usb/serial/option.c) using this one : <a href="http://pastebin.com/f4004773e" target="_blank">download my option.c</a>.<br />
The difference between yours and mine in line 587 because I&#8217;ve added this line into the file:</p>
<pre class="prettyprint">{ USB_DEVICE(0x201e, 0x2009) },</pre>
<p><em>Note : My option.c file can only add support to handle Haier CE100 EVDO modem. If you have different modem, change 0x201e using your modem vendorID, and 0&#215;2009 using your productID. </em></p>
<p>[ad#ad-post]</p>
<p>Back to your terminal, and run the following command :</p>
<pre class="prettyprint">cd linux-source-2.6.31
cp /boot/config-$(uname -r) /usr/src/linux-source-2.6.31/.config
make menuconfig
make -C /lib/modules/$(uname -r)/build M=/usr/src/linux-source-2.6.31/drivers/usb/serial
cp /usr/src/linux-source-2.6.31/drivers/usb/serial/option.ko /lib/modules/$(uname -r)/kernel/drivers/usb/serial/
depmod -a</pre>
<p>Again, restart your computer, then plug in your EVDO modem, if Karmic doesn&#8217;t detect, please continue&#8230;<br />
Replace your 10-modem.fdi file (/usr/share/hal/fdi/information/10freedesktop/10-modem.fdi) using mine, <a href="http://pastebin.com/f56177117" target="_blank">download here</a>. The differences is in lines 82-89. Again, if your modem is not Haier CE100 EVDO modem, replace it&#8217;s vendorID and productID using yours.</p>
<p>That&#8217;s all&#8230;, now restart your computer then plug in your EVDO modem and enjoy <img src='http://tantos.web.id/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p>ps : dont forget to enable your apt line in /etc/apt/sources.list.</p>
<p><strong>Thanks to my resources :</strong><br />
<a href="https://bugs.launchpad.net/network-manager/+bug/461096" target="_blank">Launchpad Bug</a><br />
<a href="http://skyisgrey.org/blog/mengoptimalkan-koneksi-modem-smart-zte-2726.html" target="_blank">SkyIsGrey.org</a><br />
<a href="http://blankblondtank.wordpress.com/2009/09/04/mengoptimalkan-koneksi-modem-haier-ce-100-cdma-di-linux/" target="_blank">blankblondtank.wordpress.com</a><br />
<a href="http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04">My previous post.</a></p>
<p>Also thanks to <a href="http://aprisachrysantina.wordpress.com/">fuckin english teacher</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29&amp;desc=IMPORTANT%20UPDATE%20Dec%2013%2C%202009%21%21%21%0D%0A%0D%0AI%20wrote%20this%20fuckin%20tutorial%20in%20order%20to%20satisfy%20my%20fan%20my%20friend%20and%20my%20fan%20my%20friend%20%3AD.%0D%0A%5Bad%23ad-posttext%5D%0D%0A%0D%0AI%20googled%20and%20finally%20found%20this%20bug%20in%20Network%20Manager%200.8.%0D%0AThe%20solution%20is%20downgrading%20your%20network%20manager.%20But%20I%20didn%27t%20know%20how%20to%20downgrade%20packa" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;bm_description=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;title=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%5B..%5D+-+http://b2l.me/s8z9k&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10&amp;t=How+To+%3A+Internet+Connection+using+CDMA+EVDO+Modem+and+Karmic+Koala+%28Ubuntu+9.10%29" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-haier-ce100-and-ubuntu-9-04' rel='bookmark' title='Permanent Link: How To Internet Connection Using Haier CE100 and Ubuntu 9.04'>How To Internet Connection Using Haier CE100 and Ubuntu 9.04</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01' rel='bookmark' title='Permanent Link: How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01'>How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900' rel='bookmark' title='Permanent Link: How To : Karmic Koala and Canon PIXMA iP1800-iP1900'>How To : Karmic Koala and Canon PIXMA iP1800-iP1900</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>How To : Karmic Koala and Canon PIXMA iP1800-iP1900</title>
		<link>http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900</link>
		<comments>http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900#comments</comments>
		<pubDate>Sat, 07 Nov 2009 16:31:38 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[In Moving to Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Canon PIXMA iP1800]]></category>
		<category><![CDATA[Karmic Koala]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=256</guid>
		<description><![CDATA[[ad#ad-post] Note : This tutorial is only for Canon PIXMA iP1800 or iP1900 series with Ubuntu Karmic Koala (9.10). Once again, my Karmic Koala makes a problem, I can&#8217;t print with Canon iP1800 series using my Karmic Koala (my printer is Canon iP1880). I asked Mr.Google and found Edgar Ilaga&#8217;s post in Ubuntu Forums. And [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01' rel='bookmark' title='Permanent Link: How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01'>How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='Permanent Link: How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
<li><a href='http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release' rel='bookmark' title='Permanent Link: Waiting For Ubuntu 9.10 Release'>Waiting For Ubuntu 9.10 Release</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>[ad#ad-post]<br />
Note : This tutorial is only for Canon PIXMA iP1800 or iP1900 series with Ubuntu Karmic Koala (9.10).</p>
<p>Once again, my Karmic Koala makes a problem, I can&#8217;t print with Canon iP1800 series using my Karmic Koala (my printer is Canon iP1880).<br />
I asked <a href="http://google.com" target="_blank">Mr.Google</a> and found Edgar Ilaga&#8217;s post in <a href="http://ubuntuforums.org/showthread.php?t=1305248">Ubuntu Forums</a>.<br />
And then I&#8217;m repackaged Canon PIXMA iP1900 drivers from <a href="http://software.canon-europe.com/products/0010647.asp">http://software.canon-europe.com/products/0010647.asp</a>, because of owner issue problem in file /usr/lib/cups/filter/pstocanonij and then modified the drivers by following the instruction from Edgar&#8217;s post.</p>
<p>Enough for the bullshit, let&#8217;s start&#8230;</p>
<ol>
<li>Download repackaged Canon PIXMA iP1900 :<br />
Download from <a href="http://www.ziddu.com/download/7264074/Canon-Pixma-iP1900-iP1800-KarmicKoala.tar.gz.html">Ziddu</a>.</li>
<li>Extract it :
<pre class="prettyprint">tar -zxvf Canon-Pixma-iP1900-iP1800-KarmicKoala.tar.gz</pre>
</li>
<li>Enter to directory :
<pre class="prettyprint">cd Canon-Pixma-iP1900-iP1800-KarmicKoala</pre>
</li>
<li>Install cnijfilter-common_3.00-1_i386.deb
<pre class="prettyprint">sudo dpkg -i cnijfilter-common_3.00-1_i386.deb</pre>
</li>
<li>Install cnijfilter-ip1900series_3.00-1_i386.deb
<pre class="prettyprint">sudo dpkg -i cnijfilter-ip1900series_3.00-1_i386.deb</pre>
</li>
<li>Plug in your Printer.
<p>If you are using Canon iP1900 series, it&#8217;s done. But if you are using Canon iP1800 series, we still got some steps left…</p>
</li>
<li>
Your Karmic may be show this message : <a href="http://img692.imageshack.us/img692/3756/screenshot002n.png" target="_blank"><img src="http://img692.imageshack.us/img692/3756/screenshot002n.th.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br />
Then, just choose Provide PPD file from printer installation window.<br />
<a href="http://img94.imageshack.us/img94/4656/screenshot005c.png" target="_blank"><img src="http://img94.imageshack.us/img94/4656/screenshot005c.th.png" border="0" alt="Image Hosted by ImageShack.us"/></a>
</li>
<li>Choose a PPD file using <del datetime="2009-11-09T15:16:00+00:00">/usr/share/ppd/canonip1900.ppd</del> <a href="#updateNov092009"> READ UPDATE BELLOW!</a></li>
<li>
Change your printer name.<br />
<a href="http://img94.imageshack.us/img94/1622/screenshot006l.png" target="_blank"><img src="http://img94.imageshack.us/img94/1622/screenshot006l.th.png" border="0" alt="Image Hosted by ImageShack.us"/></a>
</li>
<li>
Done! you can print with ur Canon iP1800 using ur Karmic Koala now&#8230; yay!</p>
<p><a href="http://img97.imageshack.us/img97/7233/screenshot007ri.png" target="_blank"><img src="http://img97.imageshack.us/img97/7233/screenshot007ri.th.png" border="0" alt="Image Hosted by ImageShack.us"/></a>
</li>
</ol>
<p>Thanks to <a href="http://ubuntuforums.org/member.php?u=890253">Edgar Ilaga</a>[ad#ad-post]</p>
<p><b><a name="updateNov092009">Update Nov 9, 2009 10:16pm :</a></b><br />
In order to enable quality setting, please use this PPD file : <strong><a href="http://www.mediafire.com/download.php?mdmldyztfoh">http://www.mediafire.com/download.php?mdmldyztfoh</a></strong>.  Download it and save in /usr/share/ppd/. Then from menu <strong>System->Administration->Printing</strong>, right click on your printer, choose <strong>properties</strong>, then change your <strong>Make and Model</strong> using this new PPD file.</p>
<p><b><a name="updateNov102009">Update Nov 10, 2009 09:30am :</a></b><br />
English updated by <a href="http://aprisachrysantina.wordpress.com">fuckin doctor in earth</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900&amp;desc=%5Bad%23ad-post%5D%0D%0ANote%20%3A%20This%20tutorial%20is%20only%20for%20Canon%20PIXMA%20iP1800%20or%20iP1900%20series%20with%20Ubuntu%20Karmic%20Koala%20%289.10%29.%0D%0A%0D%0AOnce%20again%2C%20my%20Karmic%20Koala%20makes%20a%20problem%2C%20I%20can%27t%20print%20with%20Canon%20iP1800%20series%20using%20my%20Karmic%20Koala%20%28my%20printer%20is%20Canon%20iP1880%29.%0D%0AI%20asked%20Mr.Google%20and%20found%20Edgar%20Ilaga%27s%20po" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;bm_description=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;title=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900+-+http://b2l.me/s8yjh&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900&amp;t=How+To+%3A+Karmic+Koala+and+Canon+PIXMA+iP1800-iP1900" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01' rel='bookmark' title='Permanent Link: How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01'>How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='Permanent Link: How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
<li><a href='http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release' rel='bookmark' title='Permanent Link: Waiting For Ubuntu 9.10 Release'>Waiting For Ubuntu 9.10 Release</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900/feed</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>How To : Karmic Koala and Broadcom Wireless BCM4312 rev 01</title>
		<link>http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01</link>
		<comments>http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01#comments</comments>
		<pubDate>Sat, 07 Nov 2009 06:21:50 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[In Moving to Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Broadcom Wireless]]></category>
		<category><![CDATA[Karmic Koala]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=249</guid>
		<description><![CDATA[Update Nov 11, 2009 : Do not follow this post and please update your installed package using your favorite package manager such Synaptic or apt-get or whatever and your Broadcom BCM4312 will working properly : sudo apt-get update sudo apt-get upgrade sudo apt-get install linux-backports-modules-karmic If your Broadcom wireless BCM4312 did not working after upgrading [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='Permanent Link: How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900' rel='bookmark' title='Permanent Link: How To : Karmic Koala and Canon PIXMA iP1800-iP1900'>How To : Karmic Koala and Canon PIXMA iP1800-iP1900</a></li>
<li><a href='http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release' rel='bookmark' title='Permanent Link: Waiting For Ubuntu 9.10 Release'>Waiting For Ubuntu 9.10 Release</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div style="border:solid 1px #FF0000;padding:3px">
<p><span style="font-weight:bold;color:#FF0000">Update Nov 11, 2009 :</span><br/><br />
Do not follow this post and please update your installed package using your favorite package manager such <strong>Synaptic</strong> or <strong>apt-get</strong> or whatever and your <strong>Broadcom BCM4312</strong> will working properly :</p>
<pre class="prettyprint">
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install linux-backports-modules-karmic
</pre>
<p>If your <strong>Broadcom wireless BCM4312</strong> did not working after upgrading your packages because of you did what this post say, please roll back your changes :</p>
<pre class="prettyprint">
#unblacklist ssb module :
sudo echo "" >> /etc/modprobe.d/blacklist-ssb.conf
#unblacklist wl module :
sudo echo "" >> /etc/modprobe.d/blacklist-wl.conf
#restarting your system :
sudo reboot</pre>
</div>
<p>[ad#ad-posttext]<br />
For a week I can&#8217;t use my wireless. This problem makes me installing fresh <a href="http://www.ubuntu.com/products/whatisubuntu/910features">Ubuntu Karmic Koala</a> in my lapie for 3 times, sadly <img src='http://tantos.web.id/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .<br />
First of all, if your system same as my own, just try this trick. But if different, hmm, try with google <img src='http://tantos.web.id/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .<br />
I found this trick from <a href="http://ubuntuforums.org/showthread.php?t=1266620">Ubuntu Forum</a> posted by <a href="http://ubuntuforums.org/member.php?u=724117">chenxiaolong</a>, thanks chenx, you save my lapie.<br />
So, open your terminal, and check your wireless first :</p>
<pre class="prettyprint">lspci | grep Broadcom
03:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)</pre>
<p>If your wireless looks like that, let&#8217;s continue :</p>
<pre class="prettyprint">#install linux backport :
sudo apt-get install linux-backports-modules-karmic
#blacklist ssb module :
sudo echo "blacklist ssb" | sudo tee -a /etc/modprobe.d/blacklist-ssb.conf
#blacklist wl module :
sudo echo "blacklist wl" | sudo tee -a /etc/modprobe.d/blacklist-wl.conf
#restarting your system :
sudo reboot</pre>
<p>That&#8217;s all, after restarting, enjoy your wireless <img src='http://tantos.web.id/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
[ad#ad-post]</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01&amp;desc=%0D%0AUpdate%20Nov%2011%2C%202009%20%3A%0D%0ADo%20not%20follow%20this%20post%20and%20please%20update%20your%20installed%20package%20using%20your%20favorite%20package%20manager%20such%20Synaptic%20or%20apt-get%20or%20whatever%20and%20your%20Broadcom%20BCM4312%20will%20working%20properly%20%3A%0D%0A%0D%0Asudo%20apt-get%20update%0D%0Asudo%20apt-get%20upgrade%0D%0Asudo%20apt-get%20install%20linux-backports-modu" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;bm_description=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;title=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01+-+http://b2l.me/s84vd&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01&amp;t=How+To+%3A+Karmic+Koala+and+Broadcom+Wireless+BCM4312+rev+01" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='Permanent Link: How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900' rel='bookmark' title='Permanent Link: How To : Karmic Koala and Canon PIXMA iP1800-iP1900'>How To : Karmic Koala and Canon PIXMA iP1800-iP1900</a></li>
<li><a href='http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release' rel='bookmark' title='Permanent Link: Waiting For Ubuntu 9.10 Release'>Waiting For Ubuntu 9.10 Release</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/how-to-karmic-koala-and-broadcom-wireless-bcm4312-rev-01/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Waiting For Ubuntu 9.10 Release</title>
		<link>http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release</link>
		<comments>http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release#comments</comments>
		<pubDate>Thu, 15 Oct 2009 20:30:27 +0000</pubDate>
		<dc:creator>tantos</dc:creator>
				<category><![CDATA[In Moving to Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Karmic Koala]]></category>

		<guid isPermaLink="false">http://tantos.web.id/?p=227</guid>
		<description><![CDATA[[ad#ad-posttext] It&#8217;s time to counting down the release of Ubuntu 9.10 who has code name Karmic Koala. It will release at October 29th 2009. You can get alert of karmic release by adding a script from Ubuntu to your blog or your HTML page, then you will get a counting image like this : The [...]


Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900' rel='bookmark' title='Permanent Link: How To : Karmic Koala and Canon PIXMA iP1800-iP1900'>How To : Karmic Koala and Canon PIXMA iP1800-iP1900</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='Permanent Link: How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
<li><a href='http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d' rel='bookmark' title='Permanent Link: Ubuntu Lucid Release Party “Linux Untuk Dunia Kesehatan”'>Ubuntu Lucid Release Party “Linux Untuk Dunia Kesehatan”</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>[ad#ad-posttext]</p>
<p>It&#8217;s time to counting down the release of Ubuntu 9.10 who has code name Karmic Koala. It will release at October 29th 2009. You can get alert of karmic release by adding <a href="http://www.ubuntu.com/getubuntu/countdown" target="_blank">a script from Ubuntu</a> to your blog or your HTML page, then you will get a counting image like this :</p>
<p><script src="http://www.ubuntu.com/files/countdown/display2.js" type="text/javascript"></script></p>
<p>The other ways is importing it&#8217;s <a href="http://www.google.com/calendar/ical/canonical.com_blj1lu4jk3mt7ubh8jdcnpmp58%40group.calendar.google.com/public/basic.ics">ical file</a> to your <a href="http://calendar.google.com" target="_blank">Google Calendar</a></p>
<p><strong><span style="color: #993300;">Can&#8217;t wait for release?</span></strong><br />
You can get the <a href="http://releases.ubuntu.com/releases/9.10/" target="_blank">beta release</a> from Ubuntu or form <a href="http://www.ubuntu.com/testing/karmic/beta" target="_blank">mirrors</a> near from you.</p>
<p><strong><span style="color: #993300;">What&#8217;s New inside Karmic Koala?</span></strong></p>
<ol>
<li><strong>Upstart</strong><br />
Upstart is an event-based replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running. Visit <a href="http://upstart.ubuntu.com/" target="_blank">Upstart</a> for detail.</li>
<li><strong>Boot Experience</strong></li>
<li> <strong>Software Center</strong></li>
<li> <strong>GNOME 2.28</strong></li>
<li> <strong>Application development with Quickly</strong></li>
<li> <strong>Kubuntu Netbook release</strong></li>
<li> <strong>Ubuntu Enterprise Cloud Images</strong></li>
<li> <strong>Ubuntu One file sharing</strong></li>
<li> <strong>Linux kernel 2.6.31</strong></li>
<li> <strong>hal deprecation</strong></li>
<li> <strong>New Intel video driver architecture available for testing</strong></li>
<li> <strong>ext4 by default</strong></li>
<li> <strong>GRUB 2 by default</strong></li>
<li> <strong>iSCSI installation</strong></li>
<li> <strong>AppArmor</strong></li>
<li> <strong>New profiles</strong></li>
<li> <strong>Libvirt</strong></li>
<li> <strong>Uncomplicated Firewall</strong></li>
<li> <strong>Non-eXecutable Emulation</strong></li>
<li> <strong>Blocking Module Loading</strong></li>
<li> <strong>Position-Independent Executables</strong></li>
</ol>
<p>You can get detailed information about Karmic Koala <a href="http://www.ubuntu.com/testing/karmic/beta" target="_blank">here</a>. Hope we will get the fastest operating system on earth <img src='http://tantos.web.id/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
*keep waitin&#8217;</p>
<p>Source :  <a href="http://www.ubuntu.com/testing/karmic/beta" target="_blank">http://www.ubuntu.com/testing/karmic/beta</a><br />
[ad#ad-post]</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;title=Waiting+For+Ubuntu+9.10+Release" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;title=Waiting+For+Ubuntu+9.10+Release" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;title=Waiting+For+Ubuntu+9.10+Release&amp;desc=%5Bad%23ad-posttext%5D%0D%0A%0D%0AIt%27s%20time%20to%20counting%20down%20the%20release%20of%20Ubuntu%209.10%20who%20has%20code%20name%20Karmic%20Koala.%20It%20will%20release%20at%20October%2029th%202009.%20You%20can%20get%20alert%20of%20karmic%20release%20by%20adding%20a%20script%20from%20Ubuntu%20to%20your%20blog%20or%20your%20HTML%20page%2C%20then%20you%20will%20get%20a%20counting%20image%20like%20this%20%3A%0D%0A%0D%0A%0D%0A%0D%0AThe" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;bm_description=Waiting+For+Ubuntu+9.10+Release&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;title=Waiting+For+Ubuntu+9.10+Release" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;title=Waiting+For+Ubuntu+9.10+Release" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;title=Waiting+For+Ubuntu+9.10+Release" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Waiting+For+Ubuntu+9.10+Release+-+http://b2l.me/ta4q8&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release&amp;t=Waiting+For+Ubuntu+9.10+Release" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://tantos.web.id/blogs/how-to-karmic-koala-and-canon-pixma-ip1800-ip1900' rel='bookmark' title='Permanent Link: How To : Karmic Koala and Canon PIXMA iP1800-iP1900'>How To : Karmic Koala and Canon PIXMA iP1800-iP1900</a></li>
<li><a href='http://tantos.web.id/blogs/how-to-internet-connection-using-cdma-evdo-modem-and-karmic-koala-ubuntu-9-10' rel='bookmark' title='Permanent Link: How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)'>How To : Internet Connection using CDMA EVDO Modem and Karmic Koala (Ubuntu 9.10)</a></li>
<li><a href='http://tantos.web.id/blogs/ubuntu-lucid-release-party-%e2%80%9clinux-untuk-dunia-kesehatan%e2%80%9d' rel='bookmark' title='Permanent Link: Ubuntu Lucid Release Party “Linux Untuk Dunia Kesehatan”'>Ubuntu Lucid Release Party “Linux Untuk Dunia Kesehatan”</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tantos.web.id/blogs/waiting-for-ubuntu-9-10-release/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
