<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5413459</id><updated>2011-04-22T00:43:57.596-04:00</updated><title type='text'>Red Hat Linux on a Compaq Presario 2538cl Notebook</title><subtitle type='html'>Install Log of Red Hat Linux on a Compaq Presario 2538cl notebook</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://linuxpresario.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>21</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5413459.post-106745730560495682</id><published>2003-10-29T14:55:00.000-05:00</published><updated>2003-10-29T14:55:04.296-05:00</updated><title type='text'></title><content type='html'>This blog has been relocated to &lt;a href="http://boshoff.za.net/linux/"&gt;boshoff.za.net&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-106745730560495682?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/106745730560495682'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/106745730560495682'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_10_01_archive.html#106745730560495682' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-106553572563917997</id><published>2003-10-09T09:26:00.000-04:00</published><updated>2003-10-10T10:15:42.533-04:00</updated><title type='text'></title><content type='html'>I decided to give the kernel.org kernels a shot, instead of using Red Hat's kernels.  Here's the log of how I set up the kernel.&lt;br /&gt;&lt;br /&gt;Actually, I first tried only running the kernel with acpi patched in (no swsusp), but the kernel freezes during start-up at kudzu (Checking for new hardware...).  I haven't played around with it a lot yet, I'll ask around first and see if I can get to run as smoothly as the RH kernel first. &lt;br /&gt;&lt;br /&gt;This post will now supersede that of May 26th.&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt; Download the latest stable (2.4) kernel and appropriate patches:&lt;br /&gt;   &lt;ol&gt;&lt;br /&gt;   &lt;li&gt; Kernel from &lt;a href="www.kernel.org"&gt;kernel.org&lt;/a&gt;.&lt;br /&gt;   &lt;li&gt; ACPI Patch matching kernel version from &lt;a href="http://acpi.sourceforge.net/"&gt;ACPI4Linux&lt;/a&gt; project page.&lt;br /&gt;   &lt;li&gt; Software suspend patch from &lt;a href="http://swsusp.sourceforge.net/"&gt;Software Suspend for Linux&lt;/a&gt;.&lt;br /&gt;   &lt;li&gt; &lt;strike&gt;New NTFS driver patch from the &lt;a href="http://linux-ntfs.sourceforge.net/"&gt;Linux NTFS Project&lt;/a&gt;.&lt;/strike&gt; It seems I'll have to wait on this driver.  The software suspend patch does not support this driver yet.  So, just go with the NTFS driver already present in the 2.4 kernel.  &lt;br /&gt;   &lt;/ol&gt;&lt;br /&gt;&lt;li&gt; Unpack the kernel and apply the patches:&lt;br /&gt;   &lt;ol&gt;&lt;br /&gt;   &lt;li&gt; Kernel in &lt;tt&gt;/usr/src: &lt;br&gt;bzip2 -dc ~/Software/linux-2.4.22.tar.bz2 | tar xvf -&lt;/tt&gt;&lt;br&gt;  As RedHat likes to do, I created a symlink &lt;br&gt;&lt;tt&gt;ln -s /usr/src/linux-2.4.22 /usr/src/linux-2.4&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;   &lt;li&gt; Apply ACPI patch from &lt;tt&gt;/usr/src/linux-2.4:&lt;br&gt; bzip2 -dc ~/Software/acpi-20030918-2.4.22.diff.bz2 | patch -p1&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;   &lt;li&gt; Unpack the swsusp package, and then apply it from &lt;tt&gt;/usr/src/linux-2.4:&lt;br&gt; bzip2 -dc ~/Software/swsusp-2.0-rc1-whole | patch -p1&lt;/tt&gt;&lt;br&gt;  &lt;br /&gt;&lt;br /&gt;   &lt;li&gt; &lt;strike&gt;Apply the NTFS patch from &lt;tt&gt;/usr/src/linux-2.4:&lt;br&gt; bzip2 -dc ~/Software/linux-2.4.22-ntfs-2.1.4c.patch.bz2 | patch -p1&lt;/tt&gt;&lt;/strike&gt;&lt;br /&gt;   &lt;/ol&gt;&lt;br /&gt;&lt;li&gt; &lt;tt&gt;make clean;make mrproper&lt;/tt&gt;&lt;br /&gt;&lt;li&gt; Copy my last .config file, which you can see &lt;a href="http://jan.boshoff.za.net/config-2.4.22"&gt;here&lt;/a&gt;.  I'm still in the process of streamlining this kernel for my laptop, since I don't have tons of time or experience, I'm not sure yet which components are safe to leave out.&lt;br&gt; &lt;tt&gt;make xconfig&lt;/tt&gt;, just save and exit.&lt;br /&gt;&lt;li&gt; &lt;tt&gt;make dep&lt;/tt&gt;&lt;br /&gt;&lt;li&gt; Change the version information in &lt;tt&gt;/usr/src/linux-2.4/Makefile&lt;/tt&gt; to reflect the new version.  (I just add "custom" to the end.)&lt;br /&gt;&lt;li&gt; &lt;tt&gt;make bzImage&lt;/tt&gt;&lt;br /&gt;&lt;li&gt; &lt;tt&gt;make modules; make modules_install&lt;/tt&gt;&lt;br /&gt;&lt;li&gt; Copy the kernel (and corresponding config file to /boot):&lt;br&gt;&lt;tt&gt;cp /usr/src/linux-2.4/arch/i386/boot/bzImage /boot/vmlinuz-2.4.22custom&lt;br&gt;/usr/src/linux-2.4/.config /boot/config-2.4.22custom&lt;/tt&gt;.&lt;br /&gt;&lt;li&gt; &lt;tt&gt;mkinitrd initrd-kernel-version.img kernel-version&lt;/tt&gt;&lt;br /&gt;&lt;li&gt; Edit the GRUB configuration file and add the kernel entry, appending "resume /dev/hda6" to the kernel parameters.  As the HOW-TO on the Software Suspend site suggests, I also added an entry with "resume /hda6 noresume", so you have the option of skipping the resume.&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;Now it's a matter of getting Software Suspend to work, I haven't tried yet.  It will have to wait until I have some time!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-106553572563917997?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/106553572563917997'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/106553572563917997'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_10_01_archive.html#106553572563917997' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-106433641270320273</id><published>2003-09-23T13:00:00.000-04:00</published><updated>2003-09-24T16:30:39.486-04:00</updated><title type='text'></title><content type='html'>My to-do list currently stands at:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt; Enabling software suspend.  I stumbled upon the &lt;a href="http://sourceforge.net/projects/swsusp"&gt; Software Suspend&lt;/a&gt; site at Sourceforge.  Will try to incorporate this.  Wondering whether it will shorten boot time?&lt;br /&gt;&lt;li&gt; I'd like set up digital video editing on Linux.  This would require compiling and installing some libraries and software.  I'll document progress etc. here.&lt;br /&gt;&lt;li&gt; Think about re-arranging some of the info on this site.  The blog is nice, but makes it rather hard to get to stuff.&lt;br /&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-106433641270320273?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/106433641270320273'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/106433641270320273'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_09_01_archive.html#106433641270320273' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-106219678676047626</id><published>2003-08-29T18:39:00.000-04:00</published><updated>2003-08-29T18:39:46.710-04:00</updated><title type='text'></title><content type='html'>Okay, here's the comment about automatically saving a .emf file from grace.&lt;br /&gt;&lt;br /&gt;After installing pstoedit, and making sure that it can succesfully convert .eps to .emf, add the following line to gracerc in ~/.grace:&lt;br /&gt;&lt;br /&gt;&lt;tt&gt;DEFINE OFILTER "pstoedit -f emf - %s" PATTERN "*.emf"&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;Then when specifying the filename with a .emf extension under the "Print Setup" menu (and selecting the eps print device) it will filter it automatically through pstoedit.  Still a little tedious, but quicker than doing it all manually.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-106219678676047626?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/106219678676047626'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/106219678676047626'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_08_01_archive.html#106219678676047626' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-106141495204442070</id><published>2003-08-20T17:29:00.000-04:00</published><updated>2003-08-20T17:59:19.450-04:00</updated><title type='text'></title><content type='html'>I'm interested in being able to save Grace graph files to wmf/emf.  So I found a neat library, &lt;a href="http://libemf.sourceforge.net/"&gt;libEMF&lt;/a&gt;, which I think might be able to do this.  Downloaded libEMF from the &lt;a href="http://sourceforge.net/projects/libemf"&gt;SourceForge site&lt;/a&gt;, together with the patch that is also on that site.  Then also downloaded the neat package &lt;a href="http://pstoedit.net"&gt;pstoedit&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;  &lt;li&gt; Applied the patch to the libEMF directory: &lt;tt&gt;cat libEMF-1.0.fixes-2002-09-30.diff | patch -p1&lt;/tt&gt;&lt;br /&gt;  &lt;li&gt; &lt;tt&gt;./configure;make;make install&lt;/tt&gt;&lt;br /&gt;  &lt;li&gt; In the pstoedit directory, also do &lt;tt&gt;./configure;make;make install&lt;/tt&gt;&lt;br /&gt;  &lt;li&gt; At least now I'm able to convert eps to emf with &lt;tt&gt;pstoedit -f wmf file.eps file.emf&lt;/tt&gt; which produces vector graphs for ease of use in Windows Apps.&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;Will comment later on how to possibly automatically include this in Grace using some kind of filter.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-106141495204442070?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/106141495204442070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/106141495204442070'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_08_01_archive.html#106141495204442070' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-105891903611053895</id><published>2003-07-22T20:10:00.000-04:00</published><updated>2003-09-23T16:40:07.440-04:00</updated><title type='text'></title><content type='html'>Downloaded and installed the new kernel today.  Recompiled according to my previous post.&lt;br /&gt;&lt;br /&gt;Also installed Intel Fortran Compiler today.  Since there is an incompatibility between ifc and the new glibc libraries used by RH9, I followed some suggestions that I found in an &lt;a href="http://http://intel.forums.liveworld.com/thread.jsp?forum=121&amp;thread=5821&amp;start=30&amp;msRange=15"&gt;Intel forum&lt;/a&gt;.  It basically comes down to&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;  &lt;li&gt; Downloaded &lt;tt&gt;glibc-2.2.93-5.i686.rpm&lt;/tt&gt; from the RH8.0 distribution at a &lt;a href="http://www.redhat.com/download/mirror.html"&gt;Red Hat FTP mirror&lt;/a&gt;.&lt;br /&gt;  &lt;li&gt; Extracted the old libraries from the rpm with the commands:&lt;br /&gt;         &lt;tt&gt;rpm2cpio glibc-2.2.93-5.i686.rpm | cpio -idv ./lib/i686/libc-2.2.93.so ./lib/i686/libc.so.6 ./lib/libc-2.2.93.so ./lib/libc.so.6 ./lib/libcrypt-2.2.93.so ./lib/libcrypt.so.1&lt;/tt&gt;&lt;br /&gt;         &lt;tt&gt;rpm2cpio glibc-2.2.93-5.i686.rpm | cpio -idv ./lib/i686/libpthread-0.10.so ./lib/i686/libpthread.so.0 ./lib/libpthread-0.10.so ./lib/libpthread.so.0&lt;/tt&gt;&lt;br /&gt;  &lt;li&gt; Copied the newly created lib directory to the Intel install directory:&lt;br /&gt;         &lt;tt&gt;mkdir /usr/local/intel/old_libs; cp -r ./lib/* /usr/local/intel/old_libs/&lt;/tt&gt;&lt;br /&gt;  &lt;li&gt; Edited &lt;tt&gt;/usr/local/intel/compiler70/ia32/bin/ifc.cfg&lt;/tt&gt; to contain:&lt;br /&gt;         &lt;tt&gt;-L/usr/local/intel/old_libs -lc-2.2.93&lt;/tt&gt;&lt;br /&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-105891903611053895?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105891903611053895'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105891903611053895'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_07_01_archive.html#105891903611053895' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-10580570232840878</id><published>2003-07-12T20:43:00.000-04:00</published><updated>2003-07-12T20:45:33.756-04:00</updated><title type='text'></title><content type='html'>Found drivers today for the video card!  The performance is no doubt a lot better than with the VESA driver.   It seems to provide 2D acceleration, which makes a big difference in your interaction with Gnome!  &lt;a href="http://sylvestre.ledru.info/howto/presario_2500_vo.php"&gt;Sylvestre Ledru&lt;/a&gt; has a site in which he documented installation of Linux on his Presario 2500.  He also has a link to the driver, with installation instructions.  If his site is down for some reason.  &lt;a href="http://columbus.che.udel.edu/~boshoff/radeon_drivers.tgz"&gt;Here&lt;/a&gt;'s my copy of it.  Basically, you just untar and run &lt;tt&gt;./install&lt;/tt&gt;.  Also, edit &lt;tt&gt;/etc/X11/XF86Config&lt;/tt&gt; to contain the following:&lt;br /&gt;&lt;br /&gt;&lt;tt&gt;Section "Device"&lt;br /&gt; &amp;nbsp;&amp;nbsp;       Identifier  "ATI"&lt;br /&gt;&amp;nbsp;&amp;nbsp;        Driver      "radeon"&lt;br /&gt;&amp;nbsp;&amp;nbsp;        VendorName  "ATI Radeon"&lt;br /&gt; &amp;nbsp;&amp;nbsp;       BoardName   "Mobility U1"&lt;br /&gt; &amp;nbsp;&amp;nbsp;       VideoRam    65536&lt;br /&gt;EndSection&lt;br /&gt;&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;And remember to point the "Screen" section to this device.  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-10580570232840878?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/10580570232840878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/10580570232840878'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_07_01_archive.html#10580570232840878' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-105779762538191000</id><published>2003-07-09T20:40:00.000-04:00</published><updated>2003-07-09T20:42:18.793-04:00</updated><title type='text'></title><content type='html'>Mmm, noticed today that I can't mount the WinXP NTFS filesystems.  So went to the &lt;a href="http://linux-ntfs.sourceforge.net/info/redhat.html"&gt;RedHat NTFS Project Page&lt;/a&gt; and downloaded the rpm.  However, since I've recompiled the kernel, the module they have available won't work right away.  You need to recompile the kernel if you'd like this to work.  Since this is not crucial to me, I'll wait until the next kernel release when I have to recompile anyways.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-105779762538191000?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105779762538191000'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105779762538191000'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_07_01_archive.html#105779762538191000' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-105596284583920270</id><published>2003-06-18T15:00:00.000-04:00</published><updated>2003-06-18T15:20:21.603-04:00</updated><title type='text'></title><content type='html'>Tried today to do some power optimization.  I've noticed that when leaving the laptop in Linux for some, after opening it it feels pretty warm, suggesting that even though the system is idle, a lot of power has been consumed.  I guess the major one is the hard drive.  So I downloaded &lt;a href="http://www.ibiblio.org/pub/Linux/system/hardware/"&gt;hdparm&lt;/a&gt; and compiled it with make, make install.  You can set all kinds of parameters, I just chose to spin down the hard drive after 5 minutes of inactivity.  That should cut out the heat problem.&lt;br /&gt;&lt;br /&gt;Also did some streamlining at start-up.  I chkconfig'ed off the following deamons and services that I don't need:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;  &lt;li&gt; &lt;tt&gt;apmd&lt;/tt&gt;:  Have &lt;tt&gt;acpid&lt;/tt&gt; instead.&lt;br /&gt;  &lt;li&gt; &lt;tt&gt;atd&lt;/tt&gt;:  This is the "at" deamon, which allows execution of commands at a later time.  Not necessary.&lt;br /&gt;  &lt;li&gt; &lt;tt&gt;crond&lt;/tt&gt;:  Don't have anything in cron, and can't imagine needing it on a machine that's not constantly on.&lt;br /&gt;  &lt;li&gt; &lt;tt&gt;sendmail&lt;/tt&gt;:  Don't need to send mail from the system...&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;As far as my todo list is concerned, I now stand at:&lt;br /&gt;&lt;br /&gt; &lt;ol&gt;&lt;br /&gt;&lt;li&gt; &lt;strike&gt;Get the ACPI-patched kernel compiled to have battery status displayed in Gnome.&lt;/strike&gt;&lt;br /&gt;&lt;li&gt; &lt;strike&gt;Get the winmodem to work.&lt;/strike&gt;&lt;br /&gt;&lt;li&gt; &lt;strike&gt;Try to resolve the hang issues whenever firewire comes into the picture in Linux.&lt;/strike&gt; (Latest kernel resolved that)&lt;br /&gt;&lt;li&gt; &lt;strike&gt;Resolve pcmcia issues.&lt;/strike&gt; (Latest kernel resolved hang issues as well - haven't tested it yet though, don't have a pcmcia card).&lt;br /&gt;&lt;li&gt; Get the one-touch buttons to work, such as the Internet, e-mail etc. shortcut buttons.&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-105596284583920270?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105596284583920270'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105596284583920270'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_06_01_archive.html#105596284583920270' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-105529534793658841</id><published>2003-06-10T21:35:00.000-04:00</published><updated>2003-06-14T15:09:26.760-04:00</updated><title type='text'></title><content type='html'>Quick report - the touchpad functioned normally after the reboot.  Also, kudzu sucessfully starts up now.  Have not tested the linmodem on the new kernel yet, but there shouldn't be any problems there.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-105529534793658841?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105529534793658841'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105529534793658841'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_06_01_archive.html#105529534793658841' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-105476521182771025</id><published>2003-06-04T18:20:00.000-04:00</published><updated>2003-06-04T20:36:49.930-04:00</updated><title type='text'></title><content type='html'>Installed the latest Red Hat kernel today.   Followed the steps I laid out in the post on May 26th to apply the acpi patch.  Also had to reinstall the linmodem drivers:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;  &lt;li&gt; &lt;tt&gt; rpm -e hsflinmodem-5.03.27lnxtbeta03042700-1&lt;/tt&gt;&lt;br /&gt;  &lt;li&gt; &lt;tt&gt; rpm -i hsflinmodem-5.03.27lnxtbeta03042700-1.i386.rpm&lt;/tt&gt;&lt;br /&gt;  &lt;li&gt; &lt;tt&gt; /usr/sbin/hsfconfig&lt;/tt&gt;&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;Haven't checked whether the modem functions, but one thing that I have noticed, is that I can now open the hardware browser!  I suspect that the firewire issue has been resolved in this kernel.  Doing a /etc/init.d/kudzu start results in a successful new hardware check.  This is very promising of course, except that after running it, the touchpad started to act a little loony.  Hopefully this will not persist over a reboot.  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-105476521182771025?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105476521182771025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105476521182771025'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_06_01_archive.html#105476521182771025' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-105467220067494510</id><published>2003-06-03T16:30:00.000-04:00</published><updated>2003-06-03T16:30:33.560-04:00</updated><title type='text'></title><content type='html'>Installed the acpid utility, which looks for power events and issue commands that you specify.  You can get this utility at the acpid event daemon &lt;a href="http://acpid.sourceforge.net/"&gt;website&lt;/a&gt;.  Right now, I only have one event, which basically shuts down the computer when you press the power button.  I'd like more creative options here, but haven't really thought of any.  Let me know if you come up with something useful.&lt;br /&gt;&lt;br /&gt;I have a file called &lt;tt&gt;power&lt;/tt&gt; in &lt;tt&gt;/etc/acpid/events&lt;/tt&gt; that contains:&lt;br /&gt;&lt;br /&gt;&lt;tt&gt;event=button[ /]power&lt;br /&gt;action=shutdown -t 15 -h now "%e"&lt;br /&gt;&lt;/tt&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-105467220067494510?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105467220067494510'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105467220067494510'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_06_01_archive.html#105467220067494510' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-105443415728369357</id><published>2003-05-31T22:22:00.000-04:00</published><updated>2003-06-03T16:21:08.570-04:00</updated><title type='text'></title><content type='html'>Modem working now.  Downloaded and installed the drivers provided on linuxant.com, installed it and followed the steps of the installation.  Then added a new network connection using the new modem, and voila!  That was pretty easy.&lt;br /&gt;&lt;br /&gt;The drivers I used was the rpm package &lt;tt&gt;hsflinmodem-5.03.27lnxtbeta03042700-1.i386.rpm &lt;/tt&gt;, downloaded from the &lt;a href="http://www.linuxant.com/drivers/"&gt;Linuxant website&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;TODO:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt; &lt;strike&gt;Get the ACPI-patched kernel compiled to have battery status displayed in Gnome.&lt;/strike&gt;&lt;br /&gt;&lt;li&gt; &lt;strike&gt;Get the winmodem to work.&lt;/strike&gt;&lt;br /&gt;&lt;li&gt; Try to resolve the hang issues whenever firewire comes into the picture in Linux.&lt;br /&gt;&lt;li&gt; Get the one-touch buttons to work, such as the Internet, e-mail etc. shortcut buttons.&lt;br /&gt;&lt;li&gt; Resolve pcmcia issues.&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-105443415728369357?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105443415728369357'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105443415728369357'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_05_01_archive.html#105443415728369357' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-105406896470176099</id><published>2003-05-27T16:56:00.000-04:00</published><updated>2003-05-27T16:59:26.990-04:00</updated><title type='text'></title><content type='html'>Checked today - the LCD brightness buttons work with the new acpi patched kernel.  This is about all I need.&lt;br /&gt;&lt;br /&gt;TODO:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt; &lt;strike&gt;Get the ACPI-patched kernel compiled to have battery status displayed in Gnome.&lt;/strike&gt;&lt;br /&gt;&lt;li&gt; Get the winmodem to work.&lt;br /&gt;&lt;li&gt; Try to resolve the hang issues whenever firewire comes into the picture in Linux.&lt;br /&gt;&lt;li&gt; Get the one-touch buttons to work, such as the Internet, e-mail etc. shortcut buttons.&lt;br /&gt;&lt;li&gt; Resolve pcmcia issues.&lt;br /&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-105406896470176099?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105406896470176099'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105406896470176099'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_05_01_archive.html#105406896470176099' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-105399103571628017</id><published>2003-05-26T19:17:00.000-04:00</published><updated>2003-08-22T11:45:39.923-04:00</updated><title type='text'></title><content type='html'>Compiled ACPI Patched kernel today.  Basically, the easiest way to do this is to follow the &lt;a href="http://www.tldp.org/HOWTO/Kernel-HOWTO/"&gt;Linux Kernel HOWTO&lt;/a&gt; instructions:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;  &lt;li&gt; Used Red Hat Network to download the newest kernel and kernel sources.&lt;br /&gt;  &lt;li&gt; Downloaded the appropriate 2.4.20 ACPI patch from the &lt;a href="http://acpi.sourceforge.net/"&gt;ACPI4Linux Project&lt;/a&gt; page at Sourceforge.&lt;br /&gt;  &lt;li&gt; Applied the patch in the kernel source directories &lt;tt&gt;gzip -dc ~/acpi-20021212-2.4.20.diff.gz | patch -p1&lt;/tt&gt; from wihin /usr/src/linux-2.4.  At one point it complained about a diff already being applied, I did not apply this one (hit ENTER twice to accept defaults).&lt;br /&gt;  &lt;li&gt; &lt;tt&gt;make clean&lt;/tt&gt;&lt;br /&gt;  &lt;li&gt; &lt;tt&gt;make mrproper&lt;/tt&gt;&lt;br /&gt;  &lt;li&gt; Copied the last kernel config file from /boot: &lt;tt&gt;cp /boot/config-2.4.20.13-9 .config&lt;/tt&gt;&lt;br /&gt;  &lt;li&gt; &lt;tt&gt;make xconfig&lt;/tt&gt;.  I then enabled ACPI from the General Setup menu and disabled APM.  I also noticed that an incorrect CPU was specified, so I corrected that in the CPU Type menu.&lt;br /&gt;  &lt;li&gt; &lt;tt&gt;make dep&lt;/tt&gt;&lt;br /&gt;  &lt;li&gt; Edited &lt;tt&gt; /usr/src/linux-2.4/Makefile&lt;/tt&gt; and changed the version information to reflect a new version.&lt;br /&gt;  &lt;li&gt; &lt;tt&gt;make bzImage&lt;/tt&gt;&lt;br /&gt;  &lt;li&gt; &lt;tt&gt;make modules&lt;/tt&gt;&lt;br /&gt;  &lt;li&gt; &lt;tt&gt;make modules_install&lt;/tt&gt; gave an error the first time I ran it, complaining about a bat_gericom containing unresolved symbols.  Gericom is a brand of laptop, and the module bat_gericom referenced some APM libraries, which were of course not compiled, since I configured the kernel with ACPI only.  To fix this, I edited the Makefile in /usr/src/linux-2.4/drivers/char/ and commented out the line referring to Gericom: &lt;tt&gt;obj-$(CONFIG_BATTERY_GERICOM) += bat_gericom.o&lt;/tt&gt;. &lt;br /&gt;  &lt;li&gt; Copied the kernel (in and corresponding config file to /boot: &lt;tt&gt; cp /usr/src/linux-2.4/arch/i386/boot/bzImage /boot/vmlinuz-2.4.20-18.9acpi, cp /usr/src/linux-2.4/.config /boot/config-2.4.20-18.9acpi&lt;/tt&gt;&lt;br /&gt;  &lt;li&gt; &lt;tt&gt;mkinitrd initrd-kernel-version.img kernel-version&lt;/tt&gt; (see the howto) and finally edited GRUB configuration file, /boot/grub/grub.conf to load the new kernel.&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;I now have battery status reported in the Gnome panel (by adding the gnome applet Battery Status Monitor), and Linux can turn off the laptop when you shut down the system.  I've not played around with any of the other buttons yet (power and LCD brightness, volume etc.), but will do this is due time.   For now it works fine.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-105399103571628017?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105399103571628017'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105399103571628017'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_05_01_archive.html#105399103571628017' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-105381824336561900</id><published>2003-05-24T19:17:00.000-04:00</published><updated>2003-05-24T19:19:58.370-04:00</updated><title type='text'></title><content type='html'>Okay, after playing around a little with the Quickrestore CD's, I noticed that it uses PowerQuest software to do the image restore.  I then attempted to edit the scriptfile that does the factory restore such that it would restore the image onto a 40Gb partition instead of the factory 60Gb.  The script file I used is as follows:&lt;br /&gt;&lt;br /&gt;&lt;tt&gt;&lt;br /&gt;SELECT DRIVE 1&lt;br /&gt;DELETE ALL&lt;br /&gt;SELECT FREESPACE FIRST&lt;br /&gt;SELECT IMAGE 1&lt;br /&gt;RESIZE IMAGE 40000&lt;br /&gt;RESTORE&lt;br /&gt;SELECT PARTITION 1&lt;br /&gt;SET ACTIVE&lt;br /&gt;&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;Then used the following restore command after booting with the Quickrestore CD's and Ctrl-C to get a DOS prompt.  Note Q:\ is the CD-ROM drive and B:\ floppy drive, onto which I saved the above-mentioned script.&lt;br /&gt;&lt;br /&gt;Q:\tools\pqimgmb.exe /cmd=b:\qrestore.scr /img=q:\restore\factory.pqi /nrb /esf=q:\tools\%string%&lt;br /&gt;&lt;br /&gt;This is the command used in one of the MS-DOS batch files used to invoke the restore.&lt;br /&gt;&lt;br /&gt;I thought that everything would go according to plan, and other than a "Lost clusters xxx-xxx" message (!), all seemed well.  Upon restart however, though WinXP appeared to work fine, it was still installed on a 60Gb partition!  &lt;br /&gt;&lt;br /&gt;So... since I'm running out of time, I did a complete quick-restore, this time going through with the standard procedure.  The restore went smoothly this time.  I then resorted to buying partition resizing software (7tools's Partition Manager, which I believe is basically Paragon Partition Manager at a little cheaper price for $30), resized the WinXP partition and reinstalled Red Hat 9.0 in the remaining free space.&lt;br /&gt;&lt;br /&gt;Red Hat Linux install was smooth as well, and so I have a functioning dual-boot notebook now.  &lt;br /&gt;&lt;br /&gt;Since I have a set-up that can facilitate in getting a thesis written now, I will probably let it be for a while.  &lt;br /&gt;&lt;br /&gt;My Linux to-do list, in order of importance:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt; Get the ACPI-patched kernel compiled to have battery status displayed in Gnome.&lt;br /&gt;&lt;li&gt; Get the winmodem to work.&lt;br /&gt;&lt;li&gt; Try to resolve the hang issues whenever firewire comes into the picture in Linux.&lt;br /&gt;&lt;li&gt; Get the extra functionality keyboard buttons to work in Linux - this involves the monitor brightness adjustment (can this be done at all? - please e-mail me!) as well as Internet, e-mail etc. shortcut buttons.&lt;br /&gt;&lt;li&gt; Resolve pcmcia issues.&lt;br /&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-105381824336561900?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105381824336561900'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105381824336561900'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_05_01_archive.html#105381824336561900' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-105361365042072524</id><published>2003-05-22T10:27:00.000-04:00</published><updated>2003-05-22T10:27:51.470-04:00</updated><title type='text'></title><content type='html'>I'm planning a complete, cleaner re-install, to enable a dual-boot setup with WinXP.  I'd like to use the restore CD's that came with the computer to recover all software into a smaller partition on the hard drive, then use the remaining free space to install Linux.&lt;br /&gt;&lt;br /&gt;This approach largely stems from my desire not to purchase partition resizing software that I'll use only ONCE.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-105361365042072524?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105361365042072524'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105361365042072524'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_05_01_archive.html#105361365042072524' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-105355204302024988</id><published>2003-05-21T17:20:00.000-04:00</published><updated>2003-05-22T10:50:27.133-04:00</updated><title type='text'></title><content type='html'>I just came up with an apt hostname, which I thought I'd share:  &lt;strong&gt;teleo&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Definition from &lt;a href="http://www.biblestudytools.net/Lexicons/Greek/grk.cgi?number=5055&amp;version=nas"&gt;Thayer and Smith. "Greek Lexicon entry for Teleo". "The NAS New Testament Greek Lexicon"&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;&lt;ol TYPE="1"&gt;&lt;br /&gt;&lt;li&gt; to bring to a close, to finish, to end &lt;br /&gt;&lt;ol TYPE="a"&gt;&lt;br /&gt;&lt;li&gt; passed, finished&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;li&gt; to perform, execute, complete, fulfil, (so that the thing done corresponds to what has been said, the order, command etc.) &lt;br /&gt;&lt;ol TYPE="a"&gt;&lt;br /&gt;&lt;li&gt; with special reference to the subject matter, to carry out the contents of a command &lt;br /&gt;&lt;li&gt; with reference also to the form, to do just as commanded, and generally involving the notion of time, to perform the last act which completes a process, to accomplish, fulfil&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;li&gt; to pay &lt;br /&gt;&lt;ol TYPE="a"&gt;&lt;br /&gt;&lt;li&gt; of tribute&lt;br /&gt;&lt;/ol&gt;&lt;/ol&gt;&lt;br /&gt;"When Jesus therefore had received the sour wine, He said, "It is &lt;b&gt;finish&lt;/b&gt;ed!" And He bowed His head, and gave up His spirit." &lt;i&gt;John 19:30&lt;/i&gt;&lt;br&gt;&lt;br /&gt;"And He has said to me, "My grace is sufficient for you, for power is &lt;b&gt;perfected&lt;/b&gt; in weakness." Most gladly, therefore, I will rather boast about my weaknesses, that the power of Christ may dwell in me." &lt;i&gt;2 Corinthians 12:9&lt;/i&gt;&lt;br&gt;&lt;br /&gt;"I have fought the good fight, I have &lt;b&gt;finish&lt;/b&gt;ed the course, I have kept the faith;" &lt;i&gt;2 Timothy 4:7&lt;/i&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-105355204302024988?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105355204302024988'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105355204302024988'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_05_01_archive.html#105355204302024988' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-105352382764289539</id><published>2003-05-21T09:30:00.000-04:00</published><updated>2003-05-21T09:30:27.683-04:00</updated><title type='text'></title><content type='html'>To take care of the pcmcia problem, I've chkconfig'ed pcmcia off for now.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-105352382764289539?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105352382764289539'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105352382764289539'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_05_01_archive.html#105352382764289539' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-105348987696167927</id><published>2003-05-21T00:04:00.000-04:00</published><updated>2003-05-21T19:47:35.823-04:00</updated><title type='text'></title><content type='html'>Resolved the X resolution issue.  &lt;br /&gt;&lt;br /&gt;The laptop has a Radeon IGP 340M chip, with no drivers available for XFree86.  Well, to be more accurate, there are some commercial drivers available from &lt;a href="http://www.xigraphics.com"&gt;Xi Graphics&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Here's my /etc/X11/XF86Config:&lt;br /&gt;&lt;br /&gt;&lt;tt&gt;&lt;small&gt;&lt;br /&gt;# XFree86 4 configuration created by redhat-config-xfree86&lt;br /&gt; &lt;br /&gt;Section "ServerLayout"&lt;br /&gt;        Identifier     "Default Layout"&lt;br /&gt;        Screen      0  "Screen0" 0 0&lt;br /&gt;        InputDevice    "Mouse0" "CorePointer"&lt;br /&gt;        InputDevice    "Keyboard0" "CoreKeyboard"&lt;br /&gt;        InputDevice    "DevInputMice" "AlwaysCore"&lt;br /&gt;EndSection&lt;br /&gt; &lt;br /&gt;Section "Files"&lt;br /&gt; &lt;br /&gt;# RgbPath is the location of the RGB database.  Note, this is the name of the&lt;br /&gt;# file minus the extension (like ".txt" or ".db").  There is normally&lt;br /&gt;# no need to change the default.&lt;br /&gt;# Multiple FontPath entries are allowed (they are concatenated together)&lt;br /&gt;# By default, Red Hat 6.0 and later now use a font server independent of&lt;br /&gt;# the X server to render fonts.&lt;br /&gt;        RgbPath      "/usr/X11R6/lib/X11/rgb"&lt;br /&gt;        FontPath     "unix/:7100"&lt;br /&gt;EndSection&lt;br /&gt; &lt;br /&gt;Section "Module"&lt;br /&gt;        Load  "dbe"&lt;br /&gt;        Load  "extmod"&lt;br /&gt;        Load  "fbdevhw"&lt;br /&gt;        Load  "glx"&lt;br /&gt;        Load  "record"&lt;br /&gt;        Load  "freetype"&lt;br /&gt;        Load  "type1"&lt;br /&gt;EndSection&lt;br /&gt; &lt;br /&gt;Section "InputDevice"&lt;br /&gt; &lt;br /&gt;# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))&lt;br /&gt;#       Option  "Xleds"         "1 2 3"&lt;br /&gt;# To disable the XKEYBOARD extension, uncomment XkbDisable.&lt;br /&gt;#       Option  "XkbDisable"&lt;br /&gt;# To customise the XKB settings to suit your keyboard, modify the&lt;br /&gt;# lines below (which are the defaults).  For example, for a non-U.S.&lt;br /&gt;# keyboard, you will probably want to use:&lt;br /&gt;#       Option  "XkbModel"      "pc102"&lt;br /&gt;# If you have a US Microsoft Natural keyboard, you can use:&lt;br /&gt;#       Option  "XkbModel"      "microsoft"&lt;br /&gt;#&lt;br /&gt;# Then to change the language, change the Layout setting.&lt;br /&gt;# For example, a german layout can be obtained with:&lt;br /&gt;#       Option  "XkbLayout"     "de"&lt;br /&gt;# or:&lt;br /&gt;#       Option  "XkbLayout"     "de"&lt;br /&gt;#       Option  "XkbVariant"    "nodeadkeys"&lt;br /&gt;#&lt;br /&gt;# If you'd like to switch the positions of your capslock and&lt;br /&gt;# control keys, use:&lt;br /&gt;#       Option  "XkbOptions"    "ctrl:swapcaps"&lt;br /&gt;# Or if you just want both to be control, use:&lt;br /&gt;#       Option  "XkbOptions"    "ctrl:nocaps"&lt;br /&gt;#&lt;br /&gt;        Identifier  "Keyboard0"&lt;br /&gt;        Driver      "keyboard"&lt;br /&gt;        Option      "XkbRules" "xfree86"&lt;br /&gt;        Option      "XkbModel" "pc105"&lt;br /&gt;        Option      "XkbLayout" "us"&lt;br /&gt;EndSection&lt;br /&gt; &lt;br /&gt;Section "InputDevice"&lt;br /&gt;        Identifier  "Mouse0"&lt;br /&gt;        Driver      "mouse"&lt;br /&gt;        Option      "Protocol" "IMPS/2"&lt;br /&gt;        Option      "Device" "/dev/psaux"&lt;br /&gt;        Option      "ZAxisMapping" "4 5"&lt;br /&gt;        Option      "Emulate3Buttons" "no"&lt;br /&gt;EndSection&lt;br /&gt; &lt;br /&gt;Section "InputDevice"&lt;br /&gt; &lt;br /&gt;# If the normal CorePointer mouse is not a USB mouse then&lt;br /&gt;# this input device can be used in AlwaysCore mode to let you&lt;br /&gt;# also use USB mice at the same time.&lt;br /&gt;        Identifier  "DevInputMice"&lt;br /&gt;        Driver      "mouse"&lt;br /&gt;        Option      "Protocol" "IMPS/2"&lt;br /&gt;        Option      "Device" "/dev/input/mice"&lt;br /&gt;        Option      "ZAxisMapping" "4 5"&lt;br /&gt;        Option      "Emulate3Buttons" "no"&lt;br /&gt;EndSection&lt;br /&gt; &lt;br /&gt;Section "Monitor"&lt;br /&gt;        Identifier   "Monitor0"&lt;br /&gt;        VendorName   "Monitor Vendor"&lt;br /&gt;        ModelName    "Generic Laptop Display Panel 1400x1050"&lt;br /&gt;        HorizSync    31.5 - 90.0&lt;br /&gt;        VertRefresh  59.0 - 75.0&lt;br /&gt;        Option      "dpms"&lt;br /&gt;EndSection&lt;br /&gt; &lt;br /&gt;Section "Device"&lt;br /&gt;        Identifier  "Videocard0"&lt;br /&gt;        Driver      "vesa"&lt;br /&gt;        VendorName  "Videocard vendor"&lt;br /&gt;        BoardName   "VESA driver (generic)"&lt;br /&gt;EndSection&lt;br /&gt; &lt;br /&gt;Section "Screen"&lt;br /&gt;        Identifier "Screen0"&lt;br /&gt;        Device     "Videocard0"&lt;br /&gt;        Monitor    "Monitor0"&lt;br /&gt;        DefaultDepth     24&lt;br /&gt;        SubSection "Display"&lt;br /&gt;                Depth     16&lt;br /&gt;                Modes    "800x600" "640x480"&lt;br /&gt;        EndSubSection&lt;br /&gt;        SubSection "Display"&lt;br /&gt;                Depth     24&lt;br /&gt;                Modes    "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"&lt;br /&gt;        EndSubSection&lt;br /&gt;EndSection&lt;br /&gt; &lt;br /&gt;Section "DRI"&lt;br /&gt;        Group        0&lt;br /&gt;        Mode         0666&lt;br /&gt;EndSection&lt;br /&gt;&lt;/small&gt; &lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;To do:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;  &lt;li&gt;  Get the winmodem to work under Linux&lt;/li&gt;&lt;br /&gt;  &lt;li&gt;  Resolve annoying pcmcia issue upon shutdown&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-105348987696167927?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105348987696167927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105348987696167927'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_05_01_archive.html#105348987696167927' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5413459.post-105347705341829259</id><published>2003-05-20T20:30:00.000-04:00</published><updated>2003-05-27T17:05:54.893-04:00</updated><title type='text'></title><content type='html'>This will be a log of my attempts to install and tweak Red Hat Linux on a Compaq Presario 2538cl notebook.  I'm at the verge of writing my PhD thesis, and would very much like to do it in LaTeX, which is why I've chosen to go this route.&lt;br /&gt;&lt;br /&gt;Quick bio of the Notebook:&lt;br /&gt;&lt;br /&gt;P4 2.6GHz&lt;br /&gt;1GB RAM&lt;br /&gt;60 GB HDD&lt;br /&gt;15" SXGA TFT (1400x1050)&lt;br /&gt;ATI Radeon IGP 340M&lt;br /&gt;&lt;br /&gt;I'll need to get more details later on about the above specs, but for now, this will do.  &lt;br /&gt;&lt;br /&gt;Red Hat 9.0 Installation will not run as automatically, since it hangs at the point where the firewire driver is loaded.  Consequently, to start the installation:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;  &lt;li&gt;At the Linux Boot screen, type 'linux nofirewire'&lt;br /&gt;  &lt;li&gt;Installed with everything that made sense - kept the VESA generic driver for the video card and generic monitor.&lt;br /&gt;  &lt;li&gt;Boot from CD and specify linux 'rescue nofirewire'&lt;br /&gt;  &lt;li&gt;In rescue mode, after the installed image is mounted, typed the following in the shell:&lt;br /&gt;        ln -s /mnt/sysimage/etc/rc.d/* /etc&lt;br /&gt;        ln -s /mnt/sysimage/etc/init.d /etc&lt;br /&gt;        ln -s /mnt/sysimage/etc/rc.d* /etc&lt;br /&gt;        chkconfig kudzu off&lt;br /&gt;  &lt;li&gt;Reboot, now I was able to have the machine boot and log in.&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;Unresolved issues:  &lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;  &lt;li&gt;The video resolution is 800x600, not good since the native resolution of the monitor is 1400x1050.  Have to look into which driver to specify.&lt;br /&gt;  &lt;li&gt;When shutting down the computer, it hangs on "Stopping pcmcia: unloading Kernel Card Services."&lt;br /&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5413459-105347705341829259?l=linuxpresario.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105347705341829259'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5413459/posts/default/105347705341829259'/><link rel='alternate' type='text/html' href='http://linuxpresario.blogspot.com/2003_05_01_archive.html#105347705341829259' title=''/><author><name>Jan</name><uri>http://www.blogger.com/profile/05450157763199403166</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>
