<?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>Nazly's BLOG &#187; Gadgets</title>
	<atom:link href="http://www.nazly.net/category/technology/gadgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nazly.net</link>
	<description>Personal Weblog of Nazly Ahmed : Web Developer. PHP Addict. Wordpress Hacker. FOSS Enthusiast. (Micro)Blogger. Cricket Fanatic. Husband. Dad.</description>
	<lastBuildDate>Sat, 19 Jun 2010 07:26:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My new ASUS X51R laptop and Ubuntu 8.04</title>
		<link>http://www.nazly.net/my-new-asus-x51r-laptop-and-ubuntu-8-04/</link>
		<comments>http://www.nazly.net/my-new-asus-x51r-laptop-and-ubuntu-8-04/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 04:31:19 +0000</pubDate>
		<dc:creator>Nazly</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[x51r]]></category>

		<guid isPermaLink="false">http://blog.nazly.net/my-new-asus-x51r-laptop-and-ubuntu-8-04/</guid>
		<description><![CDATA[After giving up my IBM Thinkpad laptop sometime back, I got used to working on Desktops for a while. But it didn&#039;t help me a great deal in organizing things when shifting my work from home to office and vice versa. So again I started hunting for a laptop that will fulfill all my needs. [...]]]></description>
			<content:encoded><![CDATA[<p>After giving up my IBM Thinkpad laptop sometime back, I got used to working on Desktops for a while. But it didn&#039;t help me a great deal in organizing things when shifting my work from home to office and vice versa. So again I started hunting for a laptop that will fulfill all my needs. Finally I settled with an ASUS X51R notebook that comes with a Dual Core 2Ghz processor, 1GB RAM, 256MB ATI VGA Card, 120GB Hard disk, DVD Writer, Wireless etc.. It turned out to be good deal at the end so I went for it.</p>
<p><img src="http://www.nazly.net/imgs/x51r.jpg" alt="http://www.nazly.net/imgs/x51r.jpg" border="0" /></p>
<p>I loaded my OS of choice Ubuntu 8.04 Hardy Heron on this and everything went very smoothly except that I couldn&#039;t get the wireless working. By running <i>lspci</i> the wireless card was shown as Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter which is an Atheros AR5007EG wireless card. The proprietary driver for Atheros was installed by Hardy but when I ran <i>iwconfig</i> this is what I got.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">lo        no wireless extensions.
&nbsp;
eth0      no wireless extensions.</pre></div></div>

<p>Few google searches resulted me about <a href="http://madwifi.org" target="_blank">madwifi</a>. <i>Madwifi is a team of volunteer developers working on Linux kernel drivers for Wireless LAN devices with Atheros chipsets.</i> I got madwifi installed and got my wireless card working. Here is how I did it.</p>
<p>First I disabled both proprietary drivers in System -&gt; Administration -&gt; Hardware drivers.</p>
<p>Then in the command prompt I did the following</p>
<p><b>Get this version of madwifi</b><br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #660033;">-c</span> <span style="color: #000000; font-weight: bold;">&lt;</span>a <span style="color: #007800;">href</span>=<span style="color: #ff0000;">&quot;http://snapshots.madwifi.org/special/madwifi-ng-r2756+ar5007.tar.gz&quot;</span> <span style="color: #007800;">target</span>=<span style="color: #ff0000;">&quot;_blank&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>http:<span style="color: #000000; font-weight: bold;">//</span>snapshots.madwifi.org<span style="color: #000000; font-weight: bold;">/</span>special<span style="color: #000000; font-weight: bold;">/</span>madwifi-ng-r2756+ar5007.tar.gz<span style="color: #000000; font-weight: bold;">&lt;/</span>a<span style="color: #000000; font-weight: bold;">&gt;</span></pre></div></div>

<p><b>Untar the file</b><br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tar</span> xvf madwifi-ng-r2756+ar5007.tar.gz</pre></div></div>

<p><b>Move inside the directory</b><br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> madwifi-ng-r2756+ar5007</pre></div></div>

<p><b>You might need build-essential if you haven&#039;t compiled anything before</b><br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> build-essential</pre></div></div>

<p><b>Building madwifi and installing the modules</b><br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">make</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> modprobe ath_pci
<span style="color: #c20cb9; font-weight: bold;">sudo</span> modprobe wlan_scan_sta</pre></div></div>

<p><b>Loading module at boot</b><br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>modules</pre></div></div>

<p>Enter the line below in the last line of the file and save.<br />
<br /><b>ath_pci</b></p>
<p>Thats it. I restarted the machine and ran <i>iwconfig</i> again to check</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">lo        no wireless extensions.
&nbsp;
eth0      no wireless extensions.
&nbsp;
wifi0     no wireless extensions.
&nbsp;
ath0      IEEE 802.11g  ESSID:<span style="color: #ff0000;">&quot;&quot;</span>  Nickname:<span style="color: #ff0000;">&quot;&quot;</span>
          Mode:Managed  Frequency:<span style="color: #000000;">2.437</span> GHz  Access Point: Not-Associated   
          Bit Rate:<span style="color: #000000;">0</span> kb<span style="color: #000000; font-weight: bold;">/</span>s   Tx-Power:<span style="color: #000000;">17</span> dBm   <span style="color: #007800;">Sensitivity</span>=<span style="color: #000000;">1</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">1</span>  
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link <span style="color: #007800;">Quality</span>=<span style="color: #000000;">0</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">70</span>  Signal <span style="color: #007800;">level</span>=<span style="color: #000000;">0</span> dBm  Noise <span style="color: #007800;">level</span>=<span style="color: #000000;">0</span> dBm
          Rx invalid nwid:<span style="color: #000000;">0</span>  Rx invalid crypt:<span style="color: #000000;">0</span>  Rx invalid frag:<span style="color: #000000;">0</span>
          Tx excessive retries:<span style="color: #000000;">0</span>  Invalid misc:<span style="color: #000000;">0</span>   Missed beacon:<span style="color: #000000;">0</span></pre></div></div>

<p>As you can see its now showing that the wireless card is working properly. Thanks to <a href="http://madwifi.org" target="_blank">madwifi</a>.</p>
<p>When it came to my graphic card I had to use the ATI propriety driver to make full use of it. Since Hardy comes with compiz out of the box I managed to get the 3D desktop working without much hassle. </p>
<p>To get compiz working in Hardy there are two things to be done.<br />
<br />1. Goto System -&gt; Preferences &#8211; Appearance and click Visual Effects tab. Then tick Extra to get the effects working.<br />
<br />2. Install the Compiz Settings Manager.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> compizconfig-settings-manager</pre></div></div>

<p>After installing you can goto System -&gt; Preferences &#8211; Advanced Desktop Effects Settings to add/configure/remove effects related to compiz.</p>
<p>I also enabled Emerald themes to get out of the standard Gnome look. Here is how got emerald working. </p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> emerald</pre></div></div>

<p>Now if you goto System -&gt; Preferences &#8211; Emerald Theme Manager you can configure an Emerald theme of your choice. By default it doesn&#039;t come with any themes so you need to download themes from <a href="http://gnome-look.org/index.php?xcontentmode=103" target="_blank">Gnome-Look</a>.<br />
<br />However you need to tell compiz to use Emerald as its Window Decorator. To do that goto System -&gt; Preferences &#8211; Advanced Desktop Effects Settings and under Effects category click on the Window Decoration icon which will take you to its settings. In the &#039;Command&#039; field delete whatever is in there and add this value to that field</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">emerald --replace.</pre></div></div>

<p>Have fun..</p>
<p>I found a nice Emerald theme which kinda reflects the one used by Matt Farrell in the movie Die Hard 4.0. Here are few screeshots of my desktop. </p>
<p><b>3D desktop with compiz on Hardy</b><br />
<br /><a href="http://www.flickr.com/photos/nazly/2577565443/" title="Desktop 3D Cube by Nazly, on Flickr"><img src="http://farm4.static.flickr.com/3048/2577565443_cf19239eae.jpg" width="500" height="313" alt="Desktop 3D Cube" border="0" /></a></p>
<p><b>Desktop with new look theme</b><br />
<br /><a href="http://www.flickr.com/photos/nazly/2577569685/" title="New notebook new theme by Nazly, on Flickr"><img src="http://farm4.static.flickr.com/3157/2577569685_44a971118f.jpg" width="500" height="313" alt="New notebook new theme" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazly.net/my-new-asus-x51r-laptop-and-ubuntu-8-04/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>My new Nokia N70 ME</title>
		<link>http://www.nazly.net/my-new-nokia-n70-me/</link>
		<comments>http://www.nazly.net/my-new-nokia-n70-me/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 06:24:56 +0000</pubDate>
		<dc:creator>Nazly</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[n70]]></category>
		<category><![CDATA[n70me]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://blog.nazly.net/my-new-nokia-n70-me/</guid>
		<description><![CDATA[Finally I made a move to a new Nokia N70 Music Edition after using the Nokia 6230i for almost 2 years. You will get a better idea if you read the blog post I wrote when I bought the Nokia 6230i. My plan was to go for an iPhone but due to a tight budget [...]]]></description>
			<content:encoded><![CDATA[<p>Finally I made a move to a new Nokia N70 Music Edition after using the Nokia 6230i for almost 2 years. You will get a better idea if you read <a href="http://www.nazly.net/post/my-new-buddy-6230i-143/" target="_blank">the blog post I wrote when I bought the Nokia 6230i</a>. My plan was to go for an <a href="http://www.apple.com/iphone/" target="_blank">iPhone</a> but due to a tight budget I settled down with a Nokia N70 ME. I&#039;m not that much of a music listener but I went for the Music Edition coz of the color. I love gadgets when they are black. Looks really sexy <img src="http://www.nazly.net//smiles/icon_biggrin.gif" alt=":D[BigGrin]" /> </p>
<p><img src="http://www.nazly.net/imgs/nokia_n70_me.jpg" alt="http://www.nazly.net/imgs/nokia_n70_me.jpg" border="0" /></p>
<p>I didn&#039;t have 3G enabled on my connection so I got it enabled from <a href="http://www.dialog.lk" target="_blank">Dialog</a>. When I initially added the settings for GPRS, WAP and MMS there were few issues so I had a chat online with the Dialog customer service and they sent the configuration settings via SMS. After setting them up everything worked smoothly. At home and at office I&#039;m within the 3G network. So relatively have a good connection speed. I setup Dialog TV as well which again I got the settings from Dialog via SMS. It streams very well without breaking up.</p>
<p>I&#039;m really impressed with this new phone coz it has some nice little features that I have been missing all this while. So don&#039;t forget to make a video call when you call me next time <img src="http://www.nazly.net//smiles/icon_wink.gif" alt="[Wink]" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazly.net/my-new-nokia-n70-me/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Camera phone no more</title>
		<link>http://www.nazly.net/camera-phone-no-more/</link>
		<comments>http://www.nazly.net/camera-phone-no-more/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 04:31:41 +0000</pubDate>
		<dc:creator>Nazly</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[cybershot]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[sony]]></category>
		<category><![CDATA[w55]]></category>

		<guid isPermaLink="false">http://blog.nazly.net/camera-phone-no-more/</guid>
		<description><![CDATA[Finally my days of capturing photos with my Nokia 6230i camera phone has come to an end coz I bought a new Sony Cyber-shot DSC-W55. Its a 7.2 MP camera with 3x optical zoom. Its a pretty good camera for someone like me as its very slim and small.

You can check My Flickr Gallery where [...]]]></description>
			<content:encoded><![CDATA[<p>Finally my days of capturing photos with my Nokia 6230i camera phone has come to an end coz I bought a new Sony Cyber-shot DSC-W55. Its a 7.2 MP camera with 3x optical zoom. Its a pretty good camera for someone like me as its very slim and small.</p>
<p><img src="http://www.nazly.net/w55.jpg" alt="http://www.nazly.net/w55.jpg" border="0" /></p>
<p>You can check <a href="http://www.flickr.com/photos/nazly" target="_blank">My Flickr Gallery</a> where I have uploaded the photos I took recently using the camera.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazly.net/camera-phone-no-more/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>More hardware</title>
		<link>http://www.nazly.net/more-hardware/</link>
		<comments>http://www.nazly.net/more-hardware/#comments</comments>
		<pubDate>Mon, 19 Jun 2006 10:14:29 +0000</pubDate>
		<dc:creator>Nazly</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.nazly.net/more-hardware/</guid>
		<description><![CDATA[Last couple of weeks was really tough considering the amount of work I had as almost each day was a deadline. It added a lot of pressure on me as I have problems with migraine and headache. Managed to sort out couple of pending work by Thursday and took the the weekend off. Being away [...]]]></description>
			<content:encoded><![CDATA[<p>Last couple of weeks was really tough considering the amount of work I had as almost each day was a deadline. It added a lot of pressure on me as I have problems with migraine and headache. Managed to sort out couple of pending work by Thursday and took the the weekend off. Being away from the computer for 3 days helped a great deal in refreshing myself and gained a lot of energy when I hit to work today morning.</p>
<p>I got myself a notebook, an &#039;IBM Thinkpad&#039; to sort out the problems I have when it comes to managing my data. Things are much organized now. Its running Ubuntu 6.06 (Dapper Drake) and I&#039;m really impressed. Wireless works pretty well as I&#039;m using the best out of the wireless network at our office.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazly.net/more-hardware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
