* C-Media 8378 revision 37 & OPL3 midi
@ 2002-07-19 9:17 Sander van Leeuwen
2002-07-19 10:00 ` Patrick Shirkey
2002-07-19 10:33 ` Takashi Iwai
0 siblings, 2 replies; 8+ messages in thread
From: Sander van Leeuwen @ 2002-07-19 9:17 UTC (permalink / raw)
To: alsa-devel@lists.sourceforge.net
Hi,
I have two cmedia cards; a revision 37 & 39. Everything
works well on the rev 39 card, but OPL3 midi is silent
on the rev37.
OPL3 initialization succeeds and there are no clear signs
of any problems. My first guess was that this revision
may have a difference (bug) with regards to the FM
volume. However, testing different mute & volume settings
shows no improvement.
All the IO registers related to FM appear to be working as
specified in the CMedia docs.
Is this a know problem of the ALSA driver, a hardware bug or
even a defective OPL3 part in this particular revision?
Thanks,
Sander
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: C-Media 8378 revision 37 & OPL3 midi
2002-07-19 9:17 C-Media 8378 revision 37 & OPL3 midi Sander van Leeuwen
@ 2002-07-19 10:00 ` Patrick Shirkey
2002-07-19 10:33 ` Takashi Iwai
1 sibling, 0 replies; 8+ messages in thread
From: Patrick Shirkey @ 2002-07-19 10:00 UTC (permalink / raw)
To: Sander van Leeuwen; +Cc: alsa-devel@lists.sourceforge.net
Sander van Leeuwen wrote:
> Hi,
>
> I have two cmedia cards; a revision 37 & 39. Everything
> works well on the rev 39 card, but OPL3 midi is silent
> on the rev37.
> OPL3 initialization succeeds and there are no clear signs
> of any problems. My first guess was that this revision
> may have a difference (bug) with regards to the FM
> volume. However, testing different mute & volume settings
> shows no improvement.
> All the IO registers related to FM appear to be working as
> specified in the CMedia docs.
>
> Is this a know problem of the ALSA driver, a hardware bug or
> even a defective OPL3 part in this particular revision?
>
Can you let us know what you have done to get the midi i/o working?
Preferably with debugging output. MIDI in ALSA is still a bit of a
blackart so you may not have correctly setup everything yet.
Also have a look at the LAU guide (see below) and the quicktoots for
more info on playing MIDI through ALSA.
--
Patrick Shirkey - Boost Hardware Ltd.
For the discerning hardware connoisseur
Http://www.boosthardware.com
Http://www.boosthardware.com/LAU/guide/
========================================
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: C-Media 8378 revision 37 & OPL3 midi
2002-07-19 9:17 C-Media 8378 revision 37 & OPL3 midi Sander van Leeuwen
2002-07-19 10:00 ` Patrick Shirkey
@ 2002-07-19 10:33 ` Takashi Iwai
2002-07-19 13:23 ` Sander van Leeuwen
1 sibling, 1 reply; 8+ messages in thread
From: Takashi Iwai @ 2002-07-19 10:33 UTC (permalink / raw)
To: Sander van Leeuwen; +Cc: alsa-devel
At Fri, 19 Jul 2002 11:17:29 +0200 (CDT),
Sander van Leeuwen wrote:
>
> Hi,
>
> I have two cmedia cards; a revision 37 & 39. Everything
> works well on the rev 39 card, but OPL3 midi is silent
> on the rev37.
> OPL3 initialization succeeds and there are no clear signs
> of any problems. My first guess was that this revision
> may have a difference (bug) with regards to the FM
> volume. However, testing different mute & volume settings
> shows no improvement.
Synth volume and switch?
> All the IO registers related to FM appear to be working as
> specified in the CMedia docs.
>
> Is this a know problem of the ALSA driver, a hardware bug or
> even a defective OPL3 part in this particular revision?
the support of opl3 is bad on this driver.
it works somehow on my mine (rev 037) but the sounds are weird.
maybe another (undocumented) initialization step would be necessary.
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: C-Media 8378 revision 37 & OPL3 midi
2002-07-19 10:33 ` Takashi Iwai
@ 2002-07-19 13:23 ` Sander van Leeuwen
2002-07-19 17:19 ` current cvs, unresolved symbol in snd-msnd-pinnacle.o Fernando Pablo Lopez-Lezcano
0 siblings, 1 reply; 8+ messages in thread
From: Sander van Leeuwen @ 2002-07-19 13:23 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel@lists.sourceforge.net
On Fri, 19 Jul 2002 12:33:08 +0200, Takashi Iwai wrote:
>> I have two cmedia cards; a revision 37 & 39. Everything
>> works well on the rev 39 card, but OPL3 midi is silent
>> on the rev37.
>> OPL3 initialization succeeds and there are no clear signs
>> of any problems. My first guess was that this revision
>> may have a difference (bug) with regards to the FM
>> volume. However, testing different mute & volume settings
>> shows no improvement.
>Synth volume and switch?
Both. I even manually changed the registers during playback.
>> Is this a know problem of the ALSA driver, a hardware bug or
>> even a defective OPL3 part in this particular revision?
>the support of opl3 is bad on this driver.
It's not bad at all as it is perfect on the rev 39 card.
Well, at least in the driver I ported to OS/2. Don't know about the Linux version
or even the latest code.
>it works somehow on my mine (rev 037) but the sounds are weird.
>maybe another (undocumented) initialization step would be necessary.
Too bad. Maybe I'll find out something soon. If I do, I'll send the results
to this list.
Sander
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 8+ messages in thread
* current cvs, unresolved symbol in snd-msnd-pinnacle.o
2002-07-19 13:23 ` Sander van Leeuwen
@ 2002-07-19 17:19 ` Fernando Pablo Lopez-Lezcano
2002-07-19 17:30 ` Takashi Iwai
0 siblings, 1 reply; 8+ messages in thread
From: Fernando Pablo Lopez-Lezcano @ 2002-07-19 17:19 UTC (permalink / raw)
To: alsa-devel
Found this last evening, just confirmed it is still there:
# depmod -ae
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-11.ll/kernel/drivers/sound/isa/msnd/snd-msnd-pinnacle.o
depmod: vfree
-- Fernando
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: current cvs, unresolved symbol in snd-msnd-pinnacle.o
2002-07-19 17:19 ` current cvs, unresolved symbol in snd-msnd-pinnacle.o Fernando Pablo Lopez-Lezcano
@ 2002-07-19 17:30 ` Takashi Iwai
2002-07-19 20:45 ` Fernando Pablo Lopez-Lezcano
0 siblings, 1 reply; 8+ messages in thread
From: Takashi Iwai @ 2002-07-19 17:30 UTC (permalink / raw)
To: Fernando Pablo Lopez-Lezcano; +Cc: alsa-devel
At Fri, 19 Jul 2002 10:19:48 -0700,
Fernando Pablo Lopez-Lezcano wrote:
>
> Found this last evening, just confirmed it is still there:
>
> # depmod -ae
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-11.ll/kernel/drivers/sound/isa/msnd/snd-msnd-pinnacle.o
> depmod: vfree
i hope it's fixed on cvs now. please give a try.
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: current cvs, unresolved symbol in snd-msnd-pinnacle.o
2002-07-19 17:30 ` Takashi Iwai
@ 2002-07-19 20:45 ` Fernando Pablo Lopez-Lezcano
2002-07-19 22:06 ` karsten wiese
0 siblings, 1 reply; 8+ messages in thread
From: Fernando Pablo Lopez-Lezcano @ 2002-07-19 20:45 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Fernando Pablo Lopez-Lezcano, alsa-devel
> > Found this last evening, just confirmed it is still there:
> >
> > # depmod -ae
> > depmod: *** Unresolved symbols in
> > /lib/modules/2.4.18-11.ll/kernel/drivers/sound/isa/msnd/snd-msnd-pinnacle.o
> > depmod: vfree
>
> i hope it's fixed on cvs now. please give a try.
Not there yet, sorry... :-(
# depmod -ae
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-11.ll/kernel/drivers/sound/isa/msnd/snd-msnd-pinnacle.o
depmod: snd_wrapper_vfree
-- Fernando
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: current cvs, unresolved symbol in snd-msnd-pinnacle.o
2002-07-19 20:45 ` Fernando Pablo Lopez-Lezcano
@ 2002-07-19 22:06 ` karsten wiese
0 siblings, 0 replies; 8+ messages in thread
From: karsten wiese @ 2002-07-19 22:06 UTC (permalink / raw)
To: alsa-devel
hi,
snd-msnd-pinnacle behaves better now after changing
alsa-kernel/core/sound.c a bit:
(last lines of the file here:)
>>>
/* wrappers */
#ifdef CONFIG_SND_DEBUG_MEMORY
EXPORT_SYMBOL(snd_wrapper_kmalloc);
EXPORT_SYMBOL(snd_wrapper_kfree);
EXPORT_SYMBOL(snd_wrapper_vmalloc);
EXPORT_SYMBOL(snd_wrapper_vfree);
#endif
#ifdef HACK_PCI_ALLOC_CONSISTENT
EXPORT_SYMBOL(snd_pci_hack_alloc_consistent);
#endif
<<<
Takashi, please put the additional two lines
EXPORT_SYMBOL(snd_wrapper_vmalloc);
EXPORT_SYMBOL(snd_wrapper_vfree);
into cvs.
ciao,
karsten
--- Fernando Pablo Lopez-Lezcano
<nando@ccrma.Stanford.EDU> schrieb: > > > Found this
last evening, just confirmed it is
> still there:
> > >
> > > # depmod -ae
> > > depmod: *** Unresolved symbols in
> > >
>
/lib/modules/2.4.18-11.ll/kernel/drivers/sound/isa/msnd/snd-msnd-pinnacle.o
> > > depmod: vfree
> >
> > i hope it's fixed on cvs now. please give a try.
>
> Not there yet, sorry... :-(
>
> # depmod -ae
> depmod: *** Unresolved symbols in
>
/lib/modules/2.4.18-11.ll/kernel/drivers/sound/isa/msnd/snd-msnd-pinnacle.o
> depmod: snd_wrapper_vfree
>
> -- Fernando
>
>
>
-------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/alsa-devel
__________________________________________________________________
Gesendet von Yahoo! Mail - http://mail.yahoo.de
Möchten Sie mit einem Gruß antworten? http://grusskarten.yahoo.de
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2002-07-19 22:06 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-19 9:17 C-Media 8378 revision 37 & OPL3 midi Sander van Leeuwen
2002-07-19 10:00 ` Patrick Shirkey
2002-07-19 10:33 ` Takashi Iwai
2002-07-19 13:23 ` Sander van Leeuwen
2002-07-19 17:19 ` current cvs, unresolved symbol in snd-msnd-pinnacle.o Fernando Pablo Lopez-Lezcano
2002-07-19 17:30 ` Takashi Iwai
2002-07-19 20:45 ` Fernando Pablo Lopez-Lezcano
2002-07-19 22:06 ` karsten wiese
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.