Andy Zbikowski wrote:
> 

> > What do I need to do for alsa support?
> 
> You grabbed the alsa-source package right? (apt-get install alsa-source, not
> apt-get source alsa) You should get a debconf dialog asking you to select
> the drivers and the like you want make-kpkg to compile. The next thing to do
> is cd to /usr/src and type tar xvfz alsadriver.tar.gz because it seems that
> the package maintainer forgot to put that in the installation scripts, and
> there's nothing but a changelog in /usr/share/doc/alsa-source. :)
> 

Yup, that was it. Had to gunzip/untar the file. Thanks.