*** This bug is a duplicate of bug 657187 *** https://bugs.launchpad.net/bugs/657187
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 -- alsa pipe broken every ten seconds https://bugs.launchpad.net/bugs/657962 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