The situation got better creating a ~/.asoundrc with the following info:

"""
pcm.card0 {
type hw
card 0
}
pcm.!default {
type plug
slave.pcm "hw:1,0"
}
pcm.dmixer {
type dmix
ipc_key 1025
slave {
pcm "hw:1,0"
period_time 0
period_size 2048
buffer_size 32768
rate 48000
}
bindings {
0 0
1 1
}
}
"""

Now I have volume control using the keyboard's configured keys. The rest
keeps broken.

-- 
Sound volume control goes crazy
https://bugs.launchpad.net/bugs/282240
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to