Thanks.  I'll look into it and see what it takes.

On Sunday 02 November 2003 13:16, you wrote:
> On Sun, 2003-11-02 at 08:03, Brett I. Holcomb wrote:
> > I'll check out the site.  Did you file a bug with bugzilla requesting
> > jackstart be added - if so I'll add my comments to it.  If not I'll file
> > one.
> >
> > I can't remember of the top of my head how I did it but I got Audacity to
> > record a track from a CD and I saved it as an ogg file which does
> > playback so it works!
>
> Great news on the jackstart front. Apparently my request was addressed:
>
> http://bugs.gentoo.org/show_bug.cgi?id=27063
>
> I haven't tried it. Please remember, it won't work unless you have the
> capabilities patch in your kernel. The patch is pretty simple, but since
> I'm such a newbie I hate doing this stuff myself. With you helping out
> I'd be up for doing it together and then making sure we both work.
>
> The patch an info at the end of this note comes in an email to me from
> Fernando Pablo Lopez-Lezcano, the person that runs the PlanetCCRMA site:
>
> http://ccrma-www.stanford.edu/planetccrma/software/
>
> This is Redhat based, but is the absolute easiest and most up to date
> audio site around. He runs the network for Stanford's Music Department
> and Stanford allows him to go public with all the benefits. Check it out
> at least to see more audio stuff available. I run Redhat on one of my
> two Linux boxes.
>
> Also check out Dave Philips wonderful site:
>
> http://linux-sound.org/
>
> Cheers,
> Mark
>
>
> The original stuff:
> http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/capfaq
>-0.2.txt
>
> The patch I'm currently using:
> ==== CUT HERE ====
> --- linux/include/linux/capability.h~   Thu Nov 22 11:46:19 2001
> +++ linux/include/linux/capability.h    Fri Mar 15 15:16:20 2002
> @@ -303,8 +303,8 @@
>
>  #define CAP_EMPTY_SET       to_cap_t(0)
>  #define CAP_FULL_SET        to_cap_t(~0)
> -#define CAP_INIT_EFF_SET    to_cap_t(~0 & ~CAP_TO_MASK(CAP_SETPCAP))
> -#define CAP_INIT_INH_SET    to_cap_t(0)
> +#define CAP_INIT_EFF_SET    to_cap_t(~0)
> +#define CAP_INIT_INH_SET    to_cap_t(~0)
>
>  #define CAP_TO_MASK(x) (1 << (x))
>  #define cap_raise(c, flag)   (cap_t(c) |=  CAP_TO_MASK(flag))
> ==== CUT HERE ====

--
[EMAIL PROTECTED] mailing list

Reply via email to