alsa pipe broken every ten seconds

Bug #657962 reported by guillaume le louet
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
alsa-driver (Ubuntu)
Incomplete
Undecided
Unassigned
Nominated for Maverick by guillaume le louet
linux (Ubuntu)
New
Undecided
Unassigned
Nominated for Maverick by guillaume le louet

Bug Description

Hello.

a very fresh installation of maverick, using a newly created account does the same thing. (/ formatted, /home kept but with a new account created for the test)

Step to reproduce :
listen to any music with mplayer/vlc. Every ten senconds, there is a 1second-long mute.
on VLC, every mute makes a
"[0x9888e4c] alsa audio output error: cannot write: Broken pipe"
On the console.
Listening to music as root with mplayer does not change the result (still mute every 10s), VLC does not allow me to launch it as root.

The problem was not present with the live-cd, however there is not difference between the livecd's /etc/pulse and my present /etc/pulse (made a diff to check)
I uninstalled pulseaudio to test, and with alsa there is the same issue. So, this may not be a pulseaudio bug.

Revision history for this message
guillaume le louet (guillaume-lelouet) wrote :
Revision history for this message
guillaume le louet (guillaume-lelouet) wrote :
Revision history for this message
guillaume le louet (guillaume-lelouet) wrote :
Revision history for this message
guillaume le louet (guillaume-lelouet) wrote :
tags: added: alsa maverick mute periodic sound
Revision history for this message
Daniel T Chen (crimsun) wrote :

Please use apport-collect 657962

Changed in alsa-driver (Ubuntu):
status: New → Incomplete
Revision history for this message
guillaume le louet (guillaume-lelouet) wrote :
Revision history for this message
Luke Yelavich (themuso) wrote : Re: [Bug 657962] Re: alsa pipe broken every ten seconds

In that case, getting an alsa-info dump, http://wiki.ubuntu.com/Audio/AlsaInfo will also do.

Revision history for this message
guillaume le louet (guillaume-lelouet) wrote :

Thank you Luke.
Sorry for not being used to the debug tools.

Revision history for this message
guillaume le louet (guillaume-lelouet) wrote :

I was wrong, the correct bug for my proxy is :

https://bugs.launchpad.net/ubuntu/+source/apport/+bug/94130

Revision history for this message
CiaranG (ciarang) wrote :

Same problem here - same error message to the console when using VLC, accompanied by audio dropouts. Similar audio dropouts occur in MythTV front end.

May just be a coincidence, but...

 lspci | grep audio
 00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)

Same device as the original reporter. This uses snd_intel8x0 and snd_ac97_codec

Revision history for this message
Melvin Garcia (virtualspectre8) wrote :

There's a post about this in the forums:
http://ubuntuforums.org/showthread.php?p=9959544#post9959544

I've filed a bug against the kernel thinking it's Linux' fault:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/657187

It's the same bug, I'm sure.

Revision history for this message
guillaume le louet (guillaume-lelouet) wrote :

same bug after last update to linux-image-2.6.35-22-generic

Thank you very much Melvin, I do agree with your thought of this being only a sign of the general freeze I had not noticed yet.

I suggest to mark it as dupplicate of that one bug 657187.

Revision history for this message
guillaume le louet (guillaume-lelouet) wrote :

corrected the bug by recompiling last kernel from git (see
https://help.ubuntu.com/community/Kernel/Compile)

here is what I did :

#!/bin/bash

mkdir -p ~/kernelBuild
cd ~/kernelBuild
sudo add-apt-repository ppa:brian-rogers/ppa # last kernel-package is bugged, here is one working
sudo apt-get update
sudo apt-get install fakeroot build-essential crash kexec-tools makedumpfile kernel-wedge libncurses5 binutils-dev libelf-dev libdw-dev libnewt-dev libncurses5-dev asciidoc xmlto git-core
sudo apt-get dist-upgrade
sudo apt-get build-dep linux

git clone http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
cd linux-2.6
fakeroot debian/rules clean
cp /boot/config-`uname -r` .config &&\
 yes '' | make oldconfig &&\
 make-kpkg clean &&\
 CONCURRENCY_LEVEL=`getconf _NPROCESSORS_ONLN` fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers
cd ..
sudo dpkg -i linux-*.deb

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.