On Mon, 7 Aug 2006, Takashi Iwai wrote: > Also, you can still try the old OSS cmpci driver... Well that one is still in the kernel but one cannot enable it in menuconfig. I needed the following patch to make it possible to enable that module. It was not loaded automatically on bootup so I needed to do a modprobe cmpci After that I had sound for 2 minutes before the system locked up again. Same code base? Index: linux-2.6/sound/oss/Kconfig =================================================================== --- linux-2.6.orig/sound/oss/Kconfig 2006-08-07 13:12:48.000000000 -0700 +++ linux-2.6/sound/oss/Kconfig 2006-08-07 13:13:38.000000000 -0700 @@ -479,6 +479,12 @@ This driver is also available as a module and will be called aci. +config SOUND_CMPCI + tristate "CMPCI Sound" + depends on SOUND_OSS + help + CMPCI sound + config SOUND_CS4232 tristate "Crystal CS4232 based (PnP) cards" depends on SOUND_OSS ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel