I have a Creative Labs Soundblaster 16 PnP, or model SB4171 (I believe it is referred to as model CT4171 by the user manual), and I cannot figure out how to make midi work. It works fine in DOS/WfW3.11 and WAV files work in linux. It seems to get detected fine with isapnp. My system is a 486DX33 with 10 MB RAM, running Debian 2.0 (slink) with kernel 2.2.2 I've tried kernel 2.0.36, 2.2.1 and 2.2.2 with different sound modules and also with alsa, and I cannot figure it out.
This is what happens when i playmidi audio/moonligh.mid: Playmidi 2.3 Copyright (C) 1994-1996 Nathan I. Laredo This is free software with ABSOLUTELY NO WARRANTY. For details please see the file COPYING. bakh:~# No sound. Nothing happens. My current configurations: /etc/isapnp.conf: (READPORT 0x0203) (ISOLATE PRESERVE) (IDENTIFY *) (VERBOSITY 2) (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING (CONFIGURE CTL00f0/-1 (LD 0 (INT 0 (IRQ 5 (MODE +E))) (DMA 0 (CHANNEL 1)) (DMA 1 (CHANNEL 3)) (IO 0 (SIZE 16) (BASE 0x0220)) (IO 1 (SIZE 2) (BASE 0x0330)) (IO 2 (SIZE 4) (BASE 0x0388)) (NAME "CTL00f0/-1[0]{Audio }") (ACT Y) )) (CONFIGURE CTL00f0/-1 (LD 1 (IO 0 (SIZE 1) (BASE 0x0200)) (NAME "CTL00f0/-1[1]{Game }") (ACT Y) )) (WAITFORKEY) /lib/modules/2.2.2/misc: adlib_card.o opl3.o parport_pc.o sound.o uart401.o lp.o parport.o sb.o soundcore.o /etc/modutils/sound: ### BEGIN KERNEL SOUND SETUP ### alias char-major-14 sb post-install sb /sbin/modprobe "-k" "adlib_card" options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330 options adlib_card io=0x388 # FM synthesizer ### END KERNEL SOUND SETUP ### /proc/modules: adlib_card 612 0 (autoclean) opl3 10832 0 (autoclean) [adlib_card] sb 33644 0 (autoclean) uart401 5848 0 (autoclean) [sb] sound 59456 0 (autoclean) [adlib_card opl3 sb uart401] soundcore 2384 6 (autoclean) [sb sound] /dev/sndstat: OSS/Free:3.8s2++-971130 Load type: Driver loaded as a module Kernel: Linux bakh 2.2.2 #1 Thu Feb 25 00:25:49 CST 1999 i486 Config options: 0 Installed drivers: Card config: Audio devices: 0: Sound Blaster 16 (4.16) (DUPLEX) Synth devices: 0: Yamaha OPL3 Midi devices: 0: Sound Blaster 16 Timers: 0: System clock Mixers: 0: Sound Blaster Does anyone have any experience with this type of soundcard/soundblaster ? What is the AWE32 stuff all about ? Is this something I need to make MIDI work on a SB16 PnP (Detected as Vibra16X PnP in DOS) ? What is the softoss2.o module for ? Do I need it ? If I do, how should I load it ? Roy-Anders