Workarround, from CLI; 11.04:

nc6000$ amixer controls | grep -i sense
numid=32,iface=MIXER,name='Headphone Jack Sense'
numid=33,iface=MIXER,name='Line Jack Sense'

nc6000$ amixer cset numid=32 1
numid=32,iface=MIXER,name='Headphone Jack Sense'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on

# It works as expected, headphones mute sound.

nc6000$ amixer cset numid=32 0
numid=32,iface=MIXER,name='Headphone Jack Sense'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on

# 0 is the default value; internal speakers are not muted by headphone. To fix 
thsi bug we have to change it to 1:
 
nc6000$ amixer cset numid=32 1
numid=32,iface=MIXER,name='Headphone Jack Sense'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/126150

Title:
  Headphone Jack Sense not enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hal/+bug/126150/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to