Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2001 16:59:39 -0700 (PDT)
From:      Victory Soldier <victory_soldier@yahoo.com>
To:        multimedia@freebsd.org
Cc:        help@freebsd.org
Subject:   trouble with Ensoniq VIVO90 soundcard
Message-ID:  <20011014235939.93462.qmail@web12308.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Hello,
after numerous attempts to get Ensoniq SoundScape
VIVO90 sound card working
I decided to write to you. It seems this ISA
"Plug-and-Pray" card makes a
lot of headache because it doesn't want to be
initialized under standard
Ensoniq SoundScape drivers (as sscape0 & sscape_mss0,
MIDI and FM respectively)
It only can be set up as "device pcm", but it's a very
bad idea.
I already have an Yamaha XG PCI sound card (YMF-724)
as pcm device, so during
boot process this card initializes as pcm0, and works
fine, but no MIDI (I see
there is a problem adding MIDI support to Yamaha XG
soundcards to FreeBSD
kernel, as well as to OSS and ALSA). Next, I decided
to use this SoundScape
as a second sound card, for MIDI playback, and here I
go.
So when system boots up it recognizes this SoundScape
as pcm1 device, along with
a big bug listing:
pcm1: <ENSONIQ SoundscapeVIVO> at port
0x330-0x33f,0x530-0x537,0x2100-0x213f irq 5,9 drq 1,0
on isa0
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 1002 0x80
AD_WAIT_INIT FAILED 203 0x80
AD_WAIT_INIT FAILED 1002 0x80
AD_WAIT_INIT FAILED 1000 0x80
AD_WAIT_INIT FAILED 1000 0x80
mss: Auto calibration timed out(1).
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 1002 0x80
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 1002 0x80
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 1002 0x80
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 1002 0x80
AD_WAIT_INIT FAILED 201 0x80
AD_WAIT_INIT FAILED 1002 0x80
AD_WAIT_INIT FAILED 201 0x80

I did sh MAKEDEV snd1, and now I have nothing. I even
cannot get
KDE working, because after initialization (I can hear
startup sound from my
Yamaha card) system hangs up completely, no help from
Ctrl-Alt-BackSpace, only
RESET; when I take either Yamaha or Ensoniq sound card
off, system works fine.
I gave up with this "Plug-and-Pray" card, so if you
have no ideas how
to get it working, I will throw it away to some M$
Windows driven PC :(

Here is error description achieved during kernel
compilation, as "devices sscape0".
My OS is FreeBSD-4.2

Thanks, 
Paul
 

linking kernel.debug
isa_compat.o: In function `isa_compat_nextid':
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/isa_compat.c:61:
undefined reference to `sscapedriver'
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/isa_compat.c:61:
undefined reference to `sscape_mssdriver'
midi_synth.o: In function `midi_outc':
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c(.text+0x4d):
undefined reference to `midi_devs'
midi_synth.o: In function `prefix_cmd':
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c:133:
undefined reference to `midi_devs'
midi_synth.o: In function `midi_synth_input':
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c(.text+0xdd):
undefined reference to `num_midis'
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c(.text+0xff):
undefined reference to `midi_devs'
midi_synth.o: In function `leave_sysex':
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c(.text+0x2c6):
undefined reference to `synth_devs'
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c(.text+0x2ef):
undefined reference to `midi_devs'
midi_synth.o: In function `midi_synth_ioctl':
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c:272:
undefined reference to `synth_devs'
midi_synth.o: In function `midi_synth_kill_note':
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c(.text+0x383):
undefined reference to `synth_devs'
midi_synth.o: In function `midi_synth_set_instr':
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c:333:
undefined reference to `synth_devs'
midi_synth.o: In function `midi_synth_start_note':
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c(.text+0x512):
undefined reference to `synth_devs'
midi_synth.o: In function `midi_synth_open':
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c(.text+0x5f3):
undefined reference to `synth_devs'
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c(.text+0x600):
undefined reference to `num_midis'
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c(.text+0x630):
undefined reference to `midi_devs'
midi_synth.o: In function `midi_synth_close':
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c:426:
undefined reference to `synth_devs'
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c:433:
undefined reference to `midi_devs'
midi_synth.o: In function `midi_synth_load_patch':
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c:447:
undefined reference to `synth_devs'
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c:509:
undefined reference to `midi_devs'
midi_synth.o: In function `midi_synth_aftertouch':
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c(.text+0x912):
undefined reference to `synth_devs'
midi_synth.o: In function `midi_synth_controller':
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c(.text+0x9aa):
undefined reference to `synth_devs'
midi_synth.o: In function `midi_synth_bender':
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c(.text+0xa66):
undefined reference to `synth_devs'
midi_synth.o: In function `midi_synth_send_sysex':
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c(.text+0xb23):
undefined reference to `synth_devs'
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c(.text+0xbc9):
undefined reference to `midi_devs'
/usr/src/sys/compile/SOUNDSCAPE/../../i386/isa/sound/midi_synth.c(.text+0xc12):
undefined reference to `midi_devs'
*** Error code 1

Stop in /usr/src/sys/compile/SOUNDSCAPE.
#



__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

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?20011014235939.93462.qmail>