Re: Real Time kernel US 13.04

2013-07-29 Thread Ralf Mardorf
Hi Nicola :)

On Tue, 2013-07-30 at 00:35 +0100, nicola.di.marzo @vodafone.it wrote:
> One strange thing that i don't understand is why does still compare
> the webcam (on the bus 2) in lsusb even if i blacklisted the uvcvideo
> e videodev drivers?

Remove them from the blacklist and add

rmmod uvcvideo
rmmod videodev

to rc.local and make it executable.

gksudo gedit /etc/rc.local
sudo chmod a+x /etc/rc.local

https://answers.launchpad.net/ubuntu/+source/linux-meta/+question/153205



> RTIRQ_NAME_LIST="rtc snd usb i8042"
> 
> instead of "usb" add the number "usb1" or similar, ask Rui, if
> it
> shouldn't be described by

I guess the USB slot with irq 21 is named usb2.

Regards,
Ralf




-- 
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: Real Time kernel US 13.04

2013-07-29 Thread nicola.di.marzo @vodafone.it
Thanks Ralf for the suggestions.

Tomorrow i will experiment a little bit.
One strange thing that i don't understand is why does still compare the
webcam (on the bus 2) in lsusb even if i blacklisted the uvcvideo e
videodev drivers?

I also found a very interesting discussion about rtirq made on LAU
http://linux-audio.4202.n7.nabble.com/Re-Issue-with-the-priority-of-the-sound-cards-using-rtirq-td40952i20.html

Cheers
Nicola


2013/7/29 Ralf Mardorf 

> ninu@ninu-HPg6:~$ service rtirq status
>
>   PID CLS RTPRIO  NI PRI %CPU STAT COMMAND
>66 FF  90   - 130  0.0 Sirq/8-rtc0
>62 FF  80   - 120  0.3 Sirq/16-ehci_hcd
>63 FF  79   - 119  0.8 Sirq/21-ehci_hcd
>65 FF  75   - 115  0.0 Sirq/1-i8042
>64 FF  74   - 114  0.0 Sirq/12-i8042
>35 FF  50   -  90  0.0 Sirq/9-acpi
>   189 FF  50   -  90  0.0 Sirq/41-rtsx_pci
>   217 FF  50   -  90  0.3 Sirq/42-ahci
>   424 FF  50   -  90  0.0 Sirq/43-mei
>   620 FF  50   -  90  0.4 Sirq/16-ath9k
>   742 FF  50   -  90  0.0 Sirq/44-i915
>  1377 FF  50   -  90  0.0 Sirq/40-eth0
> 3 TS   -   0  19  0.2 Sksoftirqd/0
>14 TS   -   0  19  0.1 Sksoftirqd/1
>19 TS   -   0  19  0.0 Sksoftirqd/2
>24 TS   -   0  19  0.0 Sksoftirqd/3
>
> Unbind ehci_hcd with irq 16 and use ehci_hcd with irq 21 for the USB
> sound device. Disabling WLAN might be useful too, even when it doesn't
> share the irq.
>
>
> http://wiki.linuxaudio.org/wiki/system_configuration#solve_irq_conflict_by_unbinding_devices
>
> Or at least take care that the used USB slot is head of the USB slots,
>
> RTIRQ_NAME_LIST="rtc snd usb i8042"
>
> instead of "usb" add the number "usb1" or similar, ask Rui, if it
> shouldn't be described by
>
> http://wiki.linuxaudio.org/wiki/system_configuration#rtirq
>
> Rui Nuno Capela
> rncbc at rncbc dot 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
>
-- 
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: Real Time kernel US 13.04

2013-07-29 Thread Ralf Mardorf
ninu@ninu-HPg6:~$ service rtirq status

  PID CLS RTPRIO  NI PRI %CPU STAT COMMAND  
   66 FF  90   - 130  0.0 Sirq/8-rtc0   
   62 FF  80   - 120  0.3 Sirq/16-ehci_hcd  
   63 FF  79   - 119  0.8 Sirq/21-ehci_hcd  
   65 FF  75   - 115  0.0 Sirq/1-i8042  
   64 FF  74   - 114  0.0 Sirq/12-i8042 
   35 FF  50   -  90  0.0 Sirq/9-acpi   
  189 FF  50   -  90  0.0 Sirq/41-rtsx_pci  
  217 FF  50   -  90  0.3 Sirq/42-ahci  
  424 FF  50   -  90  0.0 Sirq/43-mei   
  620 FF  50   -  90  0.4 Sirq/16-ath9k 
  742 FF  50   -  90  0.0 Sirq/44-i915  
 1377 FF  50   -  90  0.0 Sirq/40-eth0  
3 TS   -   0  19  0.2 Sksoftirqd/0  
   14 TS   -   0  19  0.1 Sksoftirqd/1  
   19 TS   -   0  19  0.0 Sksoftirqd/2  
   24 TS   -   0  19  0.0 Sksoftirqd/3

Unbind ehci_hcd with irq 16 and use ehci_hcd with irq 21 for the USB
sound device. Disabling WLAN might be useful too, even when it doesn't
share the irq.

http://wiki.linuxaudio.org/wiki/system_configuration#solve_irq_conflict_by_unbinding_devices

Or at least take care that the used USB slot is head of the USB slots,

RTIRQ_NAME_LIST="rtc snd usb i8042"

instead of "usb" add the number "usb1" or similar, ask Rui, if it
shouldn't be described by

http://wiki.linuxaudio.org/wiki/system_configuration#rtirq

Rui Nuno Capela
rncbc at rncbc dot 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: Real Time kernel US 13.04

2013-07-29 Thread Ralf Mardorf
On Mon, 2013-07-29 at 13:14 -0400, Abe Caleb wrote:
> I also edit Video on my US.  So if you can get that laptop to work
> with several apps open and Jack

I don't know, but I suspect the OP won't use real time audio and edit a
video at the same time.



-- 
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: Real Time kernel US 13.04

2013-07-29 Thread Ralf Mardorf
On Tue, 2013-07-30 at 00:36 +0800, Ho Wan Chan wrote:
>  https://rt.wiki.kernel.org/index.php/RT_PREEMPT_HOWTO

Or try the attached script.


Boot into the lowlatency kernel, since the attached script should use
it's config. I have no time to update the script completely and I needed
to remove some parts of the original script. Perhaps not all packages
are needed and I've doubts regarding to fakeroot, so run the script
using sudo. Note, I'm running Arch Linux and can't test my old script
right now. You need to follow the instructions, you can hit enter when
there's no question about timers or audio, but take care about questions
about e.g. real time, then answer in a self explaining way.

In a terminal run the script by

$ sudo bash /path/to/ubuntu-rt

Note! Nothing bad should happen, only build might fail. However, use it
on your own risk ;).

Regards,
Ralf





quantal-rt
Description: application/shellscript
-- 
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: Real Time kernel US 13.04

2013-07-29 Thread Gustin Johnson
The processor in that laptop is pretty weak.  It is only a single module
(two integer cores) AMD and is thus less capable than a similarly clocked
Intel i3.

I have no idea what "Even though i use a Roland ua25-ex that stands
undisturbed upon its
interrupt line..." means since that device is USB based and thus by
definition cannot have it's own interrupt.

I have a Tascam US122l kicking around. I will see what kind of latency I
can get on my AMD machine.  It might take a couple of days.  Historically
it has only been really stable in and around the 10 ms mark.


On Mon, Jul 29, 2013 at 10:40 AM, Ralf Mardorf
wrote:

> On Mon, 2013-07-29 at 18:21 +0200, Ralf Mardorf wrote:
> > On Mon, 2013-07-29 at 11:54 -0400, Abe Caleb wrote:
> > > That Laptop has limited cpu and I/O resources for the many apps that
> > > can run on this kernel thus you get plenty of xruns. In other words,
> > > you need more hardware resources. Perhaps if you use an externel usb
> > > sound card you may get some help.  You need to be at 8Gb of Ram and a
> > > high speed hard Drive. Graphics on that Laptop will be a problem too.
> > > I have 8 screens going during productions.  I have a desktop for the
> > > heavy work and use my laptop for DJ software or simple audacity
> > > recording.  At least a 4 core processor would do the trick.
> >
> > My apologise to the OP, I didn't take care about the issues, so no need
> > to repeat them, but anyway, post the output of "rtirq status".
> >
> > IIRC on Ubuntu it's
> >
> > /etc/init.d/rtirq status
> >
> > or try
> >
> > service rtirq status
> >
> > perhaps there's a wrapper.
>
> PS: I disagree. The OP does use a Roland ua25-ex and neither 8 GB RAM
> nor 4 cores are needed for heavy audio productions.
>
>
>
> --
> 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: Real Time kernel US 13.04

2013-07-29 Thread Ralf Mardorf
On Mon, 2013-07-29 at 19:43 +0200, Ralf Mardorf wrote:
> On Tue, 2013-07-30 at 00:36 +0800, Ho Wan Chan wrote:
> >  https://rt.wiki.kernel.org/index.php/RT_PREEMPT_HOWTO
> 
> Or try the attached script.
> 
> 
> Boot into the lowlatency kernel, since the attached script should use
> it's config. I have no time to update the script completely and I needed
> to remove some parts of the original script. Perhaps not all packages
> are needed and I've doubts regarding to fakeroot, so run the script
> using sudo. Note, I'm running Arch Linux and can't test my old script
> right now. You need to follow the instructions, you can hit enter when
> there's no question about timers or audio, but take care about questions
> about e.g. real time, then answer in a self explaining way.
> 
> In a terminal run the script by
> 
> $ sudo bash /path/to/ubuntu-rt
> 
> Note! Nothing bad should happen, only build might fail. However, use it
> on your own risk ;).
> 
> Regards,
> Ralf

Oops, that was the wrong script, use this one :).



ubuntu-rt
Description: application/shellscript
-- 
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: Real Time kernel US 13.04

2013-07-29 Thread nicola.di.marzo @vodafone.it
First of all, thanks everyone for your quick replies.
Second, it's the first time that i write here but i'm a happy ubuntu studio
user since 9.10!
So thanks to make this distro as great as it is...hope to contribute myself
more in the early future.

Now, i attach the output of these commands:
service rtirq status
lsusb
cat /proc/interrupts

Seems like irq 16 has more priority than irq 21 that's where my ua25-ex
stands.
How can i prioritize it?

p.s.I'm ready to compile the RT kernel as well, thanks for the links (that
would be my first time!).

Cheers
Nicola


2013/7/29 Ralf Mardorf 

> On Mon, 2013-07-29 at 18:21 +0200, Ralf Mardorf wrote:
> > On Mon, 2013-07-29 at 11:54 -0400, Abe Caleb wrote:
> > > That Laptop has limited cpu and I/O resources for the many apps that
> > > can run on this kernel thus you get plenty of xruns. In other words,
> > > you need more hardware resources. Perhaps if you use an externel usb
> > > sound card you may get some help.  You need to be at 8Gb of Ram and a
> > > high speed hard Drive. Graphics on that Laptop will be a problem too.
> > > I have 8 screens going during productions.  I have a desktop for the
> > > heavy work and use my laptop for DJ software or simple audacity
> > > recording.  At least a 4 core processor would do the trick.
> >
> > My apologise to the OP, I didn't take care about the issues, so no need
> > to repeat them, but anyway, post the output of "rtirq status".
> >
> > IIRC on Ubuntu it's
> >
> > /etc/init.d/rtirq status
> >
> > or try
> >
> > service rtirq status
> >
> > perhaps there's a wrapper.
>
> PS: I disagree. The OP does use a Roland ua25-ex and neither 8 GB RAM
> nor 4 cores are needed for heavy audio productions.
>
>
>
> --
> 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
>


US13.04troubleshoot
Description: Binary data
-- 
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: Real Time kernel US 13.04

2013-07-29 Thread Abe Caleb
I also edit Video on my US.  So if you can get that laptop to work with
several apps open and Jack,  I would like to see that Ralf.


On Mon, Jul 29, 2013 at 12:40 PM, Ralf Mardorf
wrote:

> On Mon, 2013-07-29 at 18:21 +0200, Ralf Mardorf wrote:
> > On Mon, 2013-07-29 at 11:54 -0400, Abe Caleb wrote:
> > > That Laptop has limited cpu and I/O resources for the many apps that
> > > can run on this kernel thus you get plenty of xruns. In other words,
> > > you need more hardware resources. Perhaps if you use an externel usb
> > > sound card you may get some help.  You need to be at 8Gb of Ram and a
> > > high speed hard Drive. Graphics on that Laptop will be a problem too.
> > > I have 8 screens going during productions.  I have a desktop for the
> > > heavy work and use my laptop for DJ software or simple audacity
> > > recording.  At least a 4 core processor would do the trick.
> >
> > My apologise to the OP, I didn't take care about the issues, so no need
> > to repeat them, but anyway, post the output of "rtirq status".
> >
> > IIRC on Ubuntu it's
> >
> > /etc/init.d/rtirq status
> >
> > or try
> >
> > service rtirq status
> >
> > perhaps there's a wrapper.
>
> PS: I disagree. The OP does use a Roland ua25-ex and neither 8 GB RAM
> nor 4 cores are needed for heavy audio productions.
>
>
>
> --
> 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: Real Time kernel US 13.04

2013-07-29 Thread Ralf Mardorf
On Mon, 2013-07-29 at 18:21 +0200, Ralf Mardorf wrote:
> On Mon, 2013-07-29 at 11:54 -0400, Abe Caleb wrote:
> > That Laptop has limited cpu and I/O resources for the many apps that
> > can run on this kernel thus you get plenty of xruns. In other words,
> > you need more hardware resources. Perhaps if you use an externel usb
> > sound card you may get some help.  You need to be at 8Gb of Ram and a
> > high speed hard Drive. Graphics on that Laptop will be a problem too.
> > I have 8 screens going during productions.  I have a desktop for the
> > heavy work and use my laptop for DJ software or simple audacity
> > recording.  At least a 4 core processor would do the trick.
> 
> My apologise to the OP, I didn't take care about the issues, so no need
> to repeat them, but anyway, post the output of "rtirq status".
> 
> IIRC on Ubuntu it's
> 
> /etc/init.d/rtirq status
> 
> or try
> 
> service rtirq status
> 
> perhaps there's a wrapper.

PS: I disagree. The OP does use a Roland ua25-ex and neither 8 GB RAM
nor 4 cores are needed for heavy audio productions.



-- 
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: Real Time kernel US 13.04

2013-07-29 Thread Ho Wan Chan
Hello Nicola,

A packaged RT kernel for Ubuntu 13.04 is not available via any repository
or PPA currently. We do have plans to resume maintenance of the "linux-rt"
package in the near future (possibly after the release of Ubuntu 14.04
LTS). However, I don't think a packaged RT kernel will be available for
Ubuntu 13.04.

Meanwhile, you can build the Linux RT kernel yourself. Follow the
instructions in https://rt.wiki.kernel.org/index.php/RT_PREEMPT_HOWTO for
details.

Regards,
Howard Chan (smartboyhw)
Ubuntu Studio Release Manager
On Jul 29, 2013 3:56 PM, "Nicola"  wrote:

> Hi all,
>
> Is it available a Real Time kernel for the 13.04?
> I've tried both the default lowlatency kernels but to be honest i'm not
> satisfied with them.
> With my hp pavilion g6 can't get good results with jack below 11,6 ms
> (many xruns) even if i tried several further configurations (ex, i
> disabled pulseaudio).
> Even though i use a Roland ua25-ex that stands undisturbed upon its
> interrupt line...
> Any tips eventually?
>
> Thanks
> Cheers
> Nicola
>
> --
> 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: Real Time kernel US 13.04

2013-07-29 Thread Jimmy Sjölund
The Roland ua25-ex is a two channel external usb sound card. I use one
myself for home recordings. I could do some tests to see what i can push it
to on my Sony Vaio laptop when I get back from vacation.

On 29 jul 2013, at 18:12, Abe Caleb  wrote:

Perhaps if you use an externel usb sound card you may get some help.




On Mon, Jul 29, 2013 at 10:49 AM, Nicola wrote:

>
> Even though i use a Roland ua25-ex that stands undisturbed upon its
> interrupt line...
>
>
-- 
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: Real Time kernel US 13.04

2013-07-29 Thread Kaj Ailomaa


On Mon, Jul 29, 2013, at 05:54 PM, Abe Caleb wrote:
> That Laptop has limited cpu and I/O resources for the many apps that can
> run on this kernel thus you get plenty of xruns. In other words, you need
> more hardware resources. Perhaps if you use an externel usb sound card
> you
> may get some help.  You need to be at 8Gb of Ram and a high speed hard
> Drive. Graphics on that Laptop will be a problem too. I have 8 screens
> going during productions.  I have a desktop for the heavy work and use my
> laptop for DJ software or simple audacity recording.  At least a 4 core
> processor would do the trick.
> 

Neither the number of cores, the amount of RAM or the type of hard drive
you have is going to have much effect on jack performance, unless we're
talking really poor hardware.

Some audio devices work better than others.
And, there is always the chance of IRQ conflict, causing one piece of
hardware to disturbe the performance of another.

Ralph mentioned rtirq. That would be a good place to start.

-- 
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: Real Time kernel US 13.04

2013-07-29 Thread Ralf Mardorf
On Mon, 2013-07-29 at 11:54 -0400, Abe Caleb wrote:
> That Laptop has limited cpu and I/O resources for the many apps that
> can run on this kernel thus you get plenty of xruns. In other words,
> you need more hardware resources. Perhaps if you use an externel usb
> sound card you may get some help.  You need to be at 8Gb of Ram and a
> high speed hard Drive. Graphics on that Laptop will be a problem too.
> I have 8 screens going during productions.  I have a desktop for the
> heavy work and use my laptop for DJ software or simple audacity
> recording.  At least a 4 core processor would do the trick.

My apologise to the OP, I didn't take care about the issues, so no need
to repeat them, but anyway, post the output of "rtirq status".

IIRC on Ubuntu it's

/etc/init.d/rtirq status

or try

service rtirq status

perhaps there's a wrapper.



-- 
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: Real Time kernel US 13.04

2013-07-29 Thread Ralf Mardorf
My mails did not come through the list and the archive is outdated since
days.

 Forwarded Message 
From: Ralf Mardorf 
To: ubuntu-studio-users@lists.ubuntu.com
Subject: Re: Real Time kernel US 13.04
Date: Mon, 29 Jul 2013 17:51:42 +0200

Hi Nicola,

google for "KXStudio", perhaps it provides linux-rt for Ubuntu 13.04, if
not, then I can explain how you can build your own kernel-rt. Since I'm
short in time, I only will do it, if no linux-rt should be available by
a repository.

Regards,
Ralf

 Forwarded Message 
From: Ralf Mardorf 
To: ubuntu-studio-users@lists.ubuntu.com
Subject: Re: Real Time kernel US 13.04
Date: Mon, 29 Jul 2013 17:55:04 +0200

PS: What issues do you experience? Can you please post the output of
"rtirq status"?



-- 
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: Real Time kernel US 13.04

2013-07-29 Thread Ralf Mardorf
Hi Nicola,

google for "KXStudio", perhaps it provides linux-rt for Ubuntu 13.04, if
not, then I can explain how you can build your own kernel-rt. Since I'm
short in time, I only will do it, if no linux-rt should be available by
a repository.

Regards,
Ralf


-- 
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: Real Time kernel US 13.04

2013-07-29 Thread Abe Caleb
That Laptop has limited cpu and I/O resources for the many apps that can
run on this kernel thus you get plenty of xruns. In other words, you need
more hardware resources. Perhaps if you use an externel usb sound card you
may get some help.  You need to be at 8Gb of Ram and a high speed hard
Drive. Graphics on that Laptop will be a problem too. I have 8 screens
going during productions.  I have a desktop for the heavy work and use my
laptop for DJ software or simple audacity recording.  At least a 4 core
processor would do the trick.


On Mon, Jul 29, 2013 at 10:49 AM, Nicola wrote:

> Hi all,
>
> Is it available a Real Time kernel for the 13.04?
> I've tried both the default lowlatency kernels but to be honest i'm not
> satisfied with them.
> With my hp pavilion g6 can't get good results with jack below 11,6 ms
> (many xruns) even if i tried several further configurations (ex, i
> disabled pulseaudio).
> Even though i use a Roland ua25-ex that stands undisturbed upon its
> interrupt line...
> Any tips eventually?
>
> Thanks
> Cheers
> Nicola
>
> --
> 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: Real Time kernel US 13.04

2013-07-29 Thread Ralf Mardorf
PS: What issues do you experience? Can you please post the output of
"rtirq status"?


-- 
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: new Studio user writes

2013-07-29 Thread Adam Behnke
A trick I've been using since the forums are down is to Google search my
question and view the cached page.
On Jul 29, 2013 10:29 AM, "Abe Caleb"  wrote:

> Adam it depends on what you need to do in Jack.
> I use it for many different scenarios such as mixing a composition from
> LMMS (Linux Multimedia Studio) to vocals in Audacity. Or you may want to
> record something from YouTube and mix with audio in Audacity.
> With Jack you can do this.
> There are many other uses for it and you will enjoy using it as you gain
> confidence and knowledge in how it works.
>
> I use it all the time and you are welcome to share my desktop and see how
> I have it set up.
>
>
> On Mon, Jul 29, 2013 at 5:35 AM, adam  wrote:
>
>> Newly installed 12.04 Studio. And Xfce seems nice.
>> I am interested in Audio, primarily.
>>
>> So, with the U Forums down, where should I start?
>>
>> There are many apps from the Audio Production menu,
>> but I guess mastering patching jack is step 1 ?
>> Do I still need pasuspend?
>>
>> Is there a Studio Tutorial on setting up jack ?
>> Perhaps the jack site for Command line Alt-F2,
>> or perhaps the Qjackctl site ?
>>
>> A Tutorial on how to get, say, Qtractor driving any
>> of the Synths, via jack I guess, would be helpful.
>>
>> Or simply a flow-chart, suggesting in which order
>> to start the applications up in, would be a start.
>> It would be nice to then Save that as a Project.
>>
>> Any Tutorials or suggestions on getting started with
>> Studio Audio, much appreciated.
>>
>>
>>
>>
>> --
>> 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


Real Time kernel US 13.04

2013-07-29 Thread Nicola
Hi all,

Is it available a Real Time kernel for the 13.04?
I've tried both the default lowlatency kernels but to be honest i'm not
satisfied with them.
With my hp pavilion g6 can't get good results with jack below 11,6 ms
(many xruns) even if i tried several further configurations (ex, i
disabled pulseaudio).
Even though i use a Roland ua25-ex that stands undisturbed upon its
interrupt line...
Any tips eventually?

Thanks
Cheers
Nicola

-- 
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: new Studio user writes

2013-07-29 Thread Abe Caleb
Adam it depends on what you need to do in Jack.
I use it for many different scenarios such as mixing a composition from
LMMS (Linux Multimedia Studio) to vocals in Audacity. Or you may want to
record something from YouTube and mix with audio in Audacity.
With Jack you can do this.
There are many other uses for it and you will enjoy using it as you gain
confidence and knowledge in how it works.

I use it all the time and you are welcome to share my desktop and see how I
have it set up.


On Mon, Jul 29, 2013 at 5:35 AM, adam  wrote:

> Newly installed 12.04 Studio. And Xfce seems nice.
> I am interested in Audio, primarily.
>
> So, with the U Forums down, where should I start?
>
> There are many apps from the Audio Production menu,
> but I guess mastering patching jack is step 1 ?
> Do I still need pasuspend?
>
> Is there a Studio Tutorial on setting up jack ?
> Perhaps the jack site for Command line Alt-F2,
> or perhaps the Qjackctl site ?
>
> A Tutorial on how to get, say, Qtractor driving any
> of the Synths, via jack I guess, would be helpful.
>
> Or simply a flow-chart, suggesting in which order
> to start the applications up in, would be a start.
> It would be nice to then Save that as a Project.
>
> Any Tutorials or suggestions on getting started with
> Studio Audio, much appreciated.
>
>
>
>
> --
> 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: alsamixer

2013-07-29 Thread Ralf Mardorf
On Mon, 2013-07-29 at 08:53 -0400, Abe Caleb wrote:
> You go to the terminal and run alsamixer, select the RME card and
> cannot configure it there?

I don't know what to do and there seems to be not all options available.
I even don't know how to safe aslamixer settings ;).

Perhaps the issue I experience has nothing to do with this matrix I
already mentioned, but at least there is such a matrix and it seems to
be not available by alsamixer. I also don't know how to do submixes by
alsamixer.


$ amixer scontrols
Simple mixer control 'ADAT Frequency',0
Simple mixer control 'ADAT SyncCheck',0
Simple mixer control 'AES Frequency',0
Simple mixer control 'AES SyncCheck',0
Simple mixer control 'Chn',1
Simple mixer control 'Chn',2
Simple mixer control 'Chn',3
Simple mixer control 'Chn',4
Simple mixer control 'Chn',5
Simple mixer control 'Chn',6
Simple mixer control 'Chn',7
Simple mixer control 'Chn',8
Simple mixer control 'Chn',9
Simple mixer control 'Chn',10
Simple mixer control 'Chn',11
Simple mixer control 'Chn',12
Simple mixer control 'Chn',13
Simple mixer control 'Chn',14
Simple mixer control 'Chn',15
Simple mixer control 'Chn',16
Simple mixer control 'External Rate',0
Simple mixer control 'Internal Clock',0
Simple mixer control 'Preferred Sync Reference',0
Simple mixer control 'SPDIF Frequency',0
Simple mixer control 'SPDIF SyncCheck',0
Simple mixer control 'SYNC IN Frequency',0
Simple mixer control 'SYNC IN SyncCheck',0
Simple mixer control 'System Clock Mode',0
Simple mixer control 'System Sample Rate',0
Simple mixer control 'TCO Frequency',0
Simple mixer control 'TCO SyncCheck',0
Simple mixer control 'WC Frequency',0
Simple mixer control 'WC SyncCheck',0
$ amixer scontents
Simple mixer control 'ADAT Frequency',0
  Capabilities: enum
  Items: 'No Lock' '32 kHz' '44.1 kHz' '48 kHz' '64 kHz' '88.2 kHz' '96 kHz' 
'128 kHz' '176.4 kHz' '192 kHz'
  Item0: 'No Lock'
Simple mixer control 'ADAT SyncCheck',0
  Capabilities: enum
  Items: 'No Lock' 'Lock' 'Sync' 'N/A'
  Item0: 'Lock'
Simple mixer control 'AES Frequency',0
  Capabilities: enum
  Items: 'No Lock' '32 kHz' '44.1 kHz' '48 kHz' '64 kHz' '88.2 kHz' '96 kHz' 
'128 kHz' '176.4 kHz' '192 kHz'
  Item0: 'No Lock'
Simple mixer control 'AES SyncCheck',0
  Capabilities: enum
  Items: 'No Lock' 'Lock' 'Sync' 'N/A'
  Item0: 'Lock'
Simple mixer control 'Chn',1
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'Chn',2
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'Chn',3
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 0 [0%]
Simple mixer control 'Chn',4
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 0 [0%]
Simple mixer control 'Chn',5
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 0 [0%]
Simple mixer control 'Chn',6
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 0 [0%]
Simple mixer control 'Chn',7
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 0 [0%]
Simple mixer control 'Chn',8
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 0 [0%]
Simple mixer control 'Chn',9
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'Chn',10
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'Chn',11
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'Chn',12
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'Chn',13
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'Chn',14
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'Chn',15
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'Chn',16
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'External Rate',0
  Capabilities: enum
  Items: 'No Lock' '32 kHz' '44.1 kHz' '48 kHz' '64 kHz' '88.2 kHz' '96 kHz' 
'128 kHz' '176.4 kHz' '192 kHz'
  Item0: 'No Lock'
Simple mixer control 'Internal Clock',0
  Capabilities: enum
  Items: '32 

Re: new Studio user writes

2013-07-29 Thread Ralf Mardorf
A newbie is asking how to do a start, please don't hijack this thread.
Sometime ago we did something similar and the OP of this other thread
never came back.

If you want to discuss pulseaudio please open a new thread.

IMO the OP should give us some information, so we can explain how to set
up jackd, e.g. that the OP shouldn't touch periods/buffer size, excepted
it's some crappy internal device that should be used with a value of 3
instead of 2. Latency should be set by using frames/period and sample
rate only etc. pp., however, we still need some information from the OP.

E.g. what I already ask to do:

 Forwarded Message 
To: ubuntu-studio-users@lists.ubuntu.com
Subject: Re: new Studio user writes
Date: Mon, 29 Jul 2013 14:50:29 +0200

You can get some hints on this list.

First of all push

The Alt-Key and F2-key at the same time and then type

xfce4-terminal

In the terminal emulation type

cat /proc/asound/cards

then mark the output with the mouse, with a right click open a menu to
copy it. Past it to the next mail you send to the list.


-- 
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: new Studio user writes

2013-07-29 Thread Abe Caleb
This is how Eliminated Pulse audio from interfering with my Alsa apps:

http://jackaudio.org/routing_alsa




On Mon, Jul 29, 2013 at 8:54 AM, Kaj Ailomaa  wrote:

>
>
> On Mon, Jul 29, 2013, at 02:33 PM, Kaj Ailomaa wrote:
>
> > One way to disable the module is to uninstall pulseaudio-module-jack.
> > However, the module only auto loads, if running jackdbus instead of
> > jackd - which is the default for qjackctl.
> >
>  I meant to say that jackdbus is default for qjackctl.
> One needs to untoggle dbus support under the misc tab to disable
> jackdbus. Disabling dbus will also disable the pulseaudio module from
> autoloading.
>
> --
> 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: new Studio user writes

2013-07-29 Thread Abe Caleb
My intention is not to increase performance. Pulse Audio was causing too
many problems and interfering with my alsa apps.  Now I can run mixxx and
all other apps together, including Firefox,  and all audio is working.


On Mon, Jul 29, 2013 at 8:33 AM, Kaj Ailomaa  wrote:

>
>
> On Mon, Jul 29, 2013, at 02:27 PM, Abe Caleb wrote:
> > I do not like pulse audio so I disabled it. I only use Jack now.
> >
> >
>
> Just for your information, disabling pulseaudio won't increase jack
> performance, however disabling the module will.
>
> One way to disable the module is to uninstall pulseaudio-module-jack.
> However, the module only auto loads, if running jackdbus instead of
> jackd - which is the default for qjackctl.
>
> --
> 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: new Studio user writes

2013-07-29 Thread Kaj Ailomaa


On Mon, Jul 29, 2013, at 02:33 PM, Kaj Ailomaa wrote:

> One way to disable the module is to uninstall pulseaudio-module-jack. 
> However, the module only auto loads, if running jackdbus instead of
> jackd - which is the default for qjackctl.
> 
 I meant to say that jackdbus is default for qjackctl. 
One needs to untoggle dbus support under the misc tab to disable
jackdbus. Disabling dbus will also disable the pulseaudio module from
autoloading.

-- 
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: alsamixer

2013-07-29 Thread Abe Caleb
You go to the terminal and run alsamixer, select the RME card and cannot
configure it there?

I found this:
http://soundofsyntax.wordpress.com/2012/02/12/how-to-configure-ubuntu-11-10-for-using-2-rme-pci-hammerfall-dsp-madi-cards-together/




On Mon, Jul 29, 2013 at 8:40 AM, Ralf Mardorf wrote:

> On Mon, 2013-07-29 at 08:11 -0400, Abe Caleb wrote:
> > Try Pulse audio Volume control.  I don't use it but you may have it
> > configured on your system.
>
> Well-intentioned, but I need to setup something that allows my card to
> rout the IOs to the jackd ports.
>
> Perhaps it isn't related to the issue, but I miss options such as
> setting the matrix:
> http://media.soundonsound.com/sos/mar05/images/rme3matrix.l.jpg
>
> It's said e.g. by Paul Davis, that alsamix does provide _everything_ for
> RME cards, but I can't find it for alsamixer.
>
> Pulseaudio doesn't handle audio cards on that level, it's not installed
> on my machine.
>
>
>
> --
> 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: new Studio user writes

2013-07-29 Thread Ralf Mardorf
You can get some hints on this list.

First of all push

The Alt-Key and F2-key at the same time and then type

xfce4-terminal

In the terminal emulation type

cat /proc/asound/cards

then mark the output with the mouse, with a right click open a menu to
copy it. Past it to the next mail you send to the list.


-- 
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: alsamixer

2013-07-29 Thread Ralf Mardorf
On Mon, 2013-07-29 at 08:11 -0400, Abe Caleb wrote:
> Try Pulse audio Volume control.  I don't use it but you may have it
> configured on your system.

Well-intentioned, but I need to setup something that allows my card to
rout the IOs to the jackd ports.

Perhaps it isn't related to the issue, but I miss options such as
setting the matrix:
http://media.soundonsound.com/sos/mar05/images/rme3matrix.l.jpg

It's said e.g. by Paul Davis, that alsamix does provide _everything_ for
RME cards, but I can't find it for alsamixer.

Pulseaudio doesn't handle audio cards on that level, it's not installed
on my machine.



-- 
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: new Studio user writes

2013-07-29 Thread Kaj Ailomaa


On Mon, Jul 29, 2013, at 02:27 PM, Abe Caleb wrote:
> I do not like pulse audio so I disabled it. I only use Jack now.
> 
> 

Just for your information, disabling pulseaudio won't increase jack
performance, however disabling the module will.

One way to disable the module is to uninstall pulseaudio-module-jack. 
However, the module only auto loads, if running jackdbus instead of
jackd - which is the default for qjackctl.

-- 
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: new Studio user writes

2013-07-29 Thread Abe Caleb
I do not like pulse audio so I disabled it. I only use Jack now.


On Mon, Jul 29, 2013 at 8:14 AM, Kaj Ailomaa  wrote:

>
>
> On Mon, Jul 29, 2013, at 02:02 PM, Abe Caleb wrote:
> > Jack is easy to configure. It is the Pulse audio that can be a real bad
> > player in this.
> >
> > If you like you can install Teamviewer and share you screen where I can
> > give you pointers on how to work with Jack and he audio settings.
> >
> > www.teamviewer.com - Make sure you get the teamviewer for Linux or
> > Ubuntu.
> > It is free.
> >
> > Thanks,
> > Abe
> >
>
> On Ubuntu Studio, the pulseaudio jack module loads automatically, when
> starting jack, so from there - if you want pulseaudio routed to jack,
> you only need to set pulseaudio to use jack as input/output from the
> pulseaudio mixer.
>
> --
> 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: new Studio user writes

2013-07-29 Thread Kaj Ailomaa


On Mon, Jul 29, 2013, at 02:02 PM, Abe Caleb wrote:
> Jack is easy to configure. It is the Pulse audio that can be a real bad
> player in this.
> 
> If you like you can install Teamviewer and share you screen where I can
> give you pointers on how to work with Jack and he audio settings.
> 
> www.teamviewer.com - Make sure you get the teamviewer for Linux or
> Ubuntu.
> It is free.
> 
> Thanks,
> Abe
> 

On Ubuntu Studio, the pulseaudio jack module loads automatically, when
starting jack, so from there - if you want pulseaudio routed to jack,
you only need to set pulseaudio to use jack as input/output from the
pulseaudio mixer.

-- 
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: alsamixer

2013-07-29 Thread Abe Caleb
Try Pulse audio Volume control.  I don't use it but you may have it
configured on your system.


On Mon, Jul 29, 2013 at 6:32 AM, Ralf Mardorf wrote:

> Hi :)
>
> it's said that all settings of RME sound cards are
> available by alsamixer, so seemingly I'm doing something wrong.
>
> This isn't a request regarding to my RME sound card, just a question
> about how to use alsamixer.
>
> I'm missing how to set up the routing.
>
> You for sure remember that using TotaMix on Windows I can access all 8
> ADAT channels, but using TotalMix on Linux, aka hdspmixer, I only can
> use ADAT channels 1 and 2, the others aren't available by jack.
>
> hdspmixer shows a signal for all 8 ADAT channels, the signal only is
> missing for jack.
>
> So how can I use alsamixer to ensure that e.g. ADAT channel 3 is jack
> capture_9? ADAT channel 1 is available by jack capture_7, channel 2 by
> capture_8, but than it stops, the other captures don't get the audio
> signal.
>
> $ amixer scontents
> Simple mixer control 'ADAT Frequency',0
>   Capabilities: enum
>   Items: 'No Lock' '32 kHz' '44.1 kHz' '48 kHz' '64 kHz' '88.2 kHz' '96
> kHz' '128 kHz' '176.4 kHz' '192 kHz'
>   Item0: 'No Lock'
> Simple mixer control 'ADAT SyncCheck',0
>   Capabilities: enum
>   Items: 'No Lock' 'Lock' 'Sync' 'N/A'
>   Item0: 'No Lock'
> Simple mixer control 'AES Frequency',0
>   Capabilities: enum
>   Items: 'No Lock' '32 kHz' '44.1 kHz' '48 kHz' '64 kHz' '88.2 kHz' '96
> kHz' '128 kHz' '176.4 kHz' '192 kHz'
>   Item0: 'No Lock'
> Simple mixer control 'AES SyncCheck',0
>   Capabilities: enum
>   Items: 'No Lock' 'Lock' 'Sync' 'N/A'
>   Item0: 'No Lock'
> Simple mixer control 'Chn',1
>   Capabilities: volume volume-joined
>   Playback channels: Mono
>   Capture channels: Mono
>   Limits: 0 - 64
>   Mono: 24 [38%]
> Simple mixer control 'Chn',2
>   Capabilities: volume volume-joined
>   Playback channels: Mono
>   Capture channels: Mono
>   Limits: 0 - 64
>   Mono: 64 [100%]
> Simple mixer control 'Chn',3
>   Capabilities: volume volume-joined
>   Playback channels: Mono
>   Capture channels: Mono
>   Limits: 0 - 64
>   Mono: 0 [0%]
> Simple mixer control 'Chn',4
>   Capabilities: volume volume-joined
>   Playback channels: Mono
>   Capture channels: Mono
>   Limits: 0 - 64
>   Mono: 0 [0%]
> Simple mixer control 'Chn',5
>   Capabilities: volume volume-joined
>   Playback channels: Mono
>   Capture channels: Mono
>   Limits: 0 - 64
>   Mono: 0 [0%]
> Simple mixer control 'Chn',6
>   Capabilities: volume volume-joined
>   Playback channels: Mono
>   Capture channels: Mono
>   Limits: 0 - 64
>   Mono: 0 [0%]
> Simple mixer control 'Chn',7
>   Capabilities: volume volume-joined
>   Playback channels: Mono
>   Capture channels: Mono
>   Limits: 0 - 64
>   Mono: 0 [0%]
> Simple mixer control 'Chn',8
>   Capabilities: volume volume-joined
>   Playback channels: Mono
>   Capture channels: Mono
>   Limits: 0 - 64
>   Mono: 0 [0%]
> Simple mixer control 'Chn',9
>   Capabilities: volume volume-joined
>   Playback channels: Mono
>   Capture channels: Mono
>   Limits: 0 - 64
>   Mono: 64 [100%]
> Simple mixer control 'Chn',10
>   Capabilities: volume volume-joined
>   Playback channels: Mono
>   Capture channels: Mono
>   Limits: 0 - 64
>   Mono: 64 [100%]
> Simple mixer control 'Chn',11
>   Capabilities: volume volume-joined
>   Playback channels: Mono
>   Capture channels: Mono
>   Limits: 0 - 64
>   Mono: 64 [100%]
> Simple mixer control 'Chn',12
>   Capabilities: volume volume-joined
>   Playback channels: Mono
>   Capture channels: Mono
>   Limits: 0 - 64
>   Mono: 64 [100%]
> Simple mixer control 'Chn',13
>   Capabilities: volume volume-joined
>   Playback channels: Mono
>   Capture channels: Mono
>   Limits: 0 - 64
>   Mono: 19 [30%]
> Simple mixer control 'Chn',14
>   Capabilities: volume volume-joined
>   Playback channels: Mono
>   Capture channels: Mono
>   Limits: 0 - 64
>   Mono: 64 [100%]
> Simple mixer control 'Chn',15
>   Capabilities: volume volume-joined
>   Playback channels: Mono
>   Capture channels: Mono
>   Limits: 0 - 64
>   Mono: 64 [100%]
> Simple mixer control 'Chn',16
>   Capabilities: volume volume-joined
>   Playback channels: Mono
>   Capture channels: Mono
>   Limits: 0 - 64
>   Mono: 64 [100%]
> Simple mixer control 'External Rate',0
>   Capabilities: enum
>   Items: 'No Lock' '32 kHz' '44.1 kHz' '48 kHz' '64 kHz' '88.2 kHz' '96
> kHz' '128 kHz' '176.4 kHz' '192 kHz'
>   Item0: 'No Lock'
> Simple mixer control 'Internal Clock',0
>   Capabilities: enum
>   Items: '32 kHz' '44.1 kHz' '48 kHz' '64 kHz' '88.2 kHz' '96 kHz' '128
> kHz' '176.4 kHz' '192 kHz'
>   Item0: '48 kHz'
> Simple mixer control 'Preferred Sync Reference',0
>   Capabilities: enum
>   Items: 'Word Clock' 'ADAT' 'AES' 'SPDIF' 'Sync In'
>   Item0: 'Word Clock'
> Simple mixer control 'SPDIF Frequency',0
>   Capabilities: enum
>   Items: 'No Lock' '32 kHz' '44.1 kHz' '48 kHz' '64 kHz' '88.2 kHz' '96
> kHz' '128 kHz' '176.4 kHz' '192 kHz'
>   Item0: 'No Lock'
> Simple mixer 

Re: new Studio user writes

2013-07-29 Thread Abe Caleb
Jack is easy to configure. It is the Pulse audio that can be a real bad
player in this.

If you like you can install Teamviewer and share you screen where I can
give you pointers on how to work with Jack and he audio settings.

www.teamviewer.com - Make sure you get the teamviewer for Linux or Ubuntu.
It is free.

Thanks,
Abe


On Mon, Jul 29, 2013 at 5:35 AM, adam  wrote:

> Newly installed 12.04 Studio. And Xfce seems nice.
> I am interested in Audio, primarily.
>
> So, with the U Forums down, where should I start?
>
> There are many apps from the Audio Production menu,
> but I guess mastering patching jack is step 1 ?
> Do I still need pasuspend?
>
> Is there a Studio Tutorial on setting up jack ?
> Perhaps the jack site for Command line Alt-F2,
> or perhaps the Qjackctl site ?
>
> A Tutorial on how to get, say, Qtractor driving any
> of the Synths, via jack I guess, would be helpful.
>
> Or simply a flow-chart, suggesting in which order
> to start the applications up in, would be a start.
> It would be nice to then Save that as a Project.
>
> Any Tutorials or suggestions on getting started with
> Studio Audio, much appreciated.
>
>
>
>
> --
> 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


alsamixer

2013-07-29 Thread Ralf Mardorf
Hi :)

it's said that all settings of RME sound cards are
available by alsamixer, so seemingly I'm doing something wrong.

This isn't a request regarding to my RME sound card, just a question
about how to use alsamixer.

I'm missing how to set up the routing.

You for sure remember that using TotaMix on Windows I can access all 8
ADAT channels, but using TotalMix on Linux, aka hdspmixer, I only can
use ADAT channels 1 and 2, the others aren't available by jack.

hdspmixer shows a signal for all 8 ADAT channels, the signal only is
missing for jack.

So how can I use alsamixer to ensure that e.g. ADAT channel 3 is jack
capture_9? ADAT channel 1 is available by jack capture_7, channel 2 by
capture_8, but than it stops, the other captures don't get the audio
signal.

$ amixer scontents
Simple mixer control 'ADAT Frequency',0
  Capabilities: enum
  Items: 'No Lock' '32 kHz' '44.1 kHz' '48 kHz' '64 kHz' '88.2 kHz' '96 kHz' 
'128 kHz' '176.4 kHz' '192 kHz'
  Item0: 'No Lock'
Simple mixer control 'ADAT SyncCheck',0
  Capabilities: enum
  Items: 'No Lock' 'Lock' 'Sync' 'N/A'
  Item0: 'No Lock'
Simple mixer control 'AES Frequency',0
  Capabilities: enum
  Items: 'No Lock' '32 kHz' '44.1 kHz' '48 kHz' '64 kHz' '88.2 kHz' '96 kHz' 
'128 kHz' '176.4 kHz' '192 kHz'
  Item0: 'No Lock'
Simple mixer control 'AES SyncCheck',0
  Capabilities: enum
  Items: 'No Lock' 'Lock' 'Sync' 'N/A'
  Item0: 'No Lock'
Simple mixer control 'Chn',1
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 24 [38%]
Simple mixer control 'Chn',2
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'Chn',3
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 0 [0%]
Simple mixer control 'Chn',4
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 0 [0%]
Simple mixer control 'Chn',5
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 0 [0%]
Simple mixer control 'Chn',6
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 0 [0%]
Simple mixer control 'Chn',7
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 0 [0%]
Simple mixer control 'Chn',8
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 0 [0%]
Simple mixer control 'Chn',9
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'Chn',10
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'Chn',11
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'Chn',12
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'Chn',13
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 19 [30%]
Simple mixer control 'Chn',14
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'Chn',15
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'Chn',16
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 64
  Mono: 64 [100%]
Simple mixer control 'External Rate',0
  Capabilities: enum
  Items: 'No Lock' '32 kHz' '44.1 kHz' '48 kHz' '64 kHz' '88.2 kHz' '96 kHz' 
'128 kHz' '176.4 kHz' '192 kHz'
  Item0: 'No Lock'
Simple mixer control 'Internal Clock',0
  Capabilities: enum
  Items: '32 kHz' '44.1 kHz' '48 kHz' '64 kHz' '88.2 kHz' '96 kHz' '128 kHz' 
'176.4 kHz' '192 kHz'
  Item0: '48 kHz'
Simple mixer control 'Preferred Sync Reference',0
  Capabilities: enum
  Items: 'Word Clock' 'ADAT' 'AES' 'SPDIF' 'Sync In'
  Item0: 'Word Clock'
Simple mixer control 'SPDIF Frequency',0
  Capabilities: enum
  Items: 'No Lock' '32 kHz' '44.1 kHz' '48 kHz' '64 kHz' '88.2 kHz' '96 kHz' 
'128 kHz' '176.4 kHz' '192 kHz'
  Item0: 'No Lock'
Simple mixer control 'SPDIF SyncCheck',0
  Capabilities: enum
  Items: 'No Lock' 'Lock' 'Sync' 'N/A'
  Item0: 'No Lock'
Simple mixer control 'SYNC IN Frequency',0
  Capabilities: enum
  Items: 'No Lock' '32 kHz' '44.1 kHz' '48 kHz' '64 kHz' '88.2 kHz' '96 kHz' 
'128 kHz' '176.4 kHz' '192 kHz'
  Item0: 'No Lock'
Simple mixer control 'SYNC IN SyncCheck',0
  Capabilities: enum
  Items: 'No Lock' 'Lock' 'Sync' 'N/A'
  Item0: 'No Lock'
Simple mixer control 'System Cl

Re: new Studio user writes

2013-07-29 Thread Kaj Ailomaa
On Mon, Jul 29, 2013, at 11:35 AM, adam wrote:
> Newly installed 12.04 Studio. And Xfce seems nice.
> I am interested in Audio, primarily. 
> 
> So, with the U Forums down, where should I start?
> 
> There are many apps from the Audio Production menu, 
> but I guess mastering patching jack is step 1 ?
> Do I still need pasuspend?  
>  

If using qjackct, just select your card and start jack. 

You can find more info here
https://help.ubuntu.com/community/UbuntuStudio/ProAudioIntro

> Is there a Studio Tutorial on setting up jack ?
> Perhaps the jack site for Command line Alt-F2, 
> or perhaps the Qjackctl site ?
> 
> A Tutorial on how to get, say, Qtractor driving any 
> of the Synths, via jack I guess, would be helpful. 
> 
> Or simply a flow-chart, suggesting in which order 
> to start the applications up in, would be a start. 
> It would be nice to then Save that as a Project. 
> 
> Any Tutorials or suggestions on getting started with 
> Studio Audio, much appreciated.
> 
> 
> 
> 
> -- 
> 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: new Studio user writes

2013-07-29 Thread Jimmy Sjölund
Hi,

there are some information gathered and linked on
https://help.ubuntu.com/community/UbuntuStudio/HowTos and
https://help.ubuntu.com/community/UbuntuStudio/Resources . You could also
log on to the IRC channel #ubuntustudio to ask questions.
http://wiki.linuxaudio.org is also a good resource.


On Mon, Jul 29, 2013 at 11:35 AM, adam  wrote:

> Newly installed 12.04 Studio. And Xfce seems nice.
> I am interested in Audio, primarily.
>
> So, with the U Forums down, where should I start?
>
> There are many apps from the Audio Production menu,
> but I guess mastering patching jack is step 1 ?
> Do I still need pasuspend?
>
> Is there a Studio Tutorial on setting up jack ?
> Perhaps the jack site for Command line Alt-F2,
> or perhaps the Qjackctl site ?
>
> A Tutorial on how to get, say, Qtractor driving any
> of the Synths, via jack I guess, would be helpful.
>
> Or simply a flow-chart, suggesting in which order
> to start the applications up in, would be a start.
> It would be nice to then Save that as a Project.
>
> Any Tutorials or suggestions on getting started with
> Studio Audio, much appreciated.
>
>
>
>
> --
> 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


new Studio user writes

2013-07-29 Thread adam
Newly installed 12.04 Studio. And Xfce seems nice.
I am interested in Audio, primarily. 

So, with the U Forums down, where should I start?

There are many apps from the Audio Production menu, 
but I guess mastering patching jack is step 1 ?
Do I still need pasuspend?  
 
Is there a Studio Tutorial on setting up jack ?
Perhaps the jack site for Command line Alt-F2, 
or perhaps the Qjackctl site ?

A Tutorial on how to get, say, Qtractor driving any 
of the Synths, via jack I guess, would be helpful. 

Or simply a flow-chart, suggesting in which order 
to start the applications up in, would be a start. 
It would be nice to then Save that as a Project. 

Any Tutorials or suggestions on getting started with 
Studio Audio, much appreciated.




-- 
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