Date: Sat, 17 Jan 2004 19:50:36 -0500 (EST) From: Ethan <telmnstr@757.org> To: freebsd-hardware@freebsd.org Subject: pcm midi uarts? Do they work? Message-ID: <20040117194248.S98675-100000@users.757.org>
next in thread | raw e-mail | index | archive | help
Hello all, I am trying to develop an application to communicate with an external compressor/limiter via midi. I've written some small apps on a different box that worked fine, but the system is long gone. My kernel is compiled with device pcm, and there are two sound cards which both work fine for standard digital audio recording and playback. The /dev/midi0 and midi1, and sequencer0 and sequencer1 do not seem to work. cat: /dev/midi0: Device not configured cat: /dev/midi1: Device not configured cat: /dev/sequencer0: Device not configured And my program: Error: cannot open /dev/midi0 Are the midi devices supposed to work? radio# cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: <AudioPCI ES1373-B> at io 0xde80 irq 10 (1p/1r/0v channels duplex) pcm1: <Creative CT5880-C> at io 0xdf00 irq 9 (1p/1r/0v channels duplex) inodes seem proper: crw-rw-rw- 1 root wheel 30, 2 Jan 9 2003 midi0 crw-rw-rw- 1 root wheel 30, 4 Jan 9 2003 audio0.0 crw-rw-rw- 1 root wheel 30, 0x00010004 Jan 9 2003 audio0.1 I tried adding in the sbcmidi stuff in an attempt that maybe the midi uart still lived at the 330 memory address, but no go... Any thoughts / suggestions? I'm stuck...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040117194248.S98675-100000>
