On Monday 03 March 2003 19:09, Jan Ciger wrote: > I tried to compile the Nvidia driver with the multimedia kernel and have > got unresolved symbols on loading the NVdriver module :-(
Yes, I know. It is because /etc/init.d/kheader does not know about kernels with a preempt tag. I will try to drop the tag in a next release. But I make sure that the modules dir etc. have a disctict naming (to prevent conflicting with regular kernels). In the meantime you could try editing rhconfig.h from the kernel-multimedia-source and change __module_up into __module_preempt (or __module_preemptsmp when using the smp kernel) > > Moreover, would it be possible to recompile the SMP version of the > multimedia kernel with the "high memory" option enabled ? It is not > uncommon to have > > >1GB RAM on a machine used for high end audio/video processing and now the hmm..I do not have an smp machine. high mem is known to cause problems now and then. I can try, be sure to test it well. d.
