On 9/28/05, Antonio <debian@xxxxxxxxxxxxx> wrote: <SNIP> > And yes I'm going to try the 2.6.13 too. Do you know if I can use the > realtime-lsm module with the .13? I don't care about security risk on > this machine. <SNIP> Absolutely. I'm running it right now on a 2.6.13 kernel I built. No problems. It works great. 1) Create a group called realtime and give it a unique number. Add your user account to the group: mark@lightning ~ $ cat /etc/group | grep realtime realtime:x:600:mark mark@lightning ~ $ 2) Load the realtime-lsm module: mark@lightning ~ $ cat /etc/modules.autoload.d/kernel-2.6 | grep realtime realtime gid=600 any=1 mark@lightning ~ $ 3) Run Jack using realtime capabilities as a user Cheers, Mark