Re: Ubuntu Studio & Qsampler

2007-11-12 Thread Asmo Koskinen
[EMAIL PROTECTED] kirjoitti:
> From my understanding, Ubuntu Studio includes the realtime kernel

Simple question - have you installed rt-kernel?

[EMAIL PROTECTED]:~$ uname -a
Linux ubuntu 2.6.22-14-rt #1 SMP PREEMPT RT Mon Oct 15 01:05:51 GMT 2007 
i686 GNU/Linux
[EMAIL PROTECTED]:~$

[EMAIL PROTECTED]:~$ apt-cache search linux-rt
linux-image-2.6.22-14-rt - Linux kernel image for version 2.6.22 on RT 
kernel
linux-rt - Complete Linux kernel on realtime kernel
[EMAIL PROTECTED]:~$

If yes, then there is few steps to left.

1. Add snd-seq to /etc/modules

2. Add dev.rtc.max-user-freq=1024  to /etc/sysctl.conf

3. Add @audio - nice -10 to /etc/security/limits.conf

4. Add new mount point - sudo mkdir /mnt/ramfs

5. Add new lines to /etc/fstab:

none/tmp/jack   tmpfs   defaults0   0
none/mnt/ramfs  tmpfs   defaults0   0

6. Reboot your machine.

You do not understand finnish language (I think), but you understand 
screenshots:

http://wiki.ubuntu-fi.org/Ubuntu_Studio#head-9b23d1fc929cbe800a10e9a24e7747e16b04ba26

7. You need sound fonts for Qsynth (I have M-Audio keystation 49e for 
Jackd, Qsynth and Rosegarden):

http://www.arkki.info/howto/Ubuntu_Studio/FluidR3%20GM.SF2.tar.gz
http://www.arkki.info/howto/Ubuntu_Studio/PC51f.sf2.tar.gz

Best Regards Asmo Koskinen.

-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Terratec phase 88 rack PCI

2007-11-12 Thread Franz Zanne
Someone knows if the terratec phase 88 rack pci is supported by the alsa
driver? I'm unable to find information about this item, but I know that it
uses the Envy 24-HT and ubuntustudio has installed the Envy 24 Control.

I think that it should be supported, but I need to be sure before to expend
so money.

Thanks for informations.

Franz
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: Ubuntu Studio & Qsampler

2007-11-12 Thread Gustin Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] wrote:
> So I bit the bullet this weekend and chose Ubuntu Studio for my Gutsy
> upgrade and... Wow! Seriously well done..! I can finally feel confident
> using Linux as my primary music production OS..!

Just a minor correction, Linux has been ready for this task for quite
some time now.  DeMuDi and the successor 64studio have been stable and
capable for many years.  I still use 64studio on the production box,
UbuntuStudio is for the laptop which already has *Ubuntu (my Desktop OS).

> One question, one gripe, and one solution:
> 
> Question: How do I enable realtime in jack? From my understanding,
> Ubuntu Studio includes the realtime kernel, but whenever I check the
> realtime box in Jack, it won't start - Any ideas?

What sound card do you have?

What is the error?

What are the contents of /etc/security/limits.conf?

The strace output that is suggested elsewhere in this thread is useful
as well.

> Gripe: I love the theme with a few exceptions, the largest of which
> is being able to see the fine lines between devices and apps in
> qjackctl's connections panel. Any suggestions for a fix?
> 
> Solution: I couldn't for the life of me get Qsampler to work - Kept
> saying every time I started it that "Server could not be started". A bit
> of research turned up that linuxsampler, the sampler that Qsampler is a
> GUI front end for, is not included w/ Ubuntu* due to licensing issues.
> Some more digging around turned up these Ubuntu debs for linuxsampler:
> http://ubuntu2.cica.es/ubuntu/ubuntu/pool/universe/l/linuxsampler/
> 
> One quick double click and qsampler is now working flawlessly! Perhaps
> there should be a note about this somewhere? It took me aages to figure
> out.
> 
> Thanks again for putting together a great distro!
> 
> -- 
> ~cole
> http://holotone.net/
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHON/+wRXgH3rKGfMRAgk8AJwPwolSniOg1ljFi+XabnaduQygegCfZUMF
OgDpiTNdv4K8Sa+8+nl4wiI=
=0tGR
-END PGP SIGNATURE-

-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: Ubuntu Studio & Qsampler

2007-11-12 Thread [EMAIL PROTECTED]
Sweet - I'll give it a shot as soon as I get home - Thanks again!

~holotone

On 11/12/07, Chris Dawson <[EMAIL PROTECTED]> wrote:
>
> strace is "system call trace."  It simply runs a program within a
> harness that outputs all the system calls made.  In this case, it will
> output and tell you where the jackd program is dying.  In my case I
> saw that it was dying when it tried to open and write to the
> directory.
>
> It is absolutely harmless to run strace, it just outputs a lot of
> extra information you probably won't understand, but would be useful.
> If you'd like run it and send me the output.  You can do this:
>
> strace -ooutput.txt /usr/bin/jackd -R -u -dalsa -dhw:0 -r44100 -p1024 -n2
> &
>
> Then, it'll either die on its own, or you'll need to run:
>
> killall -9 strace jackd
>
> ...to kill it.  Then, send me the output.txt file and I can look for
> something suspicious.  Or, you can check it out youself and perhaps
> you can figure it out.
>
> Chris
>
> On Nov 12, 2007 8:56 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > My output shows exactly the same permissions:
> >
> > [EMAIL PROTECTED]:~$ ls -l /dev | grep shm
> > drwxrwxrwt 2 root   root  40 2007-11-12 10:31 shm
> >
> > Not sure I understand what strace is, and I'd hate to start executing
> > commands that I don't understand.
> >
> > Thanks for your help!
> >
> >
> >
> > ~holotone
> >
> > On 11/12/07, Chris Dawson <[EMAIL PROTECTED]> wrote:
> > > Oh, you know what, I recall that when I upgraded Ubuntu-Studio did not
> > > properly set the permissions of /dev/shm, the shared memory directory.
> > > Can you verify the permissions of that?  Mine is
> > >
> > > [EMAIL PROTECTED]:~$ ls -l /dev | grep shm
> > > drwxrwxrwt 2 root   root  40 2007-11-12 14:37 shm
> > >
> > > Does yours show the same?
> > >
> > > You might also run jack under strace, like so:
> > >
> > > strace /usr/bin/jackd -R -u -dalsa -dhw:0 -r44100 -p1024 -n2
> > >
> > > I think this is where I discovered it could not open the shm directory
> > > and create files there.
> > >
> > > Chris
> > >
> > > On Nov 12, 2007 5:29 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> wrote:
> > > > [EMAIL PROTECTED]:~$ uname -r
> > > >
> > > > 2.6.22-14-rt
> > > >
> > > > Yup, looks like I'm good to go - Wonder why I can't enable realtime?
> > > >
> > > > Thanks!
> > > >
> > > > ~holotone
> > > >
> > > >
> > > >
> > > > On 11/12/07, Chris Dawson <[EMAIL PROTECTED]> wrote:
> > > > > If I recall correctly, by default my upgrade did not include the
> > > > > realtime kernel.  I had to apt-get that myself, and then when I
> > > > > rebooted I could run jack with realtime.  See if that works for
> you.
> > > > > You can see if you have the realtime kernel by doing this:
> > > > >
> > > > > [EMAIL PROTECTED]:~$ uname -r
> > > > > 2.6.22-14-rt
> > > > >
> > > > > If you don't see rt, then you are not running realtime.
> > > > >
> > > > > Chris
> > > > >
> > > > >
> > > > > On Nov 12, 2007 4:18 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> > wrote:
> > > > > > So I bit the bullet this weekend and chose Ubuntu Studio for my
> > Gutsy
> > > > > > upgrade and... Wow! Seriously well done..! I can finally feel
> > confident
> > > > > > using Linux as my primary music production OS..!
> > > > > >
> > > > > > One question, one gripe, and one solution:
> > > > > >
> > > > > > Question: How do I enable realtime in jack? From my
> understanding,
> > > > Ubuntu
> > > > > > Studio includes the realtime kernel, but whenever I check the
> > realtime
> > > > box
> > > > > > in Jack, it won't start - Any ideas?
> > > > > >
> > > > > > Gripe: I love the theme with a few exceptions, the largest
> of
> > which
> > > > is
> > > > > > being able to see the fine lines between devices and apps in
> > qjackctl's
> > > > > > connections panel. Any suggestions for a fix?
> > > > > >
> > > > > >  Solution: I couldn't for the life of me get Qsampler to work -
> Kept
> > > > saying
> > > > > > every time I started it that "Server could not be started". A
> bit of
> > > > > > research turned up that linuxsampler, the sampler that Qsampler
> is a
> > GUI
> > > > > > front end for, is not included w/ Ubuntu* due to licensing
> issues.
> > Some
> > > > more
> > > > > > digging around turned up these Ubuntu debs for linuxsampler:
> > > > > >
> http://ubuntu2.cica.es/ubuntu/ubuntu/pool/universe/l/linuxsampler/
> > > > > >
> > > > > > One quick double click and qsampler is now working flawlessly!
> > Perhaps
> > > > there
> > > > > > should be a note about this somewhere? It took me aages to
> figure
> > out.
> > > > > >
> > > > > > Thanks again for putting together a great distro!
> > > > > >
> > > > > > --
> > > > > > ~cole
> > > > > > http://holotone.net/
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Ubuntu-Studio-users mailing list
> > > > Ubuntu-Studio-users@lists.ubuntu.com
> > > > Modify settings or unsubscribe at:
> > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
> > > >
> > > >

Re: How to find out what app is hogging the soundcard

2007-11-12 Thread Gustin Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It was probably using the OSS emulation interface of /dev/dsp which you
were not checking before.

So in the future do fuser /dev/dsp as well.

Philipp Überbacher wrote:
> On Fri, 9 Nov 2007 13:02:42 +0100
> Philipp Ãœberbacher <[EMAIL PROTECTED]> wrote:
> 
>> On Thu, 8 Nov 2007 22:20:33 -0200
>> "Chris Dawson" <[EMAIL PROTECTED]> wrote:
>>
>>> You can also use "lsof | grep snd"
>>>
>>> Chris
>>>
>>> On Nov 8, 2007 10:26 AM,  <[EMAIL PROTECTED]> wrote:
 Does anyone know how I can find out which app is using or hogging
 the soundcard?
 It already happens at startup.
 I can use audacious or mpd but not aqualung or jack.

> Aqualung:
> Probing JACK driver... JACK server not found
> Probing ALSA driver... device busy
> Probing OSS driver... device busy
> Jack:
> the playback device "hw:0" is already in use. Please stop the
> application using it and run JACK again
> cannot load driver module alsa
 I use ubuntustudio 7.10 from a fresh install + xfce.
 It worked previously but I don't know what I did to break it.

 Help is appreciated
 regards
 Philipp

 --
 Ubuntu-Studio-users mailing list
 Ubuntu-Studio-users@lists.ubuntu.com
 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users

>> Thanks, but neither "lsof | grep snd" nor "fuser /dev/snd/*" show
>> anything besides the mixer in xfce as well as gnome, and killing the
>> mixer doesn't help.
>> I somehow start to think that it might be an alsa problem, like some
>> part of alsa not freeing the soundcard when an app needs exclusive
>> access.
>>
> 
> Thanks for all your help. I found the suspicious process 'speech
> dispatcher' using htop. Removing that program solved the problem. I
> don't know why it didn't show up anywhere, but it's all good now.
> 
> Best,
>   Philipp
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHON29wRXgH3rKGfMRApCvAKCXKvEcY3mPiXq3EoRNw8p6zuajcwCgphkh
6WSlOw4HjIiXTccj+1n7ehM=
=cKWp
-END PGP SIGNATURE-

-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: Ubuntu Studio & Qsampler

2007-11-12 Thread Chris Dawson
strace is "system call trace."  It simply runs a program within a
harness that outputs all the system calls made.  In this case, it will
output and tell you where the jackd program is dying.  In my case I
saw that it was dying when it tried to open and write to the
directory.

It is absolutely harmless to run strace, it just outputs a lot of
extra information you probably won't understand, but would be useful.
If you'd like run it and send me the output.  You can do this:

strace -ooutput.txt /usr/bin/jackd -R -u -dalsa -dhw:0 -r44100 -p1024 -n2 &

Then, it'll either die on its own, or you'll need to run:

killall -9 strace jackd

...to kill it.  Then, send me the output.txt file and I can look for
something suspicious.  Or, you can check it out youself and perhaps
you can figure it out.

Chris

On Nov 12, 2007 8:56 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> My output shows exactly the same permissions:
>
> [EMAIL PROTECTED]:~$ ls -l /dev | grep shm
> drwxrwxrwt 2 root   root  40 2007-11-12 10:31 shm
>
> Not sure I understand what strace is, and I'd hate to start executing
> commands that I don't understand.
>
> Thanks for your help!
>
>
>
> ~holotone
>
> On 11/12/07, Chris Dawson <[EMAIL PROTECTED]> wrote:
> > Oh, you know what, I recall that when I upgraded Ubuntu-Studio did not
> > properly set the permissions of /dev/shm, the shared memory directory.
> > Can you verify the permissions of that?  Mine is
> >
> > [EMAIL PROTECTED]:~$ ls -l /dev | grep shm
> > drwxrwxrwt 2 root   root  40 2007-11-12 14:37 shm
> >
> > Does yours show the same?
> >
> > You might also run jack under strace, like so:
> >
> > strace /usr/bin/jackd -R -u -dalsa -dhw:0 -r44100 -p1024 -n2
> >
> > I think this is where I discovered it could not open the shm directory
> > and create files there.
> >
> > Chris
> >
> > On Nov 12, 2007 5:29 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > [EMAIL PROTECTED]:~$ uname -r
> > >
> > > 2.6.22-14-rt
> > >
> > > Yup, looks like I'm good to go - Wonder why I can't enable realtime?
> > >
> > > Thanks!
> > >
> > > ~holotone
> > >
> > >
> > >
> > > On 11/12/07, Chris Dawson <[EMAIL PROTECTED]> wrote:
> > > > If I recall correctly, by default my upgrade did not include the
> > > > realtime kernel.  I had to apt-get that myself, and then when I
> > > > rebooted I could run jack with realtime.  See if that works for you.
> > > > You can see if you have the realtime kernel by doing this:
> > > >
> > > > [EMAIL PROTECTED]:~$ uname -r
> > > > 2.6.22-14-rt
> > > >
> > > > If you don't see rt, then you are not running realtime.
> > > >
> > > > Chris
> > > >
> > > >
> > > > On Nov 12, 2007 4:18 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> wrote:
> > > > > So I bit the bullet this weekend and chose Ubuntu Studio for my
> Gutsy
> > > > > upgrade and... Wow! Seriously well done..! I can finally feel
> confident
> > > > > using Linux as my primary music production OS..!
> > > > >
> > > > > One question, one gripe, and one solution:
> > > > >
> > > > > Question: How do I enable realtime in jack? From my understanding,
> > > Ubuntu
> > > > > Studio includes the realtime kernel, but whenever I check the
> realtime
> > > box
> > > > > in Jack, it won't start - Any ideas?
> > > > >
> > > > > Gripe: I love the theme with a few exceptions, the largest of
> which
> > > is
> > > > > being able to see the fine lines between devices and apps in
> qjackctl's
> > > > > connections panel. Any suggestions for a fix?
> > > > >
> > > > >  Solution: I couldn't for the life of me get Qsampler to work - Kept
> > > saying
> > > > > every time I started it that "Server could not be started". A bit of
> > > > > research turned up that linuxsampler, the sampler that Qsampler is a
> GUI
> > > > > front end for, is not included w/ Ubuntu* due to licensing issues.
> Some
> > > more
> > > > > digging around turned up these Ubuntu debs for linuxsampler:
> > > > > http://ubuntu2.cica.es/ubuntu/ubuntu/pool/universe/l/linuxsampler/
> > > > >
> > > > > One quick double click and qsampler is now working flawlessly!
> Perhaps
> > > there
> > > > > should be a note about this somewhere? It took me aages to figure
> out.
> > > > >
> > > > > Thanks again for putting together a great distro!
> > > > >
> > > > > --
> > > > > ~cole
> > > > > http://holotone.net/
> > > >
> > > >
> > >
> > >
> > > --
> > > Ubuntu-Studio-users mailing list
> > > Ubuntu-Studio-users@lists.ubuntu.com
> > > Modify settings or unsubscribe at:
> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
> > >
> > >
> >
> > --
> > Ubuntu-Studio-users mailing list
> > Ubuntu-Studio-users@lists.ubuntu.com
> > Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
>
> --
> Ubuntu-Studio-users mailing list
> Ubuntu-Studio-users@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
>
>

-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studi

Re: Ubuntu Studio & Qsampler

2007-11-12 Thread [EMAIL PROTECTED]
My output shows exactly the same permissions:

[EMAIL PROTECTED]:~$ ls -l /dev | grep shm
drwxrwxrwt 2 root   root  40 2007-11-12 10:31 shm

Not sure I understand what strace is, and I'd hate to start executing
commands that I don't understand.

Thanks for your help!

~holotone

On 11/12/07, Chris Dawson <[EMAIL PROTECTED]> wrote:
>
> Oh, you know what, I recall that when I upgraded Ubuntu-Studio did not
> properly set the permissions of /dev/shm, the shared memory directory.
> Can you verify the permissions of that?  Mine is
>
> [EMAIL PROTECTED]:~$ ls -l /dev | grep shm
> drwxrwxrwt 2 root   root  40 2007-11-12 14:37 shm
>
> Does yours show the same?
>
> You might also run jack under strace, like so:
>
> strace /usr/bin/jackd -R -u -dalsa -dhw:0 -r44100 -p1024 -n2
>
> I think this is where I discovered it could not open the shm directory
> and create files there.
>
> Chris
>
> On Nov 12, 2007 5:29 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > [EMAIL PROTECTED]:~$ uname -r
> >
> > 2.6.22-14-rt
> >
> > Yup, looks like I'm good to go - Wonder why I can't enable realtime?
> >
> > Thanks!
> >
> > ~holotone
> >
> >
> >
> > On 11/12/07, Chris Dawson <[EMAIL PROTECTED]> wrote:
> > > If I recall correctly, by default my upgrade did not include the
> > > realtime kernel.  I had to apt-get that myself, and then when I
> > > rebooted I could run jack with realtime.  See if that works for you.
> > > You can see if you have the realtime kernel by doing this:
> > >
> > > [EMAIL PROTECTED]:~$ uname -r
> > > 2.6.22-14-rt
> > >
> > > If you don't see rt, then you are not running realtime.
> > >
> > > Chris
> > >
> > >
> > > On Nov 12, 2007 4:18 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> wrote:
> > > > So I bit the bullet this weekend and chose Ubuntu Studio for my
> Gutsy
> > > > upgrade and... Wow! Seriously well done..! I can finally feel
> confident
> > > > using Linux as my primary music production OS..!
> > > >
> > > > One question, one gripe, and one solution:
> > > >
> > > > Question: How do I enable realtime in jack? From my understanding,
> > Ubuntu
> > > > Studio includes the realtime kernel, but whenever I check the
> realtime
> > box
> > > > in Jack, it won't start - Any ideas?
> > > >
> > > > Gripe: I love the theme with a few exceptions, the largest of
> which
> > is
> > > > being able to see the fine lines between devices and apps in
> qjackctl's
> > > > connections panel. Any suggestions for a fix?
> > > >
> > > >  Solution: I couldn't for the life of me get Qsampler to work - Kept
> > saying
> > > > every time I started it that "Server could not be started". A bit of
> > > > research turned up that linuxsampler, the sampler that Qsampler is a
> GUI
> > > > front end for, is not included w/ Ubuntu* due to licensing issues.
> Some
> > more
> > > > digging around turned up these Ubuntu debs for linuxsampler:
> > > > http://ubuntu2.cica.es/ubuntu/ubuntu/pool/universe/l/linuxsampler/
> > > >
> > > > One quick double click and qsampler is now working flawlessly!
> Perhaps
> > there
> > > > should be a note about this somewhere? It took me aages to figure
> out.
> > > >
> > > > Thanks again for putting together a great distro!
> > > >
> > > > --
> > > > ~cole
> > > > http://holotone.net/
> > >
> > >
> >
> >
> > --
> > Ubuntu-Studio-users mailing list
> > Ubuntu-Studio-users@lists.ubuntu.com
> > Modify settings or unsubscribe at:
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
> >
> >
>
> --
> Ubuntu-Studio-users mailing list
> Ubuntu-Studio-users@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: Ubuntu Studio & Qsampler

2007-11-12 Thread Chris Dawson
Oh, you know what, I recall that when I upgraded Ubuntu-Studio did not
properly set the permissions of /dev/shm, the shared memory directory.
 Can you verify the permissions of that?  Mine is

[EMAIL PROTECTED]:~$ ls -l /dev | grep shm
drwxrwxrwt 2 root   root  40 2007-11-12 14:37 shm

Does yours show the same?

You might also run jack under strace, like so:

strace /usr/bin/jackd -R -u -dalsa -dhw:0 -r44100 -p1024 -n2

I think this is where I discovered it could not open the shm directory
and create files there.

Chris

On Nov 12, 2007 5:29 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED]:~$ uname -r
>
> 2.6.22-14-rt
>
> Yup, looks like I'm good to go - Wonder why I can't enable realtime?
>
> Thanks!
>
> ~holotone
>
>
>
> On 11/12/07, Chris Dawson <[EMAIL PROTECTED]> wrote:
> > If I recall correctly, by default my upgrade did not include the
> > realtime kernel.  I had to apt-get that myself, and then when I
> > rebooted I could run jack with realtime.  See if that works for you.
> > You can see if you have the realtime kernel by doing this:
> >
> > [EMAIL PROTECTED]:~$ uname -r
> > 2.6.22-14-rt
> >
> > If you don't see rt, then you are not running realtime.
> >
> > Chris
> >
> >
> > On Nov 12, 2007 4:18 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > So I bit the bullet this weekend and chose Ubuntu Studio for my Gutsy
> > > upgrade and... Wow! Seriously well done..! I can finally feel confident
> > > using Linux as my primary music production OS..!
> > >
> > > One question, one gripe, and one solution:
> > >
> > > Question: How do I enable realtime in jack? From my understanding,
> Ubuntu
> > > Studio includes the realtime kernel, but whenever I check the realtime
> box
> > > in Jack, it won't start - Any ideas?
> > >
> > > Gripe: I love the theme with a few exceptions, the largest of which
> is
> > > being able to see the fine lines between devices and apps in qjackctl's
> > > connections panel. Any suggestions for a fix?
> > >
> > >  Solution: I couldn't for the life of me get Qsampler to work - Kept
> saying
> > > every time I started it that "Server could not be started". A bit of
> > > research turned up that linuxsampler, the sampler that Qsampler is a GUI
> > > front end for, is not included w/ Ubuntu* due to licensing issues. Some
> more
> > > digging around turned up these Ubuntu debs for linuxsampler:
> > > http://ubuntu2.cica.es/ubuntu/ubuntu/pool/universe/l/linuxsampler/
> > >
> > > One quick double click and qsampler is now working flawlessly! Perhaps
> there
> > > should be a note about this somewhere? It took me aages to figure out.
> > >
> > > Thanks again for putting together a great distro!
> > >
> > > --
> > > ~cole
> > > http://holotone.net/
> >
> >
>
>
> --
> Ubuntu-Studio-users mailing list
> Ubuntu-Studio-users@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
>
>

-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


RE: gnome settings manager error to start desktop

2007-11-12 Thread Greg K .
You're not alone!
See this too: 
https://bugs.launchpad.net/gnome-control-center/+bug/140469

I guess we just have to wait for a patch or something...

KoZo


> --
> 
> Message: 2
> Date: Sun, 4 Nov 2007 14:35:20 -0300
> From: "Jarbas Jacome" <[EMAIL PROTECTED]>
> Subject: gnome settings manager error to start desktop
 > Hello,
> 
> does any body have the same bug with UbuntuStudio?
> 
> Sometimes, when I start UbuntuStudio, I receive this error message:
> 
> "Did not receive a reply. Possible causes include: the remote
> application did not send a reply, the message bus security policy
> blocked the reply, the reply timeout expired, or the network
> connection was broken.
> 
> GNOME will try to load settings manager in the next time it starts."
> 
> when its happens, a lot of stuffs don work well, including theme
> configs, hd drives arent mounted, etc.
> 
> I've found a link about it:
> https://bugs.launchpad.net/ubuntu/+source/control-center/+bug/84876
> 
> thank you.
> j.jR.

_
Votez pour vos séries TV préférées et tentez de gagner un voyage à Hawaï !
http://messengerawards.divertissements.fr.msn.com/-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: jackd crashing

2007-11-12 Thread Gustin Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Clicking on messages in jack control will give you output.

Essentially you should be using a realtime kernel to use the realtime
option.

You may wish to increase your periods/buffer (under settings in jack
control) to 4.  This is what I use for the integrated sound device on my
Turion based laptop.

Larry Lines wrote:
> On Thu, 2007-11-08 at 13:22 -0500, Cory K. wrote:
>> Larry Lines wrote:
>>> Hello,
>>>
>>> I am new to Ubuntu Studio.  Not new to Linux audio.  I love Ubuntu and 
>>> the possibility of this distro looks amazing.  The install is great.  
>>> The look and feel is great.  Good work to everyone involved.
>>>
>>> Now my problems with my Dell Inspiron 1501 AMD64 Dual Core Turion 
>>> have been constant from the beginning, but overall I like the machine.  
>>> But the reason I have a laptop is for studio work and I have never 
>>> really been able to get this to work with jack properly.  
>>> I am running the 64 bit version of Ubuntu Studio.
>>>
>>> Right now I have jack running with no Realtime priority.  jackd -v -d alsa
>>> I can't get any sound at all.  Connected fluidsynth with a soundfont 
>>> I know works on a 32 bit system to vkeybd.  Connected and rechained 
>>> properly.  
>>> No sound.  I know the soundcard is working.  Even if just from the sound 
>>> at system startup.  And of course the messages output on jackd are the 
>>> following which is bad I'm pretty sure.
>>>
>>> 12:16:24.568 XRUN callback (17 skipped).
>>> 12:16:26.645 XRUN callback (16 skipped).
>>>
>>> Then if I try to start with Realtime priority.  It just core dumps.  
>>> I can't actually find the core dump, but it dumps.
>>>
>>> :~$ jackd -R -d alsa
>>>
>>> jackd 0.103.0
>>>
>>> Copyright 2001-2005 Paul Davis and others.
>>>
>>> jackd comes with ABSOLUTELY NO WARRANTY
>>>
>>> This is free software, and you are welcome to redistribute it
>>>
>>> under certain conditions; see the file COPYING for details
>>>
>>>
>>>
>>> JACK compiled with System V SHM support.
>>>
>>> loading driver ..
>>>
>>> Enhanced3DNow! detected
>>>
>>> SSE2 detected
>>>
>>> creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit
>>>
>>> control device hw:0
>>>
>>> configuring for 48000Hz, period = 1024 frames, buffer = 2 periods
>>>
>>> ALSA: final selected sample format for capture: 32bit little-endian
>>>
>>> ALSA: use 2 periods for capture
>>>
>>> ALSA: final selected sample format for playback: 32bit little-endian
>>>
>>> ALSA: use 2 periods for playback
>>>
>>> jackd watchdog: timeout - killing jackd
>>>
>>> Aborted (core dumped)
>>>
>>> I'm committed to getting this working, so let me know if there is anything 
>>> missing.
>>>
>>> Larry Lines
>>>   
>> Please try using JACK Control and see if that helps.
> 
> Actually the first output from non-Realtime priority is from the
> messages in jack control.  jack crashes silently in jack control with
> Realtime priority.  So I went to the command line to get some output.
> 
> Thanks for your help.
> 
> Larry Lines
> 
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD4DBQFHOL9YwRXgH3rKGfMRAm5TAJ0d7CnQmbjFUpccFBRknzBEer6FUQCVGqfw
4pj07pzcJAsDPlds+nwSRg==
=XgVi
-END PGP SIGNATURE-

-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: Ubuntu Studio & Qsampler

2007-11-12 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED]:~$ uname -r
2.6.22-14-rt

Yup, looks like I'm good to go - Wonder why I can't enable realtime?

Thanks!

~holotone

On 11/12/07, Chris Dawson <[EMAIL PROTECTED]> wrote:
>
> If I recall correctly, by default my upgrade did not include the
> realtime kernel.  I had to apt-get that myself, and then when I
> rebooted I could run jack with realtime.  See if that works for you.
> You can see if you have the realtime kernel by doing this:
>
> [EMAIL PROTECTED]:~$ uname -r
> 2.6.22-14-rt
>
> If you don't see rt, then you are not running realtime.
>
> Chris
>
>
> On Nov 12, 2007 4:18 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > So I bit the bullet this weekend and chose Ubuntu Studio for my Gutsy
> > upgrade and... Wow! Seriously well done..! I can finally feel confident
> > using Linux as my primary music production OS..!
> >
> > One question, one gripe, and one solution:
> >
> > Question: How do I enable realtime in jack? From my understanding,
> Ubuntu
> > Studio includes the realtime kernel, but whenever I check the realtime
> box
> > in Jack, it won't start - Any ideas?
> >
> > Gripe: I love the theme with a few exceptions, the largest of which
> is
> > being able to see the fine lines between devices and apps in qjackctl's
> > connections panel. Any suggestions for a fix?
> >
> >  Solution: I couldn't for the life of me get Qsampler to work - Kept
> saying
> > every time I started it that "Server could not be started". A bit of
> > research turned up that linuxsampler, the sampler that Qsampler is a GUI
> > front end for, is not included w/ Ubuntu* due to licensing issues. Some
> more
> > digging around turned up these Ubuntu debs for linuxsampler:
> > http://ubuntu2.cica.es/ubuntu/ubuntu/pool/universe/l/linuxsampler/
> >
> > One quick double click and qsampler is now working flawlessly! Perhaps
> there
> > should be a note about this somewhere? It took me aages to figure out.
> >
> > Thanks again for putting together a great distro!
> >
> > --
> > ~cole
> > http://holotone.net/
>
>
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: Ubuntu Studio & Qsampler

2007-11-12 Thread Chris Dawson
If I recall correctly, by default my upgrade did not include the
realtime kernel.  I had to apt-get that myself, and then when I
rebooted I could run jack with realtime.  See if that works for you.
You can see if you have the realtime kernel by doing this:

[EMAIL PROTECTED]:~$ uname -r
2.6.22-14-rt

If you don't see rt, then you are not running realtime.

Chris


On Nov 12, 2007 4:18 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> So I bit the bullet this weekend and chose Ubuntu Studio for my Gutsy
> upgrade and... Wow! Seriously well done..! I can finally feel confident
> using Linux as my primary music production OS..!
>
> One question, one gripe, and one solution:
>
> Question: How do I enable realtime in jack? From my understanding, Ubuntu
> Studio includes the realtime kernel, but whenever I check the realtime box
> in Jack, it won't start - Any ideas?
>
> Gripe: I love the theme with a few exceptions, the largest of which is
> being able to see the fine lines between devices and apps in qjackctl's
> connections panel. Any suggestions for a fix?
>
>  Solution: I couldn't for the life of me get Qsampler to work - Kept saying
> every time I started it that "Server could not be started". A bit of
> research turned up that linuxsampler, the sampler that Qsampler is a GUI
> front end for, is not included w/ Ubuntu* due to licensing issues. Some more
> digging around turned up these Ubuntu debs for linuxsampler:
> http://ubuntu2.cica.es/ubuntu/ubuntu/pool/universe/l/linuxsampler/
>
> One quick double click and qsampler is now working flawlessly! Perhaps there
> should be a note about this somewhere? It took me aages to figure out.
>
> Thanks again for putting together a great distro!
>
> --
> ~cole
> http://holotone.net/
> --
> Ubuntu-Studio-users mailing list
> Ubuntu-Studio-users@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
>
>

-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Ubuntu Studio & Qsampler

2007-11-12 Thread [EMAIL PROTECTED]
So I bit the bullet this weekend and chose Ubuntu Studio for my Gutsy
upgrade and... Wow! Seriously well done..! I can finally feel confident
using Linux as my primary music production OS..!

One question, one gripe, and one solution:

Question: How do I enable realtime in jack? From my understanding, Ubuntu
Studio includes the realtime kernel, but whenever I check the realtime box
in Jack, it won't start - Any ideas?

Gripe: I love the theme with a few exceptions, the largest of which is
being able to see the fine lines between devices and apps in qjackctl's
connections panel. Any suggestions for a fix?

Solution: I couldn't for the life of me get Qsampler to work - Kept saying
every time I started it that "Server could not be started". A bit of
research turned up that linuxsampler, the sampler that Qsampler is a GUI
front end for, is not included w/ Ubuntu* due to licensing issues. Some more
digging around turned up these Ubuntu debs for linuxsampler:
http://ubuntu2.cica.es/ubuntu/ubuntu/pool/universe/l/linuxsampler/

One quick double click and qsampler is now working flawlessly! Perhaps there
should be a note about this somewhere? It took me aages to figure out.

Thanks again for putting together a great distro!

-- 
~cole
http://holotone.net/
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: More "feature-rich" burning app for Ubuntu Studio-Hardy.

2007-11-12 Thread Edward Dunagin
On 11/12/07, Cory K. <[EMAIL PROTECTED]> wrote:
> So it's looking like K3b will be included in Ubuntu Studio 8.04 (Hardy).
> (this is about 75% for sure)
>
> Testing will be done throughout the cycle to make sure there are no
> hiccups. Users will need to give the development team feedback on this
> one. ;)
>
> If K3B is found to not integrate into GNOME as well as other apps (ie:
> Gnomebaker) and doesn't really provide anything significant over other
> apps than this decision will be changed.
>
> Id like to hear what significant advantages there are to K3B over other
> apps. We're looking for the best app for what we do in Ubuntu Studio so
> the examples need to be related to multimedia production somehow.

Hello Cory,

I have uese k3b with kde for a long time. When I converted t
UbuntuStudio I download k3b to go with my Gnome app and it has worked
fine. I guess I prefer it to other apps because I have used it and
find it works very well for me.

Peace..ed

Edward  Dunagin-Dunigan-Dunnigan
4646 Glenwood Drive
Bozeman, MT 59718
mobile 406-570-0992
Landline 406-556-7282
http://doas.montanalinux.org

-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: ALSA support. Bookmark this page.

2007-11-12 Thread Andrew Hunter
::surian:: wrote:
> for firewire soundcards, visit Freebob project:
> http://freebob.sourceforge.net/index.php/List_of_Supported_Devices

Freebob has morphed into the FFADO project.

www.ffado.org for the latest list on supported cards.

> 
> 2007/11/5, D. Michael McIntyre <[EMAIL PROTECTED] 
> >:
> 
> On Monday 05 November 2007, Cory K. wrote:
>  > here: http://www.alsa-project.org/main/index.php/Matrix:Main
> 
> Wow!  They have really improved this since the last time I tried to
> figure out
> if something was supported!
> --
> D. Michael McIntyre
> 
> --
> Ubuntu-Studio-users mailing list
> Ubuntu-Studio-users@lists.ubuntu.com
> 
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
> 
> 


-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


gnome settings manager error to start desktop

2007-11-12 Thread Jarbas Jacome
Hello,

does any body have the same bug with UbuntuStudio?

Sometimes, when I start UbuntuStudio, I receive this error message:

"Did not receive a reply. Possible causes include: the remote
application did not send a reply, the message bus security policy
blocked the reply, the reply timeout expired, or the network
connection was broken.

GNOME will try to load settings manager in the next time it starts."

when its happens, a lot of stuffs don work well, including theme
configs, hd drives arent mounted, etc.

I've found a link about it:
https://bugs.launchpad.net/ubuntu/+source/control-center/+bug/84876

thank you.
j.jR.
00:00.0 0600: 8086:1130 (rev 11)
Subsystem: 104d:80df
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 

00:02.0 0300: 8086:1132 (rev 11) (prog-if 00 [VGA])
Subsystem: 104d:80df
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- 

00:1e.0 0604: 8086:2448 (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- TAbort- 
Reset- FastB2B-

00:1f.0 0601: 8086:244c (rev 03)
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- 

01:02.0 0607: 1180:0476 (rev 80)
Subsystem: 104d:80df
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- Reset- 16bInt+ PostWrite+
16-bit legacy interface ports at 0001

01:02.1 0607: 1180:0476 (rev 80)
Subsystem: 104d:80df
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- Reset- 16bInt+ PostWrite+
16-bit legacy interface ports at 0001

01:08.0 0200: 8086:2449 (rev 03)
Subsystem: 8086:3013
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- 

00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and Memory 
Controller Hub (rev 11)
Subsystem: Sony Corporation Vaio PCG-FX403
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 

00:02.0 VGA compatible controller: Intel Corporation 82815 Chipset Graphics 
Controller (CGC) (rev 11) (prog-if 00 [VGA])
Subsystem: Sony Corporation Vaio PCG-FX403
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- 

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 03) (prog-if 
00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- TAbort- 
Reset- FastB2B-

00:1f.0 ISA bridge: Intel Corporation 82801BAM ISA Bridge (LPC) (rev 03)
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- 

01:02.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 80)
Subsystem: Sony Corporation Vaio PCG-FX403
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- Reset- 16bInt+ PostWrite+
16-bit legacy interface ports at 0001

01:02.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 80)
Subsystem: Sony Corporation Vaio PCG-FX403
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- Reset- 16bInt+ PostWrite+
16-bit legacy interface ports at 0001

01:08.0 Ethernet controller: Intel Corporation 82801BA/BAM/CA/CAM Ethernet 
Controller (rev 03)
Subsystem: Intel Corporation EtherExpress PRO/100 VE
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ Pa

Re: More "feature-rich" burning app for Ubuntu Studio-Hardy.

2007-11-12 Thread Cory K.
So it's looking like K3b will be included in Ubuntu Studio 8.04 (Hardy).
(this is about 75% for sure)

Testing will be done throughout the cycle to make sure there are no
hiccups. Users will need to give the development team feedback on this
one. ;)

If K3B is found to not integrate into GNOME as well as other apps (ie:
Gnomebaker) and doesn't really provide anything significant over other
apps than this decision will be changed.

Id like to hear what significant advantages there are to K3B over other
apps. We're looking for the best app for what we do in Ubuntu Studio so
the examples need to be related to multimedia production somehow.


-Cory

-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users