From owner-freebsd-hardware@FreeBSD.ORG Sat Jan 17 16:48:09 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93AE416A4CE for ; Sat, 17 Jan 2004 16:48:09 -0800 (PST) Received: from users.757.org (users.757.org [216.54.62.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 482B743D45 for ; Sat, 17 Jan 2004 16:48:08 -0800 (PST) (envelope-from telmnstr@757.org) Received: from users.757.org (telmnstr@localhost [127.0.0.1]) by users.757.org (8.12.9/8.12.5) with ESMTP id i0I0oaHB098750 for ; Sat, 17 Jan 2004 19:50:36 -0500 (EST) (envelope-from telmnstr@757.org) Received: from localhost (telmnstr@localhost) by users.757.org (8.12.9/8.12.5/Submit) with ESMTP id i0I0oaJ6098747 for ; Sat, 17 Jan 2004 19:50:36 -0500 (EST) X-Authentication-Warning: users.757.org: telmnstr owned process doing -bs Date: Sat, 17 Jan 2004 19:50:36 -0500 (EST) From: Ethan To: freebsd-hardware@freebsd.org Message-ID: <20040117194248.S98675-100000@users.757.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: pcm midi uarts? Do they work? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2004 00:48:09 -0000 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: at io 0xde80 irq 10 (1p/1r/0v channels duplex) pcm1: 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...