On Thu, 2005-09-01 at 11:20 -0600, Dave Price wrote: > When I try to ./configure the latest ALSA it says that my kernel as > the ALSA built-in. This is fine. "make install" will just install the new ALSA modules over the previous ones. Then just shut down all sound apps, rmmod the old ALSA modules, and modprobe the new ones. The ALSA build system is pretty smart - it detects the kernel version you are building against and patches itself to build with that kernel. Lee