Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2000 13:16:40 -0400
From:      Donn Miller <dmmiller@cvzoom.net>
To:        Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
Cc:        current@FreeBSD.org
Subject:   Re: Newmidi Release Candidate is ready
Message-ID:  <3943C978.2F618419@cvzoom.net>
References:  <14659.36623.170970.72159A@silver.carrots.uucp.r.dl.itc.u-tokyo.ac.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
Seigo Tanimura wrote:
> 
> The release candidate of newmidi is finally ready. The patch for
> -current can be found at:
> 
> URI: http://people.FreeBSD.org/~tanimura/patches/newmidirc.diff.gz

I tried this patch out.  When I added nothing to my kernel config file
other than

device		sbc0
device		pcm0

the kernel compiled OK, but when I did cat midifile.mid > /dev/midi0,
I get a "device not configured" error message.  I figured I needed to
add something to my kernel config file, such as 

device		midi0		# for isa pnp/pci cards
pseudo-device	seq 1


I get a whole bunch of kernel compile errors.  Examples:

In file included from ../../dev/sound/midi/midi.h:69,
                 from ../../dev/sound/isa/emu8000.c:38:
../../dev/sound/midi/miditypes.h:65: redefinition of `mididev_info'
../../dev/sound/midi/miditypes.h:31: `mididev_info' previously
declared here
../../dev/sound/midi/miditypes.h:67: redefinition of `midi_callback_t'
../../dev/sound/midi/miditypes.h:33: `midi_callback_t' previously
declared here
../../dev/sound/midi/miditypes.h:68: redefinition of `midi_intr_t'
../../dev/sound/midi/miditypes.h:34: `midi_intr_t' previously declared
here
../../dev/sound/midi/miditypes.h:99: redefinition of `mididev_info'
../../dev/sound/midi/miditypes.h:65: `mididev_info' previously
declared here
../../dev/sound/midi/miditypes.h:101: redefinition of
`midi_callback_t'
../../dev/sound/midi/miditypes.h:67: `midi_callback_t' previously
declared here
../../dev/sound/midi/miditypes.h:102: redefinition of `midi_intr_t'
../../dev/sound/midi/miditypes.h:68: `midi_intr_t' previously declared
here
../../dev/sound/midi/miditypes.h:133: redefinition of `mididev_info'
../../dev/sound/midi/miditypes.h:99: `mididev_info' previously
declared here
../../dev/sound/midi/miditypes.h:135: redefinition of
`midi_callback_t'
../../dev/sound/midi/miditypes.h:101: `midi_callback_t' previously
declared here
../../dev/sound/midi/miditypes.h:136: redefinition of `midi_intr_t'
../../dev/sound/midi/miditypes.h:102: `midi_intr_t' previously
declared here


Also, the pcm driver for the ESS 1868 is slightly broken for MP3's --
when I try to play MP3's, I get a lot of nasty pops and clicks during
playback with mpg123.


- Donn


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3943C978.2F618419>