<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>lodehoy.com.ar &#187; Linux</title>
	<atom:link href="http://www.lodehoy.com.ar/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lodehoy.com.ar</link>
	<description></description>
	<lastBuildDate>Wed, 11 May 2011 14:08:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Installing Ubuntu 8.04.3 LTS on Dell Latitude C400</title>
		<link>http://www.lodehoy.com.ar/2009/12/installing-ubuntu-8-04-3-lts-on-dell-latitude-c400/</link>
		<comments>http://www.lodehoy.com.ar/2009/12/installing-ubuntu-8-04-3-lts-on-dell-latitude-c400/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 02:23:38 +0000</pubDate>
		<dc:creator>cabeza</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.lodehoy.com.ar/?p=443</guid>
		<description><![CDATA[The Hardware: root@ren:/home/cabeza# lspci 00:00.0 Host bridge: Intel Corporation 82830 830 Chipset Host Bridge (rev 04) 00:02.0 VGA compatible controller: Intel Corporation 82830 CGC [Chipset Graphics Controller] (rev 04) 00:02.1 Display controller: Intel Corporation 82830 CGC [Chipset Graphics Controller] 00:1d.0 USB Controller: Intel Corporation 82801CA/CAM USB Controller #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Hardware:</strong></p>
<p>root@ren:/home/cabeza# lspci<br />
00:00.0 Host bridge: Intel Corporation 82830 830 Chipset Host Bridge (rev 04)<br />
00:02.0 VGA compatible controller: Intel Corporation 82830 CGC [Chipset Graphics Controller] (rev 04)<br />
00:02.1 Display controller: Intel Corporation 82830 CGC [Chipset Graphics Controller]<br />
00:1d.0 USB Controller: Intel Corporation 82801CA/CAM USB Controller #1 (rev 02)<br />
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 42)<br />
00:1f.0 ISA bridge: Intel Corporation 82801CAM ISA Bridge (LPC) (rev 02)<br />
00:1f.1 IDE interface: Intel Corporation 82801CAM IDE U100 Controller (rev 02)<br />
00:1f.5 Multimedia audio controller: Intel Corporation 82801CA/CAM AC&#8217;97 Audio Controller (rev 02)<br />
00:1f.6 Modem: Intel Corporation 82801CA/CAM AC&#8217;97 Modem Controller (rev 02)<br />
02:00.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)<br />
02:01.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 02)<br />
02:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)</p>
<table border="1" width="100%">
<tbody>
<tr>
<td>Intel(R) Pentium(R) III Mobile CPU  1200MHz</td>
<td>Works: cpufreq, (module speedstep_ich)</td>
</tr>
<tr>
<td>Intel 830</td>
<td>Works: intel driver, xserver-xorg-video-intel                   2:2.2.1-1ubuntu13.8</td>
</tr>
<tr>
<td>Ethernet</td>
<td>Works: (module 3c59x)</td>
</tr>
<tr>
<td>Wireless</td>
<td>Works: (module ipw2200)</td>
</tr>
<tr>
<td>Sound</td>
<td>Works: (module snd_intel8x0 )</td>
</tr>
<tr>
<td>Modem</td>
<td>Works: (module snd_intel8x0m)</td>
</tr>
</tbody>
</table>
<p><strong>Install with PXE</strong></p>
<p>1) download netboot.tar.gz</p>
<p>http://archive.ubuntu.com/ubuntu/dists/hardy/main/installer-i386/current/images/netboot/netboot.tar.gz</p>
<p>2) decompress into tftpd root dir, like /var/tftpboot</p>
<p>3) configure dhcpd</p>
<p>host ren {<br />
hardware ethernet 00:06:5B:B6:72:CE;<br />
fixed-address 192.168.109.7;<br />
next-server 192.168.109.8; ## tftpd server<br />
filename &#8220;pxelinux.0&#8243;;<br />
}</p>
<p><strong>Suspend and hibernate</strong></p>
<p>suspend work fine with ACPI !!! no special config required.<br />
kernel version: 2.6.24-26-generic<br />
&#8220;pm-is-supported &#8211;suspend&#8221;   Ok<br />
&#8220;pm-is-supported &#8211;hibernate&#8221;  Ok<br />
&#8220;pm-is-supported &#8211;suspend-hybrid&#8221;  Fail</p>
<p><strong>Boot</strong></p>
<p>lilo boot much faster than grub</p>
<p>/etc/lilo.conf</p>
<table border="1" width="100%">
<tbody>
<tr>
<td>boot=/dev/sda<br />
map=/boot/map<br />
prompt<br />
delay=20<br />
timeout=20<br />
default=Linux</p>
<p>image=/vmlinuz</p>
<div style="padding-left: 30px;">label=Linux<br />
read-only<br />
append=&#8221;root=/dev/sda2  resume=/dev/sda1 &#8221;<br />
initrd=/initrd.img</div>
</td>
</tr>
</tbody>
</table>
<p><strong>Xorg</strong></p>
<p>/etc/X11/xorg.conf</p>
<table border="1" width="100%">
<tbody>
<tr>
<td>Section &#8220;InputDevice&#8221;</p>
<blockquote><p>Identifier	&#8220;Generic Keyboard&#8221;<br />
Driver		&#8220;kbd&#8221;<br />
Option		&#8220;XkbRules&#8221;	&#8220;xorg&#8221;<br />
Option		&#8220;XkbModel&#8221;	&#8220;pc105&#8243;<br />
Option		&#8220;XkbLayout&#8221;	&#8220;us&#8221;</p></blockquote>
<p>EndSection</p>
<p>Section &#8220;InputDevice&#8221;</p>
<blockquote><p>Identifier	&#8220;Configured Mouse&#8221;<br />
Driver		&#8220;mouse&#8221;<br />
Option		&#8220;CorePointer&#8221;</p></blockquote>
<p>EndSection</p>
<p>Section &#8220;InputDevice&#8221;</p>
<blockquote><p>Identifier	&#8220;Synaptics Touchpad&#8221;<br />
Driver		&#8220;synaptics&#8221;<br />
Option		&#8220;SendCoreEvents&#8221;	&#8220;true&#8221;<br />
Option		&#8220;Device&#8221;		&#8220;/dev/psaux&#8221;<br />
Option		&#8220;Protocol&#8221;		&#8220;auto-dev&#8221;<br />
Option		&#8220;HorizEdgeScroll&#8221;	&#8220;0&#8243;</p></blockquote>
<p>EndSection</p>
<p>Section &#8220;Device&#8221;</p>
<blockquote><p>Identifier	&#8220;Configured Video Device&#8221;<br />
Driver &#8220;intel&#8221;<br />
#	Driver &#8220;i810&#8243;<br />
Option &#8220;AccelMethod&#8221; &#8220;EXA&#8221;<br />
Option &#8220;MigrationHeuristic&#8221; &#8220;greedy&#8221;</p></blockquote>
<p>EndSection</p>
<p>Section &#8220;Monitor&#8221;</p>
<blockquote><p>Identifier	&#8220;Configured Monitor&#8221;</p></blockquote>
<p>EndSection</p>
<p>Section &#8220;Screen&#8221;</p>
<blockquote><p>Identifier	&#8220;Default Screen&#8221;<br />
Monitor		&#8220;Configured Monitor&#8221;<br />
Device		&#8220;Configured Video Device&#8221;</p></blockquote>
<p>EndSection</p>
<p>Section &#8220;ServerLayout&#8221;</p>
<blockquote><p>Identifier	&#8220;Default Layout&#8221;<br />
Screen		&#8220;Default Screen&#8221;<br />
InputDevice	&#8220;Synaptics Touchpad&#8221;</p></blockquote>
<p>EndSection</td>
</tr>
</tbody>
</table>
<p><strong>Some stuff</strong></p>
<table border="1" width="100%">
<tbody>
<tr>
<td>cabeza@ren:~$ glxgears<br />
1308 frames in 5.0 seconds = 261.596 FPS<br />
1344 frames in 5.0 seconds = 268.689 FPS</td>
</tr>
</tbody>
</table>
<p><strong>Screenshot</strong></p>
<p><a href="http://www.lodehoy.com.ar/wp-content/uploads/2009/12/Screenshot.png"><img class="aligncenter size-medium wp-image-459" title="Screenshot" src="http://www.lodehoy.com.ar/wp-content/uploads/2009/12/Screenshot-300x225.png" alt="Screenshot" width="300" height="225" /></a></p>
<p><a href="http://www.linux-on-laptops.com/" title="Linux on Laptops"><br />
<img src="http://www.linux-on-laptops.com/images/banner1.gif" alt="Linux On Laptops"  width="468" height="60" border="0"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lodehoy.com.ar/2009/12/installing-ubuntu-8-04-3-lts-on-dell-latitude-c400/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

