** Changed in: gnome-control-center
Importance: Unknown => Medium
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
brian, yes it's fixed in gutsy, if you encounter other problem please
take a look to the already reported bugs if you don't find anything
similar to the one you're facing, report a new one, thanks.
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You
It wasn't quite clear to me from the thread, should this problem be
fixed in Gutsy?
I'm finding a similar problem with an up-to-date Gutsy. The keyboard volume
control only seems to affect the Headphone channel
despite having configured the "default mixer tracks" to be PCM.
--
cannot adjust hea
the gnome-control-center version has been updated since the bug has been
closed upstream, you can try on current gutsy
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You received this bug notification because you are a member of Ubuntu
Bugs, which
Sorry, I mixed up gnome-control-center and control-center... It has been
fixed.
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubu
>From looking at the source, it has not been fixed. It's committed
upstream but not released, I guess.
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug conta
What package version did the fix go in?
If it isn't in Gutsy, it shouldn't be market fixed in Ubuntu.
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug conta
The upstream bug has been marked fixed, doing the same with the
distribution task
** Changed in: control-center (Ubuntu)
Importance: Undecided => Low
Assignee: (unassigned) => Ubuntu Desktop Bugs
Status: Confirmed => Fix Released
--
cannot adjust headset volume with keyboard or he
** Changed in: control-center (Ubuntu)
Status: Needs Info => Confirmed
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubunt
So what is the next step? This bug is still marked "needs info" when it
has a confirmed working patch.
Nominating.
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You received this bug notification because you are a member of Ubuntu
Bugs, which is
Yes, obviously for both of us.
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.co
Does that fix the bug for everybody?
** Changed in: control-center (Ubuntu)
Status: Confirmed => Needs Info
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You received this bug notification because you are a member of Ubuntu
Bugs, which is
Hey, that works! The volume controls controlled headset volume and not
speaker volume. Going into System->Preferences->Sound and then
selecting for the Default Mixer Track the HDA Intel then changed things
so that headset/keyboard controls adjust speaker volume and not
headset volume. Success!
t
Sorry, I didn't look carefully at your directory structure. The packages
(and .changes file) are probably in your home directory. Run debi there,
and replace the filename with whatever filename your .changes file got
(it's of course not i386 in your case).
--
cannot adjust headset volume with key
:~$ cd control-center-2.18.1/
:~/control-center-2.18.1$ sudo debi
control-center_2.18.1-0ubuntu2.2_i386.changes
debi: can't read control-center_2.18.1-0ubuntu2.2_i386.changes!
:~/control-center-2.18.1$ ls
aclocal.m4
AUTHORS
capplets
ChangeLog
config.guess
config.guess.cdbs-orig
config.h
config.h.i
Greg, you correctly patched and built the new packages. Now you have to install
them:
cd ~/control-center-2.18.1
sudo debi control-center_2.18.1-0ubuntu2.2_i386.changes
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You received this bug notific
I downloaded the file you pointed to me to and I patched things as
follows:
:~/control-center-2.18.1$ mv control-center_2.18.1-0ubuntu2.2.debdiff
/home/hornby/Desktop/
[EMAIL PROTECTED]:~/control-center-2.18.1$ patch -p1 <
~/Desktop/control-center_2.18.1-0ubuntu2.2.debdiff
patching file debian/cha
I wonder if it's pointless to ask for a upload of this, since it's fixed
upstream. However, some testing in Gutsy and then backport/SRU to Feisty
would be good. The patch fixes a memory pointer mistake that is a
potential crasher.
--
cannot adjust headset volume with keyboard or headset
https://b
Here is a debdiff with the patch included.
Greg, if you want to use this one instead, go to the control-center-2.18.1
directory and type
patch -p1 < ~/Desktop/control-center_2.18.1-0ubuntu2.2.debdiff
** Attachment added: "debdiff with upstream patch"
http://librarian.launchpad.net/7884921/c
(I have used Launchpad so much, I have forgot how terribly non-intuitive
and confusing it is. The "upstream" bug is linked to under "Assigned to"
for some reason. Yikes.
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You received this bug notificat
Sorry for not explaining so well. The upstream bug is linked to on top
of this page. (http://bugzilla.gnome.org/show_bug.cgi?id=441552) It has
a patch attached, called "Another updated patch" that you were supposed
to download. No, you should not look inside the i386 package for
anything, you can d
Is the upstream patch file the attachment file you emailed?:
gnome-control-center_2.18.1-0ubuntu2.2_i386.deb
I've unpacked it (into a directory called "tmp" and dug around inside
but didn't find any "acme-volume-gstreamer.c":
:~/Desktop/tmp$ ls
control
control.tar
data.tar
debian-binary
gnome-c
If you look inside the upstream patch file, you'll see the filename
"acme-volume-gstreamer.c". Its inside gnome-settings-daemon/actions if I
remember correctly. The command would then be:
patch gnome-settings-daemon/actions/acme-volume-gstreamer.c
~/Desktop/Another-updated-patch.txt
(depending o
Hey Tormod,
I followed the first few lines of this (note that its, "apt-get source
gnome-control-center" and not "sources"), cd'd into
~/control-center-2.18.1, but I'm not sure which file I should be
patching. The files are:
:~/control-center-2.18.1$ ls
aclocal.m4
AUTHORS
cappletsChangeLog
confi
Greg, it's relatively easy to build your own package:
sudo apt-get install devscripts
sudo apt-get build-dep gnome-control-center
apt-get sources gnome-control-center
cd the-new-directory
patch the-file-to-patch patch-from-the-upstream-bug
debuild -b -us -uc
** Changed in: control-center (Ubuntu)
When I open it I get an "Error: Wrong architecture 'i386'" message.
I'm using 64bit Ubuntu. Sorry about not mentioning that earlier.
Greg
On 5/29/07, Bug Watch Updater <[EMAIL PROTECTED]> wrote:
> ** Changed in: control-center (upstream)
>Status: Unknown => Fix Released
>
> --
> cannot a
** Changed in: control-center (upstream)
Status: Unknown => Fix Released
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubu
Greg, can you try this package, which includes a patch from the upstream
bug? You have to log in again after installing it.
** Attachment added: "test package with upstream fix"
http://librarian.launchpad.net/7856807/gnome-control-center_2.18.1-0ubuntu2.2_i386.deb
--
cannot adjust headset vo
** Bug watch added: GNOME Bug Tracker #441552
http://bugzilla.gnome.org/show_bug.cgi?id=441552
** Also affects: control-center (upstream) via
http://bugzilla.gnome.org/show_bug.cgi?id=441552
Importance: Unknown
Status: Unknown
--
cannot adjust headset volume with keyboard or head
:~$ gconftool --get /desktop/gnome/sound/default_mixer_device
alsamixer:hw:1
:~$ gconftool --get /desktop/gnome/sound/default_mixer_tracks
[Bass,Treble,PCM]
On 5/26/07, Tormod Volden <[EMAIL PROTECTED]> wrote:
> Can you please also confirm the values of the gnome settings:
> gconftool --get /desk
Can you please also confirm the values of the gnome settings:
gconftool --get /desktop/gnome/sound/default_mixer_device
gconftool --get /desktop/gnome/sound/default_mixer_tracks
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You received this bug n
When key-board controlling the volume what happens is:
0: HDA Intel (Alsa mixer)
- the PCM bar goes up and down
- Front Mic and Line-in do not.
1: Plantronics Headset (Alsa mixer)
- PCM does not move
- No other bars.
2: Realtek ALC888 (OS Mixer)
- None of the bars for "Volume", "Line-in" or "PCM
Greg, what I wanted you to try is:
Select _only_ the headset PCM in Default Mixer Track Device, then (while
pressing volume keys) go through the different devices in the _Volume Control_
panel, and watch
the volume sliders in the panel - which of them move?
--
cannot adjust headset volume with
In System->Preferences->Sound under the "Default Mixer Tracks"
"Device:" there are three options: "HDA Intel (Alsa mixer)",
"Plantronics Headset (Alsa mixer)" and "Realtek ALC888 (OSS Mixer)".
I tried selecting each one of these three options and adjusting the
volume with the keyboard controls. Ea
Using strace I can see that gnome-settings-daemon is opening
/dev/snd/controlC0, instead of what I would expect to be
/dev/snd/controlC1...
open("/dev/snd/controlC0", O_RDONLY)= 23
open("/dev/snd/controlC0", O_RDWR) = 23
open("/dev/snd/controlC0", O_RDONLY)= 25
open("/dev/snd/controlC
I think I can confirm the bug using my USB microphone: If I select the
USB device and Microphone track under Default Mixer Track Device, the
volume keys do not change the corresponding slider of the USB device in
the Volume Control panel, but the Microphone slider of the main sound
card. The gconf-
** Changed in: alsa-lib (Ubuntu)
Sourcepackagename: control-center => alsa-lib
Status: Needs Info => Unconfirmed
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You received this bug notification because you are a member of Ubuntu
Bugs, which
If you leave the Volume Control panel (where you can adjust the headset
volume) open while you press the volume buttons, the slider in the panel
doesn't move?
Select _only_ the headset PCM in Default Mixer Track Device, then watch
the volume sliders in the panel - which of them move? Go through al
Here's a screen shot showing that the keyboard does adjust the volume
for the speakers (part II).
** Attachment added: "screen2.jpg"
http://librarian.launchpad.net/7838115/screen2.jpg
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You received
Here's a screen shot showing that the keyboard controls / headset-controls do
not adjust volume on the headset.
In both of the previous two screen shots the two volume bars matched, in this
screen shot you can see that the
two volume bars do not match. In the first case, the keyboard /
headset-
Here's a screen shot that Tormot Volden asked for (I think).
** Attachment added: "screen4.jpg"
http://librarian.launchpad.net/7838150/screen4.jpg
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You received this bug notification because you are
Here's a screen shot showing that the keyboard does adjust the volume
for the external speakers (part I).
** Attachment added: "screen1.jpg"
http://librarian.launchpad.net/7838107/screen1.jpg
--
cannot adjust headset volume with keyboard or headset
https://bugs.launchpad.net/bugs/116929
You r
42 matches
Mail list logo