Hi!
I'm currently running FC2 x86_64 on AMD Athlon 64 with kernel 2.6.9-1.6_FC2
I have to configure, compile and install a custom kernel so that I'm able to load realtime-lsm-0.1.1 kernel module. This kernel module is needed to gain a possibility for a normal user to execute software in realtime mode.
I need that module to run Rosegarden audio software with JACK 0.99 with reasonable latency.
I have tried the following:
1. Installed kernel-sourcecode.noarch 0:2.6.9-1.6_FC2 with yum
2. at /usr/src/linux-2.6.9-1.6_FC2 executed following actions:
- make mrproper
- make menuconfig (xconfig will not compile and gconfig looks weird when loading alternate configuration file)
- Selected needed features, processor type and deselected a lot of unneeded drivers for my system
- Saved the configuration to the alternate location as a backup
- Exited menuconfig saving the changes
- Executed make all install_modules install (as descriped in
kernel recompilation )
However the install phase crashes with following message:
Code:
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.9-1.6_FC2custom; fi
Kernel: arch/x86_64/boot/bzImage is ready
sh /usr/src/linux-2.6.9-1.6_FC2/arch/x86_64/boot/install.sh 2.6.9-1.6_FC2custom arch/x86_64/boot/bzImage System.map ""
No module sata_via found for kernel 2.6.9-1.6_FC2custom, aborting.
mkinitrd failed
make[1]: *** [install] Error 1
make: *** [install] Error 2
This happens if I choose the sata_via driver or not. What should I do?
Best Regards:
Exitium