Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1281  / 3 Years ago, sun, november 7, 2021, 1:13:14

I`ve got Infrasonic Quartet PCI Soundcard and use Ubuntu 13.04.
The card has 2 analog stereo outputs. I use both outputs to connect my headphones and speakers to each other.
But I suddenly cannot manage the outputs with alsamixer: I can mute only Output 1/2.
Output 3/4 is always "On" whatever I change in Alsamixer.
Here is my /proc/asound/cards:



0 [HDMI           ]: HDA-Intel - HDA ATI HDMI
HDA ATI HDMI at 0xf7e60000 irq 45
1 [Quartet ]: ICE1724 - Infrasonic Quartet
Infrasonic Quartet at 0xc080, irq 18


Can someone tell me how to make alsamixer manage both outputs ?



UPDATE.
Here is the amixer -c 1 scontents output:



Simple mixer control 'Master',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
Playback channels: Mono
Limits: Playback 0 - 255
Mono: Playback 249 [98%] [61.00dB] [on]
Simple mixer control 'PCM 1/2',0
Capabilities: pvolume cvolume penum
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: Playback 0 - 255 Capture 0 - 164
Front Left: Playback 165 [65%] [-3.78dB] Capture 155 [95%] [14.00dB]
Front Right: Playback 165 [65%] [-3.78dB] Capture 155 [95%] [14.00dB]
Simple mixer control 'PCM 3/4',0
Capabilities: pvolume cvolume penum
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: Playback 0 - 255 Capture 0 - 164
Front Left: Playback 169 [66%] [-3.57dB] Capture 155 [95%] [14.00dB]
Front Right: Playback 169 [66%] [-3.57dB] Capture 155 [95%] [14.00dB]
Simple mixer control 'PCM In 1/2',0
Capabilities: cenum
Items: 'An In 1/2' 'An In 3/4'
Item0: 'An In 1/2'
Simple mixer control 'PCM In 3/4',0
Capabilities: cenum
Items: 'An In 3/4' 'IEC958 In'
Item0: 'An In 3/4'
Simple mixer control 'IEC958',0
Capabilities: penum
Items: 'PCM Out' 'H/W In 0' 'H/W In 1' 'IEC958 In L' 'IEC958 In R'
Item0: 'PCM Out'
Simple mixer control 'IEC958 Output',0
Capabilities: pswitch pswitch-joined penum
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'IEC958',1
Capabilities: penum
Items: 'PCM Out' 'H/W In 0' 'H/W In 1' 'IEC958 In L' 'IEC958 In R'
Item0: 'PCM Out'
Simple mixer control 'Analog In 1/2',0
Capabilities: cenum
Items: 'Line In 1/2' 'Mic' 'Mic + Low-cut'
Item0: 'Line In 1/2'
Simple mixer control 'Analog In 1/2 to Monitor 1/2',0
Capabilities: pswitch pswitch-joined penum
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'Analog In 1/2 to Monitor 3/4',0
Capabilities: pswitch pswitch-joined penum
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'Analog In 3/4',0
Capabilities: cenum
Items: 'Line In 3/4' 'Hi-Z'
Item0: 'Line In 3/4'
Simple mixer control 'Analog In 3/4 to Monitor 1/2',0
Capabilities: pswitch pswitch-joined penum
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'Analog In 3/4 to Monitor 3/4',0
Capabilities: pswitch pswitch-joined penum
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'Coax Output Source',0
Capabilities: enum
Items: 'IEC958' 'I2S'
Item0: 'IEC958'
Simple mixer control 'H/W',0
Capabilities: penum
Items: 'PCM Out' 'H/W In 0' 'H/W In 1' 'IEC958 In L' 'IEC958 In R'
Item0: 'PCM Out'
Simple mixer control 'H/W',1
Capabilities: penum
Items: 'PCM Out' 'H/W In 0' 'H/W In 1' 'IEC958 In L' 'IEC958 In R'
Item0: 'PCM Out'
Simple mixer control 'Multi Track Internal Clock',0
Capabilities: enum
Items: '44100' '48000' '88200' '96000' '176400' '192000' 'IEC958 In' 'Word Clock 1xFS' 'Word Clock 256xFS'
Item0: '44100'
Simple mixer control 'Multi Track Rate Locking',0
Capabilities: pswitch pswitch-joined penum
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'Multi Track Rate Reset',0
Capabilities: pswitch pswitch-joined penum
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'Output 1/2 to Monitor 3/4',0
Capabilities: pswitch pswitch-joined penum
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'Output 3/4 to Monitor 1/2',0
Capabilities: pswitch pswitch-joined penum
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'Phantom Power',0
Capabilities: pswitch pswitch-joined penum
Playback channels: Mono
Mono: Playback [off]


Could anybody explain what this output means? Why playback channels are mono?



Here is my alsamixer screenshot:enter image description here
Output 3/4 is off but both outputs are playing sound now. And I can`t switch it off.


More From » sound

 Answers
1

The problem is solved.
Thanks to CL. I tried to solve it with PulseAudio.
First of all I installed pavucontrol. Then I made ~/.asoundrc (Alsa config file) and pasted the following into the file :



pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}


It makes PulseAudio to be used by default.
And after that I can manage both outputs of the soundcard separately with pavucontrol. Now it`s possible. Finally Otput 1/2 is named Analog Output , Output 3/4 - Digital Output in Volume Control.
I used https://wiki.archlinux.org/index.php/PulseAudio/Examples#Advanced_ALSA_Configuration for information.


[#29424] Tuesday, November 9, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ciousuntru

Total Points: 352
Total Questions: 124
Total Answers: 95

Location: Grenada
Member since Tue, Oct 12, 2021
3 Years ago
;