Thanks for your reply.
Good to know that it works flawlessly for you which means that my problems may be caused by some oddity in my setup.
I should probably have mentioned the following:
Ubuntu 8.04
Code:
~$ uname -a
Linux username 2.6.24-19-rt #1 SMP PREEMPT RT Wed Jun 18 16:35:41 UTC 2008 i686 GNU/Linux
and
Code:
~$ cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xfebfc000 irq 22
1 [SAA7134 ]: SAA7134 - SAA7134
saa7133[0] at 0xfeaff800 irq 18
And
Code:
~$ lsmod | grep -i snd
snd_hda_intel 344728 5
snd_hwdep 10628 1 snd_hda_intel
snd_pcm_oss 42400 0
snd_mixer_oss 18048 1 snd_pcm_oss
snd_seq_dummy 4868 0
snd_pcm 78724 4 snd_hda_intel,saa7134_alsa,snd_pcm_oss
snd_page_alloc 11400 2 snd_hda_intel,snd_pcm
snd_seq_oss 35968 0
snd_seq_midi 9376 0
snd_rawmidi 25632 1 snd_seq_midi
snd_seq_midi_event 8576 2 snd_seq_oss,snd_seq_midi
snd_seq 54992 9 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 24836 2 snd_pcm,snd_seq
snd_seq_device 9612 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 57636 22 snd_hda_intel,saa7134_alsa,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_seq_dummy,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 9312 1 snd
I've got it to work now but not entirely to my satisfaction and I'm not sure of the wider implications of how get it to work yet:
I've installed Jack Control (qjackctl). If I open that app and start jack server from here and make sure to also press the 'play' button and then start Audacity and set its output to "jack connection kit" it actually does what I expect it to.
I guess the connection kit must be installed as well - but I suppose that all jack-related is installed when you install ubuntustudio-audio. I also fiddled some with the 'setup in jack control because of a lot of cracks and pops - don't know if it's fiddling or the 'play' button that did the trick.
Another trick I saw somewhere was to start Audacity with the command:
And then choose 'oss' as output. Unstable sound quality but allowed me to have Amarok and Audacity output sound at the same time - guess that's what you mean by using the same subsystem. Anyway it works reasonably well with jack.
Perhaps all this has to do with a shift away from alsa to pulse or something, that will be sorted out in the next half year or so?
Bookmarks