Hi, I have the same card (seemingly) working uner Alsa 0.9.0beta8a. I'm using it with MusE, jazz++, et.al. and the midi synths are working.
[jweber@ceora jweber]$ pmidi -l Port Client name Port name 64:0 External MIDI 0 MIDI 0-0 65:0 Emu8000 WaveTable Emu8000 Port 0 65:1 Emu8000 WaveTable Emu8000 Port 1 65:2 Emu8000 WaveTable Emu8000 Port 2 65:3 Emu8000 WaveTable Emu8000 Port 3 66:0 OPL3 FM synth OPL3 Port My /etc/modules.conf... # ALSA portion alias char-major-116 snd options snd snd_major=116 snd_cards_limit=1 alias snd-card-0 snd-card-sbawe options snd-card-sbawe snd_irq=5 # OSS/Free portion alias char-major-14 soundcore alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-3 snd-pcm-oss ## noteedit likes the next line alias sound-service-0-1 snd-seq-oss #alias sound-service-0-8 snd-seq-oss #alias sound-service-0-12 snd-pcm-oss post-install snd-card-sbawe /usr/sbin/alsactl restore post-install snd-seq-oss /bin/sfxload /etc/midi/GU11-ROM.SF2 My lsmod... [root@ceora temp]# lsmod Module Size Used by vfat 8400 0 (autoclean) fat 29824 0 (autoclean) [vfat] snd-seq-oss 23584 0 (autoclean) snd-seq-midi 4272 0 (autoclean) snd-synth-emu8000 5504 0 (autoclean) snd-synth-emux 28192 0 (autoclean) [snd-synth-emu8000] snd-seq-virmidi 3504 0 (autoclean) [snd-synth-emux] snd-seq-midi-event 2800 0 (autoclean) [snd-seq-oss snd-seq-midi snd-seq-virmidi] snd-util-mem 1488 0 (autoclean) [snd-synth-emu8000 snd-synth-emux] snd-synth-opl3 9776 0 (autoclean) snd-seq-instr 4528 0 (autoclean) [snd-synth-opl3] snd-seq-midi-emul 4704 0 (autoclean) [snd-synth-emux snd-synth-opl3] snd-ainstr-fm 1424 0 (autoclean) [snd-synth-opl3] snd-seq 43904 1 (autoclean) [snd-seq-oss snd-seq-midi snd-synth-emux snd-seq-virmidi snd-seq-midi-event snd-synth-opl3 snd-seq-instr snd-seq-midi-emul] snd-pcm-oss 44720 0 (autoclean) ide-cd 26304 0 (autoclean) cdrom 29088 0 (autoclean) [ide-cd] snd-mixer-oss 11088 1 (autoclean) [snd-pcm-oss] snd-card-sbawe 5744 1 (autoclean) snd-sb16-dsp 6384 0 (autoclean) [snd-card-sbawe] snd-pcm 56608 0 (autoclean) [snd-pcm-oss snd-sb16-dsp] snd-opl3 6384 0 (autoclean) [snd-synth-opl3 snd-card-sbawe] snd-timer 12144 0 (autoclean) [snd-seq snd-pcm snd-opl3] snd-sb16-csp 17424 0 (autoclean) [snd-card-sbawe] snd-hwdep 4656 0 (autoclean) [snd-opl3 snd-sb16-csp] snd-sb-common 6880 0 (autoclean) [snd-card-sbawe snd-sb16-dsp snd-sb16-csp] snd-mpu401-uart 3280 0 (autoclean) [snd-card-sbawe snd-sb16-dsp] snd-rawmidi 14048 0 (autoclean) [snd-seq-midi snd-seq-virmidi snd-mpu401-uart] snd-emu8000 11040 0 (autoclean) [snd-synth-emu8000 snd-card-sbawe] snd-seq-device 4016 0 (autoclean) [snd-seq-oss snd-seq-midi snd-synth-emu8000 snd-synth-emux snd-synth-opl3 snd-seq snd-opl3 snd-rawmidi snd-emu8000] snd 31488 0 (autoclean) [snd-seq-oss snd-seq-midi snd-synth-emux snd-seq-virmidi snd-seq-midi-event snd-util-mem snd-synth-opl3 snd-seq-instr snd-seq-midi-emul snd-seq snd-pcm-oss snd-mixer-oss snd-card-sbawe snd-sb16-dsp snd-pcm snd-opl3 snd-timer snd-sb16-csp snd-hwdep snd-sb-common snd-mpu401-uart snd-rawmidi snd-emu8000 snd-seq-device] soundcore 3408 9 (autoclean) [snd] BTW, what platform did you compile Brahams on? I'm using RH7.1 and couldn't get it compiled (brahms-1.01). kdeMainEditor.cpp:23:22: kprinter.h: No such file or directory make[4]: *** [kdeMainEditor.lo] Error 1 Let me know what other info might help you. John On Thu, 2001-12-06 at 10:31, Andrea wrote: > Hi there! > > I have a problem with Alsa and a Soundlaster 64 awe gold. > > Compilation went through smoothly. But when I loaded the modules I got: > Dec 5 17:23:38 Andrea kernel: snd: sb16: warning - CSP chip not > detected on soundcard #1 > Dec 5 17:23:51 Andrea kernel: snd: sequencer: no device found > > I've read that this problem could be solved with a line in module.conf: > below snd-seq-oss snd-synth-emu8000 > (http://www.alsa-project.org/archive/alsa-user/msg07120.html) > > But now when I load the modules (modprobe snd-card-sbawe) I get: > ALSA device.c:67: device free c0771818 (from d0957b16), not found > > I'm trying to use alsa with Brahms, a music notation editor with midi > capabilities, but obviously non sound can be produced. > > This is my modules.conf with regard to alsa. > > # ALSA > alias sound snd-card-sbawe > > # ALSA Support > alias char-major-116 snd > options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0666 > snd_device_gid=0 snd_device_uid=0 > options snd-card-sbawe snd_index=0 snd_port=0x220 snd_mpu_port=0x330 > snd_awe_port=0x620 snd_irq=5 snd_dma8=1 snd_dma16=5 snd_isapnp=1 > snd_id=SB_AWE64_PnP > > # OSS/Free Support > alias char-major-14 soundcore > alias snd-card-0 snd-card-sbawe > alias sound-slot-0 snd-card-0 > alias sound-service-0-0 snd-mixer-oss > alias sound-service-0-1 snd-seq-oss > alias sound-service-0-3 snd-pcm-oss > alias sound-service-0-8 snd-seq-oss > alias sound-service-0-12 snd-pcm-oss > > post-install snd-card-sbawe /sbin/modprobe snd-pcm-oss > below snd-seq-oss snd-synth-emu8000 > > # Restore mixer settings and load soundfonts > post-install snd-pcm-oss /usr/sbin/alsactl restore > post-install snd-synth-emu8000 /usr/local/bin/sfxload > /usr/local/awe/SYNTHGS.SBK > > I thought it could be a hardware problem but with OSS everything seems > to work just fine: > Dec 6 17:09:04 Andrea kernel: Soundblaster audio driver Copyright (C) > by Hannu Savolainen 1993-1996 > Dec 6 17:09:04 Andrea kernel: sb: Creative SB AWE64 PnP detected > Dec 6 17:09:04 Andrea kernel: sb: ISAPnP reports 'Creative SB AWE64 > PnP' at i/o 0x220, irq 5, dma 1, 5 > Dec 6 17:09:04 Andrea kernel: SB 4.16 detected OK (220) > Dec 6 17:09:04 Andrea kernel: sb: 1 Soundblaster PnP card(s) found. > Dec 6 17:14:22 Andrea kernel: ISAPnP reports AWE64 WaveTable at i/o 0x620 > Dec 6 17:14:22 Andrea kernel: <SoundBlaster EMU8000 (RAM4096k)> > > Thank you in advantage for any help. > Regards, > Andrea > > > _______________________________________________ > Alsa-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/alsa-user -- John S. Weber [EMAIL PROTECTED] _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user