I asked a question on how do I get an SB X-Fi Xtreme Audio CA0110 working three days ago. And they told me to install the Alsa driver modules from this website:
https://wiki.ubuntu.com/Audio/InstallingLinuxAlsaDriverModules
This answer did work and my audio driver was working until I updated my kernel...
Now the new kernel is Linux 2.6.32-27 generic. How can I get the Alsa module driver to work on this new kernel?
Or at least, how can I go back to the old kernel?
I tried to run this command:
apt-get install linux-alsa-driver-modules-$(uname -r)
And this is what I get:
Couldn't find package linux-alsa-driver-modules-2.6.32-27-generic
I've poked Brad (who has commit access to the git tree) and asked for an ABI bump. Once he commits the change and kicks off the daily build, the next available linux-alsa-driver-modules for 10.04 from the ppa should resolve your issue.