Subject: Note on Updating the Kernel for the Fedora3 tcs3 computers Date: 2005-05 0. Intro Updating the kernel require a bits of extra work due to: 1. We develop our own modules (pmac.o) -> recompile after kernel upgraed. 2. Install NVIDIA drivers for twinview support -> reintall requires after kernel upgrade. Notes on upgrading from the 2.6.10-1.770_FC3 to 2.6.11-1.14_FC3 1. Install all installed packages using yum update. yum installed new kernel 2.6.11-1.14_FC3 -> need to do additional work for new kernel. 2. Modify /etc/inittab to not boot into X. (runlevel 3 instead of 5) Disable loading of pmac.ko module in /etc/rc.d/rc.local Modify grub menu.lst under / to boot the non-smp kernel (smp kernel hung on boot). Remove smp kernel files and references in grub.conf. Reboot. 3. re-Install the NVIDIA driver. Must be done after compiling new kernel. Downloaded new driver from www.nvidia.com, version NVIDIA-Linux-x86-1.0-7174 and stored it in /home/tcs3/public_html/systems/tcs3/computers/linux/0505-nvidia # cd /home/tcs3/public_html/systems/tcs3/computers/linux/0505-nvidia # sh NVIDIA-Linux-x86-1.0-7174-pkg1.run.txt Modify /etc/inittab to boot into X. 5. TCS create /dev/pmac node: # mknod --mode=666 /etc/udev/devices/pmac c 66 0 Recompile and test tcs3 main.