You are not logged in.

#1 2009-06-15 09:07:04

r00t_ninja
Member
From: New Zealand
Registered: 2009-06-12
Posts: 17

alsa control headphone with master [solved]

i have another problem question:
how can i have so the master channel in alsa controls the headphone channel as itis really annoying when i press the volume up/down on my keyboard and it just effects the master channel.

thanks in advanced.

Last edited by r00t_ninja (2009-06-16 05:15:08)

Offline

#2 2009-06-15 13:48:51

windtalker
Member
Registered: 2008-03-17
Posts: 220

Re: alsa control headphone with master [solved]

What DE are you running?
In KDE you can right click kmix and select your master volume.
Wouldn't know on any of the other DE's beyond turning the volume to zero on external speakers if you use a desktop system.

Offline

#3 2009-06-15 20:09:17

r00t_ninja
Member
From: New Zealand
Registered: 2009-06-12
Posts: 17

Re: alsa control headphone with master [solved]

im running gnome

Offline

#4 2009-06-15 20:33:12

derelict
Member
Registered: 2006-07-25
Posts: 81

Re: alsa control headphone with master [solved]

I ran into this issue a while back. I gave up and decided to use the PCM control rather than Master. I don't use a DE and was lazy so I just set some keystrokes to execute the following commands:
In ALSA

exec amixer -q sset PCM,0 3%+ unmute
exec amixer -q sset PCM,0 3%- unmute
exec amixer -q sset PCM,0 mute

or in OSS

exec ossmix pcm +3
exec ossmix pcm -- -3

Offline

#5 2009-06-16 02:18:25

r00t_ninja
Member
From: New Zealand
Registered: 2009-06-12
Posts: 17

Re: alsa control headphone with master [solved]

ok thanks , ill try it when i get home from school

Offline

#6 2009-06-16 05:03:03

r00t_ninja
Member
From: New Zealand
Registered: 2009-06-12
Posts: 17

Re: alsa control headphone with master [solved]

Ok i have found the answer (it took me ages  of searching in gconf-editor but i done it , this is for others having this problem)  :
1. go into terminal and run gconf-editor
2. change ./desktop/gnome/sound/default_mixer_device to "alsamixer"   
3. change ./desktop/gnome/sound/default_mixer_tracks to "headphones" (or your choice)

Offline

Board footer

Powered by FluxBB