Compiling a Kernel with AppleTalk
As of Red Hat ES 4.0, Red Hat chose to remove AppleTalk support from the kernel. Since there is no RPM which will enable Appletalk support, we have created simple instructions to compile a kernel using the same basic options as Red Hat chooses. We cannot guarentee these instructions, however we have tested and expect these will work well for most users.
- Install Red Hat ES 4.0 with the development tools.
- Download the latest Kernel from Kernel.org
- Untar and cd into new kernel directory
- Get .config that has AppleTalk enabled from ugraf.com
- Run make oldconfig and use all defaults
- Compile Kernel and modules
- Install Kernel and modules
- After testing new kernel make it the default
wget http://kernel.org/pub/linux/kernel/v2.6/linux-version.tar.bz2
cd linux-version
change the default to equal the new kernel