Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amixer with pulse #44

Open
fotofiete opened this issue Oct 10, 2014 · 6 comments
Open

amixer with pulse #44

fotofiete opened this issue Oct 10, 2014 · 6 comments

Comments

@fotofiete
Copy link

Hi!
On ubuntu with pulseaudio it is not possible to change the volume since lrc uses amixer with the 'Master' control - for pulseaudio it needs the option '-D pulse'. Would it be possible to change that in a future release? Or to switch it completely to media keys as it is done with rhythmbox?

@Agneli
Copy link
Owner

Agneli commented Oct 10, 2014

Hi @fotofiete.
Of course, we can add support to pulseaudio on lrc without problems.
We will implement and probably launch in next version.
Thank you for your feedback.

@fotofiete
Copy link
Author

thank you very much! :)

@316k
Copy link
Contributor

316k commented Nov 5, 2014

Why doesn't the default device work with amixer ? I'm running pulseaudio too (under fedora 20), and it works with and without the -D pulse option. Do you have more details ?

@fotofiete
Copy link
Author

Good question... Here's my result:

$ amixer set Master 30%
amixer: Unable to find simple control 'Master',0
$ amixer -D pulse set Master 30%
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 65536
Mono:
Front Left: Playback 19661 [30%] [on]
Front Right: Playback 19661 [30%] [on]

That's all I know so far...

@316k
Copy link
Contributor

316k commented Nov 7, 2014

What happens when you type amixer scontrols ?

Here is my output :

Simple mixer control 'Master',0
Simple mixer control 'Capture',0

@fotofiete
Copy link
Author

here is my output:

$ amixer scontrols
Simple mixer control 'IEC958',0
Simple mixer control 'IEC958',1
Simple mixer control 'IEC958',2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants