From owner-freebsd-hackers@freebsd.org Fri Jul 21 15:32:18 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5B28DAA8B4 for ; Fri, 21 Jul 2017 15:32:18 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B085773ECD for ; Fri, 21 Jul 2017 15:32:18 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id AC2A72600EB; Fri, 21 Jul 2017 17:32:15 +0200 (CEST) Subject: Re: Do midi devices work on FreeBSD? To: Yuri , Freebsd hackers list References: <9d39ebdc-8b61-b3f9-b6c1-1b99e1f932e6@rawbw.com> From: Hans Petter Selasky Message-ID: <7a073732-defe-d301-68ca-1b165f0aa794@selasky.org> Date: Fri, 21 Jul 2017 17:30:06 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <9d39ebdc-8b61-b3f9-b6c1-1b99e1f932e6@rawbw.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2017 15:32:19 -0000 On 07/21/17 11:41, Yuri wrote: > The midi device isn't created for the soundcard that has a "midi" > driver: EMU10Kx. > > For some weird reason even the probe in kernel, emu_midi_probe, isn't > called. > All USB MIDI devices work out of the box. If you need low latency look for high speed one. --HPS