On Tue, 2001-09-25 at 15:31, James Rich wrote:
> Hey folks,
> I still can't get any of the snd-card-sb* modules to build. I
> tried some time ago with no luck, and have just waited a while to see if
> the problem went away, since no one else seemed to have any trouble.
>
> I'm on linux-2.4.10 with SGI's xfs filesystem patches.
> I checked out CVS earlier today (Sep. 25)
>
> after checking out CVS I did 'make' in the top level directory.
>
> All the modules built correctly *except* for the snd-card-sb* modules.
>
> Here is the relevant portion from /usr/src/linux/.config:
>
> #
> # Sound
> #
> CONFIG_SOUND=y
> # CONFIG_SOUND_BT878 is not set
> # CONFIG_SOUND_CMPCI is not set
> # CONFIG_SOUND_EMU10K1 is not set
> # CONFIG_MIDI_EMU10K1 is not set
> # CONFIG_SOUND_FUSION is not set
> # CONFIG_SOUND_CS4281 is not set
> # CONFIG_SOUND_ES1370 is not set
> # CONFIG_SOUND_ES1371 is not set
> # CONFIG_SOUND_ESSSOLO1 is not set
> # CONFIG_SOUND_MAESTRO is not set
> # CONFIG_SOUND_MAESTRO3 is not set
> # CONFIG_SOUND_ICH is not set
> # CONFIG_SOUND_RME96XX is not set
> # CONFIG_SOUND_SONICVIBES is not set
> # CONFIG_SOUND_TRIDENT is not set
> # CONFIG_SOUND_MSNDCLAS is not set
> # CONFIG_SOUND_MSNDPIN is not set
> # CONFIG_SOUND_VIA82CXXX is not set
> # CONFIG_MIDI_VIA82CXXX is not set
> # CONFIG_SOUND_OSS is not set
> # CONFIG_SOUND_TVMIXER is not set
>
>
> Can someone tell me what is going on in the build process so I can fix
> this?
>
> James Rich
> [EMAIL PROTECTED]
>
Those are the OSS and other kernel sound drivers. ALSA isn't included in
the kernel yet so you must compile and install ALSA separately. Grab
alsa-driver, alsa-lib, alsa-utils archives, extract them somewhere. I
use ALSA 0.9.0beta releases myself.
In each directory (alsa-driver-x.xx.x, alsa-lib-, alsa-utils-) run:
./configure
make
make install
The last stage must be run as root (the other two should be run as the
user who extracted the archives). For the alsa-driver directory you may
want to run "./configure --with-cards=sb16" to just compile the "sb16"
driver, do a "./configure --help" to see a list of options, you might
want to change the sb16 to sbawe for an AWE card, or emu10k1 for a Live!
card, etc. Feel free to contact me personally if you have any more ALSA
install related questions.
--
Josh Green
Smurf Sound Font Editor (http://smurf.sourceforge.net)
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel