The directions linked above, combined with Fernando's suggestion,
allows me to compile
<a href="http://ccrma.stanford.edu/planetccrma/mirror/all/linux/SRPMS/kernel-2.6.16-1.2080.16.rrt.src.rpm">http://ccrma.stanford.edu/planetccrma/mirror/all/linux/SRPMS/kernel-2.6.16-1.2080.16.rrt.src.rpm</a>
<br>
with wacom support. <br>
<br>
Is there a similar smp kernel source, or do I have to do some editing
to the kernel-spec file? When using this kernel on my P4 2.4 with
hyperthreading, it seems hyperthreading is disabled.<br>
<br>
Regards,<br>
Rich<br><br><div><span class="gmail_quote">On 8/30/06, <b class="gmail_sendername">Fernando Lopez-Lezcano</b> <<a href="mailto:nando@ccrma.stanford.edu">nando@ccrma.stanford.edu</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, 2006-08-29 at 23:37 -0400, Rich E wrote:<br>> Hello,<br>><br>> It seems this topic has been discussed a couple times, but I still<br>> cannot find any clear directions for recompiling PlanetCCRMA's kernel
<br>> from source. This is necessary in my case because the PlanetCCRMA<br>> kernel doesn't include the Wacom drivers from the Linux-Wacom project.<br>> So (in Fedora) I have to throw in some source files from Linux-Wacom
<br>> and rebuild..<br>><br>> They have some instructions for recompiling Fedora's kernel at<br>> <a href="http://linuxwacom.sourceforge.net/index.php/howto/debwacomnosrc">http://linuxwacom.sourceforge.net/index.php/howto/debwacomnosrc
</a><br>><br>> but this doesn't work for the PlanetCCRMA kernel. I get the sources,<br>> rpm -ivh them and do:<br>><br>> rpmbuild -bp --target=i686 /usr/src/redhat/SPECS/kernel.spec<br>> Building target platforms: i686
<br>> Building for target i686<br>> error: line 203: Dependency tokens must begin with alpha-numeric, '_'<br>> or '/': Prereq: %{kernel_prereq}<br><br>When building you have to define a macro according to the distro you
<br>want to build for (all in one line):<br><br>rpmbuild -bp --define "fc5 1"<br>--target=i686 /usr/src/redhat/SPECS/kernel.spec<br><br>or "fc4 1" for fc4... (I use the same spec file for both distros)
<br><br>-- Fernando<br><br><br>> It would be nice to have this process documented since, as Nando<br>> mentions, there are still many patches that aren't included in the<br>> PlanetCCRMA package. I would like to be able to work from this
<br>> package since it is well developed, but it would be nice to be able to<br>> customize things also..<br><br><br></blockquote></div><br>