I have successfully installed CentOS 4.3 on the laptop and it currently works. I found a how-to-install readme on installing and configuring the Intel Pro/Wireless 2915abg, but it suggests that I install a new kernel. Currently I have the 2.9.x and I would like to install 2.6.16. I have downoaded and untarred the newest kernel from www.kernel.org. Then I ran the following commands in the extracted directory:
make xconfig ( and try to configure all of the hardware my knowledge will let me)
make dep
make clean
make bzImage
make modules
make modules_install
Then I configure my /etc/grub.conf file for the "2.6.16" kernel. Then I save my configuration and reboot. Upon reboot I select the new kernel option and the system has a Kernel panic before the Interactive startup option is displayed.
If anyone has installed linux and has compiled the 2.6.16 kernel recently on a sager 5320...I would greatly appreciate any tips or steps that I may be missing. I have a hunch that there may be an issue with my SATA Controller for my Hard drive, where the kernel cannot be read until the sata controller driver is installed, but that is still a problem I could not fix either.
Here is a HOW-TO I used to attempt the kernel compile.http://www.digitalhermit.com/linux/K...ild-HOWTO.html
make xconfig ( and try to configure all of the hardware my knowledge will let me)
make dep
make clean
make bzImage
make modules
make modules_install
Then I configure my /etc/grub.conf file for the "2.6.16" kernel. Then I save my configuration and reboot. Upon reboot I select the new kernel option and the system has a Kernel panic before the Interactive startup option is displayed.
If anyone has installed linux and has compiled the 2.6.16 kernel recently on a sager 5320...I would greatly appreciate any tips or steps that I may be missing. I have a hunch that there may be an issue with my SATA Controller for my Hard drive, where the kernel cannot be read until the sata controller driver is installed, but that is still a problem I could not fix either.
Here is a HOW-TO I used to attempt the kernel compile.http://www.digitalhermit.com/linux/K...ild-HOWTO.html




