On Wed, 2013-07-31 at 08:26 +1200, adam wrote:
> No, Audio has been good, no glitches

> ---@---:~$ cat ~/.jackdrc
> /usr/bin/jackd -dalsa -dhw:1,0 -r44100 -p1024 -n2

Then you can try to lower the "-p1024" value, by QjackCtl > Settings >
Frames/Periode. I recommend to use sample rate 48000 instead of -r44100,
also available by the settings.

>   PID CLS RTPRIO  NI PRI %CPU STAT COMMAND    
>    46 FF      90   - 130  0.0 S    irq/8-rtc0 
>   756 FF      85   - 125  0.0 S    irq/22-snd_via8    
>    39 FF      80   - 120  0.0 S    irq/21-uhci_hcd    
>    40 FF      79   - 119  0.0 S    irq/21-uhci_hcd    
>    41 FF      78   - 118  0.0 S    irq/21-uhci_hcd    
>    42 FF      77   - 117  0.0 S    irq/21-uhci_hcd    
>    45 FF      75   - 115  0.0 S    irq/1-i8042        
>    44 FF      74   - 114  0.0 S    irq/12-i8042       
>    16 FF      50   -  90  0.0 S    irq/9-acpi 
>    38 FF      50   -  90  0.0 S    irq/21-ehci_hcd    
>   163 FF      50   -  90  0.0 S    irq/14-pata_via    
>   164 FF      50   -  90  0.0 S    irq/15-pata_via    
>   170 FF      50   -  90  0.0 S    irq/20-sata_via    
>   193 FF      50   -  90  0.0 S    irq/6-floppy       
>   206 FF      50   -  90  0.0 S    irq/17-firewire    
>   519 FF      50   -  90  0.0 S    irq/7-parport0     
>   747 FF      50   -  90  0.0 S    irq/16-snd_emu1    
>   759 FF      50   -  90  0.0 S    irq/16-nouveau

That's bad :(. We can get the snd_emu1 at a better position in this
list, but the shared irq with the graphics is bad.

Show the output of

grep RTIRQ_NAME_LIST /etc/default/rtirq

Make it

RTIRQ_NAME_LIST="rtc snd_emu1

followed by the rest that is already between the " ".

Can you use another slot for the EMU sound card?

> Great. Yes, I am still studying /etc/modprobe.d/alsa-base.conf

It tries to handle unknown machines, most, if not everything is
irrelevant, but you can keep it, just add what I recommended at the
bottom of the list, the echo command does this automatically.

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

Reply via email to