Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 1999 01:58:53 -0500 (CDT)
From:      Eduardo Viruena Silva <mrspock@esfm.ipn.mx>
To:        freebsd-questions@freebsd.org
Cc:        multimedia@freebsd.org
Subject:   AWE64 midi sequencer
Message-ID:  <Pine.BSF.4.05.9910270145440.2559-100000@Michelle.esfm.ipn.mx>

next in thread | raw e-mail | index | archive | help

Hello there!

I have a FBSD 3.3 system with an AWE64 pnp sound card.

I have added to my kernel configuration:

--------------------------------
controller      pnp0                    # PnP support for ISA
controller      snd0
device sb0      at isa? port 0x220 irq 5 drq 1 vector sbintr
device sbxvi0   at isa? drq 5
device sbmidi0  at isa? port 0x330
device awe0     at isa? port 0x620
device opl0     at isa? port 0x388
--------------------------------

It compiled fine.
Then I create /boot/kern.conf:

----------------------------------
pnp 1 0 os enable irq0 5 drq0 1 drq1 5 port0 0x220 port1 0x330 port2 0x388
pnp 1 1 disable
pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20
pnp 1 3 disable
q
-----------------------------------

and also created  /boot/loader.conf with:

------------------------------------
userconfig_script_load="YES"
------------------------------------


I installed my kernel and I rebooted my system.
Then I create snd0:


-----------------------------
	cd /dev/snd0
	./MAKEDEV snd0
-----------------------------

and, cat /dev/sndstat, gave me:

=======================================
VoxWare Sound Driver:3.5-alpha15-970902 (Wed Aug  6 22:58:35 PDT 1997
Amancio Hasty@rah.star-gate.com)
Config options: 

Installed drivers: 
Type 1: OPL-2/OPL-3 FM
Type 2: SoundBlaster
Type 6: SoundBlaster16
Type 25: AWE32 Synth
Type 7: SB16 MIDI


Card config: 
SoundBlaster at 0x220 irq 5 drq 1
SoundBlaster16 at 0xffffffff irq 1 drq 5
SB16 MIDI at 0x330 irq 1
AWE32 Synth at 0x620 irq 1
OPL-2/OPL-3 FM at 0x388 irq 1

Audio devices:
0: SoundBlaster 16 4.16

Synth devices:
0: AWE32-0.4.2c (RAM512k)
1: Yamaha OPL-3

Midi devices:
0: SoundBlaster 16 Midi

Timers:
0: System clock

Mixers:
0: SoundBlaster
1: AWE32 Equalizer
===============================================


looks fine, doesn't it?

BUT, WHEN I TRY TO USE MY MIDI SEQUENCER, I GET THIS MESSAGE:

 Device not configured

-----------------------------------------------

playmidi does not work, neither rosegarden 



O, WISE FREEBSD GURUS!
COULD YOU PLEASE TELL ME WHAT IS GOING ON?




-                         ______                     _  
            *           /   /###\                   / \       __
 /\  /\             *  /  ./#### \         *     \__|_/      |  |
/  \/  \               |   b#####|   *            _ |   __   |  |  __
=    .. \____          \ \_\#####/               / \|  /  \  |  | /\_\/
=          \_|    *     \___\###/       *        \_/\_/\__/\__\/_/\__/
 =   \______/           _
  | |          




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9910270145440.2559-100000>