<?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>EZ Linux Admin &#187; Hardware</title>
	<atom:link href="http://www.ezlinuxadmin.com/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ezlinuxadmin.com</link>
	<description>Making Linux Easier</description>
	<lastBuildDate>Tue, 29 Jun 2010 19:37:50 +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>Upgrading a realtech lan / nic driver</title>
		<link>http://www.ezlinuxadmin.com/2010/04/upgrading-a-realtech-lan-nic-driver/</link>
		<comments>http://www.ezlinuxadmin.com/2010/04/upgrading-a-realtech-lan-nic-driver/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 21:57:11 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[realtech driver]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=463</guid>
		<description><![CDATA[The driver for the realtech lan / nic card seems to be faulty when rsync is running several files through it. There is a newer driver that resolves this issue available from the realtech website.
Website Driver Download
Here is direct link to the driver from our website: 
http://www.downloadspot.com/downloads/r8168-8.018.00.tar.bz2
Upload the driver to your root directory, then run [...]]]></description>
			<content:encoded><![CDATA[<p>The driver for the realtech lan / nic card seems to be faulty when rsync is running several files through it. There is a newer driver that resolves this issue available from the realtech website.</p>
<p>Website <a href="http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&amp;PNid=13&amp;PFid=5&amp;Level=5&amp;Conn=4&amp;DownTypeID=3&amp;GetDown=false">Driver Download</a><br />
Here is direct link to the driver from our website: <a href="http://www.downloadspot.com/downloads/r8168-8.018.00.tar.bz2"></a></p>
<p><a href="http://www.downloadspot.com/downloads/r8168-8.018.00.tar.bz2">http://www.downloadspot.com/downloads/r8168-8.018.00.tar.bz2</a></p>
<p>Upload the driver to your root directory, then run these commands.</p>
<blockquote><p>tar vjxf r8168-8.018.00.tar.bz2</p>
<p>cd r8168-8.018.00</p>
<p>./autorun.sh</p></blockquote>
<p>Run this to check the driver details</p>
<blockquote><p>dmesg | grep &#8216;Ethernet driver&#8217;</p></blockquote>
<p><strong>Read me files for driver:</strong></p>
<p>&lt;Linux device driver for Realtek Ethernet controllers&gt;</p>
<p>This is the Linux device driver released for RealTek RTL8168B/8111B, RTL8168C/8111C, RTL8168CP/8111CP, RTL8168D/8111D, RTL8168DP/8111DP, and RTL8168E/8111E Gigabit Ethernet controllers with PCI-Express interface.</p>
<p>&lt;Requirements&gt;</p>
<p>- Kernel source tree (supported Linux kernel 2.6.x and 2.4.x)<br />
- For linux kernel 2.4.x, this driver supports 2.4.20 and latter.<br />
- Compiler/binutils for kernel compilation</p>
<p>&lt;Quick install with proper kernel settings&gt;<br />
Unpack the tarball :<br />
# tar vjxf r8168-8.aaa.bb.tar.bz2</p>
<p>Change to the directory:<br />
# cd r8168-8.aaa.bb</p>
<p>If you are running the target kernel, then you should be able to do :</p>
<p># ./autorun.sh    (as root or with sudo)</p>
<p>You can check whether the driver is loaded by using following commands.</p>
<p># lsmod | grep r8168<br />
# ifconfig -a</p>
<p>If there is a device name, ethX, shown on the monitor, the linux<br />
driver is loaded. Then, you can use the following command to activate<br />
the ethX.</p>
<p># ifconfig ethX up</p>
<p>,where X=0,1,2,&#8230;</p>
<p>&lt;Set the network related information&gt;<br />
1. Set manually<br />
a. Set the IP address of your machine.</p>
<p># ifconfig ethX &#8220;the IP address of your machine&#8221;</p>
<p>b. Set the IP address of DNS.</p>
<p>Insert the following configuration in /etc/resolv.conf.</p>
<p>nameserver &#8220;the IP address of DNS&#8221;</p>
<p>c. Set the IP address of gateway.</p>
<p># route add default gw &#8220;the IP address of gateway&#8221;</p>
<p>2. Set by doing configurations in /etc/sysconfig/network-scripts<br />
/ifcfg-ethX for Redhat and Fedora, or /etc/sysconfig/network<br />
/ifcfg-ethX for SuSE. There are two examples to set network<br />
configurations.</p>
<p>a. Fixed IP address:<br />
DEVICE=eth0<br />
BOOTPROTO=static<br />
ONBOOT=yes<br />
TYPE=ethernet<br />
NETMASK=255.255.255.0<br />
IPADDR=192.168.1.1<br />
GATEWAY=192.168.1.254<br />
BROADCAST=192.168.1.255</p>
<p>b. DHCP:<br />
DEVICE=eth0<br />
BOOTPROTO=dhcp<br />
ONBOOT=yes</p>
<p>&lt;Modify the MAC address&gt;<br />
There are two ways to modify the MAC address of the NIC.<br />
1. Use ifconfig:</p>
<p># ifconfig ethX hw ether YY:YY:YY:YY:YY:YY</p>
<p>,where X is the device number assigned by Linux kernel, and<br />
YY:YY:YY:YY:YY:YY is the MAC address assigned by the user.</p>
<p>2. Use ip:</p>
<p># ip link set ethX address YY:YY:YY:YY:YY:YY</p>
<p>,where X is the device number assigned by Linux kernel, and<br />
YY:YY:YY:YY:YY:YY is the MAC address assigned by the user.</p>
<p>&lt;Force Link Status&gt;</p>
<p>1. Force the link status when insert the driver.</p>
<p>If the user is in the path ~/r8168, the link status can be forced<br />
to one of the 5 modes as following command.</p>
<p># insmod ./src/r8168.ko speed=SPEED_MODE duplex=DUPLEX_MODE autoneg=NWAY_OPTION</p>
<p>,where<br />
SPEED_MODE    = 1000    for 1000Mbps<br />
= 100    for 100Mbps<br />
= 10    for 10Mbps<br />
DUPLEX_MODE    = 0    for half-duplex<br />
= 1    for full-duplex<br />
NWAY_OPTION    = 0    for auto-negotiation off (true force)<br />
= 1    for auto-negotiation on (nway force)<br />
For example:</p>
<p># insmod ./src/r8168.ko speed=100 duplex=0 autoneg=1</p>
<p>will force PHY to operate in 100Mpbs Half-duplex(nway force).</p>
<p>2. Force the link status by using ethtool.<br />
a. Insert the driver first.<br />
b. Make sure that ethtool exists in /sbin.<br />
c. Force the link status as the following command.</p>
<p># ethtool -s ethX speed SPEED_MODE duplex DUPLEX_MODE autoneg NWAY_OPTION</p>
<p>,where<br />
SPEED_MODE    = 1000    for 1000Mbps<br />
= 100    for 100Mbps<br />
= 10    for 10Mbps<br />
DUPLEX_MODE    = half    for half-duplex<br />
= full    for full-duplex<br />
NWAY_OPTION    = off    for auto-negotiation off (true force)<br />
= on    for auto-negotiation on (nway force)</p>
<p>For example:</p>
<p># ethtool -s eth0 speed 100 duplex full autoneg on</p>
<p>will force PHY to operate in 100Mpbs Full-duplex(nway force).</p>
<p>&lt;Jumbo Frame&gt;<br />
Transmitting Jumbo Frames, whose packet size is bigger than 1500 bytes, please change mtu by the following command.</p>
<p># ifconfig ethX mtu MTU</p>
<p>, where X=0,1,2,&#8230;, and MTU is configured by user.</p>
<p>RTL8168B/8111B supports Jumbo Frame size up to 4 kBytes.<br />
RTL8168C/8111C and RTL8168CP/8111CP support Jumbo Frame size up to 6 kBytes.<br />
RTL8168D/8111D supports Jumbo Frame size up to 9 kBytes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2010/04/upgrading-a-realtech-lan-nic-driver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When asking about a networking issue, get these details from the server</title>
		<link>http://www.ezlinuxadmin.com/2010/04/asking-networking-issue-server/</link>
		<comments>http://www.ezlinuxadmin.com/2010/04/asking-networking-issue-server/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 20:14:04 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Linux Tricks]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[networking issue]]></category>
		<category><![CDATA[nic]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=460</guid>
		<description><![CDATA[Kernal version
uname -a 
Nic / Lan driver version
dmesg &#124; grep r8169
Internet controller
lspci -nn &#124; grep Ethernet
Details on etho nic card
sudo ethtool eth0
Module size
lsmod &#124; grep r8169
Module versions
cat /proc/modules &#124; grep r8169
Don&#8217;t worry all these commands are safe and just for reporting.



]]></description>
			<content:encoded><![CDATA[<p>Kernal version</p>
<blockquote><p><span><span style="font-family: Courier New;">uname -a </span></span></p></blockquote>
<p>Nic / Lan driver version</p>
<blockquote><p><span><span style="font-family: Courier New;">dmesg | grep r8169</span></span></p></blockquote>
<p>Internet controller</p>
<blockquote><p><span><span style="font-family: Courier New;">lspci -nn | grep Ethernet</span></span></p></blockquote>
<p>Details on etho nic card</p>
<blockquote><p><span><span style="font-family: Courier New;">sudo ethtool eth0</span></span></p></blockquote>
<p>Module size</p>
<blockquote><p><span><span style="font-family: Courier New;">lsmod | grep r8169</span></span></p></blockquote>
<p>Module versions</p>
<blockquote><p><span><span style="font-family: Courier New;">cat /proc/modules | grep r8169</span></span></p></blockquote>
<p><span><span style="font-family: Courier New;"><strong>Don&#8217;t worry all these commands are safe and just for reporting.</strong><br />
</span></span></p>
<p><span><span style="font-family: Courier New;"><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2010/04/asking-networking-issue-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rsync running slow?</title>
		<link>http://www.ezlinuxadmin.com/2010/03/rcync-running-slow/</link>
		<comments>http://www.ezlinuxadmin.com/2010/03/rcync-running-slow/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 05:31:19 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Linux Tricks]]></category>
		<category><![CDATA[reboot nic]]></category>
		<category><![CDATA[rsync slow]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=427</guid>
		<description><![CDATA[Today I was transferring files through rsync it was taking forever, my guess was the new server or old server was out of memory so I killed some procs and even rebooting the server but still it was crawling. So I thought I would think out of the box and after a couple trial and [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was transferring files through rsync it was taking forever, my guess was the new server or old server was out of memory so I killed some procs and even rebooting the server but still it was crawling. So I thought I would think out of the box and after a couple trial and errors I tried a nic reboot and wow it was super fast from there.</p>
<blockquote><p>/etc/init.d/network restart</p></blockquote>
<p>I&#8217;m still not sure how the nic got blogged up but this worked like charm.</p>
<p>Keep in mind this is a temp fix, what you need to do is both your nic card going by adding another IP via cpanel and via the setup tool access from the root of the server. Try to separate the IP traffic that best that you can between both nic cards on the server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2010/03/rcync-running-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s the difference between CAT 5e patch cable and CAT 5e crossover cable?</title>
		<link>http://www.ezlinuxadmin.com/2010/01/whats-the-difference-between-cat-5e-patch-cable-and-cat-5e-crossover-cable/</link>
		<comments>http://www.ezlinuxadmin.com/2010/01/whats-the-difference-between-cat-5e-patch-cable-and-cat-5e-crossover-cable/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 05:39:37 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[CAT 5e crossover cable]]></category>
		<category><![CDATA[CAT 5e patch cable]]></category>
		<category><![CDATA[crossover cable]]></category>
		<category><![CDATA[patch cable]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=375</guid>
		<description><![CDATA[Keep in mind most new Routers and Switches have auto sensing and do not need a crossover cable. In fact cross over cables will soon be outdated.
[Q] What&#8217;s the difference between CAT 5e patch cable and CAT 5e crossover cable?
[A] The difference has to do with the wiring of the cable and the situation in [...]]]></description>
			<content:encoded><![CDATA[<p>Keep in mind most new Routers and Switches have auto sensing and do not need a crossover cable. In fact cross over cables will soon be outdated.</p>
<p>[Q] What&#8217;s the difference between CAT 5e patch cable and CAT 5e crossover cable?</p>
<p>[A] The difference has to do with the wiring of the cable and the situation in which you will use the cable.</p>
<p>On a CAT 5e patch cable, the wiring configuration is identical on both ends of the cable.</p>
<p>On a CAT 5e crossover cable, the wiring of pins 1, 2, 3, and 6 are &#8220;crossed-over&#8221; to pins 3, 6, 1, and 2.</p>
<p>CAT 5e crossover cables are used in situations where two devices have the same interface, for example, connecting a hub to a hub, or a switch to a switch, or even when patching a hub or switch into a wallplate.</p>
<p>The most common use is to connect two PCs directly to each other, without the use of any kind of router, hub, or switch. This is called a peer-to-peer network, and is a low-cost solution to allow file and Internet sharing between two computers.</p>
<p>Cat5 cat6 and crossover example</p>
<p><a href="http://www.ezlinuxadmin.com/wp-content/uploads/2010/01/Rj45plug-8p8c.png"><img class="alignnone size-full wp-image-376" title="cat5" src="http://www.ezlinuxadmin.com/wp-content/uploads/2010/01/Rj45plug-8p8c.png" alt="" width="250" height="269" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2010/01/whats-the-difference-between-cat-5e-patch-cable-and-cat-5e-crossover-cable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel snubs Microsoft; offers Linux certification</title>
		<link>http://www.ezlinuxadmin.com/2008/07/intel-snubs-microsoft-offers-linux-certification/</link>
		<comments>http://www.ezlinuxadmin.com/2008/07/intel-snubs-microsoft-offers-linux-certification/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 00:39:56 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=99</guid>
		<description><![CDATA[
Intel&#8217;s enthusiasm for open source is gathering speed: now it is endorsing professional Linux certifications, snubbing the old Microsoft certification program.
It’s a sure thing that you can sit for a range of Microsoft certifications at almost any event where two or more ‘Softies are gathered together in Bill’s name. Now Intel is leveraging its own [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ezlinuxadmin.com/wp-content/uploads/2008/07/342601_342601.jpg" title="intel linux"><img src="http://www.ezlinuxadmin.com/wp-content/uploads/2008/07/342601_342601.thumbnail.jpg" alt="intel linux" /></a></p>
<p>Intel&#8217;s enthusiasm for open source is gathering speed: now it is endorsing professional Linux certifications, snubbing the old Microsoft certification program.</p>
<p>It’s a sure thing that you can sit for a range of Microsoft certifications at almost any event where two or more ‘Softies are gathered together in Bill’s name. Now Intel is leveraging its own developer muscle by organising Linux certification exams for attendees of the Intel Developer Forum held late August in San Francisco.</p>
<p>Attendees at the annual techfest can land a substantial discount sitting for any of three open-source exams held by the Linux Professional Institute, the world’s premier Linux certification organisation. However, there’s been no word on any similar arrangement for Microsoft certification, despite Redmond once again paying top dollar to be listed among IDF’s Gold Sponsors.</p>
<p>Several tracks of the San Francisco IDF are predictably dedicated to mini-notes, which Intel calls ‘netbooks’, and their desktop equivalents, clumsily tagged as ‘net-tops’, along with mobile Internet devices and the Atom processor family which runs all three types of devices.</p>
<p>Intel has been steadily ramping up its support of Linux for several years. It’s partly a recognition of the open source wave sweeping through governments and commercial organisations alike. More crucial, however, is the nascent market that Intel calls “the next billion computers”, which comprises the classrooms and homes, village centres and even business of third-world countries.</p>
<p>Intel makes its living by selling processors, and with the established worldwide market for desktops and laptops having almost reached saturation, tapping into new markets is a matter of survival. And the operating system that will power those next billion computers is increasingly seen as Linux: an OS that’s free, open, extensible and has lesser hardware requirements than Windows.</p>
<p>The  most noticeable nod towards Linux, which was simultaneously a backhand slap at Microsoft, took place at the Beijing IDF in April 2007, when Intel embraced Linux as the OS of choice for its new class of ‘mobile Internet devices’ as well as an equal partner in a category of larger-screen UMPCs which later morphed into mini-notes. At last year’s San Francisco IDF, a prestigious walk-on spot during the keynote was bestowed upon Ubuntu creator Mark Shuttleworth.</p>
<p>Intel also sponsors the Moblin project for developing a standardised open source platform for MID products, which in turn has fed into two bespoke builds of Ubuntu: Ubuntu Mobile Internet Device Edition for MIDs and Ubuntu Netbook Remix for mini-notes.</p>
<p>And Intel has worked on fine-tuning the Linux kernel for reduced power consumption right across the board from servers to handheld MIDs. Its ‘LessWatts.org’ initiative has already demonstrated power-optimisations, which Intel developers have been working on and feeding back into the open source community, can boost the battery life of a Linux laptop by almost a third and add a full hour to its uptime when away from an AC outlet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2008/07/intel-snubs-microsoft-offers-linux-certification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New energy conscience Linux based computers start to battle</title>
		<link>http://www.ezlinuxadmin.com/2008/06/new-energy-conscionce-linux-based-computers-start-to-battle/</link>
		<comments>http://www.ezlinuxadmin.com/2008/06/new-energy-conscionce-linux-based-computers-start-to-battle/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 19:00:00 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux Operating Systems]]></category>
		<category><![CDATA[cherrypal]]></category>
		<category><![CDATA[green computers]]></category>
		<category><![CDATA[linutop]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=74</guid>
		<description><![CDATA[Available now
LINUTOP

Overview
Linutop is a ready-to-use small computer, designed to reduce maintenance costs.
Low maintenance
The Linutop operating system is stored on an internal flash memory and cannot be altered by virus or mishap.
Initial state can be recovered at each restart.
Low deployment costs
Linutop is delivered with free standard ready-to-use Linux software: Firefox, Open Office, VLC Media player&#8230; and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Available now</strong></p>
<p>LINUTOP</p>
<p><a href="http://www.ezlinuxadmin.com/wp-content/uploads/2008/06/linutop2_page1.jpg" title="lintop"><img src="http://www.ezlinuxadmin.com/wp-content/uploads/2008/06/linutop2_page1.jpg" alt="lintop" /></a></p>
<p>Overview<br />
Linutop is a ready-to-use small computer, designed to reduce maintenance costs.<br />
Low maintenance</p>
<p>The Linutop operating system is stored on an internal flash memory and cannot be altered by virus or mishap.</p>
<p>Initial state can be recovered at each restart.<br />
Low deployment costs</p>
<p>Linutop is delivered with free standard ready-to-use Linux software: Firefox, Open Office, VLC Media player&#8230; and can be easily customized with additional software.<br />
Energy saving</p>
<p>With no moving parts, Linutop offers a completely silent (0 dB), energy-efficient operation in an extremely small package.</p>
<p>Linutop customers are:<br />
- Hotels, Museums, Public Terminals&#8230;<br />
- Shops, Bars, Point-of-Sale Terminals, Kiosks&#8230;<br />
- Schools, Offices, Factories&#8230;<br />
<strong>Coming later this year</strong></p>
<p>CHERRYPAL</p>
<p><a href="http://www.ezlinuxadmin.com/wp-content/uploads/2008/06/cherrypal3.jpg" title="cherry pal"><img src="http://www.ezlinuxadmin.com/wp-content/uploads/2008/06/cherrypal3.thumbnail.jpg" alt="cherry pal" /></a></p>
<p>CherryPal is taking cloud computing mainstream in a big way with a soon to be released green personal computer. This green PC comes in a small, affordable package weighing just 10.5 ounces and consuming no more than two watts of power. The triple-core processor only has one fifth of the components of traditional computers, boots-up in 20 seconds, and promises to be faster than Vista and mac’s OS-X.</p>
<p>CherryPal had us doing our computer research to understand the power behind utilizing cloud computing. The PC contains only 4GB of flash storage, 256MB of memory, and a power architecture-based 400MHz Freescale mobileGT MPC5121e chip on a Linux operating system. To the everyday user, this means that most of the computer resources will be owned and accessed by a third-party provider in a data center – the type of service on demand similar to the way we program a Tivo. It also means that computer viruses will truly be a thing of the past for Cherrypal users.</p>
<p>For those of you who are a little more tech savy, here’s a more complete list of CherryPal’s Hardware:</p>
<p>* Freescale’s MPC5121e mobileGT processor, 800 MIPS (400 MHz) of processing<br />
* 256GB of DDR2 DRAM<br />
* 4GB NAND Flash-based solid state drive<br />
* WiFi 802.11b/g Wi-Fi<br />
* Two USB 2.0 ports<br />
* One 10/100 Ethernet with RJ-45 jack<br />
* One VGA DB-15 display out jack<br />
* Headphone level stereo audio out 3.5mm jack<br />
* 9vDC 2.5mm 10 watt AC-DC adapter power supply<br />
* 10.5 ounces<br />
* 1.3? high, 5.8? x 4.2? wide</p>
<p>Skeptics standby, CEO Max Seibold stands firmly behind his product believing it will not only deliver on energy savings and cost, but also on speed, making it “the most affordable, greenest computer on the market.” According to Seibold, CherryPal will be able to appease the music collectors, the gamers, and those looking for a simple to use word processor. While official pricing hasn’t been released yet, sources say to look-out for prices well under $400 sans the monitor, keyboard, and any additional accessories necessary to run the desktop. Look out for an early August release along with a laptop to follow in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2008/06/new-energy-conscionce-linux-based-computers-start-to-battle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
