[Bug 1534929] Re: [USB-Audio - USB PnP Sound Device, playback] volume slider problem: USB headset playback suddenly drops to inaudible when volume is set below a certain level

2016-02-14 Thread Alexander Klauer
I specified ignore_DB=1 in /etc/pulse/{system,default}.pa, and get the following: Feb 14 11:36:30 erz pulseaudio[3406]: [pulseaudio] module-udev-detect.c: Failed to parse module arguments Feb 14 11:36:30 erz pulseaudio[3406]: [pulseaudio] module.c: Failed to load module "module-udev-detect"

[Bug 1534929] Re: [USB-Audio - USB PnP Sound Device, playback] volume slider problem: USB headset playback suddenly drops to inaudible when volume is set below a certain level

2016-02-14 Thread Alexander Klauer
Forget my previous comment. The correct option name is "ignore_dB", not "ignore_DB". With that, the bug is gone. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534929 Title: [USB-Audio -

[Bug 1534929] Re: [USB-Audio - USB PnP Sound Device, playback] volume slider problem: USB headset playback suddenly drops to inaudible when volume is set below a certain level

2016-01-17 Thread Alexander Klauer
When I do: $ amixer -c1 cset iface=MIXER,name='Speaker Playback Volume',index=0 3 numid=6,iface=MIXER,name='Speaker Playback Volume' ; type=INTEGER,access=rw---R--,values=2,min=0,max=151,step=0 : values=3,3 | dBminmax-min=-28.37dB,max=-0.06dB playback becomes inaudible. When I do: $

[Bug 1534929] [NEW] [USB-Audio - USB PnP Sound Device, playback] volume slider problem: USB headset playback suddenly drops to inaudible when volume is set below a certain level

2016-01-16 Thread Alexander Klauer
Public bug reported: With this headset: [ 9922.706941] usb 1-1.4: new full-speed USB device number 4 using ehci-pci [ 9922.805274] usb 1-1.4: New USB device found, idVendor=1ea7, idProduct=0055 [ 9922.805279] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 9922.805282] usb

[Bug 1534929] Re: [USB-Audio - USB PnP Sound Device, playback] volume slider problem: USB headset playback suddenly drops to inaudible when volume is set below a certain level

2016-01-16 Thread Alexander Klauer
The 40 % is roughly the position of the volume slider in the sound settings, i. e., slightly left from the center position between zero volume and maximal volume. Note that in alsamixer, the situation is different: there the drop occurs between 1 % and 2 % (but alsamixer's 2 % is equivalent to

[Bug 943104] Re: recipient address: comma inserted when pressing AltGr

2014-05-10 Thread Alexander Klauer
Hi, I can confirm this bug on Ubuntu 13.10 with German (eliminate dead keys) keyboard setting. In order to procude the '@' character with a German keyboard, you have to press and hold 'AltGr', then press 'q', the latter being in the same location as on a US keyboard. -- You received this bug

[Bug 1188920] Re: evolution sometimes does not mark message as read

2014-01-25 Thread Alexander Klauer
Err, care to give an explanation as to why the bug has been marked Invalid? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1188920 Title: evolution sometimes does not mark message as read To manage

[Bug 1214241] Re: Freezes in midgame

2013-11-16 Thread Alexander Klauer
Me too. Unfortunately, there does not appear to be a debug package for zsnes. This is what I found during a freeze: code (gdb) thread 1 [Switching to thread 1 (Thread 0xf6a29700 (LWP 10036))] #0 0xf73737e0 in ?? () from /lib/i386-linux-gnu/libc.so.6 (gdb) bt #0 0xf73737e0 in ?? () from

[Bug 1188920] [NEW] evolution sometimes does not mark message as read

2013-06-08 Thread Alexander Klauer
Public bug reported: Ubuntu release: Description:Ubuntu 13.04 Release:13.04 Package version: evolution: Installed: 3.6.4-0ubuntu1 Candidate: 3.6.4-0ubuntu1 Version table: *** 3.6.4-0ubuntu1 0 500 http://de.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages

[Bug 1068029] Re: memory leak in libgnutls28

2012-10-19 Thread Alexander Klauer
BTW, I just checked version 3.1.3 from upstream. There, the bug is fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1068029 Title: memory leak in libgnutls28 To manage notifications about this

[Bug 1068029] [NEW] memory leak in libgnutls28

2012-10-18 Thread Alexander Klauer
Public bug reported: In lib/pkcs11.c:508, the variable name of type const char * is assigned the return value of p11_kit_registered_module_to_name(). However, this function returns a pointer to a newly allocated string (a duplicate of the module name). The pointer is subsequently lost (it is