<?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>Kuki Linux &#187; How-To&#8217;s</title>
	<atom:link href="http://www.kuki.me/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kuki.me</link>
	<description>It&#039;s pronounced coo-kie</description>
	<lastBuildDate>Tue, 09 Feb 2010 00:18:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Kuki Linux 3.0 PreRelease 1.7 Installation Video!</title>
		<link>http://www.kuki.me/2009/08/kuki-linux-3-0-prerelease-1-7-installation-video/</link>
		<comments>http://www.kuki.me/2009/08/kuki-linux-3-0-prerelease-1-7-installation-video/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 11:20:01 +0000</pubDate>
		<dc:creator>muadib</dc:creator>
				<category><![CDATA[How-To's]]></category>

		<guid isPermaLink="false">http://www.kuki.me/?p=544</guid>
		<description><![CDATA[Hey!!
Oliver as made us a video installation how-to to Kuki Linux!
The video is awesome! Have a look:

Thank you so much Oliver aka edgy for this great how-to video!!
]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Hey!!</p>
<p style="text-align: left;">Oliver as made us a video installation how-to to Kuki Linux!<br />
The video is awesome! Have a look:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/NLM32ZOAqIc&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/NLM32ZOAqIc&amp;hl=en&amp;fs=1&amp;" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p><strong>Thank you so much Oliver aka edgy for this great how-to video!!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuki.me/2009/08/kuki-linux-3-0-prerelease-1-7-installation-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How-to 3G using Huawei USB dongle</title>
		<link>http://www.kuki.me/2009/08/how-to-3g-using-huawei-usb-dongle/</link>
		<comments>http://www.kuki.me/2009/08/how-to-3g-using-huawei-usb-dongle/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 16:29:37 +0000</pubDate>
		<dc:creator>muadib</dc:creator>
				<category><![CDATA[How-To's]]></category>

		<guid isPermaLink="false">http://www.kuki.me/?p=512</guid>
		<description><![CDATA[How to get 3G working on Kuki using a Huawei Model E169 with the Danish provider 3 (and probably others)
This guide is a bit more hardcore as it requires you to use an editor and configure system files the old fasion way.

First thing to check is that the device is supported by your kernel: Before [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How to</strong> <strong>get 3G working on Kuki using a Huawei Model E169</strong> with the Danish provider <a href="http://privat.3.dk/" onclick="pageTracker._trackPageview('/outgoing/privat.3.dk/?referer=');">3</a> (and probably others)</p>
<p>This guide is a bit more hardcore as it requires you to use an editor and configure system files the old fasion way.</p>
<p><img class="size-full wp-image-9 alignleft" title="acer3g" src="http://www.kuki.me/wp-content/uploads/2009/08/acer3g.jpg" alt="Acer med dongle" /></p>
<p>First thing to check is that the device is supported by your kernel: Before you plug in the dongle Open a terminal and type</p>
<pre><code>
ls /dev/tty*

</code></pre>
<p>There should be at long list of tty&#8217;s. Now plug in your dongle, wait a few seconds and repeat above command.<br />
Some more ttyUSB devices should now have been added to the list.</p>
<p>Now lets start talking to the dongle. 3G support using the Huawei is working like a old fashioned modem, using commands like <code>ATi</code> to get the modem manufacture and so on. (A list of AT commands for Huawei can be found at <a href="http://www.shapeshifter.se/2008/04/30/list-of-at-commands/" onclick="pageTracker._trackPageview('/outgoing/www.shapeshifter.se/2008/04/30/list-of-at-commands/?referer=');">here</a>.)</p>
<p>We will be using the <strong>pppd</strong> program for 3G connection. <strong>pppd</strong> in turn uses program called <strong>chat</strong> to deal with the AT commands of the modem.</p>
<p>First we configure chat: Open an editor<br />
<strong><code>sudo mousepad /etc/chatscripts/[providername]</code><br />
</strong>and enter the below code</p>
<pre><code>
#
# abortstring
ECHO OFF
ABORT BUSY
ABORT 'NO CARRIER'
ABORT 'NO DIALTONE'
ABORT 'NO DIAL TONE'
ABORT 'NO ANSWER'
ABORT DELAYED
TIMEOUT 3
# modeminit
'' \dATZ
TIMEOUT 4
OK AT+CPIN?
READY-AT+CPIN=9999-OK \d\d\dATDT*99#
TIMEOUT 60
CONNECT ''

</code></pre>
<p><em>Remember to replace 9999 above with your PIN code</em><br />
Save and close.</p>
<p>At first <strong>chat</strong> will ask the dongle if it is <code>READY</code>. If not it usually because it have not been unlocked and a <code>AT+CPIN=9999</code> is inserted. After <code>READY</code> &#8211; or in the second case <code>OK</code> is received, we have to wait a while for the receiver to find the network. Currently this is done by \d\d before the dial command but I think this could be improved by asking the dongle for its state. Possibilities in chat is wery limited and as it is now I do not always get connection in first attempt.</p>
<p><strong>Chat</strong> is called from <strong>pppd</strong> which is configured in /etc/ppp/peers. Open the editor again<br />
<code><strong>sudo mousepad /etc/ppp/peers/[providername]</strong></code><br />
Fill in the following:</p>
<pre><code>
hide-password
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/[providername]"
debug
/dev/ttyUSB0
460800
defaultroute
replacedefaultroute
noipdefault
user "notNeeded"
usepeerdns

</code></pre>
<p>For the initial test just type <span style="color: #333399;">pon [providername]</span> in your terminal to connect. Wait a little while and test that you are connected to the internet. <span style="color: #333399;">poff</span> to close the connection.</p>
<p>If it does not work, open the first file and change ECHO to ON. Save it, open a new terminal and type<br />
<code><br />
<strong>tail -f /var/log/ppp-connect-errors</strong><br />
</code></p>
<p>and try to establish the connection again while you observe the ppp-connect-errors terminal. In tail display you can follow the chat/dongle conversation and may spot the problem. The chat should end with a CONNECT statement from the modem and then the communication channel is handed over to <strong>pppd</strong></p>
<p><img class="size-full wp-image-35 alignleft" title="ppp-tray" src="http://www.kuki.me/wp-content/uploads/2009/08/ppp-tray.png" alt="PPP Tray in connected state." /></p>
<p><strong> </strong></p>
<p>When you got <strong>pon</strong> working it is time to add a nice gui. I installed <a href="http://www.getdeb.net/app/PPP+Tray+Icon" onclick="pageTracker._trackPageview('/outgoing/www.getdeb.net/app/PPP+Tray+Icon?referer=');">ppp-tray</a> wich work wery well and fit perfectly in Kuki&#8217;s small formfactor desktop. Please refer to Ubuntu <a href="http://ubuntuforums.org/showthread.php?t=534709&amp;page=9" onclick="pageTracker._trackPageview('/outgoing/ubuntuforums.org/showthread.php?t=534709_amp_page=9&amp;referer=');">forums for help on ppp-tray</a></p>
<p>Tip: With the above setup you can have configurations for several dongles in ppp-peers and select the one you want from ppp-tray.</p>
<p> </p>
<p>If you have any doubt or question just ask on <a href="http://www.kuki.me/forum">Kuki Forum</a> (we have a dedicated topic for this how-to <a href="http://kuki.me/forum/topic.php?id=236" onclick="pageTracker._trackPageview('/outgoing/kuki.me/forum/topic.php?id=236&amp;referer=');">here</a>) or come to our <a href="http://www.kuki.me/chat/">#kukilinux channel on Freenode IRC.</a></p>
<p>This How-to as been <strong>made by Klaus</strong>, thank you for your contribution!</p>
<p>Kuki: ”Because leak coudn’t find anything on telly”</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuki.me/2009/08/how-to-3g-using-huawei-usb-dongle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kernel Installation</title>
		<link>http://www.kuki.me/2009/07/kernel-installation/</link>
		<comments>http://www.kuki.me/2009/07/kernel-installation/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 00:38:08 +0000</pubDate>
		<dc:creator>muadib</dc:creator>
				<category><![CDATA[How-To's]]></category>

		<guid isPermaLink="false">http://www.kuki.me/?p=492</guid>
		<description><![CDATA[Hey guys!
It seems that some kuki users are having questions about kernel installation.
If during installation, a question regarding the copy of the file menu.lst is asked, you have to say YES!
menu.lst needs to be upgraded so you can boot with the new kernel, you have to accept the upgrade/change or the new kernel will be installed, [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guys!</p>
<p>It seems that some kuki users are having questions about kernel installation.</p>
<p><strong>If during installation, a question regarding the copy of the file menu.lst is asked, you have to say YES!</strong></p>
<p>menu.lst needs to be upgraded so you can boot with the new kernel, you have to accept the upgrade/change or the new kernel will be installed, but you will not be able to boot into it (unless you want to manually edit the menu.lst)</p>
<p>To install Kuki, our kernel or kernel headers please follow our guides at: <a href="http://www.kuki.me/how-to/">http://www.kuki.me/how-to/</a></p>
<p>If you still have questions after reading and trying our guides please come to our #kukilinux channel on Freenode IRC (please be patient we sleep and work too) or use our support forum <a href="http://www.kuki.me/forum">www.kuki.me/forum</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuki.me/2009/07/kernel-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to 3g on your netbook (without Network Manager)</title>
		<link>http://www.kuki.me/2009/04/how-to-3g-on-your-netbook-without-network-manager/</link>
		<comments>http://www.kuki.me/2009/04/how-to-3g-on-your-netbook-without-network-manager/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 00:00:23 +0000</pubDate>
		<dc:creator>muadib</dc:creator>
				<category><![CDATA[How-To's]]></category>

		<guid isPermaLink="false">http://www.kuki.me/?p=270</guid>
		<description><![CDATA[Introduction
This guide will help any Kuki or Ubuntu user to install a user friendly 3G script that allows you to manage your 3G connection.
This script works for any 3G provider in the world, included in the package there are pre-scripts made for three uk, vodafone uk, orange uk, t-mobile uk and 02 uk.
The script works and it is [...]]]></description>
			<content:encoded><![CDATA[<h2><span style="text-decoration: underline;">Introduction</span></h2>
<p>This guide will help any Kuki or Ubuntu user to install a user friendly 3G script that allows you to manage your 3G connection.</p>
<p>This script works for any 3G provider in the world, included in the package there are pre-scripts made for three uk, vodafone uk, orange uk, t-mobile uk and 02 uk.</p>
<p>The script works and it is really easy to use. We are still doing some work on it, for example we want to add a custom dialer which has no settings so that people can easily create their own dialers for different providers, for now you can do it by editing the .conf files.</p>
<p>We will keep this how-to updated as the script <img src='http://www.kuki.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2><span style="text-decoration: underline;">Preparation</span></h2>
<p>Turn on and Login on your AAO</p>
<p>Go to <a href="http://pt.kuki.me/scripts/3g-script/" onclick="pageTracker._trackPageview('/outgoing/pt.kuki.me/scripts/3g-script/?referer=');">http://pt.kuki.me/scripts/3g-script/</a><a href="http://www.kuki.me/downloads"></a> and download the latest release. </p>
<p>In this how-to i will example as the 3G script saved to Desktop.</p>
<h2><span style="text-decoration: underline;">3G-script Installation Procedure</span></h2>
<p>First let me tell you that the installation is so easy that a how-to almost wasn&#8217;t needed <img src='http://www.kuki.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>After download and saving the script to your Desktop just unpack it</strong>. It could be unpacked to any location, i choose Desktop. If you are using Kuki just use the &#8220;Squeeze&#8221; unpacker to unpack it.</p>
<p><strong>After unpack just run the Setup file</strong>, double click on it. ( the root password will be asked, if you are using Kuki the password is the same as the password of the user your created when installing Kuki)</p>
<p><strong>Then the script will install the necessary programs and files for you</strong>. It will ask you who your provider is and based upon your choice will copy in the correct dialer config files. (just type the number of your provider and press enter, if your provider is not listed please see futher on this how-to). When the installer ends you will se a message saying: &#8220;&#8230;The installer has finished&#8221;, just close the window and it is done.</p>
<p>The launchers (3G Dialer icon) will be created on the Desktop and under network in the menu for you to launch the 3g dialer window.</p>
<p>After installation you can simply delete the installation files that you have unpacked and obcourse also the package that you have downloaded.</p>
<p>And that&#8217;s it, you just need to run the 3G Dialer to use your 3G connection.</p>
<h2><span style="text-decoration: underline;">If your 3G provider is not listed</span></h2>
<p>If your 3G provider is not listed then you should <strong>choose any one of the listed providers </strong>to end the installation. This is needed so the script can be properly installed. After installation <strong>some manual configs are needed</strong>.</p>
<p>You need to know some basic information about your 3G provider, like the username, password, apn or access point and the phone number to dial. Normally you can find those doing a search on google but if you cant find it just ask them to the support team of you provider.</p>
<p>For doing this how-to i have choose the <strong>Vodafone provider when installing</strong>. After you installation is finished you can find the config file at:<br />
- Go to <strong>MENU</strong><br />
- open the <strong>File Manager</strong><br />
- in the File Manager click on <strong>File System<br />
- </strong>find the<strong> etc</strong> folder and double click on it<br />
- find the<strong> kuki </strong>folder and double click on it<br />
- find the<strong> 3g</strong> folder and double click on it<br />
- find the <strong>vodafone3g.conf</strong> file and double click on it to open.</p>
<p> /etc/kuki/3g/vodafone3g.conf &lt;- if you are using terminal</p>
<p> This is the Vodafone UK Script. You will need to <strong>edit the bold text and only that (if you edit another text the script will not work)</strong> with the proper information of your provider.</p>
<p>Example:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p><span lang="PT">[Dialer defaults]<br />
Modem = /dev/ttyUSB1<br />
[Dialer vodafone]<br />
Init2 = ATZ<br />
Init3 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
Stupid Mode = 1<br />
Modem Type = Analog Modem<br />
ISDN = 0<br />
Phone = <strong>*99# &lt;- (change it for the phone number of your provider)<br />
</strong>Modem = /dev/ttyUSB0<br />
username = <strong>web &lt;- (change it for username of your provider)<br />
</strong>Password = <strong>web &lt;- ( change it for  password of your provider)</strong><br />
Dial Command = ATDT<br />
Baud =466600<br />
Init4 = AT+CGDCONT=1,&#8221;IP&#8221;,&#8221;<strong>internet</strong>&#8221; <strong>&lt;- (change it for  apn or access point of your provider)</strong></span></p>
<p><span lang="PT">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p>Save the file, close the editor and its ready!</p>
<p>Run the 3G Dialer and see if it works, if not pls come to our channel on IRC or our Forum and ask for help.</p>
<p>This script was <strong>made by Karl Hunt</strong> aka Khunt, thanks a lot!</p>
<p>Hugs</p>
<p>Kuki: &#8221;Because leak coudn&#8217;t find anything on telly&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuki.me/2009/04/how-to-3g-on-your-netbook-without-network-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Kuki Linux Custom Kernel and Kernel-Headers</title>
		<link>http://www.kuki.me/2009/04/how-to-install-kuki-linux-custom-kernel/</link>
		<comments>http://www.kuki.me/2009/04/how-to-install-kuki-linux-custom-kernel/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 23:44:32 +0000</pubDate>
		<dc:creator>muadib</dc:creator>
				<category><![CDATA[How-To's]]></category>

		<guid isPermaLink="false">http://www.kuki.me/?p=201</guid>
		<description><![CDATA[Introduction
This guide will help users to install our custom Acer Aspire One kernel.
You can use our custom kernel in Kuki Linux or in a general Ubuntu release. Our custom kernel has been developed for Acer Aspire One so you should NOT install it on other netbooks, laptops or computer systems.
Preparation
Turn on and Login on your [...]]]></description>
			<content:encoded><![CDATA[<h2><span style="text-decoration: underline;">Introduction</span></h2>
<p>This guide will help users to install our custom Acer Aspire One kernel.<br />
You can use our custom kernel in Kuki Linux or in a general Ubuntu release. Our custom kernel has been developed for Acer Aspire One so you should NOT install it on other netbooks, laptops or computer systems.</p>
<h2><span style="text-decoration: underline;">Preparation</span></h2>
<p>Turn on and Login on your AAO</p>
<p>Go to <a href="http://www.kuki.me/downloads">http://www.kuki.me/downloads</a> choose the download location closest to you location and download the kernel as well as the kernel headers.</p>
<p>Be aware, kernel and kernel-headers need to be the same release. For example: linux-image-<strong>2.6.28.3-sickboy-kuki-tuxonice_0.5</strong>_i386 and linux-headers-<strong>2.6.28.3-sickboy-kuki_0.5</strong>_i386</p>
<p>In this how-to I will assume the kernel and kernel-headers are saved to your Desktop.</p>
<h2><span style="text-decoration: underline;">Kernel Installation Procedure</span></h2>
<p>Open terminal, left upper corner Menu, then terminal.</p>
<p>At the terminal, execute these commands<br />
(keep in mind that linux commands are case sensitivity, one command per line, you press enter after a command, change kernel-file-name.deb to the proper kernel filename.):</p>
<p><strong>cd Desktop<br />
ls</strong> (this will show everything that&#8217;s on the desktop, you can select the file and press right mouse-button to copy and paste when needed)<br />
<strong>sudo dpkg -i kernel-file-name.deb</strong> (a password will be asked when using this command, the password is the root one, the root password is the same as the password of the user your created when installing Kuki)</p>
<p>If during installation, a question regarding the copy of the file menu.lst will be asked, you have to say YES.</p>
<h2><span style="text-decoration: underline;">Kernel headers Installation Procedure<br />
</span></h2>
<p><strong>(!!only if you installed our custom kernel!!)</strong></p>
<p>After you install our custom kernel you should also install the custom kernel headers. The headers are important because they define structures and constants that are needed for building most standard programs.<br />
Installing the headers is as easy as the kernel installation</p>
<p>So, lets use terminal again.</p>
<p>At the terminal execute this command:</p>
<p><strong>cd Desktop</strong> (..only if needed, this command will send you to the Desktop folder)<br />
<strong>ls</strong> (if the headers arent listed, you&#8217;re not at the desktop, do the previous “cd Desktop” command then)<br />
<strong>sudo dpkg -i kernel-headers-file-name.deb</strong></p>
<p>then reboot your Acer Aspire One.</p>
<h2><span style="text-decoration: underline;">Testing the installation</span></h2>
<p>To be sure everything went well, use the following commands in the terminal<br />
(after you rebooted as stated above):</p>
<p>To see if the custom kernel is present:</p>
<p><strong>uname -r</strong></p>
<p>And see if the output of uname is the same as the kernel name.<br />
If it is, ok  your Acer Aspire One is running with our custom kernel, if not please visit our channel on IRC (irc.freenode.net, #kukilinux) or ask for help at our Forum.</p>
<p>To see if the custom headers are present:</p>
<p><strong>dpkg -l | grep linux-headers </strong></p>
<p>And see if the kernel-headers installed appear on the output of that command.<br />
If it is there, ok  your Acer Aspire One is running with our kernel-headers, if not ask for help on irc or on our forum.</p>
<p>last update: 27.12.2009</p>
<p>if you have any comments, please let us know at the irc channel or at our forum.</p>
<p>__</p>
<p><span style="color: #ff0000;">ATTENTION</span><span style="color: #ff0000;">:</span> if you have any doubt about these how-to&#8217;s please ask for help on the Forum or on our IRC Channel #kukilinux at irc.freenode.net, please dont ask for help on the site posts.</p>
<p><span style="color: #ff0000;">W</span><span style="color: #ff0000;">ARNING!: </span>Use of any of the downloads, information or advice delivered by our site or channels at your own risk. We are not responsible for any losses or damages and we are also not responsible for any post or comment made by a site visitor. Everything we post was tested by us and should work properly if our instructions were followed. However we are still not responsible for any damage of any kind incured from use any of our services.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuki.me/2009/04/how-to-install-kuki-linux-custom-kernel/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
