LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Rosegarden with ANGULA Kernel (https://www.linuxquestions.org/questions/linux-software-2/rosegarden-with-angula-kernel-521355/)

ell4iot 01-21-2007 02:28 AM

Rosegarden with ANGULA Kernel
 
I've been trying to get JACK to run for Rosegarden but in the tutorial it says that you need to use the Angula kernel for it to work properly. Is this true? And if I do need to run Angula can I run it from a Live CD?

When I try to start JACK it gives me an error and tells me that JACK can't start. This is the message:

03:54:36.616 JACK is starting...
03:54:36.616 jackstart -R -P10 -dalsa -dhw:0 -r48000 -p512 -n2 -S -M
03:54:36.624 Could not start JACK. Sorry.

Thanks.

The Headacher 01-21-2007 04:47 AM

Quote:

Originally Posted by man jackstart
jackd invokes the JACK audio server daemon. The jackstart command pro-
vides JACK's built-in support for Linux 2.4.x kernels with the realtime
capabilities patch. Use jackd for Linux 2.6.x and all other systems.
All parameters are the same.

Are you using a 2.4 series kernel? If not, use jackd instead.

You don't need an agnula kernel, but if you want to use the -R parameter you'll need a kernel that supports it. My kernel (2.6 series) kernel was built with the 'realtime-lsm' patch, if you load the realtime module you can give certain apps realtime priority.

I use Rosegarden without much trouble on Vector Linux 5.8, the kernel is already patched for realtime support and there's a Rosegarden package in the repository.

rickh 01-21-2007 10:33 AM

You might want to study on the 64Studio distro. Comes with realtime kernel.

studioj 01-21-2007 02:19 PM

you are most likely looking at an old tutorial.
there is really no reason to have to use a special kernel.
2.6 kernels generally do OK with audio as they are.
but you have to get user realtime access somehow.
the current way to get realtime access as a user is with PAM compiled with rtlimits.
the kernel module realtime-lsm is the old (no longer maintained) depreciated way.
you may even already have a version of PAM ready to go.
look at your file /etc/security/limits.conf
possibly just uncomment some lines that look like this
Code:

@audio                -        nice                -10
@audio                -        rtprio                99
@audio                -        memlock                250000

you can also just run jack and other music apps as root or using sudo if you don't want to mess with any of it.
But some GUI toolkits prevent this so some GUI apps won't start.

ell4iot 01-21-2007 05:37 PM

I got Jack running. Thanks so much to everybody. 64Studio looks really interesting. I might give that a shot. Thanks again.


All times are GMT -5. The time now is 09:58 PM.