<?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>VARKEY &#187; VARKEY</title>
	<atom:link href="http://www.varkey.in/author/VARKEY/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.varkey.in</link>
	<description>Home!!</description>
	<lastBuildDate>Thu, 08 Dec 2011 11:12:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Seagate GoFlex Net : Installing Rescue System</title>
		<link>http://www.varkey.in/2011/09/seagate-goflex-net-installing-rescue-system/</link>
		<comments>http://www.varkey.in/2011/09/seagate-goflex-net-installing-rescue-system/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 16:02:17 +0000</pubDate>
		<dc:creator>VARKEY</dc:creator>
				<category><![CDATA[PlugComputer]]></category>
		<category><![CDATA[goflex]]></category>
		<category><![CDATA[plug computer]]></category>
		<category><![CDATA[pogoplug]]></category>
		<category><![CDATA[rescue system]]></category>
		<category><![CDATA[sheevaplug]]></category>

		<guid isPermaLink="false">http://www.varkey.in/2011/09/seagate-goflex-net-installing-rescue-system/</guid>
		<description><![CDATA[After installing Debian using the install script on Jeff Doozan’s page, the stock PogoPlug OS fails to boot on a GoFlex Net even though it works perfectly on a Dockstar or PogoPlug Device. So the alternative is to install Jeff’s Rescue System on the GoFlex Net, but the default installation fails to boot as well [...]]]></description>
			<content:encoded><![CDATA[<p>After installing Debian using the install script on Jeff Doozan’s page, the stock PogoPlug OS fails to boot on a GoFlex Net even though it works perfectly on a Dockstar or PogoPlug Device. So the alternative is to install <a href="http://forum.doozan.com/read.php?4,3896">Jeff’s Rescue System</a> on the GoFlex Net, but the default installation fails to boot as well and requires a slight modification for it to work properly.</p>
<p>First boot into debian from a USB device and run the following commands</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>tmp
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>jeff.doozan.com<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>rescue<span style="color: #000000; font-weight: bold;">/</span>install_rescue.sh
<span style="color: #c20cb9; font-weight: bold;">chmod</span> +x install_rescue.sh
.<span style="color: #000000; font-weight: bold;">/</span>install_rescue.sh</pre></div></div>

<p>Once the installation is complete, run the following command</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">fw_setenv rescue_bootcmd <span style="color: #ff0000;">'if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x500000 0x100000 0x400000; bootm 0x500000; else run pogo_bootcmd; fi'</span></pre></div></div>

<p>After this you can shutdown the device, remove the USB drive and restart, it will successfully boot into the rescue system.</p>
<p>You can also load the Rescue System from a USB drive (you need console access), thanks to <a href="http://forum.doozan.com/read.php?4,1871,1871">Johannes</a>. For this you need to download the rescue system from <a href="http://www.sendspace.com/file/afgz0q">here</a> and put the files on the root directory of a FAT formatted USB drive.</p>
<p>Now you need to interrupt the boot process through the console by pressing a key when prompted. You can either use a serial adapter or <a href="http://forum.doozan.com/read.php?3,14,14">netconsole</a> (provided you have set it up already)&#160; for this.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">U-Boot <span style="color: #000000;">2010.09</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>Oct <span style="color: #000000;">23</span> <span style="color: #000000;">2010</span> - <span style="color: #000000;">11</span>:<span style="color: #000000;">53</span>:<span style="color: #000000;">10</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
Marvell-GoflexNet by Jeff Doozan, Peter Carmichael
Hit any key to stop autoboot:  <span style="color: #000000;">0</span></pre></div></div>

<p>Once you have interrupted uBoot and at the Marvell&gt;&gt; prompt, connect the USB drive and run the following commands</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">usb start
fatload usb <span style="color: #000000;">0</span>:<span style="color: #000000;">1</span> 0x500000 uimage
fatload usb <span style="color: #000000;">0</span>:<span style="color: #000000;">1</span> 0xe00000 uinitrd
setenv bootargs <span style="color: #007800;">console</span>=<span style="color: #007800;">$console</span> <span style="color: #007800;">$mtdparts</span>
bootm 0x500000 0xe00000</pre></div></div>

<p>The rescue system now boots and you can re run the debian installer or do further troubleshooting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.varkey.in/2011/09/seagate-goflex-net-installing-rescue-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Seagate GoFlex Net : Serial Connection</title>
		<link>http://www.varkey.in/2011/06/seagate-goflex-net-serial-connection/</link>
		<comments>http://www.varkey.in/2011/06/seagate-goflex-net-serial-connection/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 11:10:48 +0000</pubDate>
		<dc:creator>VARKEY</dc:creator>
				<category><![CDATA[PlugComputer]]></category>

		<guid isPermaLink="false">http://www.varkey.in/2011/06/seagate-goflex-net-serial-connection/</guid>
		<description><![CDATA[If your GoFlex Net is no longer booting cause you made some change you will probably need to establish a serial connection to troubleshoot the problem. For this you need a serial adapter, but the GoFlex Net uses 3.3 V TTL levels so do not connect your PC’s serial connector to the device as its [...]]]></description>
			<content:encoded><![CDATA[<p>If your GoFlex Net is no longer booting cause you made some change you will probably need to establish a serial connection to troubleshoot the problem. For this you need a serial adapter, but the GoFlex Net uses 3.3 V TTL levels so do not connect your PC’s serial connector to the device as its 12 V. </p>
<p>To establish a serial connection you will need the following items</p>
<ol>
<li><font color="#efefef">USB Serial Adapter – You can get one from eBay based on the <a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=120726707850" target="_blank">PL2303</a> or <a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=150604665815" target="_blank">CP2102</a> chips.</font> </li>
<li><font color="#efefef"><a href="http://www.dealextreme.com/p/electrical-wire-testing-hooks-10-pack-8391?r=65403009" target="_blank">Wire Testing Hooks</a> – You will need this to properly attach the cable to the pins.</font> </li>
</ol>
<p><a href="http://www.varkey.in/wp-content/uploads/2011/06/IMG_0778.jpg"><img style="background-image: none; border-right-width: 0px; margin: 0px 10px 0px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="IMG_0778" border="0" alt="IMG_0778" align="left" src="http://www.varkey.in/wp-content/uploads/2011/06/IMG_0778_thumb.jpg" width="210" height="246" /></a>You can also get a Nokia CA-42 data cable as the serial adapter but you will have to identify the correct wires etc which might be a little tricky.</p>
<p>On the left you can see how my adapter looked after attaching the hooks.</p>
<p>Now you need to open the GoFlex Net to get access to the serial port. For this you will need a plastic pry tool. Use the pry tool to slowly detach the bottom panel from the GoFlex. There are small clips which is holding the bottom panel.</p>
<p>Once you have removed the bottom panel, you will be able to see the 10 pin port as shown below.</p>
<p><a href="http://www.varkey.in/wp-content/uploads/2011/06/IMG_0771.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="IMG_0771" border="0" alt="IMG_0771" src="http://www.varkey.in/wp-content/uploads/2011/06/IMG_0771_thumb.jpg" width="557" height="418" /></a></p>
<p>Now use the cable hooks to attach the cables to respective pins and the final result would be something like below. It may take a while to attach the hooks properly as the pins are really close together.</p>
<p><a href="http://www.varkey.in/wp-content/uploads/2011/06/IMG_0786.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="IMG_0786" border="0" alt="IMG_0786" src="http://www.varkey.in/wp-content/uploads/2011/06/IMG_0786_thumb.jpg" width="555" height="418" /></a></p>
<p>Now attach the serial adapter to the PC, install the drivers and you are ready. If you are using Windows you can use <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">Putty</a> to see the serial output. Configure putty with correct COM port, speed as 115200 and no flow control.</p>
<p><a href="http://www.varkey.in/wp-content/uploads/2011/06/serial-putty.jpg"><img style="background-image: none; border-right-width: 0px; margin: 0px 10px 0px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="serial-putty" border="0" alt="serial-putty" align="left" src="http://www.varkey.in/wp-content/uploads/2011/06/serial-putty_thumb.jpg" width="246" height="181" /></a>Now start the Putty session and then power on the GoFlex Net, you should see the console output.</p>
<p>In linux you can simply run</p>
<blockquote><p><code>screen</code> <code>/dev/ttyUSB0 115200</code></p>
</blockquote>
<p>From there you can interrupt uBoot to fix any issues with the uBoot environment for instance. But be careful as you don’t want to brick the device by messing too much with the boot loader and you will probably need a JTAG to recover the device if its bricked.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.varkey.in/2011/06/seagate-goflex-net-serial-connection/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Boot debian from SATA &#8211; Seagate GoFlex Net</title>
		<link>http://www.varkey.in/2011/06/boot-debian-from-sata-seagate-goflex-net/</link>
		<comments>http://www.varkey.in/2011/06/boot-debian-from-sata-seagate-goflex-net/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 11:38:45 +0000</pubDate>
		<dc:creator>VARKEY</dc:creator>
				<category><![CDATA[PlugComputer]]></category>
		<category><![CDATA[dockstar]]></category>
		<category><![CDATA[goflex net]]></category>
		<category><![CDATA[plugcomputer]]></category>

		<guid isPermaLink="false">http://www.varkey.in/2011/06/boot-debian-from-sata-seagate-goflex-net/</guid>
		<description><![CDATA[This how-to assumes that you have a working Debian installation on a USB drive. If not check Jeff’s site on how to install debian Squeeze on the GoFlex Net. Once you have installed debian and have verified everything is working fine, we can go ahead with the modifications. It would be a good idea to [...]]]></description>
			<content:encoded><![CDATA[<p>This how-to assumes that you have a working Debian installation on a USB drive. If not check <a href="http://jeff.doozan.com/debian/" target="_blank">Jeff’s site</a> on how to install debian Squeeze on the GoFlex Net.</p>
<p>Once you have installed debian and have verified everything is working fine, we can go ahead with the modifications. It would be a good idea to configure netconsole so that you can monitor and make changes to uBoot if there is any problem. The steps are described in detail <a href="http://forum.doozan.com/read.php?3,14,14" target="_blank">here</a>.</p>
<p>The default kernel installed doesn’t have support for the GoFlex Net SATA ports. So we are going to replace it with a newer and updated kernel.</p>
<p>Now we will download and install the updated kernel.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>www.varkey.in<span style="color: #000000; font-weight: bold;">/</span>files<span style="color: #000000; font-weight: bold;">/</span>linux-image-2.6.37.6-goflex_1.0_armel.deb
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> linux-image-2.6.37.6-goflex_1.0_armel.deb
&nbsp;
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>boot
&nbsp;
<span style="color: #666666; font-style: italic;"># Create the images for uBoot</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mkimage <span style="color: #660033;">-A</span> arm <span style="color: #660033;">-O</span> linux <span style="color: #660033;">-T</span> kernel <span style="color: #660033;">-C</span> none <span style="color: #660033;">-a</span> 0x00008000 <span style="color: #660033;">-e</span> 0x00008000 <span style="color: #660033;">-n</span> Linux-2.6.37.6 <span style="color: #660033;">-d</span> <span style="color: #000000; font-weight: bold;">/</span>boot<span style="color: #000000; font-weight: bold;">/</span>vmlinuz-2.6.37.6-goflex <span style="color: #000000; font-weight: bold;">/</span>boot<span style="color: #000000; font-weight: bold;">/</span>uImage
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mkimage <span style="color: #660033;">-A</span> arm <span style="color: #660033;">-O</span> linux <span style="color: #660033;">-T</span> ramdisk <span style="color: #660033;">-C</span> <span style="color: #c20cb9; font-weight: bold;">gzip</span> <span style="color: #660033;">-a</span> 0x00000000 <span style="color: #660033;">-e</span> 0x00000000 <span style="color: #660033;">-n</span> initramfs <span style="color: #660033;">-d</span> <span style="color: #000000; font-weight: bold;">/</span>boot<span style="color: #000000; font-weight: bold;">/</span>initrd.img-2.6.37.6-goflex <span style="color: #000000; font-weight: bold;">/</span>boot<span style="color: #000000; font-weight: bold;">/</span>uInitrd</pre></div></div>

<p>
  <br />After that reboot GoFlex Net and <strong>‘uname –r’</strong> should show <strong>‘2.6.37.6-goflex’</strong> if the kernel installation was successful. Once you have made sure it’s the updated kernel we can update uBoot environment to the new GoFlex Arch Number to enable the SATA ports. </p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">setenv arcNumber <span style="color: #000000;">3089</span></pre></div></div>

<p>
  <br />Reboot again and check the output of ‘dmesg’, it should show something like this</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>    <span style="color: #000000;">1.068182</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> sata_mv sata_mv.0: version <span style="color: #000000;">1.28</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>    <span style="color: #000000;">1.072505</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> sata_mv sata_mv.0: slots <span style="color: #000000;">32</span> ports <span style="color: #000000;">2</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>    <span style="color: #000000;">1.079814</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> scsi0 : sata_mv
<span style="color: #7a0874; font-weight: bold;">&#91;</span>    <span style="color: #000000;">1.083250</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> scsi1 : sata_mv
<span style="color: #7a0874; font-weight: bold;">&#91;</span>    <span style="color: #000000;">1.086582</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> ata1: SATA max UDMA<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">133</span> irq <span style="color: #000000;">21</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>    <span style="color: #000000;">1.090697</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> ata2: SATA max UDMA<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">133</span> irq <span style="color: #000000;">21</span></pre></div></div>

<p>
  <br />Now you can modify the uBoot environment again to make it boot from a SATA drive.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">fw_setenv sata_boot <span style="color: #ff0000;">'ide reset; mw 0x800000 0 1; ext2load ide 0:1 0x800000 /boot/uImage; if ext2load ide 0:1 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi'</span>
fw_setenv sata_bootcmd <span style="color: #ff0000;">'run usb_set_bootargs; run sata_boot'</span>
fw_setenv bootcmd <span style="color: #ff0000;">'usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run sata_bootcmd; run rescue_bootcmd; run pogo_bootcmd; reset'</span></pre></div></div>

<p>
  <br />Shutdown the GoFlex Net, connect the hard disk to the *<strong>right</strong>* side SATA port. There seems to be a bug in Jeff’s uBoot for GoFlex Net, so within uBoot only the right port works. That would be all and the GoFlex Net should now boot from the attached SATA disk.</p>
<p>Here are the logs from a successful SATA boot.</p>
<ul>
<li><a href="http://www.varkey.in/files/sata_boot.txt" target="_blank">uBoot Log</a> </li>
<li><a href="http://www.varkey.in/files/dmesg.txt" target="_blank">Dmesg</a> </li>
</ul>
<p>And my <a href="http://www.varkey.in/files/uboot_env.txt" target="_blank">uBoot environment settings</a> as well.</p>
<p>If you do not have a GoFlex Hard Disk, you can attach an external eSata disk to the GoFlex Net using these cables.</p>
<ul>
<li><a href="http://www.chinabuye.com/15-7-pin-male-to-male-serial-ata-sata-22pin-data-extension-cable" target="_blank">15 + 7 Pin Male to Male SATA Cable</a> </li>
<li><a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=150489406000" target="_blank">7 Pin ESATA (I type) to SATA (L type) Cable</a> </li>
</ul>
<p><font color="#eeeeee">If you are having any trouble setting this up, leave a comment.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.varkey.in/2011/06/boot-debian-from-sata-seagate-goflex-net/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>How-To Configure Seagate FreeAgent Dockstar as a 3G Gateway</title>
		<link>http://www.varkey.in/2011/02/how-to-configure-seagate-freeagent-dockstar-as-a-3g-gateway/</link>
		<comments>http://www.varkey.in/2011/02/how-to-configure-seagate-freeagent-dockstar-as-a-3g-gateway/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 13:25:40 +0000</pubDate>
		<dc:creator>VARKEY</dc:creator>
				<category><![CDATA[PlugComputer]]></category>
		<category><![CDATA[3g gateway]]></category>
		<category><![CDATA[bsnl]]></category>
		<category><![CDATA[bsnl3g]]></category>
		<category><![CDATA[dockstar]]></category>
		<category><![CDATA[seagate dockstar]]></category>

		<guid isPermaLink="false">http://www.varkey.in/2011/02/how-to-configure-seagate-freeagent-dockstar-as-a-3g-gateway/</guid>
		<description><![CDATA[This how-to explains how to configure a Seagate Dockstar running Debian to establish a 3G connection using a USB data card like the Huawei E122 / UMG181 etc and configure it to act as a gateway so that the internet can be shared with the other devices connected to the network. You need to have [...]]]></description>
			<content:encoded><![CDATA[<p>This how-to explains how to configure a Seagate Dockstar running Debian to establish a 3G connection using a USB data card like the Huawei E122 / UMG181 etc and configure it to act as a gateway so that the internet can be shared with the other devices connected to the network.</p>
<p>You need to have a Dockstar running Debian, if not check <a href="http://jeff.doozan.com/debian/">Jeff&#8217;s site</a> on how to install Debian on your Seagate Dockstar.</p>
<p><strong><span style="text-decoration: underline;">Configuring the USB Modem and PPP Dialler</span></strong></p>
<p>First install the following packages using apt-get</p>
<ol>
<li>usb-modeswitch</li>
<li>usb-modeswitch-data</li>
<li><span style="color: #efefef;">ppp</span></li>
</ol>
<blockquote><p>apt-get install usb-modeswitch usb-modeswitch-data ppp</p></blockquote>
<p>After that connect your 3G USB modem, and wait for few seconds. After that give the command &#8216;dmesg&#8217; and check if you can see something like this</p>
<blockquote><p>option 1-1.4:1.0: GSM modem (1-port) converter detected<br />
usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0<br />
option 1-1.4:1.1: GSM modem (1-port) converter detected<br />
usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1<br />
option 1-1.4:1.2: GSM modem (1-port) converter detected<br />
usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2<br />
option 1-1.4:1.5: GSM modem (1-port) converter detected<br />
usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB3</p></blockquote>
<p>If you see similar lines saying &#8216;modem attached to ttyUSBx&#8217;, then the USB modem is detected fine.</p>
<p>Now edit the file <em><strong>&#8216;/etc/ppp/peers/provider&#8217;</strong></em> and replace its contents with the following</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>ttyUSB0
modem
crtscts
noauth
defaultroute
noipdefault
nopcomp
noaccomp
novj
nobsdcomp
holdoff <span style="color: #000000;">10</span>
usepeerdns
persist
lcp-echo-failure <span style="color: #000000;">2</span>
lcp-echo-interval <span style="color: #000000;">5</span>
nodeflate
maxfail <span style="color: #000000;">0</span>
debug
connect <span style="color: #ff0000;">&quot;/usr/sbin/chat -v -f /etc/chatscripts/BSNL3G&quot;</span></pre></td></tr></table></div>

<p>After that edit the file <strong><em>&#8216;/etc/chatscripts/BSNL3G&#8217;</em></strong> and replace its contents with the following</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">ABORT <span style="color: #ff0000;">'BUSY'</span>
ABORT <span style="color: #ff0000;">'NO CARRIER'</span>
ABORT <span style="color: #ff0000;">'VOICE'</span>
ABORT <span style="color: #ff0000;">'NO DIALTONE'</span>
ABORT <span style="color: #ff0000;">'NO DIAL TONE'</span>
ABORT <span style="color: #ff0000;">'NO ANSWER'</span>
ABORT <span style="color: #ff0000;">'DELAYED'</span>
REPORT CONNECT
TIMEOUT <span style="color: #000000;">10</span>
<span style="color: #ff0000;">''</span> <span style="color: #ff0000;">'ATZ'</span>
<span style="color: #ff0000;">'OK-AT-OK'</span> <span style="color: #ff0000;">'ATZ'</span>
TIMEOUT <span style="color: #000000;">10</span>
<span style="color: #666666; font-style: italic;">#'OK' 'ATZ'</span>
<span style="color: #666666; font-style: italic;">#'OK' 'ATQ0 V1 E1 S0=0 &amp;amp;C1 &amp;amp;D2'</span>
OK AT\^<span style="color: #007800;">SYSCFG</span>=<span style="color: #000000;">14</span>,<span style="color: #000000;">2</span>,<span style="color: #000000;">2780380</span>,<span style="color: #000000;">0</span>,<span style="color: #000000;">1</span>
<span style="color: #ff0000;">'OK'</span> <span style="color: #ff0000;">'AT+CGDCONT=1,&quot;IP&quot;,&quot;bsnlnet&quot;'</span>
<span style="color: #ff0000;">'OK'</span> <span style="color: #ff0000;">'ATDT*99#'</span>
TIMEOUT <span style="color: #000000;">30</span>
CONNECT <span style="color: #ff0000;">''</span></pre></td></tr></table></div>

<p>Now if everything works as expected you should be able to connect by giving the command &#8216;<strong><em>pon</em></strong>&#8216;. Try pinging Google.com to verify if the internet is working. You can disconnect by giving the command <strong><em>&#8216;poff&#8217;</em></strong></p>
<p>To make the dock connect to the internet automatically on start-up, append the following to the <strong><em>&#8216;/etc/network/interfaces&#8217;</em></strong> file</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">auto ppp0
iface ppp0 inet ppp
provider provider</pre></td></tr></table></div>

<p>Reboot the Dockstar to verify if everything is working fine.</p>
<p><strong><span style="text-decoration: underline;">Configuring the Dockstar to act as a Gateway</span></strong></p>
<p>If you do not have iptables installed, install it with the following command</p>
<blockquote><p>apt-get install iptables</p></blockquote>
<p>Now edit &#8216;<strong>/etc/sysctl.conf&#8217;</strong> and change the line that says &#8216;<strong>net.ipv4.ip_forward = 0&#8242;</strong> to &#8216;<strong>net.ipv4.ip_forward = 1&#8242; </strong>and also make sure that the line is uncommented.</p>
<p>After that execute the following commands</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>iptables <span style="color: #660033;">-t</span> nat <span style="color: #660033;">-A</span> POSTROUTING <span style="color: #660033;">-o</span> ppp0 <span style="color: #660033;">-j</span> MASQUERADE
<span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>iptables <span style="color: #660033;">-A</span> FORWARD <span style="color: #660033;">-i</span> ppp0 <span style="color: #660033;">-o</span> eth0 <span style="color: #660033;">-m</span> state <span style="color: #660033;">--state</span> RELATED,ESTABLISHED <span style="color: #660033;">-j</span> ACCEPT
<span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>iptables <span style="color: #660033;">-A</span> FORWARD <span style="color: #660033;">-i</span> eth0 <span style="color: #660033;">-o</span> ppp0 <span style="color: #660033;">-j</span> ACCEPT</pre></td></tr></table></div>

<p>Now we need to get these rules loaded at boot time, for that follow the steps below</p>
<blockquote><p>iptables-save &gt; /etc/firewall.conf</p></blockquote>
<p>Edit the file <strong><em>&#8216;/etc/network/if-up.d/iptables&#8217; </em></strong>and add the following</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
iptables-restore <span style="color: #000000; font-weight: bold;">&lt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>firewall.conf</pre></td></tr></table></div>

<p>Next step is to make the file executable</p>
<blockquote><p>chmod +x /etc/network/if-up.d/iptables</p>
<p>reboot</p></blockquote>
<p>That&#8217;s it, now your Seagate Dockstar will act as a gateway and you can share your 3G internet connection with the other devices on your network. <strong><em>Make sure you manually set the Gateway IP address to that of the Dockstar in each device. </em></strong></p>
<p>If there is any problem leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.varkey.in/2011/02/how-to-configure-seagate-freeagent-dockstar-as-a-3g-gateway/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HostGator Web Hosting &#8211; Black Friday Promotion &#8211; Upto 80% Off</title>
		<link>http://www.varkey.in/2010/11/hostgator-web-hosting-black-friday-promotion-upto-80-off/</link>
		<comments>http://www.varkey.in/2010/11/hostgator-web-hosting-black-friday-promotion-upto-80-off/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 06:33:08 +0000</pubDate>
		<dc:creator>VARKEY</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.varkey.in/2010/11/hostgator-web-hosting-black-friday-promotion-upto-80-off/</guid>
		<description><![CDATA[HostGator is running a CRAZY promotion for Black Friday which will go live in about 24 hours from now. It would be the best time to get a hosting account with one of the best shared hosts. So here are the details of their Black Friday 2010 Special Offer on November 26th: 50% OFF EVERYTHING [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=varkey-12"><img border="0" src="http://tracking.hostgator.com/img/Shared_Green/468x60-animated.gif" /></a></p>
<p><a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=varkey" target="_blank">HostGator</a> is running a CRAZY promotion for Black Friday which will go live in about 24 hours from now. It would be the best time to get a hosting account with one of the best shared hosts. </p>
<p>So here are the details of their Black Friday 2010 Special Offer on <strong>November 26th</strong>:</p>
<p>50% OFF EVERYTHING From 12:00AM CST – 5AM CST ( 11:30 AM – 4:30 PM IST 26th Nov)</p>
<p><strong>80% OFF EVERYTHING From 5AM – 9AM CST ( <font color="#ff0000">4:30 PM – 8:30 PM IST 26th Nov</font>) WHILE SUPPLIES LAST (first come, first receive; so definitely don&#8217;t miss out!)</strong></p>
<p>From 9AM – 11:59PM CST ( 8:30 PM (26th)&#160; &#8211; 11:29 AM (27th) ) OR after 80% OFF accounts have sold out, 50% OFF EVERYTHING</p>
<p>This applies to ALL Accounts and ALL Term Lengths. That includes Shared Hosting, Reseller Hosting, VPS Hosting AND even Dedicated Servers! </p>
<p>So during this promotion you can get <strong>3 Years</strong> Hosting on their Baby Plan ( Unlimited everything <img src='http://www.varkey.in/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ) for <strong>$57.24!</strong></p>
<p><strong>To avail this special offer, <a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=varkey" target="_blank">click here</a>.</strong></p>
<p> <a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=varkey-12"><img border="0" src="http://tracking.hostgator.com/img/Shared_Red_Yellow/468x60-animated.gif" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.varkey.in/2010/11/hostgator-web-hosting-black-friday-promotion-upto-80-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asianet Dataline Auto Login</title>
		<link>http://www.varkey.in/2010/06/asianet-dataline-auto-login/</link>
		<comments>http://www.varkey.in/2010/06/asianet-dataline-auto-login/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 18:10:45 +0000</pubDate>
		<dc:creator>VARKEY</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[adl]]></category>
		<category><![CDATA[asianet dataline]]></category>
		<category><![CDATA[auto login]]></category>

		<guid isPermaLink="false">http://www.varkey.in/2010/06/asianet-dataline-auto-login/</guid>
		<description><![CDATA[Asianet had migrated to a new system Mettle Wire few months back and here is how you can set up the Auto Login for night downloads. For this you need the following Python ( Download ) JIT Scheduler ( Download ) Login Script ( Download ) – Thanks to Vijayaraj V R First install Python [...]]]></description>
			<content:encoded><![CDATA[<p>Asianet had migrated to a new system Mettle Wire few months back and here is how you can set up the Auto Login for night downloads.</p>
<p>For this you need the following</p>
<ul>
<li><span style="color: #efefef;">Python ( <a href="http://www.python.org/ftp/python/2.6.4/python-2.6.4.msi" target="_blank">Download</a> )</span></li>
<li><span style="color: #efefef;">JIT Scheduler ( <a href="http://www.download.com/JIT-Scheduler/3000-2084_4-10065163.html" target="_blank">Download</a> )</span></li>
<li><span style="color: #efefef;">Login Script ( <a href="http://www.varkey.in/files/AutoADL.zip" target="_blank">Download</a> ) – <em>Thanks to Vijayaraj V R</em></span></li>
</ul>
<p>First install Python to a location of your choice ( I used C:\login\Python ) Next extract the login script to C:\login. Open the login script with a text editor like Notepad and update the username and password. Do not use Microsoft Word as it may alter the file.</p>
<p>Now open JIT Scheduler and click the ‘New’ task button on top and enter the details as shown in the images below to login automatically at the specified time. Also repeat the process every 5 minutes in case you are automatically logged out by the system.</p>
<p><a href="http://www.varkey.in/wp-content/uploads/2010/06/adl_1.jpg"><img style="display: inline; border: 0px;" title="adl_1" src="http://www.varkey.in/wp-content/uploads/2010/06/adl_1_thumb.jpg" border="0" alt="adl_1" width="178" height="173" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/adl_2.jpg"><img style="display: inline; border: 0px;" title="adl_2" src="http://www.varkey.in/wp-content/uploads/2010/06/adl_2_thumb.jpg" border="0" alt="adl_2" width="171" height="173" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/adl_3.jpg"><img style="display: inline; border: 0px;" title="adl_3" src="http://www.varkey.in/wp-content/uploads/2010/06/adl_3_thumb.jpg" border="0" alt="adl_3" width="178" height="172" /></a></p>
<p>You may need to update the command in the first image depending on the location you installed Python and where you extracted the login script.</p>
<p><a href="http://www.varkey.in/wp-content/uploads/2010/06/adl_4.jpg"><img style="margin: 0px 10px 0px 0px; display: inline; border: 0px;" title="adl_4" src="http://www.varkey.in/wp-content/uploads/2010/06/adl_4_thumb.jpg" border="0" alt="adl_4" width="151" height="142" align="left" /></a> After creating the task, right click on the task and select ‘Task Properties’ and change the option in Window to Minimized in the System menu as shown in picture so that login script is run in the background.</p>
<p>Now you need to create another task to shutdown the system at 8 AM and can be done as shown below.</p>
<p><a href="http://www.varkey.in/wp-content/uploads/2010/06/adl_5.jpg"><img style="display: inline; border: 0px;" title="adl_5" src="http://www.varkey.in/wp-content/uploads/2010/06/adl_5_thumb.jpg" border="0" alt="adl_5" width="175" height="171" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/adl_6.jpg"><img style="display: inline; border: 0px;" title="adl_6" src="http://www.varkey.in/wp-content/uploads/2010/06/adl_6_thumb.jpg" border="0" alt="adl_6" width="175" height="169" /></a></p>
<p>If you are facing any problems, leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.varkey.in/2010/06/asianet-dataline-auto-login/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>Is your laptop adapter dead?</title>
		<link>http://www.varkey.in/2010/06/is-your-laptop-adapter-dead/</link>
		<comments>http://www.varkey.in/2010/06/is-your-laptop-adapter-dead/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 03:52:49 +0000</pubDate>
		<dc:creator>VARKEY</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[ac adapter]]></category>
		<category><![CDATA[charger]]></category>
		<category><![CDATA[hp adapter]]></category>
		<category><![CDATA[hp charger]]></category>
		<category><![CDATA[laptop charger]]></category>

		<guid isPermaLink="false">http://www.varkey.in/2010/06/is-your-laptop-adapter-dead/</guid>
		<description><![CDATA[Recently my HP 6510b laptop’s adapter died, actually the connector had some loose connections so it wasn’t charging properly. I tried many local repair shops to see if there was a replacement connector available, it uses a 7.4 mm x 5.0 mm connector with a central pin, but it wasn’t available anywhere. A new HP [...]]]></description>
			<content:encoded><![CDATA[<p>Recently my HP 6510b laptop’s adapter died, actually the connector had some loose connections so it wasn’t charging properly. I tried many local repair shops to see if there was a replacement connector available, it uses a 7.4 mm x 5.0 mm connector with a central pin, but it wasn’t available anywhere.</p>
<p>A new HP Original Adapter costs 1.8k to 2.5k and I wasn’t willing to spend that much for a simple connector problem. So I was checking eBay and saw this replacement adapter for my laptop for about $10 only. Anyway ordered it and I got it really fast i.e. within 12 days Hong Kong to India by Normal Airmail.</p>
<p><a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3343.jpg"><img style="display: inline; border: 0px;" title="IMG_3343" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3343_thumb.jpg" border="0" alt="IMG_3343" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3344.jpg"><img style="display: inline; border: 0px;" title="IMG_3344" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3344_thumb.jpg" border="0" alt="IMG_3344" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3351.jpg"><img style="display: inline; border: 0px;" title="IMG_3351" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3351_thumb.jpg" border="0" alt="IMG_3351" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3354.jpg"><img style="display: inline; border: 0px;" title="IMG_3354" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3354_thumb.jpg" border="0" alt="IMG_3354" width="246" height="186" /></a></p>
<p>The adapter looks just like the HP Original one and is working fine. So if your adapter is dead, check <a href="http://www.ebay.com" target="_blank">eBay</a> for cheap replacement adapters.</p>
<p>I also found a seller who is selling the 7.4 mm x 5.5 mm connector and ordered two including the cable. The two cables alone came to $10 shipped. I received that too few days back, will be installing it shortly on the old adapter. <img src='http://www.varkey.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.varkey.in/2010/06/is-your-laptop-adapter-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.COM Domain for FREE &#8211; 1and1</title>
		<link>http://www.varkey.in/2010/06/com-domain-for-free-1and1/</link>
		<comments>http://www.varkey.in/2010/06/com-domain-for-free-1and1/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 03:39:23 +0000</pubDate>
		<dc:creator>VARKEY</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[.com]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[free domain]]></category>

		<guid isPermaLink="false">http://www.varkey.in/2010/06/com-domain-for-free-1and1/</guid>
		<description><![CDATA[1and1.com is conducting a free .com domain promotion. You can get a .com domain absolutely free. There are no promo codes or coupons needed, just visit their site and place the order. There is a limit of 1 domain per customer, also it may take 4-5 days for your domain to be active as they [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1and1.com/" target="_blank">1and1.com</a> is conducting a free .com domain promotion. You can get a .com domain absolutely free. There are no promo codes or coupons needed, just visit their site and place the order. There is a limit of 1 domain per customer, also it may take 4-5 days for your domain to be active as they seem to do lot of checks to prevent fraud etc.</p>
<p>I tried it and got the domain few days back. So head over to <a href="http://www.1and1.com/" target="_blank">1and1.com</a> and order your free domain. <img src='http://www.varkey.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.varkey.in/2010/06/com-domain-for-free-1and1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GuruPlug Server Plus – Unboxing</title>
		<link>http://www.varkey.in/2010/05/guruplug-server-plus-unboxing/</link>
		<comments>http://www.varkey.in/2010/05/guruplug-server-plus-unboxing/#comments</comments>
		<pubDate>Fri, 28 May 2010 03:28:11 +0000</pubDate>
		<dc:creator>VARKEY</dc:creator>
				<category><![CDATA[PlugComputer]]></category>
		<category><![CDATA[Show Off]]></category>
		<category><![CDATA[guruplug]]></category>
		<category><![CDATA[plug computer]]></category>
		<category><![CDATA[sheeva]]></category>
		<category><![CDATA[sheevaplug]]></category>

		<guid isPermaLink="false">http://www.varkey.in/2010/06/guruplug-server-plus-unboxing/</guid>
		<description><![CDATA[Two weeks back I got the GuruPlugs that I ordered in April Here are the pics &#160; Total damages for the two plugs 305 USD + 37 USD (Shipping) = 342 USD ~ 15000 INR and they also charged 15% Duty + Service Charges ~ 2500 INR So final cost 8750 INR per plug.]]></description>
			<content:encoded><![CDATA[<p>Two weeks back I got the <a href="http://www.globalscaletechnologies.com/p-32-guruplug-server-plus.aspx" target="_blank">GuruPlugs</a> that I ordered in April <img src='http://www.varkey.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Here are the pics</p>
<p><a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3357.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3357" border="0" alt="IMG_3357" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3357_thumb.jpg" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3358.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3358" border="0" alt="IMG_3358" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3358_thumb.jpg" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3359.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3359" border="0" alt="IMG_3359" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3359_thumb.jpg" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3360.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3360" border="0" alt="IMG_3360" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3360_thumb.jpg" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3363.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3363" border="0" alt="IMG_3363" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3363_thumb.jpg" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3365.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3365" border="0" alt="IMG_3365" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3365_thumb.jpg" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3368.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3368" border="0" alt="IMG_3368" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3368_thumb.jpg" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3370.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3370" border="0" alt="IMG_3370" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3370_thumb.jpg" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3371.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3371" border="0" alt="IMG_3371" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3371_thumb.jpg" width="246" height="186" /></a>&#160;</p>
<p>Total damages for the two plugs 305 USD + 37 USD (Shipping) = 342 USD ~ 15000 INR and they also charged 15% Duty + Service Charges ~ 2500 INR <img src='http://www.varkey.in/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  So final cost 8750 INR per plug.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.varkey.in/2010/05/guruplug-server-plus-unboxing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cheap Replacement Housing for Nokia E51</title>
		<link>http://www.varkey.in/2010/05/cheap-replacement-housing-for-nokia-e51/</link>
		<comments>http://www.varkey.in/2010/05/cheap-replacement-housing-for-nokia-e51/#comments</comments>
		<pubDate>Sun, 16 May 2010 05:35:00 +0000</pubDate>
		<dc:creator>VARKEY</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[case]]></category>
		<category><![CDATA[cheap housing]]></category>
		<category><![CDATA[e51]]></category>
		<category><![CDATA[e51 case]]></category>
		<category><![CDATA[housing]]></category>
		<category><![CDATA[nokia]]></category>

		<guid isPermaLink="false">http://www.varkey.in/2010/05/cheap-replacement-housing-for-nokia-e51/</guid>
		<description><![CDATA[The side and power button of my E51 had been completely worn out after just 1 year of usage. The quality of the buttons is really bad. Anyway I was looking for replacement buttons and I came across a listing in eBay for the complete housing including keypad, front cover, back plate etc for about [...]]]></description>
			<content:encoded><![CDATA[<p>The side and power button of my E51 had been completely worn out after just 1 year of usage. The quality of the buttons is really bad. Anyway I was looking for replacement buttons and I came across a <a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=280452847595" target="_blank">listing in eBay</a> for the complete housing including keypad, front cover, back plate etc for about $8 ~ Rs 375. Nokia Original one sells for Rs 1500+ I think.</p>
<p>From the pictures, it looked really good so I ordered it immediately. The seller is from Hong Kong and ships it via normal airmail, so it took about 2 weeks to reach me.<a href="http://www.varkey.in/wp-content/uploads/2010/05/IMG_1581.jpg"><img style="border-right-width: 0px; margin: 10px 10px 0px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="IMG_1581" border="0" alt="IMG_1581" align="left" src="http://www.varkey.in/wp-content/uploads/2010/05/IMG_1581_thumb.jpg" width="236" height="179" /></a> </p>
<p>Overall the quality was good, the seller even included the necessary screwdriver and tools to open the case.</p>
<p>If you wondering how to open up the case take a look at <a href="http://web.t-online.hu/rtcesm874g3524nb/sajat/E51.pdf" target="_blank">this guide</a>. Provides detailed info on how to disassemble the case and assemble it again.</p>
<p>There are housings available for almost all phones in eBay for very attractive rates. So do checkout eBay&#160; if you are looking for replacement cases for your phone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.varkey.in/2010/05/cheap-replacement-housing-for-nokia-e51/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

