Jason S. on Fri, 2 Jul 1999 09:47:37 -0400 (EDT) |
Michael Davis wrote: > > I have a Sound Blaster AWE32 and have no idea how to set it up. Do I > need to re-compile the kernel? I have read the HOW-TO from Suse but Im > still lost. Is there any easy way to do it? > > Michael > > _______________________________________________ > Plug maillist - Plug@lists.nothinbut.net > http://lists.nothinbut.net/mail/listinfo/plug Assuming you have the sb modules compiled you can just edit your /etc/conf.modules and add the following lines: alias sound sb pre-install sound insmod sound dmabuf=1 options sb io=0x220 irq=5 dma=1 mpu_ip=0x330 For the wavtable, see the docs in the kernel source. They'll tell you what programs you need. Basicly its the same thing: alias midi awe_wave pre-install awe_wave <settings to initialize wavetable> options <hardware settings here> Then you can just 'modprobe sound' and it'll work. You should either have or you can write a boot script to start audio on bootup. I hope this helps. Change the settings to suit your hardware. Or, if you're really really stuck, there's always opensound.com but for the AWE you dont really need it. Disclaimer: This is from memory and my not be 100% correct but it should get you started. -- J. When I grow up, I wanna be more like me. I had a clue. I didn't like it. I took it back and exchanged it for an attitude. _______________________________________________ Plug maillist - Plug@lists.nothinbut.net http://lists.nothinbut.net/mail/listinfo/plug
|
|