Change audio volume on the right device Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionUnexpectedly lost speaker output. Headphone output works fineHow to enable both built-in audio output and HDMI audio output with PulseAudio?Alsa mixer for assigning specific apps to a specific soundcard?pulse audio defaults soundcard speakers as headphonesALSA - Traktor Audio 2 - How to split front and rear stereo channels / How to debug dmixHow to change audio levels of sound card with same control namesAudio stereo jack plugin not detectedalsa pre-amp volumeDoes the dmix plugin convert to stereo automatically?ALSA: Zoom H4n Not Working as USB Audio Source on PC
3 doors, three guards, one stone
Did Xerox really develop the first LAN?
I am not a queen, who am I?
How to recreate this effect in Photoshop?
What would be the ideal power source for a cybernetic eye?
Should I call the interviewer directly, if HR aren't responding?
How can I fade player when goes inside or outside of the area?
G-Code for resetting to 100% speed
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Why is black pepper both grey and black?
Why is "Consequences inflicted." not a sentence?
How do I mention the quality of my school without bragging
How discoverable are IPv6 addresses and AAAA names by potential attackers?
Is it true to say that an hosting provider's DNS server is what links the entire hosting environment to ICANN?
What are 'alternative tunings' of a guitar and why would you use them? Doesn't it make it more difficult to play?
Sorting numerically
Is high blood pressure ever a symptom attributable solely to dehydration?
If Jon Snow became King of the Seven Kingdoms what would his regnal number be?
What is this single-engine low-wing propeller plane?
Doubts about chords
What are the motives behind Cersei's orders given to Bronn?
Is there a concise way to say "all of the X, one of each"?
How to deal with a team lead who never gives me credit?
What LEGO pieces have "real-world" functionality?
Change audio volume on the right device
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionUnexpectedly lost speaker output. Headphone output works fineHow to enable both built-in audio output and HDMI audio output with PulseAudio?Alsa mixer for assigning specific apps to a specific soundcard?pulse audio defaults soundcard speakers as headphonesALSA - Traktor Audio 2 - How to split front and rear stereo channels / How to debug dmixHow to change audio levels of sound card with same control namesAudio stereo jack plugin not detectedalsa pre-amp volumeDoes the dmix plugin convert to stereo automatically?ALSA: Zoom H4n Not Working as USB Audio Source on PC
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm trying to change the master output volume of my USB DAC (PCM 2704).
When doing
aplay -L
I get:
null
Discard all samples (playback) or generate zero samples (capture)
default:CARD=ALSA
bcm2835 ALSA, bcm2835 ALSA
Default Audio Device
sysdefault:CARD=ALSA
bcm2835 ALSA, bcm2835 ALSA
Default Audio Device
default:CARD=DAC
USB Audio DAC, USB Audio
Default Audio Device
sysdefault:CARD=DAC
USB Audio DAC, USB Audio
Default Audio Device
front:CARD=DAC,DEV=0
USB Audio DAC, USB Audio
Front speakers
...
but when trying amixer, I only have:
Simple mixer control 'PCM',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback -10239 - 400
Mono: Playback 0 [96%] [0.00dB] [on]
How to change volume of the USB DAC? And first, how to select the USB DAC device in amixer -c ? I don't know if amixer -c 0, amixer -c 1, ... (None of them seemed to work)
audio alsa usb-audio
bumped to the homepage by Community♦ 11 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm trying to change the master output volume of my USB DAC (PCM 2704).
When doing
aplay -L
I get:
null
Discard all samples (playback) or generate zero samples (capture)
default:CARD=ALSA
bcm2835 ALSA, bcm2835 ALSA
Default Audio Device
sysdefault:CARD=ALSA
bcm2835 ALSA, bcm2835 ALSA
Default Audio Device
default:CARD=DAC
USB Audio DAC, USB Audio
Default Audio Device
sysdefault:CARD=DAC
USB Audio DAC, USB Audio
Default Audio Device
front:CARD=DAC,DEV=0
USB Audio DAC, USB Audio
Front speakers
...
but when trying amixer, I only have:
Simple mixer control 'PCM',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback -10239 - 400
Mono: Playback 0 [96%] [0.00dB] [on]
How to change volume of the USB DAC? And first, how to select the USB DAC device in amixer -c ? I don't know if amixer -c 0, amixer -c 1, ... (None of them seemed to work)
audio alsa usb-audio
bumped to the homepage by Community♦ 11 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Doesaplay -lgive more useful output (i.e., the actual numeric device IDs that you are looking for)?
– dhag
Mar 23 '15 at 22:38
@dhag Here is the output: pastebin.com/v4xAArWx
– Basj
Mar 23 '15 at 22:48
add a comment |
I'm trying to change the master output volume of my USB DAC (PCM 2704).
When doing
aplay -L
I get:
null
Discard all samples (playback) or generate zero samples (capture)
default:CARD=ALSA
bcm2835 ALSA, bcm2835 ALSA
Default Audio Device
sysdefault:CARD=ALSA
bcm2835 ALSA, bcm2835 ALSA
Default Audio Device
default:CARD=DAC
USB Audio DAC, USB Audio
Default Audio Device
sysdefault:CARD=DAC
USB Audio DAC, USB Audio
Default Audio Device
front:CARD=DAC,DEV=0
USB Audio DAC, USB Audio
Front speakers
...
but when trying amixer, I only have:
Simple mixer control 'PCM',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback -10239 - 400
Mono: Playback 0 [96%] [0.00dB] [on]
How to change volume of the USB DAC? And first, how to select the USB DAC device in amixer -c ? I don't know if amixer -c 0, amixer -c 1, ... (None of them seemed to work)
audio alsa usb-audio
I'm trying to change the master output volume of my USB DAC (PCM 2704).
When doing
aplay -L
I get:
null
Discard all samples (playback) or generate zero samples (capture)
default:CARD=ALSA
bcm2835 ALSA, bcm2835 ALSA
Default Audio Device
sysdefault:CARD=ALSA
bcm2835 ALSA, bcm2835 ALSA
Default Audio Device
default:CARD=DAC
USB Audio DAC, USB Audio
Default Audio Device
sysdefault:CARD=DAC
USB Audio DAC, USB Audio
Default Audio Device
front:CARD=DAC,DEV=0
USB Audio DAC, USB Audio
Front speakers
...
but when trying amixer, I only have:
Simple mixer control 'PCM',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback -10239 - 400
Mono: Playback 0 [96%] [0.00dB] [on]
How to change volume of the USB DAC? And first, how to select the USB DAC device in amixer -c ? I don't know if amixer -c 0, amixer -c 1, ... (None of them seemed to work)
audio alsa usb-audio
audio alsa usb-audio
asked Mar 23 '15 at 22:31
BasjBasj
95921237
95921237
bumped to the homepage by Community♦ 11 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 11 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Doesaplay -lgive more useful output (i.e., the actual numeric device IDs that you are looking for)?
– dhag
Mar 23 '15 at 22:38
@dhag Here is the output: pastebin.com/v4xAArWx
– Basj
Mar 23 '15 at 22:48
add a comment |
Doesaplay -lgive more useful output (i.e., the actual numeric device IDs that you are looking for)?
– dhag
Mar 23 '15 at 22:38
@dhag Here is the output: pastebin.com/v4xAArWx
– Basj
Mar 23 '15 at 22:48
Does
aplay -l give more useful output (i.e., the actual numeric device IDs that you are looking for)?– dhag
Mar 23 '15 at 22:38
Does
aplay -l give more useful output (i.e., the actual numeric device IDs that you are looking for)?– dhag
Mar 23 '15 at 22:38
@dhag Here is the output: pastebin.com/v4xAArWx
– Basj
Mar 23 '15 at 22:48
@dhag Here is the output: pastebin.com/v4xAArWx
– Basj
Mar 23 '15 at 22:48
add a comment |
1 Answer
1
active
oldest
votes
Finally doing
alsamixer
and using F6 to select the right soundcard did the job!
add a comment |
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%2f192097%2fchange-audio-volume-on-the-right-device%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Finally doing
alsamixer
and using F6 to select the right soundcard did the job!
add a comment |
Finally doing
alsamixer
and using F6 to select the right soundcard did the job!
add a comment |
Finally doing
alsamixer
and using F6 to select the right soundcard did the job!
Finally doing
alsamixer
and using F6 to select the right soundcard did the job!
answered Mar 23 '15 at 23:13
BasjBasj
95921237
95921237
add a comment |
add a comment |
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%2f192097%2fchange-audio-volume-on-the-right-device%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
-alsa, audio, usb-audio
Does
aplay -lgive more useful output (i.e., the actual numeric device IDs that you are looking for)?– dhag
Mar 23 '15 at 22:38
@dhag Here is the output: pastebin.com/v4xAArWx
– Basj
Mar 23 '15 at 22:48