From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 27 01:43:07 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E24D16A4B3 for ; Mon, 27 Oct 2003 01:43:07 -0800 (PST) Received: from smtpe.ha-net.ptd.net (smtpe.ha-net.ptd.net [207.44.96.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11B8043FAF for ; Mon, 27 Oct 2003 01:43:06 -0800 (PST) (envelope-from tms2@mail.ptd.net) Received: (qmail 14580 invoked by uid 50005); 27 Oct 2003 09:43:05 -0000 Received: from tms2@mail.ptd.net by smtpe.ha-net.ptd.net by uid 50002 with qmail-scanner-1.15 (uvscan: v4.1.60/v4298. spamassassin: 2.43. Clear:. Processed in 1.198142 secs); 27 Oct 2003 09:43:05 -0000 Received: from du95.cli.ptd.net (HELO mail.ptd.net) ([204.186.33.95]) (envelope-sender ) by smtpe.ha-net.ptd.net (qmail-ldap-1.03) with SMTP for ; 27 Oct 2003 09:43:03 -0000 Message-ID: <3F9CE878.7040903@mail.ptd.net> Date: Mon, 27 Oct 2003 04:42:16 -0500 From: "T.M. Sommers" Organization: None User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20030104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mathew Kanner References: <3F8A7AC1.9090909@mail.ptd.net> <20031013160743.GN533@funkthat.com> <20031015211635.GF1810@cnd.mcgill.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@freebsd.org Subject: Re: missing /dev/midi with CMI8738 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2003 09:43:07 -0000 Mathew Kanner wrote: > On Oct 13, John-Mark Gurney wrote: > >>T.M. Sommers wrote this message on Mon, Oct 13, 2003 at 06:13 -0400: >> >>>-> cat /boot/loader.conf >>>snd_pcm_load="YES" # Digital sound subsystem >>>snd_cmi_load="YES" # cmi >> >>This is for digital sound only, not for midi. >> >> >>>Another device is using irq 9, but that shouldn't be a problem, should it? >>> >>>ohci0: mem >>>0xeb800000-0xeb800fff irq 9 at device 2.0 on pci0 >>> >>>Does anyone have any ideas about how to get midi working? Thanks. >> >>It looks like midi isn't a loadable module, but you can try to recomile >>your kernel with: >>device seq >>device midi >> >>and that should give you the necessary devices to do midi. I haven't >>used this, so I'm not sure it'll work, but give it a try. Hope it helps >>you! > > > The stock midi drivers has nothing for cmi. I've posted links > to my driver which does support cmi. Thanks. I did not find it myself because I was searching for CMI8738, not cmi. Unfortunately, when I try to load it, it fails: -> kldload snd_cmi kldload: can't load snd_cmi: File exists which seems odd. kldload(2) is returning -1. kldunload does not work, either: -> kldunload snd_cmi kldunload: can't find file snd_cmi: No such file or directory