Pulseaudio and two cards, how to select card from command line?2019 Community Moderator ElectionChanging default audio device in PulseaudioHow do I set the output port on my audio card?How do I use ALSA or PulseAudio to remap stereo source to an 8-channel PCM and lower the volume?Very low volume audio through Bluetooth since networking restartHow to force pulseaudio ports to be availableHDMI audio not working on archlinux with pulseaudioTrying to set HDMI RPi3 output in mono with pulseaudiore-set xfce4-pulseaudio-plugin default after HDMI monitor standbyHow to mute sound effects in pavucontrol?Pulseaudio loses USB DAC as default sound output when booting
Can the Supreme Court overturn an impeachment?
Visiting the UK as unmarried couple
Is it possible to use .desktop files to open local pdf files on specific pages with a browser?
Query about absorption line spectra
Reply ‘no position’ while the job posting is still there (‘HiWi’ position in Germany)
How do I extrude a face to a single vertex
Open a doc from terminal, but not by its name
Why do IPv6 unique local addresses have to have a /48 prefix?
Can somebody explain Brexit in a few child-proof sentences?
Why does the integral domain "being trapped between a finite field extension" implies that it is a field?
How will losing mobility of one hand affect my career as a programmer?
How can Trident be so inexpensive? Will it orbit Triton or just do a (slow) flyby?
MAXDOP Settings for SQL Server 2014
Can I sign legal documents with a smiley face?
Diode in opposite direction?
Should I stop contributing to retirement accounts?
Did arcade monitors have same pixel aspect ratio as TV sets?
Some numbers are more equivalent than others
My friend sent me a screenshot of a transaction hash, but when I search for it I find divergent data. What happened?
Using a siddur to Daven from in a seforim store
On a tidally locked planet, would time be quantized?
A Permanent Norse Presence in America
In Star Trek IV, why did the Bounty go back to a time when whales were already rare?
Bob has never been a M before
Pulseaudio and two cards, how to select card from command line?
2019 Community Moderator ElectionChanging default audio device in PulseaudioHow do I set the output port on my audio card?How do I use ALSA or PulseAudio to remap stereo source to an 8-channel PCM and lower the volume?Very low volume audio through Bluetooth since networking restartHow to force pulseaudio ports to be availableHDMI audio not working on archlinux with pulseaudioTrying to set HDMI RPi3 output in mono with pulseaudiore-set xfce4-pulseaudio-plugin default after HDMI monitor standbyHow to mute sound effects in pavucontrol?Pulseaudio loses USB DAC as default sound output when booting
I have three sinks, which are 3 different soundcards
0 is USB speaker
1 is integrated
2 is hdmi
With those commands
pacmd list-sinks
pacmd set-default-sink 0
pacmd set-default-source 0
pacmd set-sink-volume 0 35000
I can select the sink n°0 but no sound arrive because the card number 1 is still active(pulseaudio list it as suspended).
The question is: which command to turn off the card number 1?
pulseaudio
add a comment |
I have three sinks, which are 3 different soundcards
0 is USB speaker
1 is integrated
2 is hdmi
With those commands
pacmd list-sinks
pacmd set-default-sink 0
pacmd set-default-source 0
pacmd set-sink-volume 0 35000
I can select the sink n°0 but no sound arrive because the card number 1 is still active(pulseaudio list it as suspended).
The question is: which command to turn off the card number 1?
pulseaudio
How did you determine that "no sound arrives because the card number 1 is still active"? Or "pulseaudio lists it as suspended"? There are at least three commands being described here, why not tell us what they are and show the output?
– Metamorphic
yesterday
The card is still active because the command pactl list short sinks show it as suspended.If (from a gui program) I disable it the usb card became the default and I can hear sound.
– elbarna
8 hours ago
add a comment |
I have three sinks, which are 3 different soundcards
0 is USB speaker
1 is integrated
2 is hdmi
With those commands
pacmd list-sinks
pacmd set-default-sink 0
pacmd set-default-source 0
pacmd set-sink-volume 0 35000
I can select the sink n°0 but no sound arrive because the card number 1 is still active(pulseaudio list it as suspended).
The question is: which command to turn off the card number 1?
pulseaudio
I have three sinks, which are 3 different soundcards
0 is USB speaker
1 is integrated
2 is hdmi
With those commands
pacmd list-sinks
pacmd set-default-sink 0
pacmd set-default-source 0
pacmd set-sink-volume 0 35000
I can select the sink n°0 but no sound arrive because the card number 1 is still active(pulseaudio list it as suspended).
The question is: which command to turn off the card number 1?
pulseaudio
pulseaudio
asked yesterday
elbarnaelbarna
4,199123986
4,199123986
How did you determine that "no sound arrives because the card number 1 is still active"? Or "pulseaudio lists it as suspended"? There are at least three commands being described here, why not tell us what they are and show the output?
– Metamorphic
yesterday
The card is still active because the command pactl list short sinks show it as suspended.If (from a gui program) I disable it the usb card became the default and I can hear sound.
– elbarna
8 hours ago
add a comment |
How did you determine that "no sound arrives because the card number 1 is still active"? Or "pulseaudio lists it as suspended"? There are at least three commands being described here, why not tell us what they are and show the output?
– Metamorphic
yesterday
The card is still active because the command pactl list short sinks show it as suspended.If (from a gui program) I disable it the usb card became the default and I can hear sound.
– elbarna
8 hours ago
How did you determine that "no sound arrives because the card number 1 is still active"? Or "pulseaudio lists it as suspended"? There are at least three commands being described here, why not tell us what they are and show the output?
– Metamorphic
yesterday
How did you determine that "no sound arrives because the card number 1 is still active"? Or "pulseaudio lists it as suspended"? There are at least three commands being described here, why not tell us what they are and show the output?
– Metamorphic
yesterday
The card is still active because the command pactl list short sinks show it as suspended.If (from a gui program) I disable it the usb card became the default and I can hear sound.
– elbarna
8 hours ago
The card is still active because the command pactl list short sinks show it as suspended.If (from a gui program) I disable it the usb card became the default and I can hear sound.
– elbarna
8 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f508218%2fpulseaudio-and-two-cards-how-to-select-card-from-command-line%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f508218%2fpulseaudio-and-two-cards-how-to-select-card-from-command-line%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
How did you determine that "no sound arrives because the card number 1 is still active"? Or "pulseaudio lists it as suspended"? There are at least three commands being described here, why not tell us what they are and show the output?
– Metamorphic
yesterday
The card is still active because the command pactl list short sinks show it as suspended.If (from a gui program) I disable it the usb card became the default and I can hear sound.
– elbarna
8 hours ago