Messages in this thread |  | | Date | Sat, 23 Jan 1999 18:42:11 +0100 | | From | Lech Szychowski <> | | Subject | Re: SB64awe needs what sound drivers |
| |
> I'm trying to compile 2.2.0-pre9 with sound support since the guys at > OSS haven't gotten it out yet. Last time I tried to compile it in > I never got all the right drivers.
I've got both AWE64 and GUS MAX in my machine; the .config shown below works for me.
=== CONFIG_SOUND=m CONFIG_SOUND_OSS=m CONFIG_SOUND_SB=m CONFIG_SOUND_ADLIB=m CONFIG_SOUND_GUS=m CONFIG_GUSMAX=y CONFIG_SOUND_MPU401=m CONFIG_SOUND_SOFTOSS=m CONFIG_SOUND_YM3812=m CONFIG_SOUND_VMIDI=m ===
In /etc/modules.conf I have:
=== options gus io=0x220 irq=7 dma=6 dma16=7 options sb io=0x240 irq=5 dma=1 dma16=5 mpu_io=0x330 pre-install gus /sbin/isapnp /etc/isapnp.conf; /sbin/modprobe uart401; /sbin/modprobe sb; /sbin/modprobe awe_wave; /sbin/modprobe opl3; /sbin/modprobe softoss2; /usr/local/bin/sfxload ===
Of course you have to run isapnp before you insert modules for SB; here's my /etc/isapnp.conf:
=== (READPORT 0x020b) (ISOLATE PRESERVE) (IDENTIFY *) (VERBOSITY 2) (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING (CONFIGURE CTL00c5/304182199 (LD 0 (INT 0 (IRQ 5 (MODE +E))) (DMA 0 (CHANNEL 1)) (DMA 1 (CHANNEL 5)) (IO 0 (SIZE 16) (BASE 0x0240)) (IO 1 (SIZE 2) (BASE 0x0330)) (IO 2 (SIZE 4) (BASE 0x0388)) (NAME "CTL00c5/304182199[0]{Audio }") (ACT Y) )) (CONFIGURE CTL00c5/304182199 (LD 1 (IO 0 (SIZE 8) (BASE 0x0200)) (NAME "CTL00c5/304182199[1]{Game }") (ACT Y) )) (CONFIGURE CTL00c5/304182199 (LD 2 (IO 0 (SIZE 4) (BASE 0x0620)) (IO 1 (BASE 0x0A20)) (IO 2 (BASE 0x0E20)) (NAME "CTL00c5/304182199[2]{WaveTable }") (ACT Y) )) (WAITFORKEY) ===
-- Leszek.
-- lech7@pse.pl 2:480/33.7 - REAL programmers use INTEGERS - -- speaking just for myself...
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
|  |