Audacity not monitoring and not going when record selected

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.x.x package for your distribution or compile Audacity from the source code.
Locked
pmrlondon
Posts: 6
Joined: Mon Nov 08, 2010 5:12 am
Operating System: Please select

Audacity not monitoring and not going when record selected

Post by pmrlondon » Mon Nov 08, 2010 5:55 am

I am using Debian squeeze/amd64 which contains audacity 1.3.12-beta (1.3.12-6 is Debian package version).

I intend mainly to record from Line In on my main sound card, which is supported by ALSA. In fact, I have already used it successfully. However, I tried to use it just now and I could not get it to monitor the sound, nor would it actually go when I clicked Record - it remained "stuck" at 0.

No error messages appear and nothing I have tried, including restarting ALSA and changing settings in the mixer, have made any difference.

Why would this happen? I have not managed to find a reason, so I am hoping someone can point me in the right direction.

bgravato
Posts: 2098
Joined: Wed Jan 13, 2010 8:56 pm
Operating System: Linux Debian

Re: Audacity not monitoring and not going when record select

Post by bgravato » Mon Nov 08, 2010 9:19 am

I'm on Debian Squeeze/i386 and it works fine...

What happens when you select "Start Monitoring" from the drop-down menu next to the mic icon on the toolbar?

pmrlondon
Posts: 6
Joined: Mon Nov 08, 2010 5:12 am
Operating System: Please select

Re: Audacity not monitoring and not going when record select

Post by pmrlondon » Mon Nov 08, 2010 10:04 am

bgravato wrote:I'm on Debian Squeeze/i386 and it works fine...

What happens when you select "Start Monitoring" from the drop-down menu next to the mic icon on the toolbar?
It switches into monitoring mode, as evidenced by the option being "Stop Monitoring" next time I look at the menu. Apart from that, it does nothing.

bgravato
Posts: 2098
Joined: Wed Jan 13, 2010 8:56 pm
Operating System: Linux Debian

Re: Audacity not monitoring and not going when record select

Post by bgravato » Mon Nov 08, 2010 10:33 am

May be a dumb question but just to make sure... when you record you get sound and it records properly right?

pmrlondon
Posts: 6
Joined: Mon Nov 08, 2010 5:12 am
Operating System: Please select

Re: Audacity not monitoring and not going when record select

Post by pmrlondon » Mon Nov 08, 2010 10:46 am

bgravato wrote:May be a dumb question but just to make sure... when you record you get sound and it records properly right?
At the present time, it does not record. It won't "go".

It has worked in the recent past.

There are now a couple of errors appearing in the terminal when I try to monitor:

JackSocketClientChannel read fail
Cannot open PortAudio client

pmrlondon
Posts: 6
Joined: Mon Nov 08, 2010 5:12 am
Operating System: Please select

Re: Audacity not monitoring and not going when record select

Post by pmrlondon » Mon Nov 08, 2010 10:57 am

pmrlondon wrote:There are now a couple of errors appearing in the terminal when I try to monitor:

JackSocketClientChannel read fail
Cannot open PortAudio client
They are actually appearing when I start audacity. I do not know how to resolve them.

bgravato
Posts: 2098
Joined: Wed Jan 13, 2010 8:56 pm
Operating System: Linux Debian

Re: Audacity not monitoring and not going when record select

Post by bgravato » Mon Nov 08, 2010 11:07 am

That changes a bit the picture... On Preferences -> Devices, which devices have you selected for Host, Playback and Recording? Which options do you have available? Are you running pulseaudio, jack, esd or any other sound system beyond the alsa drivers?

Can you play a track on audacity? (such as an imported mp3)

Does sound work properly in other apps?

pmrlondon
Posts: 6
Joined: Mon Nov 08, 2010 5:12 am
Operating System: Please select

Re: Audacity not monitoring and not going when record select

Post by pmrlondon » Mon Nov 08, 2010 12:01 pm

bgravato wrote:That changes a bit the picture... On Preferences -> Devices, which devices have you selected for Host, Playback and Recording? Which options do you have available? Are you running pulseaudio, jack, esd or any other sound system beyond the alsa drivers?

Can you play a track on audacity? (such as an imported mp3)

Does sound work properly in other apps?
Thanks to your suggestions I was able to discover that some bad things were going on with my sound hardware. The more I tried to get it right, the less appeared to work at all. The analog playback device on the HDA ATI SB had in fact disappeared altogether. I took the easy way out: a reboot. Audacity now seems to be working again. I will look for a better way to reset it next time it seems to be giving any trouble.

bgravato
Posts: 2098
Joined: Wed Jan 13, 2010 8:56 pm
Operating System: Linux Debian

Re: Audacity not monitoring and not going when record select

Post by bgravato » Mon Nov 08, 2010 12:14 pm

You can try unloading and reloading the kernel sound modules.

I think there was also an alsa command (or some other way) that allowed to reset it, but I don't remember now which was... and I'm not at my linux pc at the moment... Check alsactl or something similar, it should be in the alsa package...

pmrlondon
Posts: 6
Joined: Mon Nov 08, 2010 5:12 am
Operating System: Please select

Re: Audacity not monitoring and not going when record select

Post by pmrlondon » Tue Nov 09, 2010 1:35 am

bgravato wrote:I think there was also an alsa command (or some other way) that allowed to reset it, but I don't remember now which was... and I'm not at my linux pc at the moment... Check alsactl or something similar, it should be in the alsa package...
Hmmm... alsactl init 0 works...

Locked