On Jan 25, 2008 12:35 PM, Florian Kulzer <[EMAIL PROTECTED]> wrote: > > I notice that 'cat /proc/asound/version' is saying that I'm using ALSA > > 1.0.14, while I remember getting the sources for 1.0.15. Maybe this > > has something to do with the problem? > > Yes, that should be the root of the problem. AFAICT, you uninstalled the > newer ALSA package again when you ran this command: > > apt-get remove --purge alsa-modules-$(uname -r) > > (The instructions on that website are generally very good, but in this > point they are a bit confusing.) > > You can check the status of the new ALSA package with > > dpkg -l alsa-modules-$(uname -r) > > This command should show you "ii" as the status (the first two > characters in the alsa-modules-* line). My guess is that you will see > "pn" instead. > > The .deb package that you built with module-assistant should still be in > /usr/src; just run "ls -l /usr/src/alsa-modules-$(uname -r)*.deb" to > check. > > It will probably be sufficient if you reinstall this package with > > dpkg -i /usr/src/alsa-modules-$(uname -r)*.deb > > and reboot. > > -- > Regards, | http://users.icfo.es/Florian.Kulzer > Florian |
Thank you! As an effort to get something else working, I upgraded my kernel to sid's 2.6.23 one. Upon loading that, my sound began to work, so the problem is solved (not entirely sure what's going on there - ALSA is still 1.0.14). Thank you very much for your help, I really appreciate it! Thanks again, Kyle -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]