From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 11 01:10:00 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47FEC16A407 for ; Mon, 11 Sep 2006 01:10:00 +0000 (UTC) (envelope-from SRS0=pCjhY2=C2=vvelox.net=vvelox@yourhostingaccount.com) Received: from mailout03.yourhostingaccount.com (mailout03.yourhostingaccount.com [65.254.254.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id B571443D45 for ; Mon, 11 Sep 2006 01:09:59 +0000 (GMT) (envelope-from SRS0=pCjhY2=C2=vvelox.net=vvelox@yourhostingaccount.com) Received: from scan01.yourhostingaccount.com ([10.1.1.231] helo=scan01.yourhostingaccount.com) by mailout03.yourhostingaccount.com with esmtp (Exim) id 1GMaJC-0007o1-N4 for freebsd-hackers@freebsd.org; Sun, 10 Sep 2006 21:09:58 -0400 Received: from authsmtp08.yourhostingaccount.com ([10.1.18.8] ident=exim) by scan01.yourhostingaccount.com with spamscanlookuphost (Exim) id 1GMaJC-0008L7-Hx for freebsd-hackers@freebsd.org; Sun, 10 Sep 2006 21:09:58 -0400 Received: from authsmtp08.yourhostingaccount.com ([10.1.18.8] helo=authsmtp08.yourhostingaccount.com) by scan01.yourhostingaccount.com with esmtp (Exim) id 1GMaJB-0008L4-Ou for freebsd-hackers@freebsd.org; Sun, 10 Sep 2006 21:09:57 -0400 Received: from [69.92.217.33] (helo=vixen42) by authsmtp08.yourhostingaccount.com with esmtpa (Exim) id 1GMaJB-0003E2-7h; Sun, 10 Sep 2006 21:09:57 -0400 Date: Sun, 10 Sep 2006 20:09:54 -0500 From: "Z.C.B." To: FreeBSD Hackers Message-ID: <20060910200954.1a4a1e9f@vixen42> In-Reply-To: <20060908044351.GQ22564@hoeg.nl> References: <20060907204716.151d9ab9@vixen42> <20060908044351.GQ22564@hoeg.nl> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_kALkpncL.ul9cPQWvXQKXLf; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-EN-UserInfo: f1c157ec5ebebd12a8182d58c6ceecd9:1570f0de6936c69fef9e164fffc541bc X-EN-AuthUser: vvelox3 Sender: "Z.C.B." X-Mailman-Approved-At: Mon, 11 Sep 2006 01:15:25 +0000 Cc: ed@fxq.nl Subject: Re: ugen question X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Sep 2006 01:10:00 -0000 --Sig_kALkpncL.ul9cPQWvXQKXLf Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 8 Sep 2006 06:43:51 +0200 Ed Schouten wrote: > * Z.C.B. wrote: > > Any suggestions on reading or the like for talking to a ugen > > device? >=20 > Well, I'm using ugen to test the workings of an Xbox 360 headset. I > just use this: >=20 > $ cat /dev/ugen0.3 > myvoice > ^C > $ cat myvoice > /dev/ugen0.4 >=20 > Gives me back my voice (well, at half the sample rate, as the > microphone is twice as accurate). Cool. It does not work here. I can read to it, but I am not getting any thing. The device generates a ugen0, ugen0.1, and a ugen0.2. I can cat stuff from ugen0.1, but not from the rest. If I read from ugen0 I get a operation not supported with cat. If I read from ugen0.2 I get a device not configured error. For writing with cat I get not supported for ugen0, not configured for ugen0.1, and i/o error for ugen0.2. --Sig_kALkpncL.ul9cPQWvXQKXLf Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFBLdkC1tfcMGJid4RAj7JAJ9ClUbr1t2D+ssd1sW2tdbdXPqipACcCHJM 5UKYLGTnF8okOR7nSB+OfhA= =D/tb -----END PGP SIGNATURE----- --Sig_kALkpncL.ul9cPQWvXQKXLf--