I can not compile slmodem on my laptop, because the compile process stops telling me for missing CONFIG_SND support. The truth is, I do not use the kernel alsa stuff. I use alsa-driver and therefor do not have CONFIG_SND set in /usr/sr/linux/.config. Regards Christian Reproducible: Always Steps to Reproduce: 1. 2. 3.
thanks, fixed in portage with: --- slmodem-2.9.9a-r2.ebuild.orig 2005-01-28 15:15:36.000000000 +0100 +++ slmodem-2.9.9a-r2.ebuild 2005-01-28 15:15:48.000000000 +0100 @@ -25,6 +25,9 @@ BUILD_TARGETS="all" local CONFIG_CHECK="" - if useq alsa; then - CONFIG_CHECK="${CONFIG_CHECK} SND" - fi if useq usb; then CONFIG_CHECK="${CONFIG_CHECK} USB" fi