<?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>33dots &#187; Wipro LG7110</title>
	<atom:link href="http://www.33dots.com/index.php/tag/wipro-lg7110/feed" rel="self" type="application/rss+xml" />
	<link>http://www.33dots.com</link>
	<description></description>
	<lastBuildDate>Wed, 12 Oct 2011 17:07:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installed CentOS 5.2; I am back to linux</title>
		<link>http://www.33dots.com/index.php/linux/installing-centos-5.html</link>
		<comments>http://www.33dots.com/index.php/linux/installing-centos-5.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 11:27:48 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[Cent OS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Installing CentOS 5]]></category>
		<category><![CDATA[Intel Pro 3945]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[Wipro LG7110]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.33dots.com/?p=87</guid>
		<description><![CDATA[Why CentOS?
I want an enterprise class linux that is free. Having used RedHat and Fedora earlier, I prefer a distro from the same league. CentOS is bit by bit RHEL that is built from the free RHEL source code [with its branding and artwork removed]. I also want to install VMWare, and CentOS is is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Why <a title="CentOS in wikipedia" href="http://en.wikipedia.org/wiki/CentOS" target="_blank">CentOS</a>?</strong><br />
I want an enterprise class linux that is free. Having used RedHat and Fedora earlier, I prefer a distro from the same league. CentOS is bit by bit RHEL that is built from the free RHEL source code [with its branding and artwork removed]. I also want to install VMWare, and CentOS is is supported by them.</p>
<p>My Hardware,<br />
Wipro Little Genious laptop, Model WLG7110.<br />
Intel Celeron M CPU 430 @ 1.73GHz , 1.5 GB RAM, 80GB Fujitsu HDD, 1280&#215;800 wide screen display, Syntek 1.3MP webcam, Intel Pro 3945 wireless, Realtek RTL 8139 NIC, bluetooth, Ricoh 5 in 1 card reader, TSSTCORP CD/DVD RW, Intel ICH7 soundcard etc</p>
<p>Downloaded the <a title="CentOS download site" href="http://mirror.centos.org/centos/5/isos/i386/" target="_self">CentOS 5.2 DVD <em>.iso</em></a> using bit-torrent with Vuze.</p>
<p>I already have WinXP installed. So deleted a partition at the end to create a 15GB space.<br />
Just glanced through the <a title="CentOS 5.2 installation guide" href="http://www.centos.org/docs/5/html/5.2/Installation_Guide/" target="_self">Installation guide</a> and thats when i learned about <a title="Wikipedia article on LVM" href="http://en.wikipedia.org/wiki/Logical_Volume_Manager_(Linux)" target="_self">Logical Volume Managements (LVM)</a>. Decided to use LVM&#8217;s this time. LVM can be resized, moved to another harddisk etc without affecting the OS installed or data residing in it.</p>
<p>I always use the hard drive installation as i am too lazy to burn CD&#8217;s.</p>
<p>We need a boot CD or USB to begin the installation program from harddisk. <a title="How to create a boot USB" href="http://www.centos.org/docs/5/html/5.2/Installation_Guide/ch02s04s01.html" target="_self">Created a boot USB</a> from the <em>diskboot.img</em> file provided in the <em>.iso</em> using using the <em>dd utility</em> in an another linux system.<br />
<code>dd if=diskboot.img of=/dev/sdb</code></p>
<p>Reboot and started the installation program from USB.</p>
<p>Chose <em>linux askmethod</em> to use harddrive installation medium and specified the partition containing .iso [/dev/sda5]</p>
<p>Next comes partitioning, this is where we create LVMs<br />
Created a <em>/boot</em> of 100mb type ext3<br />
Created a Volume Group <em>CentOsVG</em><br />
Created two Logical Volumes, <em>SwapLV</em> 2GB for swap<br />
and <em>RootLV</em> 13GB type ext3 for /</p>
<p>Grub to MBR</p>
<p>Installation done and when i rebooted to the new system, there were a few problems, sound was not properly working [gets muted randomly] and wireless card was not even detected.</p>
<p>Decided to do an update before trying anything to fix them. Setup a wired network and did a system update using yum<br />
<code>yum update</code></p>
<p>Yum showed 508mb to download and the whole update took 5hrs in my 256kbits/sec line.</p>
<p>Now i have CentOS 5.3 the latest version. This can be checked it by the command<br />
<code>rpm -q centos-release</code></p>
<p>Sound is perfect after that.</p>
<p>Wireless card is detected but still cant connect. Followed the steps at <a title="Cent OS wireless how-to website" href="http://wiki.centos.org/HowTos/Laptops/Wireless#head-0cf42e721d60c0cbd8dfe145a4899390b41a5c4c" target="_self">CentOS wireless how-to wiki</a> to install card&#8217;s firmware and enable NetworkManager to use it. There were a problem with NetworkManager asking for keyring password every time, but the solution to it was also in the same wiki.<br />
I was able to use wireless with WPA2 AES with SSID broadcast disabled. More details <a title="My own article on how i set up my Intel 3945 wireless" href="/index.php/linux/setting-up-intel-pro-3945-abg-wireless-in-centos-5.html" target="_self">can be found here</a>.</p>
<p>To Do:<br />
Check the webcam.<br />
Check the card reader. (it is detected)<br />
Check IEEE 1394 port(Firewire)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.33dots.com/index.php/linux/installing-centos-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

