I've patched and compiled the last Linux kernel 3.2.1 with the rt10 realtime patches. It is now available on Parisson servers as debian style packages (i386 and amd64).
On Ubuntu, Debian, etc, add the repository, update and install:
echo "deb http://angus.parisson.com/debian/ stable main" | sudo tee -a /etc/apt/sources.list
sudo aptitude update
sudo aptitude install linux-image-3.2.1-yomguy-rt10 linux-headers-3.2.1-yomguy-rt10
Trust, enjoy, follow and report any bug to @yomguy or on this blog.
taiyosun on 01/26/2012 1:45 a.m.
Hello,
I installed the 32bit version of your kernel into Debian 6.0.3, and saw these errors during boot before getting dumped to a login prompt:
Fatal: error inserting
speedstep_centrino......device or resource busy
pcc_cpufreq.............no such device
acpi_cpufreq............device or resource busy
powernow_k8.............no such device
xyan on 02/01/2012 12:02 p.m.
@taiyosun
speedstepping should always be disabled with a realtime patched kernel. anyway take a look at /etc/modules and /etc/initramfs-tools/modules and remove acpi/speedstep related modules from there to get rid of the warnings.
Olivier on 02/20/2012 5:51 p.m.
I'm playing with the 64-bit version on Debian Squeeze, it made my xwax dj setup go real smooth. With Squeeze's original kernel, I always had random ALSA xruns here and there. With this kernel it's rock stable, never ever an xrun.
I'm having a problem with 32-bit binaries, it seems that your kernel is missing the "CONFIG_IA32_EMULATION" flag in its compilation options. It makes it impossible to run any 32-bit binaries.
Thanks again for this great packaging.