Skip to main content

fedora core 1 on a dell inspiron 5150

..raw:: html

<html><body><p>To get Fedora to run on a Dell Inspiron 5150 is pretty easy. The installation procedure will take care of most things automatically.

<span class="update"><em>Update:</em> I had a complaint about leaving Windows on the machine, so I changed the text slightly ;-)</span>

<span class="update"><em>Update:</em> Added some information about ACPI and some module configuration stuff</span>

<span class="update"><em>Update:</em> Grub is the only bootloader available.</span>

<!--more-->

First you have to decide if you want to keep your Windows partition. If you want to be able to boot into Windows, you will have to resize the partition to make room for Linux. You can do this by using Partition Magic (version 8) or using the <a href="http://www.utc.fr/~villegas/docs/nx7000/#multiboot" title="fedora core 1 (or redhat 9) on the hp compaq nx7000">howto</a> Villegas wrote. If you don't want to keep Windows, just create partitions over the existing partitions.

Then pop in the 1st Fedora CD and reboot the machine. I let the installer automatically create partitions in the free space Partition Magic created. Install the stuff you need and wait for the procedure to end.

On reboot you will notice that you can't boot the default SMP kernel, you will have to boot the normal kernel for the time being. Continuing to boot the normal kernel will not help much, because Fedora wil try to start X. Because the NVIDIA driver has not been installed, it will not work.

In Grub, go to the non-SMP kernel using the keyboar, then press the "A" key. Add the number 3 at the end of the command line and press ENTER. Now Fedora will boot to text mode and you can login. Login and go to the <a href="http://www.nvidia.com/linux/" title="nvidia linux drivers portal page">NVIDIA</a> site and download the latest driver for X. Make sure you also download the README file if you haven't installed NVIDIA drivers before. Otherwise the installation might be a bit difficult.

After installation edit /etc/X11/XF86Config according to the README file, making sure the correct resolution for your screen is available. I had to add the 1600x1200 resolution.

Now you can start X to make sure it works, or just assume it will work and reboot and see wat else fails ;-)

After this I tried to get DVD replay to work. After some trouble with Xine, I just installed Ogle by installing the RPMS from FreshRPMs.net. They have RPM's available for Fedora Core 1 (Yarrow). See the <a href="http://www.dtek.chalmers.se/groups/dvd/redhat.shtml" title="ogle rpm download page">Ogle RedHat RPM download page</a> and look for the FreshRPMS links and download the RPM using that link. Make sure you also install alsa-lib from FreshRPMS.

While starting up, you might notice some warnings from modules failing to work or failing to be found. Villegas has a <a href="http://www.utc.fr/~villegas/docs/nx7000/extras/etc_modules.conf" title="Villegas example /etc/modules.conf file">modules.conf</a> file, from which the lines about the floppy (/dev/fd0) module, the APM BIOS warnings and the AC'97 sound warnings should be copied to your own /etc/modules.conf file.

To see the battery status, open /etc/grub.conf in your favourite editor and add "acpi=on" to both kernel boot options. I also changed the default boot choice from 0 (the SMP kernel) to 1, for the normal kernel.

Now I just need to get Power Management and Hyperthreading to work. I already know I have to get kernel 2.6 for Hyperthreading to start working properly.

For those of you wondering what is in this laptop:

</p><ul>

<li>Pentium 4 3.06GHz</li>

<li>768 MB RAM</li>

<li>nVIDIA GeForce FX Go5200 64MB</li>

<li>60GB HD</li>

</ul>

<a href="http://www.knopper.net/knoppix/index-en.html" title="KNOPPIX - Live Linux Filesystem On CD">KNOPPIX</a> will not work, there's some problem during startup, but as the screen remains blank, I don't know which problem.</body></html>