From owner-freebsd-multimedia@FreeBSD.ORG Sun Feb 20 20:30:20 2011 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F502106566C for ; Sun, 20 Feb 2011 20:30:20 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from thalia-smout.broadpark.no (thalia-smout.broadpark.no [80.202.8.21]) by mx1.freebsd.org (Postfix) with ESMTP id B67548FC08 for ; Sun, 20 Feb 2011 20:30:19 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from terra-smin.broadpark.no ([80.202.8.13]) by thalia-smout.broadpark.no (Sun Java(tm) System Messaging Server 7u3-15.01 64bit (built Feb 12 2010)) with ESMTP id <0LGX0098GNMIOJ10@thalia-smout.broadpark.no> for freebsd-multimedia@FreeBSD.org; Sun, 20 Feb 2011 21:30:18 +0100 (CET) Received: from kg-v2.kg4.no ([84.48.120.77]) by terra-smin.broadpark.no (Sun Java(tm) System Messaging Server 7u3-15.01 64bit (built Feb 12 2010)) with SMTP id <0LGX00J1TNMH1OH0@terra-smin.broadpark.no> for freebsd-multimedia@FreeBSD.org; Sun, 20 Feb 2011 21:30:18 +0100 (CET) Date: Sun, 20 Feb 2011 21:30:17 +0100 From: Torfinn Ingolfsen To: freebsd-multimedia@FreeBSD.org Message-id: <20110220213017.5384d04e.torfinn.ingolfsen@broadpark.no> In-reply-to: <201102202119.09381.hselasky@c2i.net> References: <20110219153731.3473.qmail@origmail.integrity.hu> <20110220200725.608d2373.torfinn.ingolfsen@broadpark.no> <201102202119.09381.hselasky@c2i.net> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.22.1; amd64-portbld-freebsd8.1) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Cc: Subject: Re: Midi and FreeBSD X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2011 20:30:20 -0000 On Sun, 20 Feb 2011 21:19:09 +0100 Hans Petter Selasky wrote: > On Sunday 20 February 2011 20:07:25 Torfinn Ingolfsen wrote: > > On Sat, 19 Feb 2011 16:37:31 +0100 > > > > Zahemszky Gabor wrote: > > > Hi! > > > > > > My children have got a drum-machine, which - of course - can speak MIDI. > > > If > > > > Speaking of MIDI; how does one use a usb-connected (musical) keyboard under > > FreeBSD? I have a Evolution eKeys 37[1] keyboard, which just shows up as a > > ugen device when connected: root@kg-v7# usbconfig -u 0 -a 3 > > ugen0.3: at usbus0, cfg=0 > > md=HOST spd=FULL (12Mbps) pwr=ON root@kg-v7# usbconfig -u 0 -a 3 > > dump_device_desc > > ugen0.3: at usbus0, cfg=0 > > md=HOST spd=FULL (12Mbps) pwr=ON > > > > bLength = 0x0012 > > bDescriptorType = 0x0001 > > bcdUSB = 0x0100 > > bDeviceClass = 0x0000 > > bDeviceSubClass = 0x0000 > > bDeviceProtocol = 0x0000 > > bMaxPacketSize0 = 0x0040 > > idVendor = 0x0a4d > > idProduct = 0x00d2 > > bcdDevice = 0x0252 > > iManufacturer = 0x0001 > > iProduct = 0x0002 > > iSerialNumber = 0x0000 > > bNumConfigurations = 0x0001 > > > > And that doesn't help me much to get it working. :-) > > > > References: > > 1) http://sites.google.com/site/tingox/evolution_ekeys37 > > What does the config descriptor look like? It is in the reference quoted above. :-) Anyway, after 'kldload snd_uaudio' the keyboard gets claimed: (from /var/log/messages): Feb 20 20:10:35 kg-v7 root: Unknown USB device: vendor 0x0a4d product 0x00d2 bus uhub2 Feb 20 20:10:35 kg-v7 kernel: ugen0.3: at usbus0 Feb 20 20:10:35 kg-v7 kernel: uaudio0: on usbus0 Feb 20 20:10:35 kg-v7 kernel: uaudio0: No playback! Feb 20 20:10:35 kg-v7 kernel: uaudio0: No recording! Feb 20 20:10:35 kg-v7 kernel: uaudio0: MIDI sequencer Feb 20 20:10:35 kg-v7 kernel: pcm6: on uaudio0 Sorry about the brainfart. -- Torfinn