recording volume is randomly reset

Bug #527866 reported by Jeff Fortin Tam
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
PulseAudio
Invalid
Undecided
Unassigned
alsa-utils (Ubuntu)
Invalid
Low
Unassigned

Bug Description

Binary package hint: pulseaudio

As the title says.

This is with pulseaudio 0.9.22 in lucid.
I filed http://pulseaudio.org/ticket/793 upstream about it. It has debug logs, screencasts, and even a video explaining everything: http://www.youtube.com/watch?v=T0Irz_EgQr4

ProblemType: Bug
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/controlC1: jeff 1522 F.... pulseaudio
 /dev/snd/controlC0: jeff 1522 F.... pulseaudio
Card0.Amixer.info:
 Card hw:0 'ICH6'/'Intel ICH6 with AD1981B at irq 22'
   Mixer name : 'Analog Devices AD1981B'
   Components : 'AC97a:41445374'
   Controls : 26
   Simple ctrls : 18
Card1.Amixer.info:
 Card hw:1 'default'/'AKM AK5370 at usb-0000:00:1d.1-2, full speed'
   Mixer name : 'USB Mixer'
   Components : 'USB0556:0001'
   Controls : 2
   Simple ctrls : 1
Card1.Amixer.values:
 Simple mixer control 'Mic',0
   Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
   Capture channels: Mono
   Limits: Capture 0 - 78
   Mono: Capture 30 [38%] [7.69dB] [on]
Date: Thu Feb 25 11:17:31 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100113)
Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu10
ProcEnviron:
 LANG=en_CA.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
SourcePackage: pulseaudio
Uname: Linux 2.6.32-14-generic i686

Revision history for this message
Jeff Fortin Tam (kiddo) wrote :
Changed in pulseaudio:
status: Unknown → New
Revision history for this message
Daniel T Chen (crimsun) wrote :

Is this reproducible with 0ubuntu11 after a logout and login?

Changed in pulseaudio (Ubuntu):
status: New → Incomplete
Revision history for this message
Jeff Fortin Tam (kiddo) wrote :

Nope, still reproduceable.

Changed in pulseaudio (Ubuntu):
status: Incomplete → New
Revision history for this message
Daniel T Chen (crimsun) wrote :

No, it is *not* reproducible, or no it *remains* reproducible? Your answer to my question is confusing.

Revision history for this message
Jeff Fortin Tam (kiddo) wrote : Re: [Bug 527866] Re: recording volume is randomly reset

"Nope, [it is still] reproducible [the problem is still there]" (sorry
if my answer was contradictory in its wording). You asked if this could
still be reproduced with the latest *ubuntu11 updates in lucid, right?
If yes, then yes, the bug is still there.

Daniel T Chen (crimsun)
Changed in pulseaudio (Ubuntu):
status: New → Triaged
Revision history for this message
Jeff Fortin Tam (kiddo) wrote :

I have debugged this with Lennart today at the boston summit, and we have pinpointed the problem: alsa/udev is overriding pulseaudio.

This file in particular: /lib/udev/alsa-utils

Whose contents are:

#!/bin/sh -e
# udev script for alsa-utils
(
        DEV_BASENAME="${DEVNAME##*/}"
        N="${DEV_BASENAME#controlC}"
        exec /sbin/alsa-utils start $N
) &

...If we disable that file by replacing the contents by:

exit 0;

It works. The microphone's sound level is remembered no matter how fast/how many times you unplug/replug.

This is an Ubuntu-specific bug.

Revision history for this message
Daniel T Chen (crimsun) wrote :

Actually that means it would affect Debian, too.

affects: pulseaudio (Ubuntu) → alsa-utils (Ubuntu)
Changed in alsa-utils (Ubuntu):
importance: Undecided → Low
Revision history for this message
dino99 (9d9) wrote :

EOL reached or very close. Time to use some newer version.

Changed in pulseaudio:
importance: Unknown → Undecided
status: New → Invalid
Changed in alsa-utils (Ubuntu):
status: Triaged → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.