[Bug 4215] using alsa from outside kernel
undefined
undefined at pobox.com
Mon Jun 19 03:42:45 UTC 2006
sitsofe, and others suffering from having to stop and restart audio
playback after suspend, may i recommend using alsa 1.0.11. i previously
mentioned the benefits of using alsa out-of-tree (1.0.11rc4) in one of
my posts above.
wget -Nv ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.11.tar.bz2
tar -xjf alsa-driver-1.0.11.tar.bz2
cd alsa-driver-1.0.11
./configure --with-kernel=/usr/src/linux/
make
make install-modules
or if you are paranoid like me:
DESTDIR=$(pwd)/../alsa/ make install-modules
su -
VERSION=2.6.15.5-ubuntu1-19.29+2-k7
rm -rf /lib/modules/${VERSION}/kernel/sound/*/
cp -av ../alsa/lib/modules/${VERSION}/kernel/misc/* /lib/modules/${VERSION}/kernel/sound/
find /lib/modules/${VERSION}/kernel/sound/ -exec chown root.root {} \;
find /lib/modules/${VERSION}/kernel/sound/ -type f -exec chmod 644 {} \;
find /lib/modules/${VERSION}/kernel/sound/ -type d -exec chmod 755 {} \;
depmod -e -F /boot/System.map-${VERSION} ${VERSION}
actually, take all of the above with a grain of salt because these notes
are a few months old (as you can tell from the ubuntu kernel version)
and where alsa puts its modules changes from time to time (sometimes in
"sound", sometimes "misc").
--
OOPS on suspend or inaudible sound post-resume from hibernation with emu10k1
https://launchpad.net/bugs/4215
More information about the kernel-bugs
mailing list