Hi all,
My first attempt at recording in Linux almost makes me by a Mac out of pure frustration.
But I'm skint, so I can't. I'm stuck with this configuration for now...
I'm not quite sure what I am doing wrong.
I got my mixer connected to the input of my ESI Maya44 pci soundcard (1st input, mono). I select this input in Audacity and turn monitoring on but the meters arn't showing any signal coming in. I tried the 2nd input as wel, but to no avail.
I did check the mixer by connecting the output to an amp and it works.
I'm quite sure that I'm overlooking something.
Please help.
No input signal
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.
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.
Re: No input signal
Which linux distribution are you using? And which Audacity version? (Help menu -> About...)
Are you using pulseaudio or any other sound system? Or accessing alsa drivers directly?
In Audacity's Preferences -> Devices, what have you selected for Host and Recording device? Which options do you have available?
Make sure you connect the cable to a line input.
You might need to select the recording device or recording volume in your system's sound control panel. Can't say much more than this without knowing more about your system...
Are you using pulseaudio or any other sound system? Or accessing alsa drivers directly?
In Audacity's Preferences -> Devices, what have you selected for Host and Recording device? Which options do you have available?
Make sure you connect the cable to a line input.
You might need to select the recording device or recording volume in your system's sound control panel. Can't say much more than this without knowing more about your system...
Include as much details as you can in your post (Audacity version, Operating System, Equipment used, etc).
Please post your question in the appropriate forum (regarding audacity version and operating system).
Please post your question in the appropriate forum (regarding audacity version and operating system).
Re: No input signal
Hi Bgravato, thanks for your response.
I'm using Fedora 14 / Audacity version 1.3.12-beta (Unicode)
I am not entirely sure but I think I'm accessing alsa directly (at least I didn't install a seperate sound system)
I turned on the onboard soundcard in my PC's bios, and connected my mixer to it's input. That is working fine (settings for both Input and output: alsa default)
There are 2 input options available in in the dropdown menu for the Maya: "ALSA ESI Maya44: ICE 1724 (hw: 1,0)" and "ALSA ESI Maya44: ICE 1724 Secondary (hw: 1,1)"
But as soon as I try to use the input of the Maya44 nothing is coming trough. No matter what source I choose as input.
Both soundcards (the Maya and HP's internal one) are listed in the sound preferences screen. As soon as I unmute the HP I see the input level meter moving. The Maya does nothing though.
I can play back audio using the Maya perfectly. This is working ever since I installed Fedora.
I'm using Fedora 14 / Audacity version 1.3.12-beta (Unicode)
I am not entirely sure but I think I'm accessing alsa directly (at least I didn't install a seperate sound system)
I turned on the onboard soundcard in my PC's bios, and connected my mixer to it's input. That is working fine (settings for both Input and output: alsa default)
There are 2 input options available in in the dropdown menu for the Maya: "ALSA ESI Maya44: ICE 1724 (hw: 1,0)" and "ALSA ESI Maya44: ICE 1724 Secondary (hw: 1,1)"
But as soon as I try to use the input of the Maya44 nothing is coming trough. No matter what source I choose as input.
Both soundcards (the Maya and HP's internal one) are listed in the sound preferences screen. As soon as I unmute the HP I see the input level meter moving. The Maya does nothing though.
I can play back audio using the Maya perfectly. This is working ever since I installed Fedora.
Re: No input signal
Try running this from the command line:
This should run alsamixer on the maya card.
Press F4 to switch to capture mode.
You should see at least 2 sliders for the analog inputs. See if any of them is muted or as the volume down. If so raise it.
Use the left-right arrow buttons to select the desired slider. Press spacebar to select that input as the default recording device.
I think M key is the one to toggle mute/unmute.
I've never seen a Maya card. Maybe its linux support is limited...
Code: Select all
alsamixer -c 1Press F4 to switch to capture mode.
You should see at least 2 sliders for the analog inputs. See if any of them is muted or as the volume down. If so raise it.
Use the left-right arrow buttons to select the desired slider. Press spacebar to select that input as the default recording device.
I think M key is the one to toggle mute/unmute.
I've never seen a Maya card. Maybe its linux support is limited...
Include as much details as you can in your post (Audacity version, Operating System, Equipment used, etc).
Please post your question in the appropriate forum (regarding audacity version and operating system).
Please post your question in the appropriate forum (regarding audacity version and operating system).
Re: No input signal
Both inputs where indeed turned fully down. I turned up the input volume and it works now.bgravato wrote: You should see at least 2 sliders for the analog inputs. See if any of them is muted or as the volume down. If so raise it.
Use the left-right arrow buttons to select the desired slider. Press spacebar to select that input as the default recording device.
I think M key is the one to toggle mute/unmute.
Thanks!