is there a real time kernel available for Trisquel?
I found this:
https://trisquel.info/es/forum/linux-libre-rt-real-time-ppa-launched but the
topic is closed
I installed it.
uname -a outputs:
Linux aeLiXihr 3.6.11-gnu-3-generic-rt25 #precise1 SMP Sun Jan 6 10:03:24 UTC
2013 x86_64 x86_64 x86_64 GNU/Linux
but...
git clone git://github.com/raboof/realtimeconfigquickscan.git
cd realtimeconfigquickscan
perl ./realTimeConfigQuickScan.pl
...outputs:
Kernel with Real-Time Preemption... not found - not good
Kernel without real-time capabilities found
Here
(http://www.linuxmusicians.com/viewtopic.php?f=6&t=11447&start=15#p45087) i
read: "That doesn't seem to be a RT kernel, it should read SMP PREEMPT RT
instead of just SMP. I've checked the config and indeed: #
CONFIG_PREEMPT_RT_FULL is not set"
thankyou!