<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>mgmechanics&#039;s Tech Blog</title>
	<atom:link href="http://mgmechanics.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mgmechanics.wordpress.com</link>
	<description>I share my tech notes with you.</description>
	<lastBuildDate>Tue, 19 Feb 2013 21:38:04 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mgmechanics.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>mgmechanics&#039;s Tech Blog</title>
		<link>http://mgmechanics.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mgmechanics.wordpress.com/osd.xml" title="mgmechanics&#039;s Tech Blog" />
	<atom:link rel='hub' href='http://mgmechanics.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Wolfgang von Heese</title>
		<link>http://mgmechanics.wordpress.com/2013/02/19/wolfgang-von-heese/</link>
		<comments>http://mgmechanics.wordpress.com/2013/02/19/wolfgang-von-heese/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 20:37:56 +0000</pubDate>
		<dc:creator>mgmechanics</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://mgmechanics.wordpress.com/?p=199</guid>
		<description><![CDATA[Recently I created some website for the Artist&#160;Wolfgang von Heese, living in Berlin. Now I need a link to main page to cause Google to display the site in the searchlist.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=199&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Recently I created some website for the Artist&nbsp;<a href="http://www.wolfgangvonheese.de" title="Wolfgang von Heese">Wolfgang von Heese</a>, living in Berlin. Now I need a link to main page to cause Google to display the site in the searchlist.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mgmechanics.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mgmechanics.wordpress.com/199/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=199&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mgmechanics.wordpress.com/2013/02/19/wolfgang-von-heese/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db3d7527c92c7636c882ba7dbb7bf0ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mgmechanics</media:title>
		</media:content>
	</item>
		<item>
		<title>Fedora 16: How to diable boot splash screen?</title>
		<link>http://mgmechanics.wordpress.com/2012/07/29/fedora-16-how-to-diable-boot-splash-screen/</link>
		<comments>http://mgmechanics.wordpress.com/2012/07/29/fedora-16-how-to-diable-boot-splash-screen/#comments</comments>
		<pubDate>Sun, 29 Jul 2012 14:12:31 +0000</pubDate>
		<dc:creator>mgmechanics</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://mgmechanics.wordpress.com/?p=196</guid>
		<description><![CDATA[Fedora 16: How to diable boot splash screen? attempt #1: removing all packages found by &#8220;plymouth&#8221; with &#8220;gpk application / Package Manager for GNOME&#8221; =&#62; fail boot splash screen still appears. attempt #2: edit kernel command line options, remove &#8220;rhgb&#8221;: $ sudo vi /etc/default/grub GRUB_CMDLINE_LINUX=&#8221;rd.md=0 rd.dm=0 rd.lvm.lv=vg_sommer/lv_root &#160;KEYTABLE=de quiet rd.lvm.lv=vg_sommer/lv_swap rhgb rd.luks.uuid=luks-*****&#160;SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8&#8243; GRUB_CMDLINE_LINUX=&#8221;rd.md=0 rd.dm=0 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=196&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div><b>Fedora 16: How to diable boot splash screen?</b></div>
<div></div>
<div>attempt #1: removing all packages found by &#8220;plymouth&#8221; with &#8220;gpk application / Package Manager for GNOME&#8221; =&gt; fail boot splash screen still appears.</div>
<div></div>
<div>attempt #2: edit kernel command line options, remove &#8220;rhgb&#8221;:</div>
<div></div>
<div>$ sudo vi /etc/default/grub</div>
<div></div>
<div>GRUB_CMDLINE_LINUX=&#8221;rd.md=0 rd.dm=0 rd.lvm.lv=vg_sommer/lv_root &nbsp;KEYTABLE=de quiet rd.lvm.lv=vg_sommer/lv_swap rhgb rd.luks.uuid=luks-*****&nbsp;SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8&#8243;</div>
<div></div>
<div>GRUB_CMDLINE_LINUX=&#8221;rd.md=0 rd.dm=0 rd.lvm.lv=vg_sommer/lv_root &nbsp;KEYTABLE=de quiet rd.lvm.lv=vg_sommer/lv_swap rd.luks.uuid=luks-*****&nbsp;SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8&#8243;</div>
<div></div>
<div>$ grub2-mkconfig -o /boot/grub2/grub.cfg</div>
<div></div>
<div>=&gt; This leads to success!</div>
<div></div>
<p>edit: replaced hdd id with *****</p>
<p>=-=-=-=-=<br /><i>Powered by <b><a href="http://blogilo.gnufolks.org/">Blogilo</a></b></i></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mgmechanics.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mgmechanics.wordpress.com/196/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=196&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mgmechanics.wordpress.com/2012/07/29/fedora-16-how-to-diable-boot-splash-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db3d7527c92c7636c882ba7dbb7bf0ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mgmechanics</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux: XFCE desktop environment: No borders around the application windows and how to fix it</title>
		<link>http://mgmechanics.wordpress.com/2012/05/20/linux-xfce-desktop-environment-no-borders-around-the-application-windows-and-how-to-fix-it/</link>
		<comments>http://mgmechanics.wordpress.com/2012/05/20/linux-xfce-desktop-environment-no-borders-around-the-application-windows-and-how-to-fix-it/#comments</comments>
		<pubDate>Sun, 20 May 2012 07:24:12 +0000</pubDate>
		<dc:creator>mgmechanics</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[XFCE]]></category>
		<category><![CDATA[xfwm4]]></category>

		<guid isPermaLink="false">https://mgmechanics.wordpress.com/?p=193</guid>
		<description><![CDATA[Problem: After log in a XFCE session the borders around the application windows were missing. There is also only one desktop available. Reason: The xfwm4 window manager (= the application which provides the borders araound the windows and more) isn&#8217;t running. This usually happens after a session was not closed properly. Solution:&#160; (1) Go to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=193&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><font class="Apple-style-span" size="4"><b>Problem</b>: After log in a XFCE session the borders around the application windows were missing. There is also only one desktop available.</font>
<div><font class="Apple-style-span" size="4"><br /></font></div>
<div><font class="Apple-style-span" size="4"><b>Reason</b>: The xfwm4 window manager (= the application which provides the borders araound the windows and more) isn&#8217;t running. This usually happens after a session was not closed properly.</font></div>
<div><font class="Apple-style-span" size="4"><br /></font></div>
<div><font class="Apple-style-span" size="4"><b>Solution</b>:&nbsp;</font></div>
<div><font class="Apple-style-span" size="4">(1) Go to Applications menu &gt; Run program or press Alt+F2.</font></div>
<div><font class="Apple-style-span" size="4">(2) Type &#8220;xfwm4 &#8211;replace&#8221; in the input field and press run. Do not toggle &#8220;Run in terminal&#8221;.</font></div>
<div><font class="Apple-style-span" size="4">(3) Log out from current session making sure &#8220;Save session for future logins&#8221; is toggled.</font></div>
<div><font class="Apple-style-span" size="4"><br /></font></div>
<div><font class="Apple-style-span" size="4">Everything with&nbsp;</font><span class="Apple-style-span" style="font-size:large;">XFCE &nbsp;</span><span class="Apple-style-span" style="font-size:large;">should be fine even after reboot now.</span></div>
<div><font class="Apple-style-span" size="4"><br /></font></div>
<p>=-=-=-=-=<br /><i>Powered by <b><a href='http://blogilo.gnufolks.org/'>Blogilo</a></b></i></p>
<p>=-=-=-=-=<br /><i>Powered by <b><a href='http://blogilo.gnufolks.org/'>Blogilo</a></b></i></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mgmechanics.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mgmechanics.wordpress.com/193/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=193&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mgmechanics.wordpress.com/2012/05/20/linux-xfce-desktop-environment-no-borders-around-the-application-windows-and-how-to-fix-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db3d7527c92c7636c882ba7dbb7bf0ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mgmechanics</media:title>
		</media:content>
	</item>
		<item>
		<title>A fool issue with Swing / Open JDK 1.6</title>
		<link>http://mgmechanics.wordpress.com/2012/05/19/a-fool-issue-with-swing-open-jdk-1-6/</link>
		<comments>http://mgmechanics.wordpress.com/2012/05/19/a-fool-issue-with-swing-open-jdk-1-6/#comments</comments>
		<pubDate>Sat, 19 May 2012 09:34:38 +0000</pubDate>
		<dc:creator>mgmechanics</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mgmechanics.wordpress.com/?p=186</guid>
		<description><![CDATA[A fool issue with Swing / Open JDK 1.6 current package (Fedora 16): java-1.6.0-openjdk-devel-1:1.6.0.0-65.1.11.1.fc16 (64-bit) My application [1] uses a class which handles the data (storing + calculation) [2], a JTable the present it and a JTableModel to connect data and JTable: JTable -&#62; JTableModel -&#62; data class. When removing a data set the application [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=186&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>A fool issue with Swing / Open JDK 1.6<br />
current package (Fedora 16): java-1.6.0-openjdk-devel-1:1.6.0.0-65.1.11.1.fc16 (64-bit)</p>
<p>My application [1] uses a class which handles the data (storing + calculation) [2], a JTable the present it and a JTableModel to connect data and JTable: JTable -&gt; JTableModel -&gt; data class. When removing a data set the application tells the JTableModel which calls the data class to remove the data set and runs the fireTableRowsDeleted(&#8230;) method to tell the JTable to remove the corresponding row.</p>
<p>This works fine if there is no cell in the edit mode. Otherwise &#8211; if a cell is in the edit mode &#8211; an exception (java.lang.IndexOutOfBoundsException) thrown from JTableModel telling that the JTableModel tries to read an index at data class which does not exist. I.e.: data class has 3 items (0..2) the removing item 2 raises the exception &#8220;java.lang.IndexOutOfBoundsException: Index: 2, Size: 2&#8243; while the data class has now two items and JTable has now 2 rows =&gt; JTable and data class removed the items as it should but JTable did not recognize the change. A similar issue appeared when adding rows. Adding / removing columns is not a problem in my application because my application because adding or removing columns is allowed only in a JTable which can not be edited but if your application permits it the same problem would occur.</p>
<p>The solution was to kick all cells out of edit mode by running the JTable.editingCanceled(ChangeEvent) method for the JTable object i.e. (&#8220;table&#8221; = JTable object): &#8220;table.editingCanceled(new ChangeEvent(table));&#8221; before removing or adding items.</p>
<p>[1] <a href="http://sourceforge.net/projects/jdecisiontable" rel="nofollow">http://sourceforge.net/projects/jdecisiontable</a><br />
[2] <a href="http://sourceforge.net/projects/jdtlib/" rel="nofollow">http://sourceforge.net/projects/jdtlib/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mgmechanics.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mgmechanics.wordpress.com/186/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=186&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mgmechanics.wordpress.com/2012/05/19/a-fool-issue-with-swing-open-jdk-1-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db3d7527c92c7636c882ba7dbb7bf0ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mgmechanics</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux, Fedora 16: How to turn Advanced Power Management less aggressive (only if you really afraid about your hard disk)</title>
		<link>http://mgmechanics.wordpress.com/2012/05/19/linux-fedora-16-how-to-turn-advanced-power-management-less-aggressive-only-if-you-really-afraid-about-your-hard-disk/</link>
		<comments>http://mgmechanics.wordpress.com/2012/05/19/linux-fedora-16-how-to-turn-advanced-power-management-less-aggressive-only-if-you-really-afraid-about-your-hard-disk/#comments</comments>
		<pubDate>Sat, 19 May 2012 08:07:19 +0000</pubDate>
		<dc:creator>mgmechanics</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[hdparm]]></category>
		<category><![CDATA[Linux_on_laptops]]></category>

		<guid isPermaLink="false">https://mgmechanics.wordpress.com/?p=175</guid>
		<description><![CDATA[Some people hear a click-clack noise while working on their notebooks running linux. The reason was found to be a too aggressive power management which could cause the hard disk die prematurely. Here is an article about this problem and possible solutions (in german): "Linux User" 2012-01 "Bund fürs Leben" page 66 ff..<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=175&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div>
<div>Some people hear a click-clack noise while working on their notebooks running linux. The reason was found to be a too aggressive power management which could cause the hard disk die prematurely. Here is an article about this problem and possible solutions (in german): &#8220;Linux User&#8221; 2012-01 &#8220;Bund fürs Leben&#8221; page 66 ff..</div>
<div></div>
<div>On a ASUSTeK Computer Inc. notebook model A54C (see last recent article in this blog) which comes with an &#8220;Seagate Momentus 5400.6 / ST9320325AS&#8221; hdd and runs Fedora 16 I decided to turn down the power mangament. There was no need for it (see this recent article). I just see no sense in a aggressive power management since I use to work when notebook is on power and switch it off when finished working. Furthermore, aggressive power management was used when the notebook runs on AC!</div>
<div></div>
<div>The Advanced Power Management was set to 128 by SMART software (that means by the hdd itself). I found this by executing:</div>
<div>$ sudo hdparm -I /dev/sda | grep &#8220;Advanced power management&#8221;</div>
<div>    Advanced power management level: 128</div>
<div></div>
<div></div>
<div>The value can range between 1 (= VERY agressive) and 255 (Advanced Power Management off). I decided to reduce it to 240. Don&#8217;t ask why this value &#8211; I just guessed. One one hand I want the hard disk to be capable to do some Advanced Power Management but I dont want it to be agressive. I avoided a value of 254 because someone observed his hdd running hot.</div>
<div></div>
<div>To have the change permanently we need to set it again after each power-off (I observed that this change was still available after reboot). _This is done by placing a command into the file /etc/rc.d/rc.local and run it as root. Running as root is done in my solution by setting the &#8220;s-bit&#8221; for the /etc/rc.d/rc.local (for the user only, the file is owned by root of course). (The s-bit is a flag which allows a program to run with the rights of it&#8217;s owner.)</div>
<div></div>
<div>This are the steps I made to change the level of Advanced Power Management permanently (lines starting with $ means that I typed a command into terminal, lines without $ right below tell what the command print out):</div>
<div></div>
<div>1) Looking for file /etc/rc.d/rc.local:</div>
<div>$ ls /etc/rc.d/rc.local</div>
<div>ls: cannot access /etc/rc.d/rc.local: No such file or directory</div>
<div></div>
<div>/etc/rc.d/rc.local didn&#8217;t exist.</div>
<div></div>
<div>2) Find out how your hard disk(s) is (are) mapped. If you have only one hard disk in your computer it should be mapped as &#8220;/dev/sda&#8221;. Launch GSmartControl to check. I can see two drives:</div>
<div>  (A) &#8220;ST9320325AS&#8221; (text following &#8220;Drive information&#8221; starts with &#8220;/dev/sda&#8221;)</div>
<div>  (B) &#8220;CDDVDW SN-208BB&#8221; (text following &#8220;Drive information&#8221; starts with &#8220;/dev/sr0&#8243;)</div>
<div>Drive (A) is the hard disk. I did not try this with external drives!</div>
<div></div>
<div>3) Create a file named rc.local in your home folder. Use you favorite text editor e.g. Acessoires -&gt; gedit for it. Put this two lines in the file (if your hard disk is mapped on &#8220;/dev/sda&#8221; otherwise replace &#8220;/dev/sda&#8221; by the mapping for your hard drive!!!):</div>
<div></div>
<div>#!/bin/bash</div>
<div>hdparm -B 240 /dev/sda</div>
<div></div>
<div>&#8220;240&#8243; is the level of Adavanced Power Management you wish. Please note the the command &#8220;hdparm&#8221; could kill your hard disk if used without knowledge. Thus I use the -B parameter with values greater than the default value only.</div>
<div></div>
<div>4) Open a terminal e.g. System -&gt; Terminal and change into the folder there the file exists.</div>
<div></div>
<div>5) Give the file the proper owner and read-write-execute rights. Note that we need :</div>
<div>$ chmod 755 rc.local</div>
<div>$ chmod u+s rc.local</div>
<div>$ chown root:root rc.local</div>
<div></div>
<div>6) Now check the file. Mine looks like:</div>
<div>$ ls -l rc.local</div>
<div>-rwsr-xr-x. 1 root root 36 May  2 23:12 rc.local</div>
<div></div>
<div>7) Now copy this file into the folder where it will run when the machine boots. This command ask for the root password (the paasword you use to change something on the operation system e.g. install a printer):</div>
<div>$ sudo cp rc.local /etc/rc.d/</div>
<div></div>
<div>8) Reboot your machine.</div>
<div></div>
<div>9) Check if it has effect:</div>
<div>$ sudo hdparm -I /dev/sda | grep &#8220;Advanced power management&#8221;</div>
<div>    Advanced power management level: 240</div>
<div></div>
<div></div>
<div>If you want to try it just until next power-off:</div>
<div>$ sudo hdparm -B 240 /dev/sda</div>
<div></div>
<div>Check as written above.</div>
<div></div>
<div>&#8212;</div>
<div>With this value I observed counting the value of &#8220;193 Load / Unload Cycle&#8221; (by GSmartControl) in 41 hours from 1080 to 1102. I could not observe any effect on battery runtime. This notebook (Asus A54C on Fedora 16) runs still 2 hours on battery. In opposite, turn down screen brightness has an effect on runtime for sure. One could also switch off wireless network if not needed (See installation report for Dell Latitude E4300 in this blog).</div>
</div>
<p>=-=-=-=-=<br />
<em>Powered by <strong><a href="http://blogilo.gnufolks.org/">Blogilo</a></strong></em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mgmechanics.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mgmechanics.wordpress.com/175/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=175&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mgmechanics.wordpress.com/2012/05/19/linux-fedora-16-how-to-turn-advanced-power-management-less-aggressive-only-if-you-really-afraid-about-your-hard-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db3d7527c92c7636c882ba7dbb7bf0ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mgmechanics</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux on laptop: Fedora 16 on Asus A54C</title>
		<link>http://mgmechanics.wordpress.com/2012/05/18/linux-on-laptop-fedora-16-on-asus-a54c/</link>
		<comments>http://mgmechanics.wordpress.com/2012/05/18/linux-on-laptop-fedora-16-on-asus-a54c/#comments</comments>
		<pubDate>Fri, 18 May 2012 08:22:44 +0000</pubDate>
		<dc:creator>mgmechanics</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://mgmechanics.wordpress.com/?p=173</guid>
		<description><![CDATA[&#160;Install Fedora 16 on an ASUS A54C notebook Build-In hardware overview Hardware overview taken from manufacturers description or Windows 7 hardware info (this one in &#8220;&#8221;): Vendor: ASUSTeK Computer Inc. Model: A54C-SO325V, version K54C Display: 15&#8243; NON-GLARE, resolution 1366&#215;768, LED-Backlight Battery: The battery is quite tall. I don&#8217;t know the capacity but my Dell Latitude [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=173&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div>
<h1>&nbsp;Install Fedora 16 on an ASUS A54C notebook</h1>
<div>
<h2>Build-In hardware overview</h2>
</div>
<div>Hardware overview taken from manufacturers description or Windows 7 hardware info (this one in &#8220;&#8221;):</div>
<div>Vendor: ASUSTeK Computer Inc.</div>
<div>Model: A54C-SO325V, version K54C</div>
<div></div>
<div>Display: 15&#8243; NON-GLARE, resolution 1366&#215;768, LED-Backlight</div>
<div>Battery: The battery is quite tall. I don&#8217;t know the capacity but my Dell Latitude E4300 has a bigger battery and I knew this is a 6-cell battery.</div>
<div>CPU: Intel B940 (2 x 2,0 Ghz)</div>
<div>RAM: 4 GB / 1333 MHz</div>
<div></div>
<div>Mainboard chipset: &#8220;Systemdevices&#8221;: &#8220;Intel(R) HM65 Express Chipset Family LPC Interface Controller &#8211; 1C49&#8243; + &#8220;Intel(R) 82802 Firmwarehub&#8221;</div>
<div>Graphic chipset: &#8220;Intel(R) HD Graphics Family&#8221;</div>
<div>Sound: &#8220;Audio-, Video- und Gamecontroller&#8221;: &#8220;Intel(R) Display-Audio&#8221; + &#8220;Realtek High Definition Audio&#8221;, on the case is &#8220;ALTEC Lansing&#8221;</div>
<div></div>
<div>USB: USB 3.0 is available says the sticker on the notebook. The left hand USB port has a blue plastic part inside, the right hand port a black one. Left port = USB 3.0 and right port = USB 2.0? Windows 7 tells: &#8220;USB-Controller&#8221;: &#8220;Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller &#8211; 1C26&#8243;</div>
<div>Ethernet adapter: &#8220;Atheros AR8151 PCI-E Gigabit Ethernet Controller (NDIS 6.20)&#8221;</div>
<div>WLAN: &#8220;Atheros AR9285 Wireless Network Adapter&#8221;</div>
<div></div>
<div>Hdd: Windows 7 tells only the Device Model thus here is more info by Linux/GSmartControl: Model Family = Seagate Momentus 5400.6, Device Model = ST9320325AS (same as Windows 7 tells), capacity 320 GB</div>
<div>DVD-RW drive: &#8220;TSSTcorp CDDVDW SN-208BB&#8221;</div>
<div>SD-Card drive: I don&#8217;t know.</div>
<div></div>
<div>Mouse: &#8220;Synaptics PS/2 Port TouchPad&#8221;</div>
<div>Webcam: &#8220;ASUS USB2.0 WebCam&#8221;</div>
<div></div>
<div>OS: sold with pre-installed Windows 7</div>
<div>Price: 379 EURO (Germany April 2012)</div>
<div></div>
<div>Additional hardware tested here:</div>
<div>&nbsp;- usb surf stick (usb device for UMTS connection): &#8220;XS Stick (r) W14 / <a href="http://www.4g-systems.com&#8221" rel="nofollow">http://www.4g-systems.com&#8221</a>; (there is &#8220;klarmobil.de&#8221; printed on it)</div>
<div>
<h2>Notebook</h2>
</div>
<div>This machine is not made for shining but for working. I use it mainly for developing and office. It has a NON-GLARE display. Even the case and the frame around the display are &#8220;non-glare&#8221;. The display provides a bright, sharp picture and text is good to read even if some sunlight is shining on it. Usually I turn down brightness. The case is made of black plastic with a surface which comes with a texture so that it is not smooth (&#8220;it has grip&#8221;). The case is stable. Touch pad buttons are of black plastic (also not smooth) which make an audible click sound when hitting it. This sound could annoying people around you. Mouse clicks can be &#8211; with Fedora 16 &#8211; send only by this buttons. Think twice before using it in the &#8220;Ruhebereich&#8221; at Deutsche Bahn :-) The fan is audible when I use the nootebook in silent room but not when there is other noise e.g. in a office. The keys on keyboard has some space between &#8211; good for typing. &#8220;Delete&#8221; key is above backspace key and &#8220;End&#8221; (go to end of line) key is in the upper right corner. The arrow keys (move up-down-right-left) are far away from page-up and page-down.</div>
<div></div>
<div>Size: The size of screen and case is suitable for work in the ICE-trains of Deutsche Bahn (= German Railways).</div>
<div></div>
<div>
<h2>Operation System</h2>
</div>
<div>First i installed and run the pre-installed OS to see if all components are working. Everything was fine. Windows 7 (without additional software) runs fast und boots quickly. Then I tried a Fedora 16 live system because an article in the press (c’t 2011, Heft 20, Thorsten Leemhuis: &#8220;Arbeitspinguine&#8221; used Fedora and Ubuntu to test some laptops and found that Fedora has better results). It worked fine especially the x-Window system worked fine. The whole screen was used to display. Then I installed Debian testing snapshot (dated by Debian to be of 2012-04-23). I toggled the XFCE desktop to install and the &#8220;expert mode&#8221;. After install the system booted only into text login. Command &#8220;startx&#8221; seems to lock the termial but no X-Windows system appeared. (Did I make a mistake during install?) I logged in on another terminal and shut the system down. The I rebooted Fedora 16 live demo again. It worked fine and due lack of time to try other options I installed it. After installing I found all the hardware listed above working perfectly even webcam and microphone.</div>
<div></div>
<div>
<h2>Build-In hardware test</h2>
</div>
<div>Function keys like making screen brighter/darker, sound louder/quieter, switch wireless network devices on/off: works.</div>
<div></div>
<div>Touch pad: Scrolling by moving the finger on right border doesnt work but gestures works! To scroll just put one finger on touch pad and move another finger up-/down or legft/right. Mouseclicks works only by touch pad buttons which produce a noticeable &#8220;click!&#8221;-noise when hit. This could annoy other people next to you.</div>
<div></div>
<div>Battery: The manufaturers says the laptop should run about 3 hours. Running XFCE4 with reduced display brightness let it run out of power after 2 h. No tweeks were made. My Dell Latitude E6400 with 13&#8243; Screen has a bigger (6-cell) battery and runs 4.5 hours with XFCE + debian testing (coming Debian 7). Compared to screen size (15&#8243; vs. 13&#8243;) and prize the 2 hours seems a good deal for me.</div>
<div>The battery applet works. Runtime seems to depend very on screen brightness. Loading the battery while the notbook is running (with reduced screen brightness) takes about 1.5 hours.</div>
<div></div>
<div>Hdd: The hard disk runs quiet. I can&#8217;t hear any noise from it. There was no &#8220;click-clack&#8221; noise with default settings. The Advanced Power Management was set to 128. (As I understood it this value came from hard disk and Linux is not in duty to change it.) The value of &#8220;193: Load / Unload Cycle&#8221; reached 1000 in about 24 hours running (value of &#8220;9: Power-On Time&#8221;). The 24 h splits in running 22 h on AC and 2 h running on battery. Its about 42 Load / Unload Cycles per hour. This means a runtime of about 14286 hours until reaching the value of 600k which some people see as being maximal number of Load / Unload Cycles which most hard disks can reach before get broken. Assuming that you are using your laptop 10 h per day and 360 days in a year that would mean you can use it about 4 years. Basing on this calculation there seems to be no danger that this hard disk running Fedora 16 will die prematurely when using Linux. &#8220;Linux User&#8221; 2012-01 &#8220;Bund fürs Leben&#8221; page 66 ff. provides an article about it. There is an easy way to turn the power management less aggressive. I will describe it for Fedora 16 in the next article on this blog.</div>
<div></div>
<div>Usb surf stick: The usb surf stick works out-of-the-box. When the usb surf stick is sticking on left usb port I need to remove it before power-off the notebook since I the notebook reboots instead going power-off. When the reboot finished the system runs stable. When power-off it reboots again running stable after reboot! I tried same with this usb surf stick sticking in the right usb port: When I select power-off the notebook is going power-off. Another issue with this usb surf stick: When first trying it didn&#8217;t work. I found the reason to be as the SIM Card wasn&#8217;t sticking deep enough in the stick. I used a knife to push it deeper into the device. Then it started working.</div>
<div></div>
<div>External VGA connector (analog): Very good result on a flatscreen @ 1920&#215;1080.</div>
<div></div>
<div>SD-card drive: Tried 16 GB SD-card: Worked out-of-the-box.</div>
<div></div>
<div>Sound: Internal speakers and external headphones are working. Internal speakers are off when external headphones are plugged in.</div>
<div>
<h2>Hardware info, generated by lshw</h2>
</div>
<div>(Please understand that i replaced any personal inforamtion like serial numbers by &#8220;*****&#8221;)</div>
<div>&#8212;</div>
<div>sommer</div>
<div>&nbsp; &nbsp; description: Notebook</div>
<div>&nbsp; &nbsp; product: K54C ()</div>
<div>&nbsp; &nbsp; vendor: ASUSTeK Computer Inc.</div>
<div>&nbsp; &nbsp; version: 1.0</div>
<div>&nbsp; &nbsp; serial: *****</div>
<div>&nbsp; &nbsp; width: 64 bits</div>
<div>&nbsp; &nbsp; capabilities: smbios-2.6 dmi-2.6 vsyscall32</div>
<div>&nbsp; &nbsp; configuration: boot=normal chassis=notebook family=K uuid=*****</div>
<div>&nbsp; *-core</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;description: Motherboard</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;product: K54C</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;vendor: ASUSTeK Computer Inc.</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;physical id: 0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;version: 1.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;serial: *****</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;slot: MIDDLE</div>
<div>&nbsp; &nbsp; &nbsp;*-firmware</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: BIOS</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vendor: American Megatrends Inc.</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; version: K54C.203</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; date: 01/02/2012</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; size: 64KiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capacity: 2496KiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: pci upgrade shadowing cdboot bootselect edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb smartbattery biosbootspecification</div>
<div>&nbsp; &nbsp; &nbsp;*-cpu</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: CPU</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; product: Intel(R) Pentium(R) CPU B940 @ 2.00GHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vendor: Intel Corp.</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 4</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bus info: cpu@0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; version: Intel(R) Pentium(R) CPU B940 @ 2.00GHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; serial: To Be Filled By O.E.M.</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; slot: CPU 1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; size: 2GHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capacity: 4GHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clock: 100MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave lahf_lm arat epb xsaveopt pln pts cpufreq</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; configuration: cores=2 enabledcores=1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-cache</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: L1 cache</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 5</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;slot: L1-Cache</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;size: 32KiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capacity: 32KiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: internal write-back instruction</div>
<div>&nbsp; &nbsp; &nbsp;*-memory</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: System Memory</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 3f</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; slot: System board or motherboard</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; size: 4GiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-bank:0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: SODIMM DDR3 Synchronous 1333 MHz (0.8 ns)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: EBJ41UF8BCS0-DJ-F</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Elpida</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;serial: 00000000</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;slot: ChannelA-DIMM0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;size: 4GiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 1333MHz (0.8ns)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-bank:1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: DIMM [empty]</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: [Empty]</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: [Empty]</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;serial: [Empty]</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;slot: ChannelB-DIMM0</div>
<div>&nbsp; &nbsp; &nbsp;*-pci</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: Host bridge</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; product: 2nd Generation Core Processor Family DRAM Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 100</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bus info: pci@0000:00:00.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; version: 09</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; configuration: driver=agpgart-intel</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; resources: irq:0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-display</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: VGA compatible controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 2nd Generation Core Processor Family Integrated Graphics Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:02.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 09</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: msi pm vga_controller bus_master cap_list rom</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=i915 latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:48 memory:dd000000-dd3fffff memory:c0000000-cfffffff ioport:e000(size=64)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-communication UNCLAIMED</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: Communication controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 6 Series/C200 Series Chipset Family MEI Controller #1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 16</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:16.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 04</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pm msi bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: memory:dfc0b000-dfc0b00f</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-usb:0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: USB Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1a</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1a.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 05</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pm debug ehci bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=ehci_hcd latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:16 memory:dfc08000-dfc083ff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-multimedia</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: Audio device</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 6 Series/C200 Series Chipset Family High Definition Audio Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1b</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1b.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 05</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pm msi pciexpress bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=snd_hda_intel latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:49 memory:dfc00000-dfc03fff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-pci:0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: PCI bridge</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 6 Series/C200 Series Chipset Family PCI Express Root Port 1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1c</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1c.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: b5</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pci pciexpress msi pm normal_decode bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=pcieport</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:40 ioport:d000(size=4096) memory:df200000-dfbfffff ioport:d2100000(size=10485760)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-pci:1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: PCI bridge</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 6 Series/C200 Series Chipset Family PCI Express Root Port 2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1c.1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1c.1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: b5</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pci pciexpress msi pm normal_decode bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=pcieport</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:41 ioport:c000(size=4096) memory:de800000-df1fffff ioport:d1600000(size=10485760)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*-network</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: Wireless interface</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; product: AR9285 Wireless Network Adapter (PCI-Express)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vendor: Atheros Communications Inc.</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bus info: pci@0000:02:00.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logical name: wlan0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; version: 01</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; serial: *****</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; configuration: broadcast=yes driver=ath9k driverversion=3.3.2-6.fc16.x86_64 firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; resources: irq:17 memory:de800000-de80ffff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-pci:2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: PCI bridge</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 6 Series/C200 Series Chipset Family PCI Express Root Port 4</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1c.3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1c.3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: b5</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pci pciexpress msi pm normal_decode bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=pcieport</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:42 ioport:b000(size=4096) memory:dde00000-de7fffff ioport:d0b00000(size=10485760)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*-usb</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: USB Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; product: ASM1042 SuperSpeed USB Host Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vendor: ASMedia Technology Inc.</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bus info: pci@0000:03:00.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; version: 00</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: msi msix pm pciexpress xhci bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; configuration: driver=xhci_hcd latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; resources: irq:19 memory:dde00000-dde07fff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-pci:3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: PCI bridge</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 6 Series/C200 Series Chipset Family PCI Express Root Port 6</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1c.5</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1c.5</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: b5</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pci pciexpress msi pm normal_decode bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=pcieport</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:43 ioport:a000(size=4096) memory:dd400000-dddfffff ioport:d0000000(size=10485760)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*-network</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: Ethernet interface</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; product: AR8151 v2.0 Gigabit Ethernet</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vendor: Atheros Communications</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bus info: pci@0000:04:00.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logical name: p5p1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; version: c0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; serial: *****</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capacity: 1Gbit/s</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-NAPI latency=0 link=no multicast=yes port=twisted pair</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; resources: irq:50 memory:dd400000-dd43ffff ioport:a000(size=128)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-usb:1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: USB Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1d</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1d.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 05</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pm debug ehci bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=ehci_hcd latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:23 memory:dfc07000-dfc073ff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-isa</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: ISA bridge</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: HM65 Express Chipset Family LPC Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1f</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1f.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 05</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: isa bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-storage</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: SATA controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1f.2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1f.2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 05</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 66MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: storage msi pm ahci_1.0 bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=ahci latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:44 ioport:e0b0(size=8) ioport:e0a0(size=4) ioport:e090(size=8) ioport:e080(size=4) ioport:e060(size=32) memory:dfc06000-dfc067ff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-serial UNCLAIMED</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: SMBus</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 6 Series/C200 Series Chipset Family SMBus Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1f.3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1f.3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 05</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: memory:dfc05000-dfc050ff ioport:e040(size=32)</div>
<div>&nbsp; &nbsp; &nbsp;*-scsi:0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logical name: scsi0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: emulated</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-disk</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: ATA Disk</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: ST9320325AS</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Seagate</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 0.0.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: scsi@0:0.0.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;logical name: /dev/sda</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 0003</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;serial: *****</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;size: 298GiB (320GB)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: partitioned partitioned:dos</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: ansiversion=5 sectorsize=512 signature=e3102a4b</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*-volume:0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: Windows FAT volume</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vendor: MSDOS5.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bus info: scsi@0:0.0.0,1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logical name: /dev/sda1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; version: FAT32</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; serial: *****</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; size: 24GiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capacity: 25GiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: primary hidden fat initialized</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; configuration: FATs=2 filesystem=fat</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*-volume:1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: EXT4 volume</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vendor: Linux</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bus info: scsi@0:0.0.0,2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logical name: /dev/sda2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logical name: /boot</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; version: 1.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; serial: *****</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; size: 500MiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capacity: 500MiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: primary bootable journaled extended_attributes huge_files dir_nlink recover extents ext4 ext2 initialized</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; configuration: created=2012-05-01 06:05:26 filesystem=ext4 lastmountpoint=/boot modified=2012-05-02 17:18:41 mount.fstype=ext4 mount.options=rw,seclabel,relatime,user_xattr,acl,barrier=1,data=ordered mounted=2012-05-02 17:18:41 state=mounted</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*-volume:2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: Linux filesystem partition</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bus info: scsi@0:0.0.0,3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logical name: /dev/sda3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; serial: *****</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; size: 272GiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capacity: 272GiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width: 512 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: primary encrypted luks initialized</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; configuration: bits=512 cipher=aes filesystem=luks hash=sha1 mode=xts-plain64 version=1</div>
<div>&nbsp; &nbsp; &nbsp;*-scsi:1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logical name: scsi1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: emulated</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-cdrom</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: DVD-RAM writer</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: CDDVDW SN-208BB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: TSSTcorp</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 0.0.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: scsi@1:0.0.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;logical name: /dev/cdrom1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;logical name: /dev/cdrw1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;logical name: /dev/dvd1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;logical name: /dev/dvdrw1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;logical name: /dev/scd0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;logical name: /dev/sr0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: AS01</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: ansiversion=5 status=nodisc</div>
<div>&#8212;</div>
<div>Germany, May 2012</div>
</div>
<div></div>
<p>=-=-=-=-=<br /><i>Powered by <b><a href="http://blogilo.gnufolks.org/">Blogilo</a></b></i></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mgmechanics.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mgmechanics.wordpress.com/173/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=173&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mgmechanics.wordpress.com/2012/05/18/linux-on-laptop-fedora-16-on-asus-a54c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db3d7527c92c7636c882ba7dbb7bf0ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mgmechanics</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux on laptop: Debian 6 (stable branch) and 7 (testing branch) on a Dell Latitude E4300</title>
		<link>http://mgmechanics.wordpress.com/2012/05/18/linux-on-laptop-debian-6-stable-branch-and-7-testing-branch-on-a-dell-latitude-e4300/</link>
		<comments>http://mgmechanics.wordpress.com/2012/05/18/linux-on-laptop-debian-6-stable-branch-and-7-testing-branch-on-a-dell-latitude-e4300/#comments</comments>
		<pubDate>Fri, 18 May 2012 08:21:51 +0000</pubDate>
		<dc:creator>mgmechanics</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://mgmechanics.wordpress.com/?p=171</guid>
		<description><![CDATA[Linux on laptop: Debian 6 (stable branch) and 7 (testing branch) on a Dell Latitude E4300 Build-In hardware overview Manufacturer: Dell Type: Latitude E4300, purchased 2009 via telephone from Germany Processors:&#160; Memory: 4 GB Mainboard:&#160; Graphics:&#160; Sound:&#160; WLAN:&#160; Harddisk: 250 GB capacity DVD: (&#8220;DVD+Rewriteable&#8221;) Display type: 13&#8243; Non-glare Bios:&#160; other: SD-Card drive Battery: 6-cell Weight [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=171&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<h1>Linux on laptop: Debian 6 (stable branch) and 7 (testing branch) on a Dell Latitude E4300</h1>
<h2>Build-In hardware overview</h2>
<div>Manufacturer: Dell</div>
<div>Type: Latitude E4300, purchased 2009 via telephone from Germany</div>
<div>Processors:&nbsp;</div>
<div>Memory: 4 GB</div>
<div>Mainboard:&nbsp;</div>
<div>Graphics:&nbsp;</div>
<div>Sound:&nbsp;</div>
<div>WLAN:&nbsp;</div>
<div>Harddisk: 250 GB capacity</div>
<div>DVD: (&#8220;DVD+Rewriteable&#8221;)</div>
<div>Display type: 13&#8243; Non-glare</div>
<div>Bios:&nbsp;</div>
<div>other: SD-Card drive</div>
<div>Battery: 6-cell</div>
<div>Weight with battery: 1492 gramm, without battery &gt; 1000 gramm</div>
<div></div>
<h2>Notebook</h2>
<div>This notebook is a light-weight high-end notebook. Of course it was expensive. But I travel a lot and I wanted to get rid of the bigger and heavier Toshiba A100-589 (reported earlier in this blog) AND I wanted a high-end machine to work quickly with Windows.</div>
<div></div>
<div>WHY I WOULDN&#8217;T BUY IT AGAIN: Mine seem to have a hardware fault. It was delivered with Windows Vista Ultimate SP1 (90 € extra to pay). With this the system freezed from time to time as we know from Windows 9x. I (this was an error) blamed Windows Vista for the freezes and deleted it in favour of Linux after I sucessfully tested Linux about 3 months. Later Linux started also from time to time esp. when watching flash movies with Adobe(R) Flash(R). Now I blamed Adobe Adobe(R) Flash(R) and this was wrong again. I realised that crashes occurs when the system asked for extra power. I called Dell service. After changing the whole mainboard no freezes happend! Sorry Microsoft + Adobe, that I blamed your software. It was an error. I didn&#8217;t buy an warranty enhancement thinking the issue were fixed &#8211; after time of warranty was over the system started to freeze again. I found a feature in the BIOS named &#8220;Intel speed step&#8221; and disabled it because I observed the freezing when the system need extra power. This fixed it &#8211; almost (two freezes in 8 months). I always used the Ext4 file system with encrypted home directory (ecryptfs) which always protected my data (truecrypt drives among it). I found no file damaged or lost. MANY THANKS the people who made the Ext4 file system!!! Because of the descripted behavior this notebook was replaced by a Asus A54C (also reported in this blog). After there is no need for running Windows because I am happy with Linux I feel no need for such a high-end machine. For Linux and what I am doing with it (developing and office) a low-end machine is good enough.</div>
<div></div>
<h2>Operation System</h2>
<div>I installed Debian 6 &#8220;Sequeeze&#8221; stable, updated it and switched then to the testing branch of upcoming Debian 7 &#8220;Wheezy&#8221; (both 64 bit). Earlier I had Ubuntu 8.10 &#8211; 10.04 (32 bit) on it but this is not the scope of this report.</div>
<div></div>
<h2>Build-In hardware test</h2>
<div>Keyboard, mousepad, USB: Works out of the box. Localisation is de_DE_UTF8 (I selected german localisation). Pressing &#8220;Y&#8221;-key prints an &#8220;Y&#8221; not &#8220;Z&#8221;. Can type Euro-Sign €, |, @, \, ÄÖÜäöüß (AOUaou-umlaut + sharp s). Mouse moves, mousekeys works, (after changing the configuration through the graphical program which come whith Gnome for this purpose) double-hitting the mousepad works also. Can connect and disconnect USB-devices.</div>
<div></div>
<div>Network: &nbsp;Ethernet + WLAN works out of the box. Internal USB-modem needed use of wvdial for Ubuntu 8.10 only, later I could do out of the box with Gnome&#8217;s and KDE&#8217;s graphical network managers.</div>
<div></div>
<div>Graphics: Resolution of built-in screen is 1280&#215;800. This laptop comes with an external VGA-connector (analog). Connecting it to a Flatscreen it shows a very useable view. I had resolutions up to 1920&#215;1080 on Ubuntu.</div>
<div></div>
<div>Sound: Works out of the box, very good. Even the volume-control shortcuts on keyboard works.</div>
<div></div>
<div>DVD: Can burn DVDs even video DVDs.</div>
<div></div>
<div>SD-Card drive: Works fine (read/write).</div>
<div></div>
<div>ACPI: Fan runs only short from time to time. If the machine has to work harder, the fan starts running (in two steps) but stops running withinsome time after work load is done. The machine did never overheat.</div>
<div></div>
<div>Battery: It runs 4.5 hour while developing (writing, compiling, running).</div>
<div></div>
<h2>Hardware info, generated by lshw</h2>
<div>(Please understand that i replaced any personal inforamtion like serial numbers by &#8220;*****&#8221;)</div>
<div>&#8212;</div>
<div>slingshot</div>
<div>&nbsp; &nbsp; description: Portable Computer</div>
<div>&nbsp; &nbsp; product: Latitude E4300 ()</div>
<div>&nbsp; &nbsp; vendor: Winbond Electronics</div>
<div>&nbsp; &nbsp; serial: *****</div>
<div>&nbsp; &nbsp; width: 64 bits</div>
<div>&nbsp; &nbsp; capabilities: smbios-2.4 dmi-2.4 vsyscall32</div>
<div>&nbsp; &nbsp; configuration: boot=normal chassis=portable uuid=*****</div>
<div>&nbsp; *-core</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;description: Motherboard</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;vendor: Winbond Electronics</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;physical id: 0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;serial: .*****. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.</div>
<div>&nbsp; &nbsp; &nbsp;*-firmware</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: BIOS</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vendor: Winbond Electronics</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; version: A21</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; date: 01/11/2011</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; size: 64KiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capacity: 1664KiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: isa pci pcmcia pnp upgrade shadowing cdboot bootselect int13floppy720 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp smartbattery biosbootspecification netboot</div>
<div>&nbsp; &nbsp; &nbsp;*-cpu</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: CPU</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; product: Intel(R) Core(TM)2 Duo CPU &nbsp; &nbsp; P9400 &nbsp;@ 2.40GHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vendor: Intel Corp.</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 400</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bus info: cpu@0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; slot: Microprocessor</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; size: 1600MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capacity: 2400MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clock: 266MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm tpr_shadow vnmi flexpriority</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; configuration: cores=2 enabledcores=2 threads=2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-cache:0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: L1 cache</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 700</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;size: 128KiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capacity: 128KiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: internal write-back data</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-cache:1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: L2 cache</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 701</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;size: 6MiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capacity: 6MiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 66MHz (15.0ns)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pipeline-burst internal varies unified</div>
<div>&nbsp; &nbsp; &nbsp;*-memory</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: System Memory</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 1000</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; slot: System board or motherboard</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; size: 4GiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-bank:0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: DIMM DDR3 Synchronous 1066 MHz (0,9 ns)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: HMT125S6TFR8C-G7</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Hynix Semiconductor (Hyundai Electronics)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;serial: *****</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;slot: DIMM_A</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;size: 2GiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 1066MHz (0.9ns)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-bank:1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: DIMM DDR3 Synchronous 1066 MHz (0,9 ns)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 16JSF25664HZ-1G1F1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Micron Technology</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;serial: *****</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;slot: DIMM_B</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;size: 2GiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 1066MHz (0.9ns)</div>
<div>&nbsp; &nbsp; &nbsp;*-pci</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: Host bridge</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; product: Mobile 4 Series Chipset Memory Controller Hub</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 100</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bus info: pci@0000:00:00.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; version: 07</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; configuration: driver=agpgart-intel</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; resources: irq:0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-display:0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: VGA compatible controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: Mobile 4 Series Chipset Integrated Graphics Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:02.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 07</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: msi pm vga_controller bus_master cap_list rom</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=i915 latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:47 memory:f6c00000-f6ffffff memory:e0000000-efffffff ioport:ef70(size=8)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-display:1 UNCLAIMED</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: Display controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: Mobile 4 Series Chipset Integrated Graphics Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 2.1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:02.1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 07</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pm bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: memory:f6b00000-f6bfffff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-communication:0 UNCLAIMED</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: Communication controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: Mobile 4 Series Chipset MEI Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:03.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 07</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pm msi bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: memory:f6ad9ef0-f6ad9eff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-ide</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: IDE interface</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: Mobile 4 Series Chipset PT IDER Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 3.2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:03.2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 07</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 66MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: ide pm msi bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=ata_generic latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:18 ioport:ef78(size=8) ioport:ef68(size=4) ioport:ef80(size=8) ioport:ef6c(size=4) ioport:ef90(size=16)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-communication:1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: Serial controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: Mobile 4 Series Chipset AMT SOL Redirection</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 3.3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:03.3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 07</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 66MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pm msi 16550 bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=serial latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:17 ioport:ef88(size=8) memory:f6ada000-f6adafff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-network</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: Ethernet interface</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 82567LM Gigabit Network Connection</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 19</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:19.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;logical name: eth0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 03</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;serial: 00:21:70:ba:51:fd</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capacity: 1Gbit/s</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=1.5.1-k firmware=1.7-7 latency=0 link=no multicast=yes port=twisted pair</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:43 memory:f6ae0000-f6afffff memory:f6adb000-f6adbfff ioport:efe0(size=32)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-usb:0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: USB controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 82801I (ICH9 Family) USB UHCI Controller #4</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1a</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1a.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 03</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: uhci bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=uhci_hcd latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:20 ioport:6f60(size=32)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-usb:1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: USB controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 82801I (ICH9 Family) USB UHCI Controller #5</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1a.1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1a.1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 03</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: uhci bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=uhci_hcd latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:21 ioport:6f80(size=32)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-usb:2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: USB controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 82801I (ICH9 Family) USB UHCI Controller #6</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1a.2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1a.2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 03</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: uhci bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=uhci_hcd latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:22 ioport:6fa0(size=32)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-usb:3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: USB controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 82801I (ICH9 Family) USB2 EHCI Controller #2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1a.7</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1a.7</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 03</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pm debug ehci bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=ehci_hcd latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:22 memory:fed1c400-fed1c7ff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-multimedia</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: Audio device</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 82801I (ICH9 Family) HD Audio Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1b</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1b.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 03</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pm msi pciexpress bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=snd_hda_intel latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:45 memory:f6adc000-f6adffff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-pci:0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: PCI bridge</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 82801I (ICH9 Family) PCI Express Port 1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1c</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1c.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 03</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pci pciexpress msi pm normal_decode bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=pcieport</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:40 ioport:3000(size=4096) memory:f0400000-f05fffff ioport:f0600000(size=2097152)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-pci:1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: PCI bridge</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 82801I (ICH9 Family) PCI Express Port 2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1c.1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1c.1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 03</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pci pciexpress msi pm normal_decode bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=pcieport</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:41 ioport:2000(size=4096) memory:f6900000-f69fffff ioport:f0200000(size=2097152)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*-network</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: Wireless interface</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; product: Ultimate N WiFi Link 5300</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bus info: pci@0000:0c:00.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logical name: wlan0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; version: 00</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; serial: *****</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; configuration: broadcast=yes driver=iwlwifi driverversion=3.2.0-2-amd64 firmware=8.83.5.1 build 33692 ip=192.168.178.21 latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; resources: irq:46 memory:f69fe000-f69fffff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-pci:2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: PCI bridge</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 82801I (ICH9 Family) PCI Express Port 4</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1c.3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1c.3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 03</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pci pciexpress msi pm normal_decode bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=pcieport</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:42 ioport:d000(size=4096) memory:f6600000-f68fffff ioport:f0000000(size=2097152)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-usb:4</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: USB controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 82801I (ICH9 Family) USB UHCI Controller #1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1d</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1d.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 03</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: uhci bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=uhci_hcd latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:20 ioport:6f00(size=32)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-usb:5</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: USB controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 82801I (ICH9 Family) USB UHCI Controller #2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1d.1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1d.1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 03</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: uhci bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=uhci_hcd latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:21 ioport:6f20(size=32)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-usb:6</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: USB controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 82801I (ICH9 Family) USB UHCI Controller #3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1d.2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1d.2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 03</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: uhci bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=uhci_hcd latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:22 ioport:6f40(size=32)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-usb:7</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: USB controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 82801I (ICH9 Family) USB2 EHCI Controller #1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1d.7</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1d.7</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 03</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pm debug ehci bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=ehci_hcd latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:20 memory:fed1c000-fed1c3ff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-pci:3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: PCI bridge</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 82801 Mobile PCI Bridge</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1e</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1e.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 93</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: pci subtractive_decode bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: memory:f6500000-f65fffff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*-firewire</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: FireWire (IEEE 1394)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; product: R5C832 IEEE 1394 Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vendor: Ricoh Co Ltd</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bus info: pci@0000:02:01.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; version: 05</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: pm ohci bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; configuration: driver=firewire_ohci latency=64 maxlatency=4 mingnt=2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; resources: irq:19 memory:f65ff800-f65fffff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*-generic</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: SD Host controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; product: R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vendor: Ricoh Co Ltd</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 1.1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bus info: pci@0000:02:01.1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; version: 22</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: pm bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; configuration: driver=sdhci-pci latency=64</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; resources: irq:18 memory:f65ff600-f65ff6ff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-isa</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: ISA bridge</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: ICH9M-E LPC Interface Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1f</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1f.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 03</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: isa bus_master cap_list</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-storage</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: SATA controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 82801IBM/IEM (ICH9M/ICH9M-E) 4 port SATA Controller [AHCI mode]</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1f.2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1f.2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;logical name: scsi2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;logical name: scsi3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 03</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 32 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 66MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: storage msi pm ahci_1.0 bus_master cap_list emulated</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=ahci latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:44 ioport:6e70(size=8) ioport:6e78(size=4) ioport:6e80(size=8) ioport:6e88(size=4) ioport:6ea0(size=32) memory:fed1c800-fed1cfff</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*-disk</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: ATA Disk</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; product: ST9250421ASG</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vendor: Seagate</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bus info: scsi@2:0.0.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logical name: /dev/sda</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; version: DE14</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; serial: *****</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; size: 232GiB (250GB)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: partitioned partitioned:dos</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; configuration: ansiversion=5 signature=0008361d</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; *-volume:0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: EXT4 volume</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Linux</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: scsi@2:0.0.0,1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;logical name: /dev/sda1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;logical name: /</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 1.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;serial: *****</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;size: 229GiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capacity: 229GiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: created=2011-06-06 21:54:10 filesystem=ext4 label=linux lastmountpoint=/ modified=2012-04-29 10:42:32 mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered mounted=2012-05-17 21:19:29 state=mounted</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; *-volume:1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: Extended partition</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: scsi@2:0.0.0,2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;logical name: /dev/sda2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;size: 3775MiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capacity: 3775MiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;capabilities: primary extended partitioned partitioned:extended</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*-logicalvolume</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: Linux swap / Solaris partition</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 5</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logical name: /dev/sda5</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capacity: 3775MiB</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: nofs</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*-cdrom</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description: DVD-RAM writer</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; product: DVD+-RW TS-U633A</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vendor: TSSTcorp</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; physical id: 1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bus info: scsi@3:0.0.0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logical name: /dev/cdrom</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logical name: /dev/cdrw</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logical name: /dev/dvd</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logical name: /dev/dvdrw</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logical name: /dev/sr0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; version: D200</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; configuration: ansiversion=5 status=nodisc</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; *-serial</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description: SMBus</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;product: 82801I (ICH9 Family) SMBus Controller</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vendor: Intel Corporation</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;physical id: 1f.3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bus info: pci@0000:00:1f.3</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version: 03</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width: 64 bits</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clock: 33MHz</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;configuration: driver=i801_smbus latency=0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;resources: irq:19 memory:f6ad9f00-f6ad9fff ioport:1100(size=32)</div>
<div>&nbsp; *-battery</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;product: DELL FM33889</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;vendor: SMP</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;physical id: 1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;slot: Sys. Battery Bay</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;capacity: 52000mWh</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;configuration: voltage=11,1V</div>
<div>&nbsp; *-network DISABLED</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;description: Ethernet interface</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;physical id: 2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;logical name: wwan0</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;serial: *****</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;capabilities: ethernet physical</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;configuration: broadcast=yes driver=cdc_ether driverversion=22-Aug-2005 firmware=Mobile Broadband Network Device link=no multicast=yes</div>
<div></div>
<div>&#8212;</div>
<div>Germany, May 2012</div>
<div></div>
<p>=-=-=-=-=<br /><i>Powered by <b><a href='http://blogilo.gnufolks.org/'>Blogilo</a></b></i></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mgmechanics.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mgmechanics.wordpress.com/171/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=171&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mgmechanics.wordpress.com/2012/05/18/linux-on-laptop-debian-6-stable-branch-and-7-testing-branch-on-a-dell-latitude-e4300/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db3d7527c92c7636c882ba7dbb7bf0ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mgmechanics</media:title>
		</media:content>
	</item>
		<item>
		<title>Debian testing: Can&#8217;t log in to Xfce &#8211; and how to fix this</title>
		<link>http://mgmechanics.wordpress.com/2012/04/01/debian-testing-cant-log-in-to-xfce-and-how-to-fix-this/</link>
		<comments>http://mgmechanics.wordpress.com/2012/04/01/debian-testing-cant-log-in-to-xfce-and-how-to-fix-this/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 14:20:16 +0000</pubDate>
		<dc:creator>mgmechanics</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mgmechanics.wordpress.com/?p=167</guid>
		<description><![CDATA[Last Wednesday I turned on my Laptop and tried to log in to Xfce desktop as usual. But after typing in my password and hitting Enter the system worked a moment and then a saw the window for graphical log in again. For cases like this (or when I like a change) always have a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=167&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Last Wednesday I turned on my Laptop and tried to log in to Xfce desktop as usual. But after typing in my password and hitting Enter the system worked a moment and then a saw the window for graphical log in again. For cases like this (or when I like a change) always have a second desktop installed (LXDE). I could log in using LXDE without problems. </p>
<p>With Google I found this <a href="http://ubuntuforums.org/showthread.php?t=1358430" title="Can't log in to xfce">Can&#8217;t log in to xfce</a>. It says: &quot;Recently I solved this by deleting /~/.ICEauthotity &quot;. OK, I renamed this file in my home directory to _ICEauthotity, made a fresh backup (one but not the only reason is that I use an encrypted file system to protect my data ;-))) and rebooted. </p>
<p>I was able to log in to Xfce again! </p>
<p>What may happened?</p>
<p>.ICEauthority file when I was unable to log in to Xfce (renamed to _ICEauthority):</p>
<p><code>-rw------- 1 michael michael 0 Mär 28 18:46 _ICEauthority</code></p>
<p>.ICEauthority file when I was able to log in to Xfce:</p>
<p><code>-rw------- 1 michael michael 330 Apr 1 16:54 .ICEauthority</code></p>
<p>The .ICEauthority file was empty!</p>
<p>Conclusion:</p>
<p>1) You may delete the .ICEauthority file  &#8211; Linux can restore it on next reboot </p>
<p>2) When the .ICEauthority file is empty it may cause trouble like you can not log in to your desktop.</p>
<p>3) It was a good idea to have a second desktop already installed.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mgmechanics.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mgmechanics.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=167&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mgmechanics.wordpress.com/2012/04/01/debian-testing-cant-log-in-to-xfce-and-how-to-fix-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db3d7527c92c7636c882ba7dbb7bf0ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mgmechanics</media:title>
		</media:content>
	</item>
		<item>
		<title>Debian GNU/Linux: How to open a JNLP &#8211; file from Iceweasel</title>
		<link>http://mgmechanics.wordpress.com/2012/03/25/debian-gnulinux-how-to-open-a-jnlp-file-from-iceweasel/</link>
		<comments>http://mgmechanics.wordpress.com/2012/03/25/debian-gnulinux-how-to-open-a-jnlp-file-from-iceweasel/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 18:01:48 +0000</pubDate>
		<dc:creator>mgmechanics</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mgmechanics.wordpress.com/?p=165</guid>
		<description><![CDATA[I just wanted to start a Java application from a website from Oracle Java examples &#8211; and Iceweasel offerd me to open the JNLP &#8211; file with Iceweasel or to download it. How load and run it automatically? Solution: Just install the icedtead-netx package. It installs javaws (which was missing) and configures Iceweasel so that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=165&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I just wanted to start a Java application from a website from <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/scrollpane.html">Oracle Java examples</a> &#8211; and Iceweasel offerd me to open the JNLP &#8211; file with Iceweasel or to download it. How load and run it automatically? Solution: Just install the<strong> icedtead-netx</strong> package. It installs javaws (which was missing) and configures Iceweasel so that it offers you &quot;open with: IcedTea Java 6 Web Start (default)&quot; without any further effort.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mgmechanics.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mgmechanics.wordpress.com/165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=165&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mgmechanics.wordpress.com/2012/03/25/debian-gnulinux-how-to-open-a-jnlp-file-from-iceweasel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db3d7527c92c7636c882ba7dbb7bf0ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mgmechanics</media:title>
		</media:content>
	</item>
		<item>
		<title>SourceForge.net: Trouble with connecting via SFTP using FileZilla after password change</title>
		<link>http://mgmechanics.wordpress.com/2012/03/23/sourceforge-net-trouble-with-connecting-via-sftp-using-filezilla-after-password-change-14/</link>
		<comments>http://mgmechanics.wordpress.com/2012/03/23/sourceforge-net-trouble-with-connecting-via-sftp-using-filezilla-after-password-change-14/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 22:25:12 +0000</pubDate>
		<dc:creator>mgmechanics</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SourceForge.net]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://mgmechanics.wordpress.com/2012/03/23/sourceforge-net-trouble-with-connecting-via-sftp-using-filezilla-after-password-change-14/</guid>
		<description><![CDATA[Recently I changed my password on SourceForge.net. After the change I wasn&#8217;t able to connect to the Developer Web using FileZilla. FileZilla just said: &#8220;Error: Authentification failed&#8221; (and so on). I found neither help nor any information what the reason could be. Of course I tried the old and the new password. After hours of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=163&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Recently I changed my password on SourceForge.net. After the change I wasn&#8217;t able to connect to the <a title="Developer Web" href="https://sourceforge.net/apps/trac/sourceforge/wiki/Developer%20web">Developer Web</a> using FileZilla. FileZilla just said: &#8220;Error: Authentification failed&#8221; (and so on). I found neither help nor any information what the reason could be. Of course I tried the old and the new password. After hours of searching and trying I found a solution:</p>
<p>(1) I generated a new SSH-Key of type RSA (using a nice tool named &#8220;Seahorse&#8221; on my Linux) wich doesn&#8217;t require a password .</p>
<p>(2) I uploaded the public part of the key to SourceForge.net (log in and go to Account -&gt; Services, there is a link named &#8220;Edit SSH Keys for Shell/CVS&#8221; &#8211; click on it and insert the key).</p>
<p>(3) I told FileZilla about the private part of the key (its in a hidden folder named &#8220;.ssh&#8221;, the name of the file is the same as of the public part but without &#8220;.pub&#8221; at the end) by going to Preferences -&gt; Connection -&gt; SSH. FileZilla complained that it can not deal with keys which need a password (we set up the key such that this is true  for our key: I we don&#8217;t need a password to use it) and that it need to convert the key. Just convert it &#8211; the original file will be not overwritten.</p>
<p>Now I can access SourceForge.net&#8217;s Develeoper Web again.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mgmechanics.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mgmechanics.wordpress.com/163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mgmechanics.wordpress.com&#038;blog=17220924&#038;post=163&#038;subd=mgmechanics&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mgmechanics.wordpress.com/2012/03/23/sourceforge-net-trouble-with-connecting-via-sftp-using-filezilla-after-password-change-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db3d7527c92c7636c882ba7dbb7bf0ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mgmechanics</media:title>
		</media:content>
	</item>
	</channel>
</rss>
